ZenlessData/Data/LampasBlackVeil_CoAttackMark_Remove.json

31 lines
716 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "LampasBlackVeil_CoAttackMark_Remove",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LampasBlackVeil_IsInCoAttack"
],
"IsAdd": false,
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LampasBlackVeil_IsLeader"
],
"IsAdd": false,
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LampasBlackVeil_IsInCoAttack"
],
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"IsAdd": false,
"Target": "Custom"
}
]
}