1
0
ZenlessData/Data/_unsorted/Seed_ButtonControl.json
2025-09-04 01:06:25 +02:00

66 lines
1.9 KiB
JSON

{
"AbilityMixins": [
{
"$type": "SkillBtnListenerMixin",
"BtnListeners": [
{
"BtnOperations": [
{
"ListenerType": "PointUp",
"TriggerActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ReleaseAttackBTrigger_Modifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Branch_Charge_01",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Branch_Charge_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false
}
]
}
]
}
]
}
],
"SkillBtnIndex": 5
}
]
}
],
"AbilityName": "Seed_ButtonControl",
"AbilityStacking": "Unique",
"Modifiers": {
"ReleaseAttackBTrigger_Modifier": {
"Duration": 0.1,
"IgnoreTimeScale": true,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_ReleaseAttackB",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}