1
0
ZenlessData/Data/ActivityBattleAbility_BabelTower_Buff_15.json
2025-03-11 21:10:23 -03:00

166 lines
4.2 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_15",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ApplyModifier",
"ModifierName": "CDModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid",
"AttackAid"
]
},
{
"$type": "ByModifierStackCount",
"CompareType": "LessEqual",
"ModifierName": "CountModifier",
"StackCount": 3,
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"CDModifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "CountModifier",
"Target": "Self"
}
]
},
"CountModifier": {
"Duration": -1,
"MaxStackingNumber": 3,
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Demote",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Demote"
]
},
{
"$type": "ByModifierStackCount",
"CompareType": "Equal",
"ModifierName": "CountModifier",
"StackCount": 3
}
],
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Promote",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Promote"
]
},
{
"$type": "ByModifierStackCount",
"CompareType": "Equal",
"ModifierName": "CountModifier",
"StackCount": 3
}
],
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_Boss",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Boss"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"MainStoryBoss"
]
}
]
},
{
"$type": "ByModifierStackCount",
"CompareType": "Equal",
"ModifierName": "CountModifier",
"StackCount": 3
}
],
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "ActivityBattleAbility_BabelTower_Buff_Demonize_MainStoryBoss",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Boss"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"MainStoryBoss"
]
}
]
},
{
"$type": "ByModifierStackCount",
"CompareType": "Equal",
"ModifierName": "CountModifier",
"StackCount": 3
}
],
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "CountModifier",
"Predicates": [
{
"$type": "ByModifierStackCount",
"CompareType": "Equal",
"ModifierName": "CountModifier",
"StackCount": 3
}
],
"StackCount": 3,
"Target": "Self"
}
]
}
}
}