ZenlessData/Data/Bangboo_Brawlerboo_AttackManager.json
2024-12-17 20:43:14 -03:00

129 lines
3.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "SwitchIn_AttackPre",
"FrameCountHigh": 36,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"AttackManagerControlModifier",
"ChargeReadyModifier"
]
},
{
"AnimatorStateName": "SwitchOut_AttackPre",
"FrameCountHigh": 36,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ChargeReadyModifier"
]
}
]
}
],
"AbilityName": "Bangboo_Brawlerboo_AttackManager",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_AttackLaunch",
"ParamType": 3,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Brawlerboo_Attackproperty_Attack_HitCheck"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"AttackManagerControlModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachModifier",
"ModifierName": "AttackManagerModifier",
"Target": "TeamAvatars"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "AttackManagerModifier",
"Target": "TeamAvatars"
}
]
},
"AttackManagerModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Predicates": [
{
"$type": "ByCauseStun",
"IsCauseStun": true
}
],
"Target": "Caster"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Predicates": [
{
"$type": "ByCauseStun",
"IsCauseStun": true
}
],
"Target": "Caster"
}
]
},
"ChargeReadyModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_ChargeReady",
"ParamType": 2,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_ChargeReady",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}