1
0
ZenlessData/Data/_unsorted/Yuzuha_QTE.json
2025-07-16 01:54:02 +02:00

53 lines
1.2 KiB
JSON

{
"AbilityName": "Yuzuha_QTE",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_AidAttackTag",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Yuzuha_Attack_SwitchIn_Attack_AttackProperty_02"
]
},
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Modifier_AidAttackTag": {
"Duration": 0.5,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}