1
0
ZenlessData/Data/JsonBytes/NewAbility/BangbooAbility/Bangboo_Player_Attack.json

178 lines
4.5 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_02_Start",
"FrameCountLow": 25,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"AttackEffectModifier"
]
},
{
"AnimatorStateName": "Attack_02_Loop",
"FrameCountLow": 0,
"IsLoop": true,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"AttackEffectModifier"
]
},
{
"AnimatorStateName": "Attack_02_End",
"FrameCountHigh": 15,
"FrameCountLow": 0,
"MaxFrameCountHigh": false,
"ModifierNameList": [
"AttackEffectModifier"
]
}
],
"IsSeam": false
},
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "AttackCamaraModifier",
"Predicates": [
{
"$type": "ByAnimCtrlerParam",
"BoolVal": false,
"CompareType": "Equal",
"ParamName": "Bool_IsCollideGround",
"ParamType": 2
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Trampoline_Jump"
]
}
]
}
],
"Target": "Self"
}
],
"AnimatorStateName": "Jump_Attack_01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Bangboo_Player_Attack",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_CanAttack",
"ParamType": 2,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_CanAttack",
"ParamType": 2,
"Target": "Self"
}
]
},
"Modifiers": {
"AttackCamaraModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Jump_Attack_01",
"LayerIndex": 0,
"ModifierNameList": [
"CheckAttackEndModifier"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Fall_Start",
"LayerIndex": 0,
"ModifierNameList": [
"CheckAttackEndModifier"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Fall_Loop",
"LayerIndex": 0,
"ModifierNameList": [
"CheckAttackEndModifier"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0
}
]
}
],
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "CameraOverrideBangbooCameraAction",
"Key": "Normal_Attack_InAir",
"MpExecMode": "AuthorityOnly"
}
],
"OnRemoved": [
{
"$type": "CameraOverrideBangbooCameraEndAction",
"Key": "Normal_Attack_InAir",
"MpExecMode": "AuthorityOnly"
}
]
},
"AttackEffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"EffectPattern": "Eff_Bangboo_Eous001_Player_Attack_02_Loop_01_Wind"
},
{
"$type": "AttachEffect",
"AttachPointName": "Hummer_Bn03",
"EffectPattern": "Eff_Bangboo_Eous001_Player_Attack_02_Start_01_X-Weapon"
}
]
},
"CheckAttackEndModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "AttackCamaraModifier",
"Target": "Self"
}
]
}
}
}