mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
31 lines
710 B
JSON
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"
|
|
}
|
|
]
|
|
} |