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

47 lines
1.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Hit_Parry_ATK6",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"MiasmaSpider_MuteAIRefreshTarget_Modifier"
]
}
]
}
],
"AbilityName": "MiasmaSpider_Attack6_MuteTargetRefresh",
"AbilityStacking": "Unique",
"Modifiers": {
"MiasmaSpider_MuteAIRefreshTarget_Modifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"MuteAIRefreshTarget"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"MuteAIRefreshTarget"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}