ZenlessData/Data/DeathXIII_AddBreakStunRatio.json

40 lines
842 B
JSON
Raw Normal View History

{
"AbilityName": "DeathXIII_AddBreakStunRatio",
"AbilitySpecials": {
"AS_PartStun": {
"Value": 0.0
},
"AS_PartStunRatio": {
"Value": 0.25
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(MaxStun)*specials(AS_PartStunRatio)",
"ParamName": "AS_PartStun",
"Target": "Self",
"ValueType": "Float"
}
],
"OnBeingHitPre": [
{
"$type": "RecoverStunAction",
"Amount": "%AS_PartStun",
"Percentage": 0,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
],
"Target": "Self"
}
]
}
}