42 lines
1019 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |