ZenlessData/Data/Bangboo_Player_Run.json

170 lines
4.2 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Run_Start",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier"
]
},
{
"AnimatorStateName": "Run_Loop",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"MuteRootMotionModifier",
"RunEffectModifier"
]
},
{
"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": "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
}
],
"OnRemoved": [
{
"$type": "MuteRootMotionAction",
"EnableMute": false
}
]
},
"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"
}
]
}
}
}