1
0
ZenlessData/Data/_unsorted/Awakener_MuteShake.json
2025-11-26 05:56:27 +01:00

83 lines
2.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Parry_Start",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Awakener_MuteShake_Modifier"
]
},
{
"AnimatorStateName": "Parry_Hit",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Awakener_MuteShake_Modifier"
]
},
{
"AnimatorStateName": "Parry_Start_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Awakener_MuteShake_Modifier"
]
},
{
"AnimatorStateName": "Parry_Hit_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Awakener_MuteShake_Modifier"
]
}
]
}
],
"AbilityName": "Awakener_MuteShake",
"AbilityStacking": "Unique",
"Modifiers": {
"Awakener_MuteShake_Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_MuteShake",
"ParamType": 2,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_MuteShake",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}