mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
25 lines
581 B
JSON
25 lines
581 B
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "CollideEntityMixin",
|
|
"ColliderPath": "TriggerCollider",
|
|
"EnterEntityActions": [
|
|
{
|
|
"$type": "SendCustomEvent",
|
|
"EventKey": "Bangboo_Slide_SpeedDown",
|
|
"MpExecMode": "MpTotallyLocal",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsSlidingBangBoo",
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AbilityName": "BangbooSlideSpeedDownTrigger",
|
|
"AbilityStacking": "Unique"
|
|
} |