18 lines
343 B
JSON
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"
|
|
}
|
|
]
|
|
} |