{ "AbilityName": "Coop_Equipment_1006", "AbilitySpecials": { "AS_SPRecoveryRatio": { "Value": 0.3 }, "AS_TeamSPRecover": { "Value": 15 } }, "AbilityStacking": "Unique", "DefaultModifier": { "ModifierStacking": "Unique", "OnAdded": [ { "$type": "ApplyModifier", "ModifierName": "EnergyRecoveryModifier", "Target": "Self" } ], "OnSkillStart": [ { "$type": "RecoverSPAction", "Amount": "%AS_TeamSPRecover", "IgnoreRatio": false, "Percentage": 0, "Predicates": [ { "$type": "ByAnd", "Predicates": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "QTE", "Target": "Self" }, { "$type": "ByFromSkillType", "SkillType": "ExQTE", "Target": "Self" } ] }, { "$type": "ByIsAuthority", "IsAuthority": true, "Target": "Self" }, { "$type": "ByIsModifierCaster", "Target": "Self" } ] } ], "Target": "TeamAvatars" }, { "$type": "RecoverRpAction", "Amount": "%AS_TeamSPRecover", "IgnoreRatio": false, "Percentage": 0, "Predicates": [ { "$type": "ByAnd", "Predicates": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "QTE", "Target": "Self" }, { "$type": "ByFromSkillType", "SkillType": "ExQTE", "Target": "Self" } ] }, { "$type": "ByIsAuthority", "IsAuthority": true, "Target": "Self" }, { "$type": "ByIsModifierCaster", "Target": "Self" } ] } ], "Target": "TeamAvatars" } ] }, "Modifiers": { "EnergyRecoveryModifier": { "Duration": -1, "ModifierStacking": "Unique", "Properties": { "Actor_RpGetRatio": "%AS_SPRecoveryRatio", "Actor_SPGetRatio": "%AS_SPRecoveryRatio" } } } }