ZenlessData/Data/DEBUFF_IgnoreWitchSlowDown.json

16 lines
318 B
JSON
Raw Normal View History

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