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

116 lines
3.1 KiB
JSON

{
"AbilityName": "Bangboo_Player_Jump",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierMixins": [
{
"$type": "SkillBtnListenerMixin",
"BtnListeners": [
{
"BtnOperations": [
{
"ListenerType": "Hold",
"PressTime": 0.05,
"TriggerActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_HoldJump",
"ParamType": 2
}
]
},
{
"ListenerType": "PointUp",
"Target": "Self",
"TriggerActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_HoldJump",
"ParamType": 2
}
]
}
],
"SkillBtnIndex": 1
},
{
"BtnOperations": [
{
"ListenerType": "Hold",
"PressTime": 0.05,
"TriggerActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_HoldJump",
"ParamType": 2
}
]
},
{
"ListenerType": "PointUp",
"Target": "Self",
"TriggerActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_HoldJump",
"ParamType": 2
}
]
}
],
"SkillBtnIndex": 13
}
],
"Target": "Self"
}
],
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"MpExecMode": "MpTotallyLocal",
"ParamName": "Bool_CanJump",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Bangboo_Player_Trampoline_Jump",
"IsAutoTrigger": false,
"Target": "Self"
},
{
"$type": "CameraOverrideTrackAction",
"MpExecMode": "AuthorityOnly",
"OverrideKey": "Bangboo_Player_Default_CameraOverrideTrack_01",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_CanJump",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Bangboo_Player_Trampoline_Jump",
"Target": "Self"
},
{
"$type": "CameraOverrideTrackEndAction",
"MpExecMode": "AuthorityOnly",
"OverrideKey": "Bangboo_Player_Default_CameraOverrideTrack_01",
"Target": "Self"
}
]
},
"Modifiers": {
}
}