1
0
ZenlessData/Data/_unsorted/XiaoZhao_WeaponDither.json
2025-12-30 00:30:43 +01:00

59 lines
1.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Normal_05",
"FrameCountHigh": 100,
"FrameCountLow": 0,
"ModifierNameList": [
"ShowWeaponModifier"
]
},
{
"AnimatorStateName": "Attack_Branch_02",
"FrameCountHigh": 125,
"FrameCountLow": 0,
"ModifierNameList": [
"ShowWeaponModifier"
]
}
]
}
],
"AbilityName": "XiaoZhao_WeaponDither",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "PushRenderVisibleAction",
"Paths": [
"XiaoZhao_WeaponFX"
],
"Tag": "XiaoZhao_WeaponFX",
"Visible": false
}
]
},
"Modifiers": {
"ShowWeaponModifier": {
"OnAdded": [
{
"$type": "PopRenderVisibleAction",
"Tag": "XiaoZhao_WeaponFX"
}
],
"OnRemoved": [
{
"$type": "PushRenderVisibleAction",
"Paths": [
"XiaoZhao_WeaponFX"
],
"Tag": "XiaoZhao_WeaponFX",
"Visible": false
}
]
}
}
}