1
0
ZenlessData/Data/HugoVlad_ParryManage.json

258 lines
6.7 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Parry_Start",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_Parry_Ready"
]
},
{
"AnimatorStateName": "Parry_End",
"FrameCountHigh": 50,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_Parry_Ready"
]
},
{
"AnimatorStateName": "Taunt",
"FrameCountHigh": 380,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_Parry_Ready"
]
}
],
"IsSeam": false
},
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Hit_Parry_01",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 1.3,
"z": 1
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Self"
}
},
"Target": "Self"
},
{
"$type": "TimeSlowByConfigKeyAction",
"ConfigKey": "ParryAid_TimeSlow_01",
"IsGlobal": true
},
{
"$type": "AttackCameraShakeAction",
"ShakeConfigKey": "Avatar_Common_ParryAid_H_CamShake_01"
}
],
"AnimatorStateName": "Parry_Hit",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "HugoVlad_ParryManage",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAttackLanded": [
{
"$type": "RandomOperator",
"Odds": 1,
"OnSuccess": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": true,
"ParamName": "Bool_IsForceWait",
"Predicates": [
{
"$type": "ByTotalDamage",
"CompareType": "Greater",
"Damage": 0,
"SkipDamage": true,
"Target": "Self"
}
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
],
"PropertyKey": "BreakLevel_Delta",
"PropertyValue": -2,
"Target": "Self"
}
]
},
"Modifiers": {
"Modifier_Parry_Damage_CD": {
"Duration": 0.05,
"ModifierStacking": "Unique"
},
"Modifier_Parry_Ready": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
],
"Target": "Other"
}
]
}
],
"PropertyKey": "Actor_NoHitEffect",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_ParryHit",
"ParamType": 1,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
],
"Target": "Other"
}
]
}
],
"Target": "Self"
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"Modifier_Parry_Damage_CD"
],
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Monster_HugoVlad_Parry_Attackproperty_01",
"Target": "Target"
},
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_Parry_Damage_CD",
"Target": "Self"
}
]
},
{
"$type": "RandomOperator",
"Odds": 0.33,
"OnFailure": [
{
"$type": "RandomOperator",
"Odds": 0.33,
"OnFailure": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 3,
"ParamName": "Int_ParryAssaultType",
"ParamType": 3,
"Target": "Self"
}
],
"OnSuccess": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_ParryAssaultType",
"ParamType": 3,
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnSuccess": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_ParryAssaultType",
"ParamType": 3,
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}
}