mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "CollideEntityMixin",
|
|
"ColliderPath": "TriggerCollider",
|
|
"EnterEntityActions": [
|
|
{
|
|
"$type": "SetSlidingDirectionAction",
|
|
"Target": "Other"
|
|
},
|
|
{
|
|
"$type": "SwitchIntoFlyingAction",
|
|
"Duration": 0.5,
|
|
"Target": "Other"
|
|
},
|
|
{
|
|
"$type": "SwitchIntoSlidingAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "Dive_Start",
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1,
|
|
"NormalizedTimeLow": 0,
|
|
"Target": "Other"
|
|
},
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "DiveSlide",
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1,
|
|
"NormalizedTimeLow": 0,
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Other"
|
|
},
|
|
{
|
|
"$type": "SendCustomEvent",
|
|
"EventKey": "Bangboo_Slide_SpeedUp",
|
|
"MpExecMode": "MpTotallyLocal",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsSlidingBangBoo",
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"ExitEntityActions": [
|
|
{
|
|
"$type": "ResetSlidingDirectionAction",
|
|
"MpExecMode": "MpTotallyLocal",
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AbilityName": "BangbooSlideSpeedUpFlyTrigger",
|
|
"AbilityStacking": "Unique"
|
|
} |