129 lines
3.2 KiB
JSON
129 lines
3.2 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AttachStateWithModifierMixin",
|
|
"ConfigList": [
|
|
{
|
|
"AnimatorStateName": "Parry",
|
|
"FrameCountHigh": 250,
|
|
"FrameCountLow": 14,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": false,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"CounterListenModifier",
|
|
"Parry_Effect_Modifier"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Parry_Shake",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"CounterListenModifier",
|
|
"Parry_Effect_Modifier"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Vessel_Attack_ParryCounter",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"CounterListenModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnBeingHit": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CounterModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHeavyAttack",
|
|
"IsHeavyAttack": true,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ShakeModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHeavyAttack",
|
|
"IsHeavyAttack": false,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"CounterModifier": {
|
|
"Duration": 0.2,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Trigger_PressAttackA",
|
|
"ParamType": 1,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Parry_Effect_Modifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"ApplyAllRenderers": true,
|
|
"Tag": "Monster_Vessel_MA_MA_Common_OverrideRimGlow_01",
|
|
"Target": "Self",
|
|
"key": "Monster_Vessel_MA_MA_Common_OverrideRimGlow_01"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "InterruptMaterialPropertyAction",
|
|
"Tag": "Monster_Vessel_MA_Attack_08_02_OverrideRimGlow_01",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"ShakeModifier": {
|
|
"Duration": 0.2,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Trigger_ParryShake",
|
|
"ParamType": 1,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CounterListenModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
} |