1
0
ZenlessData/Data/JsonBytes/NewAbility/LevelAbility/SuccessiveLevel/SetCurHP.json
2025-04-22 20:22:46 -03:00

18 lines
343 B
JSON

{
"AbilityName": "SetCurHP",
"AbilitySpecials": {
"AS_CurHPRatio": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "ModifyProperty",
"Percentage": "%AS_CurHPRatio",
"PropertyModifyFunction": "Replace",
"PropertyType": "CurHP",
"Target": "Self"
}
]
}