ZenlessData/Data/Guardian_AidTriggerControl.json

367 lines
9.3 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"CheckCloudPlatformPerfectSwitch": true,
"ConfigList": [
{
"AnimatorStateName": "Melee_Attack_01_a",
"FrameCountHigh": 80,
"FrameCountLow": 55,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"HeavyParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Melee_Attack_01_b",
"FrameCountHigh": 45,
"FrameCountLow": 20,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"HeavyParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Melee_Attack_02",
"FrameCountHigh": 76,
"FrameCountLow": 46,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"HeavyParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Melee_Attack_03_Start",
"FrameCountHigh": 77,
"FrameCountLow": 52,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"HeavyParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Range_Attack_02_Start",
"FrameCountHigh": 80,
"FrameCountLow": 57,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Range_Attack_02_Start_2",
"FrameCountHigh": 80,
"FrameCountLow": 57,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Range_Attack_02_Loop",
"FrameCountHigh": 2,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EvadeTagContralModifier",
"SwitchTagContralModifier"
]
},
{
"AnimatorStateName": "Range_Attack_03",
"FrameCountHigh": 61,
"FrameCountLow": 36,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
}
]
}
],
"AbilityName": "Guardian_AidTriggerControl",
"AbilityStacking": "Unique",
"Modifiers": {
"AssaultPriorityAddModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetPerfectSwitchPriorityDeltaAction",
"Assault": 1
}
],
"OnRemoved": [
{
"$type": "SetPerfectSwitchPriorityDeltaAction",
"Assault": 0
}
]
},
"AssaultTagContralModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Assault"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Assault"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"EvadePriorityAddModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetPerfectSwitchPriorityDeltaAction",
"Evade": 1
}
],
"OnRemoved": [
{
"$type": "SetPerfectSwitchPriorityDeltaAction",
"Evade": 0
}
]
},
"EvadeTagContralModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Evade"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Evade"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"FireAttackWarningEffect": {
"Duration": 0,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "TriggerAidAttackOpenWindowAction",
"Target": "Self"
},
{
"$type": "FireEffect",
"AttachPointName": "AlertPoint",
"EffectPattern": "Eff_Hint_CrossLight_3",
"Predicates": [
{
"$type": "ByPerfectSwitchWindowOpen",
"IsOpen": true
},
{
"$type": "ByPerfectSwitchAttackWarningEnabled"
}
],
"Target": "Self"
},
{
"$type": "FireEffect",
"AttachPointName": "AlertPoint",
"EffectPattern": "Eff_Hint_CrossLight_2",
"Predicates": [
{
"$type": "ByPerfectSwitchWindowOpen",
"IsOpen": false
},
{
"$type": "ByPerfectSwitchAttackWarningEnabled"
}
],
"Target": "Self"
}
]
},
"HeavyParryTagContralModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Parry_H",
"AidAttack_Parry_ZoneCheck"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Parry_H",
"AidAttack_Parry_ZoneCheck"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"LightParryTagContralModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Parry_L",
"AidAttack_Parry_ZoneCheck"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Parry_L",
"AidAttack_Parry_ZoneCheck"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"ParryPriorityAddModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetPerfectSwitchPriorityDeltaAction",
"Parry": 1
}
],
"OnRemoved": [
{
"$type": "SetPerfectSwitchPriorityDeltaAction",
"Parry": 0
}
]
},
"ParryTypeContral_Left": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_ParryType",
"ParamType": 3,
"Target": "Self"
}
]
},
"ParryTypeContral_Right": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_ParryType",
"ParamType": 3,
"Target": "Self"
}
]
},
"SwitchTagContralModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Switch"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}