ZenlessData/Data/AlpecaInfested_SelfTag.json

24 lines
502 B
JSON
Raw Permalink Normal View History

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