1
0
ZenlessData/Data/_unsorted/Sapper_ParryCounter.json
2026-06-17 01:18:11 +02:00

191 lines
4.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"CheckCloudPlatformPerfectSwitch": true,
"ConfigList": [
{
"AnimatorStateName": "Attack_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_ListenParry"
]
},
{
"AnimatorStateName": "Hit_Parry_Right",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_ResetCount"
]
},
{
"AnimatorStateName": "Hit_Parry_Left",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_ResetCount"
]
}
]
}
],
"AbilityName": "Sapper_ParryCounter",
"AbilitySpecials": {
"Attack02ParryCount": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"Modifier_ListenParry": {
"Duration": -1,
"OnAdded": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "Attack02ParryCount",
"ParamType": "Integer"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ParryType",
"ParamType": 3,
"Target": "Self"
}
],
"OnBeingHit": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Add",
"Param": 1,
"ParamName": "Attack02ParryCount",
"ParamType": "Integer",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_ParryType",
"ParamType": 3,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
},
{
"$type": "ByAbilitySpecial",
"CompareType": "GreaterEqual",
"Param": 2,
"ParamName": "Attack02ParryCount",
"ParamType": "Integer"
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Parry",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
},
{
"$type": "ByAbilitySpecial",
"CompareType": "GreaterEqual",
"Param": 2,
"ParamName": "Attack02ParryCount",
"ParamType": "Integer"
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Hit",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
},
{
"$type": "ByAbilitySpecial",
"CompareType": "GreaterEqual",
"Param": 2,
"ParamName": "Attack02ParryCount",
"ParamType": "Integer"
}
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "Attack02ParryCount",
"ParamType": "Integer"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ParryType",
"ParamType": 3,
"Target": "Self"
}
]
},
"Modifier_ResetCount": {
"Duration": -1,
"OnAdded": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "Attack02ParryCount",
"ParamType": "Integer"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ParryType",
"ParamType": 3,
"Target": "Self"
}
]
}
}
}