1
0
ZenlessData/Data/Bangboo_Player_Run.json
2025-01-21 21:25:26 -03:00

196 lines
4.9 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Run_Start",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Run_Loop",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier",
"RunEffectModifier"
]
},
{
"AnimatorStateName": "Run_End",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Run_Start_End",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Dive_Hit_Wall_Start",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Dive_Hit_Wall_Loop",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Jump_Start",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Jump_Up_Loop",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Jump_Down_Loop",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Jump_Run_End",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Jump_Idle_End",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Fall_Start",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Fall_Loop",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Fall_Run_End",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Dive_Run_End",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Dive_Run_End",
"FrameCountLow": 26,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"RunEffectModifier"
]
},
{
"AnimatorStateName": "Dive_Start",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Dive_Loop",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
}
],
"IsSeam": false
}
],
"AbilityName": "Bangboo_Player_Run",
"AbilityStacking": "Unique",
"Modifiers": {
"MuteRootMotionModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "MuteRootMotionAction",
"EnableMute": true,
"MpFlushMode": "FlushAlways"
}
],
"OnRemoved": [
{
"$type": "MuteRootMotionAction",
"EnableMute": false,
"MpFlushMode": "FlushAlways"
}
]
},
"RunEffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"EffectPattern": "Eff_Bangboo_Common_Dive_Loop_01_Smoke",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Bangboo_Player_Smoke"
]
}
],
"Target": "Self"
}
]
}
}
}