{ "AbilityName": "BanYue_ExQTE", "AbilitySpecials": { "AS_SAngerRecover": { "Value": 10 }, "AS_SpRecover": { "Value": 10 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnSkillStart": [ { "$type": "ApplyModifier", "ModifierName": "SpRecoverModifier", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "ExQTE", "Target": "Self" }, { "$type": "ByIsInZoneTags", "Tags": [ "Banyue_AngryState" ], "Target": "Self" } ], "Target": "TeamAvatars" } ] }, "Modifiers": { "SpRecoverModifier": { "Duration": 1, "ModifierStacking": "Replace", "OnAdded": [ { "$type": "RecoverSPAction", "Amount": "%AS_SpRecover", "Percentage": 0, "Target": "Self" } ] } } }