{ "AbilityName": "Level_AddHeal", "AbilitySpecials": { "HealNum_01": { "Value": 0 }, "HealNum_02": { "Value": 0 }, "HealNum_03": { "Value": 0 }, "HealRatio_01": { "Value": 0 }, "HealRatio_02": { "Value": 0 }, "HealRatio_03": { "Value": 0 } }, "Modifiers": { "HealSpModifier": { "Duration": 1, "ModifierStacking": "MultipleRefresh", "OnAdded": [ { "$type": "RecoverSPAction", "Amount": "%HealNum_01", "IgnoreRatio": false, "Percentage": "%HealRatio_01", "Predicates": [ { "$type": "ByAvatarTeamIndex", "Target": "Self", "TeamIndex": 1 } ], "Target": "Self" }, { "$type": "RecoverSPAction", "Amount": "%HealNum_02", "IgnoreRatio": false, "Percentage": "%HealRatio_02", "Predicates": [ { "$type": "ByAvatarTeamIndex", "Target": "Self", "TeamIndex": 2 } ], "Target": "Self" }, { "$type": "RecoverSPAction", "Amount": "%HealNum_03", "IgnoreRatio": false, "Percentage": "%HealRatio_03", "Predicates": [ { "$type": "ByAvatarTeamIndex", "Target": "Self", "TeamIndex": 3 } ], "Target": "Self" } ] } }, "OnAbilityStart": [ { "$type": "ApplyModifier", "ModifierName": "HealSpModifier", "Target": "TeamAvatars" } ] }