{ "AbilityName": "Lycaon_Upgrade02", "AbilitySpecials": { "AS_AddedBreakStunRatio": { "Value": 0.2 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnCustomEventReceived": [ { "$type": "ApplyModifier", "ModifierName": "BreakStunAddModifier", "Predicates": [ { "$type": "ByCustomEvent", "EventKey": "Upgrade01_BuffOn_Event" } ], "Target": "Self" }, { "$type": "RemoveModifier", "ModifierName": "BreakStunAddModifier", "Predicates": [ { "$type": "ByCustomEvent", "EventKey": "Upgrade01_BuffOff_Event" } ], "Target": "Self" } ] }, "Modifiers": { "BreakStunAddModifier": { "OnHitOther": [ { "$type": "ModifyAttackDataAction", "Predicates": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByAnimTagList", "TagList": [ "AttackNormal", "Normal" ] }, { "$type": "ByAnimTagList", "TagList": [ "AttackNormal", "Rush" ] }, { "$type": "ByAnimTagList", "TagList": [ "AttackNormal", "Counter" ] } ] } ], "PropertyKey": "Actor_BreakStunRatio", "PropertyValue": "%AS_AddedBreakStunRatio", "Target": "Self" } ] } }, "OnAbilityTrigger": [ ] }