ZenlessData/Data/SetCurHP.json

18 lines
343 B
JSON
Raw Normal View History

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