Files
hk4e/gdconf/game_data_config/lua/scene/44003/scene44003.lua
2022-11-30 00:00:20 +08:00

30 lines
941 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -2567.7, z = -1677.0 },
size = { x = 4662.0, z = 3864.8 },
born_pos = { x = -135.593, y = 21.753, z = 43.557 },
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
born_point_list = {
{ pos = { x = -135.593, y = 21.753, z = 43.557 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = -133.235, y = 21.728, z = 41.702 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = -133.274, y = 21.710, z = 45.618 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = -131.124, y = 21.726, z = 43.557 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
},
die_y = 15,
city_id = 2,
vision_anchor = { x = -2567.7, z = -1677.0 }
}
-- 所有的区块
blocks = { 44003 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -2567.7, z = -1677.0 }, max = { x = 2094.3, z = 2187.8 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }