1
0
ZenlessData/Data/ActivityBattleAbility_BabelTower_DeBuff_06.json

37 lines
762 B
JSON
Raw Normal View History

{
"AbilityName": "ActivityBattleAbility_BabelTower_DeBuff_06",
"AbilitySpecials": {
"AS_HpDecreasePercent": {
"Value": 0.25
},
"Self_CurHP": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HpReduceModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"HpReduceModifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "DecreaseHPAction",
"Amount": 0,
"IgnoreInvincible": true,
"Percentage": "%AS_HpDecreasePercent",
"Target": "Self"
}
]
}
}
}