1
0
ZenlessData/Data/_unsorted/Unagi_PhantomLevel_HPCurse.json
2025-04-22 20:22:46 -03:00

80 lines
1.8 KiB
JSON

{
"AbilityName": "Unagi_PhantomLevel_HPCurse",
"AbilitySpecials": {
"AS_HpReduceAmount": {
"Value": -0.025
},
"AS_HpReduceAmount2": {
"Value": 30
},
"HpPercentage": {
"Value": -0.025
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HpReduceModifier",
"Target": "Self"
}
],
"OnBattleExit": [
{
"$type": "RemoveModifier",
"ModifierName": "HpReduceModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"HpReduceModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnThinkInterval": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(HpPercentage)*property(CurHP)",
"ParamName": "HpReduceAmount",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"ValueType": "Float"
},
{
"$type": "DecreaseHPAction",
"Amount": "%AS_HpReduceAmount",
"Percentage": 0,
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "DecreaseHPAction",
"Amount": "%AS_HpReduceAmount2",
"Percentage": 0,
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "Self"
}
],
"ThinkInterval": 0.2
}
}
}