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

53 lines
1.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Branch_02",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"Branch02ControlMofifier"
]
}
],
"IsSeam": true
}
],
"AbilityName": "Alice_Branch02Control",
"AbilityStacking": "Unique",
"Modifiers": {
"Branch02ControlMofifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAttackLanded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Branch02_AttackLanded"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Alice_Attack_Branch_02_AttackProperty_01",
"Alice_Attack_Branch_02_AttackProperty_02"
]
}
]
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Branch02_AttackLanded"
],
"IsAdd": false
}
]
}
}
}