mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AttachStateWithModifierMixin",
|
|
"ConfigList": [
|
|
{
|
|
"AnimatorStateName": "Run_Start",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 15,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"AudioModifer"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Run_Loop",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"AudioModifer"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Run_End",
|
|
"FrameCountHigh": 14,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": false,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"AudioModifer"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Move_F_Start",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 15,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"AudioModifer"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Move_F",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"AudioModifer"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Patroller_Audio_Move",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"AudioModifer": {
|
|
"Duration": -1,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "FireAudio",
|
|
"AudioPattern": "Play_Patroller_Ani_Move_Start"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "FireAudio",
|
|
"AudioPattern": "Stop_Patroller_Ani_Move_Loop"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |