ZenlessData/Data/HeavyStriker_Attack_8_Boss.json
2024-09-23 09:11:37 -03:00

53 lines
1.2 KiB
JSON

{
"AbilityName": "HeavyStriker_Attack_8_Boss",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "DecreaseSpModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"HeavyStriker_Attack08_Attackproperty_01",
"HeavyStriker_Attack08_Attackproperty_02"
]
},
{
"$type": "ByPlayerPropertyValue",
"CompareType": "GreaterEqual",
"IsUsePercent": false,
"Numerator": "CurSP",
"Target": "Other",
"Val1": 12
}
],
"Target": "Other"
}
]
},
"Modifiers": {
"DecreaseSpModifier": {
"Duration": 4,
"MaxStackingNumber": 9999,
"ModifierMixins": [
{
"$type": "SmoothRecoverSPMixin",
"IgnoreRatio": true,
"PropertyItem": {
"Amount": 3
}
}
],
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "DecreaseSPAction",
"Amount": 12,
"Target": "Self"
}
]
}
}
}