--场景编辑器的信息 Config.JumpSceneInfo = { --[1000] = { -- [1] = {id = 1,x = 17950,y = 3230,show = 1}, -- [2] = {id = 1,x = 17951,y = 4256,show = 1}, -- [3] = {id = 1,x = 4945,y = 10950,show = 1}, -- [4] = {id = 1,x = 4848,y = 11590,show = 1}, --}, [1001] = { [1] = {id = 1,x = 9529, y = 9529,show = 1}, [2] = {id = 1,x = 8852, y = 8889,show = 1}, [3] = {id = 1,x = 17436, y = 13443,show = 1}, [4] = {id = 1,x = 14850, y = 16356,show = 1}, }, [1006] = { [1] = {id = 1,x = 9950,y = 12155,show = 1}, [2] = {id = 1,x = 9040,y = 13750,show = 1}, }, [1007] = { [1] = {id = 1,x = 13025,y = 8170,show = 1}, [2] = {id = 1,x = 14317,y = 9543,show = 1}, }, [1011] = { [1] = {id = 1,x = 9653,y = 14253,show = 1}, [2] = {id = 1,x = 9447,y = 15618,show = 1}, [3] = {id = 1,x = 17247,y = 9444,show = 1}, [4] = {id = 1,x = 16548,y = 10042,show = 1}, }, [3115] = { [1] = {id = 1,x = 8829,y = 6753,show = 1}, [2] = {id = 1,x = 10050,y = 8285,show = 1}, }, [3118] = { [1] = {id = 1,x = 14170,y = 9603,show = 1}, [2] = {id = 1,x = 13442,y = 7711,show = 1}, }, } --每个场景配置的多连跳跳点 Config.MultiJumpPos = { -- 配置说明: --move_hspeed 水平速度, 数值越大,速度越快 --move_vspeed 垂直速度,数值越大,速度越快 -- show_effect是否出现凤凰特效ddw -- range起跳触发范围, -- middle_pos 是指第二跳的起点 -- middle_pos_ratio是指第二跳的方向旋转角度了,可以理解为拉摄像机,1为不变化,分数越小变化越大,按情况使用, -- Jump_1 = 1,仿重力跳跃, --同一场景的跳跃配置全部放到一起,并加好备注,方便后期查找修改 --另外一个lua配置:ConfigOtherFightInfo,可以配置每个职业的跳跃动作,有几个配几个,每次都会随机一个跳跃动作表现,可以搜索这段文字Config.otherFightInfo.jump_move_movie_speed_off = ,一般配置完后不用再修改。 -- [1001] = { -- -- 蛋跳平台` -- [1] = { -- [1] = {start_pos = {x = 4770, y = 3461}, middle_pos = {x = 5429, y = 3283}, range = 90, middle_pos_ratio = 1, move_hspeed = 1000, move_vspeed = 1000}, -- }, -- -- 楼梯向下跳 -- [2] = { -- [1] = {start_pos = {x = 6028, y = 2355}, middle_pos = {x = 5506, y = 2000}, range = 60, middle_pos_ratio = 6 / 7, move_hspeed = 600, move_vspeed = 1100}, -- [2] = {start_pos = {x = 5506, y = 2000}, middle_pos = {x = 5690, y = 1610}, range = 60, middle_pos_ratio = 6 / 7, move_hspeed = 900, move_vspeed = 1200}, -- [3] = {start_pos = {x = 5690, y = 1590}, middle_pos = {x = 4972, y = 1173}, range = 60, middle_pos_ratio = 1, jump_type = 2, move_hspeed = 1200, move_vspeed = 600, show_effect = true}, -- }, [1001] = { -- 出生点前进 [1] = { [1] = {start_pos = {x = 3251, y = 3166}, middle_pos = {x = 8245, y = 11123}, range = 120, middle_pos_ratio = 1,move_hspeed = 900, move_vspeed = 1200}, }, -- -- 圆台跳下公路桥 -- [2] = { -- [1] = {start_pos = {x = 8442, y = 17433}, middle_pos = {x = 9371, y = 20767}, range = 120, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000, jump_cnt = 4}, -- [2] = {start_pos = {x = 9371, y = 20767}, middle_pos = {x = 10300, y = 24101}, range = 120, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000, jump_cnt = 4}, -- [3] = {start_pos = {x = 10300, y = 24101}, middle_pos = {x = 11229, y = 27435}, range = 120, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000, jump_cnt = 4}, -- [4] = {start_pos = {x = 11229, y = 27435}, middle_pos = {x = 12161, y = 30769}, range = 120, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000, jump_cnt = 4}, -- }, -- 车厢跳上圆台 [3] = { [1] = {start_pos = {x = 6754, y = 18244}, middle_pos = {x = 8734, y = 16414}, range = 60, middle_pos_ratio = 1,move_hspeed = 2000, move_vspeed = 2000}, }, }, [1002] = { -- 摩托飞跃起跳 [1] = { [1] = {start_pos = {x = 24001, y = 6935}, middle_pos = {x = 26164, y = 9408}, range = 500, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000}, }, -- 摩托飞跃回头 [2] = { [1] = {start_pos = {x = 25857, y = 8948}, middle_pos = {x = 23319, y = 6292}, range = 300, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000}, }, -- 跳下集装箱 [3] = { [1] = {start_pos = {x = 19950, y = 18040}, middle_pos = {x = 19736, y = 18354}, range = 300, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000}, [2] = {start_pos = {x = 19736, y = 18354}, middle_pos = {x = 19090, y = 19433}, range = 50, middle_pos_ratio = 16/20, move_hspeed = 900, move_vspeed = 1200}, }, -- 跳上集装箱 [4] = { [1] = {start_pos = {x = 19145, y = 19074}, middle_pos = {x = 19736, y = 18354}, range = 300, middle_pos_ratio = 16/20,move_hspeed = 2000, move_vspeed = 2000}, [2] = {start_pos = {x = 19736, y = 18354}, middle_pos = {x = 20832, y = 17027}, range = 50, middle_pos_ratio = 16/20, move_hspeed = 900, move_vspeed = 1200}, }, -- 港口跃上断桥 [5] = { [1] = {start_pos = {x = 16264, y = 21453}, middle_pos = {x = 13530, y = 19178}, range = 300, middle_pos_ratio = 1,move_hspeed = 900, move_vspeed = 1200}, [2] = {start_pos = {x = 13530, y = 19178}, middle_pos = {x = 12058, y = 17639}, range = 300, middle_pos_ratio = 1, move_hspeed = 900, move_vspeed = 1200}, }, -- 断桥退回港口 [6] = { [1] = {start_pos = {x = 12154, y = 18076}, middle_pos = {x = 16462, y = 21122}, range = 300, middle_pos_ratio = 1,move_hspeed = 900, move_vspeed = 900}, }, -- -- 断桥前往乐园 -- [7] = { -- [1] = {start_pos = {x = 10508, y = 17555}, middle_pos = {x = 8237, y = 17911}, range = 300, middle_pos_ratio = 1,move_hspeed = 1800, move_vspeed = 1000}, -- [2] = {start_pos = {x = 8237, y = 17911}, middle_pos = {x = 7372, y = 14784}, range = 200, middle_pos_ratio = 16/20, move_hspeed = 900, move_vspeed = 1200}, -- }, -- -- 乐园退回断桥 -- [8] = { -- [1] = {start_pos = {x = 7347, y = 15149}, middle_pos = {x = 10893, y = 17635}, range = 120, middle_pos_ratio = 1,move_hspeed = 2000, move_vspeed = 2000}, -- }, }, }