{ "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" } ] }