1
0
ZenlessData/Data/_unsorted/Bangboo_AIRobot_FloodRaceTriggerDeath.json
2026-02-06 00:04:19 +01:00

42 lines
1019 B
JSON

{
"AbilityName": "Bangboo_AIRobot_FloodRaceTriggerDeath",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "BangbooBuff_AI_EndTheGame",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Bangboo_Flood_TouchWater"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"BangbooBuff_AI_EndTheGame": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "LogStringAction",
"LogStr": "========================================EndTheGame=============================================="
},
{
"$type": "SendBangBooDeathToGroupAction"
},
{
"$type": "UnregisterBangBooAIAction"
},
{
"$type": "DeadHandlerAction",
"Target": "Self"
}
]
}
}
}