ZenlessData/Data/TyrfingInfested_SelfTag.json

24 lines
504 B
JSON
Raw Normal View History

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