{ "AbilityName": "Level_BabelTowerS3_12", "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "ApplyModifier", "ModifierName": "StylishSkillModifier", "Target": "TeamAvatars" } ] }, "Modifiers": { "DoubleParryModifier": { "Duration": 0.5, "OnHitOther": [ { "$type": "BranchOperator", "Conditions": [ { "$type": "ByIsLocalAvatar", "IsLocalAvatar": false, "Target": "Self" }, { "$type": "ByAnimTagList", "TagList": [ "AttackNormal", "Counter" ] } ], "SuccessActions": [ { "$type": "LDListenEntityAction", "TargetKey": "CounterStart" } ] } ] }, "StylishSkillModifier": { "Duration": -1, "ModifierStacking": "Unique", "OnSkillStart": [ { "$type": "BranchOperator", "Conditions": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "EvadeAid", "Target": "Self" }, { "$type": "ByFromSkillType", "SkillType": "ParryAid", "Target": "Self" } ] } ], "SuccessActions": [ { "$type": "LDListenEntityAction", "TargetKey": "ParryAidStart" }, { "$type": "ApplyModifier", "ModifierName": "DoubleParryModifier", "Target": "TeamAvatars" } ] } ] } } }