ZenlessData/Data/Anton_Clicking.json
2024-08-13 22:59:23 -03:00

127 lines
4.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "SkillBtnListenerMixin",
"BtnListeners": [
{
"BtnOperations": [
{
"ListenerType": "Click",
"PressTime": 0.1,
"Target": "Self",
"TriggerActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ClickingModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Normal_Enhance_03",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Normal_Enhance_03_02",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Normal_Enhance_04",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Normal_Enhance_03_Loop",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Normal_Enhance_04_Loop",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Counter_02",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_BeHitAid_Enhance",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_AssaultAid_01",
"LayerIndex": 0,
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
}
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}
],
"SkillBtnIndex": 0
}
],
"Target": "Self"
}
],
"AbilityName": "Anton_Clicking",
"AbilityStacking": "Unique",
"Modifiers": {
"ClickingModifier": {
"Duration": 0.25,
"IgnoreTimeScale": true,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"MpExecMode": "MpTotallyLocal",
"ParamName": "Bool_IsClicking",
"ParamType": 2,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"MpExecMode": "MpTotallyLocal",
"ParamName": "Bool_IsClicking",
"ParamType": 2,
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "ClickingModifier",
"Target": "Self"
}
]
}