{ "AbilityName": "Mutant_HitShakeControl", "AbilityStacking": "Unique", "DefaultModifier": { "OnBeingHit": [ { "$type": "SetAnimCtrlerParamAction", "BoolVal": true, "ParamName": "Bool_IsInAction", "ParamType": 2, "Predicates": [ { "$type": "ByIsInZoneTags", "Tags": [ "HitTrunkShake" ] } ], "Target": "Self" }, { "$type": "SetAnimCtrlerParamAction", "BoolVal": false, "ParamName": "Bool_IsInAction", "ParamType": 2, "Predicates": [ { "$type": "ByNot", "Predicates": [ { "$type": "ByIsInZoneTags", "Tags": [ "HitTrunkShake" ] } ] } ], "Target": "Self" } ] } }