1
0
ZenlessData/Data/_unsorted/Activity_Bangkov_InBattleEnemyLevel.json
2026-05-06 01:39:00 +02:00

60 lines
1.3 KiB
JSON

{
"AbilityName": "Activity_Bangkov_InBattleEnemyLevel",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "BossModifier",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "EnemyModifier",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "NotEqual",
"StrengthType": "Boss",
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnBattleExit": [
]
},
"Modifiers": {
"BossModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBattleEnter": [
{
"$type": "TriggerSoundAction",
"Target": "Self",
"soundActionKey": "SA_BangbooKov_BattleBoss_Enter"
}
]
},
"EnemyModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBattleEnter": [
{
"$type": "TriggerSoundAction",
"Target": "Self",
"soundActionKey": "SA_BangbooKov_BattleNormal_Enter"
}
]
}
}
}