ZenlessData/Data/LampasBlackVeil_CoAttackMark_Add.json

31 lines
710 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}