Files
ZenlessData/Data/_unsorted/BangbooSlideBoxDeviceTrigger.json
2026-02-06 00:04:19 +01:00

42 lines
1002 B
JSON

{
"AbilityMixins": [
{
"$type": "CollideEntityMixin",
"ColliderPath": "TriggerCollider",
"EnterEntityActions": [
{
"$type": "SendCustomEvent",
"EventKey": "Bangboo_Slide_SpeedDown",
"MpExecMode": "MpTotallyLocal",
"Predicates": [
{
"$type": "ByIsSlidingBangBoo",
"Target": "Other"
}
],
"Target": "Other"
},
{
"$type": "DeadHandlerAction",
"MpExecMode": "MpTotallyLocal",
"Predicates": [
{
"$type": "ByIsSlidingBangBoo",
"Target": "Other"
}
]
}
],
"Target": "Self"
}
],
"AbilityName": "BangbooSlideBoxDeviceTrigger",
"AbilityStacking": "Unique",
"OnRemoved": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_MarcelRemake_Activity_Destruction_Prop_Sandbags_01_Explode",
"Target": "Self"
}
]
}