mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"AbilityName": "Harumasa_Attack_Counter_TriggerBullet",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnDodgeSuccess": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"MainArrowTarget"
|
|
],
|
|
"CustomKey": "Harumasa_AttackTarget_MainArrowTarget",
|
|
"IsAdd": false,
|
|
"Target": "Custom"
|
|
},
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"MainArrowTarget"
|
|
],
|
|
"IsAdd": true,
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Harumasa_SetTrap_Counter01",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"Harumasa_Counter"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Harumasa_SetTrap_Counter02",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"Harumasa_Counter"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |