ZenlessData/Data/GamePlay_HpReduce.json

17 lines
352 B
JSON
Raw Permalink Normal View History

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