ZenlessData/Data/GrenadierJaeger_EvadeAttackTag.json
2024-11-04 02:05:40 -03:00

40 lines
857 B
JSON

{
"AbilityName": "GrenadierJaeger_EvadeAttackTag",
"AbilitySpecials": {
},
"AbilityStacking": "Unique",
"Modifiers": {
"EvadeAttackTagModifier": {
"Duration": 2,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"EvedeAttackTag"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"EvedeAttackTag"
],
"IsAdd": false,
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "EvadeAttackTagModifier",
"Target": "Self"
}
]
}