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

24 lines
421 B
JSON

{
"AbilityName": "Level_MaxHpReduce",
"AbilitySpecials": {
"MaxHpPercentage": {
"Value": -0.4
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"SetMaxHpModifier": {
"Properties": {
"Actor_MaxHPRatio": "%MaxHpPercentage"
}
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "SetMaxHpModifier"
}
]
}