{ "AbilityMixins": [ { "$type": "SkillBtnListenerMixin", "BtnListeners": [ { "BtnOperations": [ { "ListenerType": "Press", "PressTime": 0.2, "TriggerActions": [ { "$type": "ApplyModifier", "ModifierName": "HoldingModifier" } ] }, { "ListenerType": "PointUp", "PressTime": 0, "TriggerActions": [ { "$type": "RemoveModifier", "ModifierName": "HoldingModifier" } ] } ], "SkillBtnIndex": 0 } ] } ], "AbilityName": "Unagi_Holding", "AbilityStacking": "Unique", "Modifiers": { "HoldingModifier": { "Duration": -1, "IgnoreTimeScale": true, "ModifierStacking": "Unique", "OnAdded": [ { "$type": "SetAnimCtrlerParamAction", "BoolVal": true, "ParamName": "Bool_IsHoldingAttackA", "ParamType": 2, "Target": "Self" } ], "OnRemoved": [ { "$type": "SetAnimCtrlerParamAction", "BoolVal": false, "ParamName": "Bool_IsHoldingAttackA", "ParamType": 2, "Target": "Self" } ] } } }