ZenlessData/Data/DEBUFF_IgnoreWitchSlowDown.json
2024-08-13 22:59:23 -03:00

16 lines
318 B
JSON

{
"AbilityName": "DEBUFF_IgnoreWitchSlowDown",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"IgnoreWitchSlowDown"
],
"IsAdd": true,
"Target": "Self"
}
]
}
}