1
0
ZenlessData/Data/Astra_ExQTE_RecoverHP.json
2025-01-21 21:25:26 -03:00

31 lines
745 B
JSON

{
"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"
}
]
}