mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
42 lines
1002 B
JSON
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"
|
|
}
|
|
]
|
|
} |