ZenlessData/Data/LampasBlackVeil_CoAttackMark_Add.json
2024-08-13 22:59:23 -03:00

31 lines
710 B
JSON

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