ZenlessData/Data/Durahan_ChargeAttack_Bookemon.json

113 lines
2.7 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_01_01",
"LayerIndex": 0,
"ModifierNameList": [
"ChargeModifier"
],
"NormalizedTimeHigh": 0.1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Skill_01_Charge",
"LayerIndex": 0,
"ModifierNameList": [
"CostChargeModifier"
],
"NormalizedTimeHigh": 0.1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Skill_01_Charge",
"FrameCountHigh": 130,
"FrameCountLow": 85,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"MuteRootMotionModifier"
]
}
]
}
],
"AbilityName": "Durahan_ChargeAttack_Bookemon",
"AbilityStacking": "Unique",
"Modifiers": {
"ChargeModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnimCtrlerParam",
"CompareType": "Equal",
"IntVal": 1,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
]
}
]
},
"CostChargeModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
]
},
"MuteRootMotionModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "MuteRootMotionAction",
"EnableMute": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "MuteRootMotionAction",
"EnableMute": false,
"Target": "Self"
}
]
}
}
}