ZenlessData/Data/Bangboo_Rocketboo_AttackManager_QTE.json

100 lines
2.4 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "SwitchIn_Attack",
"FrameCountHigh": 65,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TriggerResetModifier"
]
},
{
"AnimatorStateName": "SwitchIn_Attack",
"FrameCountLow": 65,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"QTECheckModifier"
]
},
{
"AnimatorStateName": "SwitchIn_Attack_End",
"FrameCountHigh": 45,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"QTECheckModifier"
]
}
]
}
],
"AbilityName": "Bangboo_Rocketboo_AttackManager_QTE",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_QTE_AttackLanded",
"ParamType": 2,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Rocketboo_Attackproperty_HitCheck_QTE"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"QTECheckModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimEvent",
"AnimEventID": "Bangboo_Rocketboo_Attackproperty_HitCheck_QTE"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_QTE_AttackLanded",
"ParamType": 2,
"Target": "Self"
}
]
},
"TriggerResetModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_QTE_AttackLanded",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}