{
  "AbilityName": "Astra_ExQTE_RecoverHP",
  "AbilitySpecials": {
    "AS_RecoverHPValue_Base": {
      "Value": 1500
    },
    "AS_RecoverHPValue_Final": {
      "Value": 0
    },
    "AS_RecoverHPValue_PerLevel": {
      "Value": 50
    }
  },
  "AbilityStacking": "Unique",
  "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"
    }
  ]
}