1
0
ZenlessData/Data/_unsorted/Awakener_ParryManage.json
2025-11-26 05:56:27 +01:00

225 lines
5.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Parry_Start",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_Parry_Ready",
"ParryMaterial_Modifier"
]
},
{
"AnimatorStateName": "Parry_Start_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_Parry_Ready",
"ParryMaterial_Modifier"
]
},
{
"AnimatorStateName": "Parry_Hit",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_Parry_Ready",
"ParryMaterial_Modifier"
]
},
{
"AnimatorStateName": "Parry_Hit_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_Parry_Ready",
"ParryMaterial_Modifier"
]
}
],
"IsSeam": false
},
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_FightBackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_FightBack",
"ParamType": 2,
"Target": "Self"
}
],
"AnimatorStateName": "Attack_01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_FightBackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_FightBack",
"ParamType": 2,
"Target": "Self"
}
],
"AnimatorStateName": "Attack_03_01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Awakener_ParryManage",
"AbilitySpecials": {
"AS_ParryHitTime": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"Modifier_Parry_Damage_CD": {
"Duration": 0.05,
"ModifierStacking": "Unique"
},
"Modifier_Parry_Ready": {
"DelayHandlers": [
{
"DelayTime": 1.5,
"TimeUpActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_FightBack",
"ParamType": 2,
"Target": "Self"
}
]
}
],
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_FightBack",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Trigger_ParryHit",
"ParamType": 1,
"Target": "Self"
}
],
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_ParryHit",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"Modifier_Parry_Damage_CD"
],
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_Parry_Damage_CD",
"Target": "Self"
}
]
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsForceParryOnAttack",
"ParamType": 2,
"Target": "Self"
}
]
},
"ParryMaterial_Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ModifyMaterialPropertyAction",
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_Awakener_Weapon_1"
}
],
"Tag": "Monster_Awakener_MA_Parry_Hit_SecondaryEmission_01",
"Target": "Self",
"key": "Monster_Awakener_MA_Parry_Hit_SecondaryEmission_01"
}
],
"OnRemoved": [
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Monster_Awakener_MA_Parry_Hit_SecondaryEmission_01",
"Target": "Self"
}
]
}
}
}