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