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

17 lines
348 B
JSON

{
"AbilityName": "GamePlay_HpReduce",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "DecreaseHPAction",
"Amount": 3,
"IgnoreInvincible": true,
"IgnoreLifeLock": true,
"Percentage": 0.1,
"Target": "Self"
}
]
}
}