ZenlessData/Data/TyrfingInfested_SelfTag.json
2024-12-17 20:43:14 -03:00

24 lines
504 B
JSON

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