ZenlessData/Data/SetCurHP.json
2024-08-13 22:59:23 -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"
}
]
}