mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
102 lines
3.4 KiB
JSON
102 lines
3.4 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "SkillBtnListenerMixin",
|
|
"BtnListeners": [
|
|
{
|
|
"BtnOperations": [
|
|
{
|
|
"ListenerType": "Click",
|
|
"PressTime": 0.1,
|
|
"TriggerActions": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ClickingModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "Attack_Branch_01",
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1.0,
|
|
"NormalizedTimeLow": 0.0
|
|
},
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "Attack_Branch_01_Enhance",
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1.0,
|
|
"NormalizedTimeLow": 0.0
|
|
},
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "Attack_Branch_02_Loop_01",
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1.0,
|
|
"NormalizedTimeLow": 0.0
|
|
},
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "Attack_Branch_02_Loop_02",
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1.0,
|
|
"NormalizedTimeLow": 0.0
|
|
},
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "Attack_Branch_02_Loop_Enhance_01",
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1.0,
|
|
"NormalizedTimeLow": 0.0
|
|
},
|
|
{
|
|
"$type": "ByAnimatorStateNormalizedTime",
|
|
"AnimatorStateName": "Attack_Branch_02_Loop_Enhance_02",
|
|
"LayerIndex": 0,
|
|
"NormalizedTimeHigh": 1.0,
|
|
"NormalizedTimeLow": 0.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SkillBtnIndex": 5
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Aokaku_Clicking",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"ClickingModifier": {
|
|
"Duration": 0.3,
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |