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

44 lines
1.0 KiB
JSON

{
"AbilityMixins": [
{
"$type": "CollideEntityMixin",
"ColliderPath": "TriggerCollider",
"EnterEntityActions": [
{
"$type": "SendCustomEvent",
"EventKey": "Bangboo_Wall_Springed",
"IsGlobal": false,
"Target": "Other"
},
{
"$type": "ApplyModifier",
"ModifierName": "Wall_TriggerBounceAnim",
"Target": "Self"
}
],
"Target": "Self"
}
],
"AbilityName": "BangbooPlatformerSpringWall_0101",
"AbilityStacking": "Unique",
"Modifiers": {
"Wall_TriggerBounceAnim": {
"Duration": 2,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Spring01",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_IsCollideWall",
"ParamType": 1,
"Target": "Other"
}
]
}
}
}