{ "AbilityName": "Lighter_test", "AbilitySpecials": { "AS_StunDelayDuration": { "Value": 10 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "ApplyModifier", "ModifierName": "Lighter_Enemy_StunDelay", "Target": "Self" } ] }, "Modifiers": { "Lighter_Enemy_StunDelay": { "Duration": -1, "ModifierStacking": "Unique", "OnStunCreateActions": [ { "$type": "RemoveModifier", "ModifierName": "Lighter_Enemy_StunDelay", "Target": "Self" } ], "OnStunDestroyActionsPre": [ { "$type": "StunDestroyRecoverStopAction", "StopAmount": "%AS_StunDelayDuration", "Target": "Self" }, { "$type": "StunDestroyTimeDelayUIChangeAction", "Target": "Self" } ] } } }