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

159 lines
4.0 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_BabelTower_HighTRo50HP_Demonize",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HpListener_Modifier",
"Target": "Self"
}
]
},
"Modifiers": {
"DemonizeModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Demote",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Demote"
]
}
],
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Promote",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Promote"
]
}
],
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Boss",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Boss"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"MainStoryBoss"
]
}
]
}
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Demote",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Demote"
]
}
],
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Promote",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Promote"
]
}
],
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Boss",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Boss"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"MainStoryBoss"
]
}
]
}
],
"Target": "Self"
}
]
},
"HpListener_Modifier": {
"ModifierMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"ReferMaxPropertyType": "MaxHP",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "RemoveModifier",
"ModifierName": "DemonizeModifier",
"Target": "Self"
}
],
"Val": 0.5
},
{
"HighToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "DemonizeModifier",
"Target": "Self"
}
],
"Val": 0.5
}
]
}
]
}
]
}
}
}