ZenlessData/Data/Harumasa_Attack_Counter_TriggerBullet.json

53 lines
1.2 KiB
JSON
Raw Permalink Normal View History

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