ZenlessData/Data/Yanagi_Card_Clicking.json

143 lines
4.8 KiB
JSON
Raw Normal View History

{
"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_StanceA_Normal_05",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_StanceA_Normal_05_Branch_Loop",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_StanceB_Normal_04",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_StanceB_Normal_04_Branch_Loop",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
}
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}
],
"SkillBtnIndex": 0
},
{
"BtnOperations": [
{
"ListenerType": "Click",
"PressTime": 0.1,
"Target": "Self",
"TriggerActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ClickingModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Branch_02_StartA",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Branch_02_StartB",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Branch_02_Continue",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Branch_02_Finish_01_Air",
"LayerIndex": 0,
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
}
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}
],
"SkillBtnIndex": 5
}
],
"Target": "Self"
}
],
"AbilityName": "Yanagi_Card_Clicking",
"AbilityStacking": "Unique",
"Modifiers": {
"ClickingModifier": {
"Duration": 0.2667,
"IgnoreTimeScale": false,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsClicking",
"ParamType": 2,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsClicking",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}