ZenlessData/Data/AbyssS2_BurningBloodBuild_Card_A03.json

103 lines
2.5 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsSaveToSpecial": true,
"IsUsePercentage": false,
"NameSaveToSpecial": "Hp_Change",
"PropertyChangeActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Enhance_Modifier",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": 0,
"ParamName": "Hp_Change",
"ParamType": "Float"
},
{
"$type": "ByHasModifier",
"ModifierNameList": [
"Enhacne_CD_Modifier"
],
"OperatorType": "Not",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Enhacne_CD_Modifier",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": 0,
"ParamName": "Hp_Change",
"ParamType": "Float"
}
],
"Target": "Self"
}
],
"PropertyType": "CurHP"
}
]
}
],
"AbilityName": "AbyssS2_BurningBloodBuild_Card_A03",
"AbilitySpecials": {
"AS_CriticalDelta": {
"Value": 0.1
},
"AS_Enhacne_CD": {
"Value": 20
},
"AS_Enhacne_Time": {
"Value": 10
},
"AddedDamageRatio": {
"Value": 0.3
},
"Hp_Change": {
"Value": 0.18
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"Enhacne_CD_Modifier": {
"Duration": "%AS_Enhacne_CD",
"ModifierStacking": "Unique"
},
"Enhance_Modifier": {
"Duration": "%AS_Enhacne_Time",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetRBLOffsetAction",
"RBLOffset": 1,
"Tag": "Card_BurningBloodBuild_A03_RBLAdjust",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "UnsetRBLOffsetAction",
"Tag": "Card_BurningBloodBuild_A03_RBLAdjust",
"Target": "Self"
}
],
"Properties": {
"Actor_AddedDamageRatio": "%AddedDamageRatio",
"Actor_CriticalDelta": "%AS_CriticalDelta"
}
}
}
}