{ "AbilityName": "Summer_ExQTE_RecoverHP", "AbilitySpecials": { "AS_RecoverHPValue_Base": { "Value": 1500 }, "AS_RecoverHPValue_Final": { "Value": 0 }, "AS_RecoverHPValue_PerLevel": { "Value": 50 } }, "AbilityStacking": "Unique", "Modifiers": { "MaterialPropertyModifier": { "Duration": 1, "IgnoreTimeScale": false, "ModifierStacking": "Replace", "OnAdded": [ { "$type": "ModifyMaterialPropertyAction", "Tag": "AvocabooCure", "Target": "Self", "key": "Common_MA_Buff_Recover_RimGlow_01" } ] } }, "OnAbilityStart": [ { "$type": "SetAbilitySpecialByExpression", "DoRefresh": true, "Expression": "specials(AS_RecoverHPValue_Base)+specials(AS_RecoverHPValue_PerLevel)*avatarskilllevel(3)", "ParamName": "AS_RecoverHPValue_Final", "Target": "Self", "ValueType": "Float" }, { "$type": "RecoverHPAction", "Amount": "%AS_RecoverHPValue_Final", "Percentage": 0, "Target": "TeamAvatars" }, { "$type": "FireEffect", "EffectPattern": "Buff_Common_Recover", "Target": "TeamAvatars" }, { "$type": "ApplyModifier", "ModifierName": "MaterialPropertyModifier", "Target": "TeamAvatars" } ] }