更新配置表

This commit is contained in:
flswld
2023-01-29 13:00:55 +08:00
parent 0ab4fd1d18
commit 5fbe66113e
3108 changed files with 587829 additions and 26766 deletions

View File

@@ -0,0 +1,24 @@
-- 地图配置
scene_config = {
begin_pos = { x = -256.0, z = -256.0 },
size = { x = 1500.0, z = 1500.0 },
born_pos = { x = 527.453, y = 135.912, z = 684.494 },
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
die_y = -20,
city_id = 4,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 20166 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -256.0, z = -256.0 }, max = { x = 1244.0, z = 1244.0 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,5 @@
-- 所有的group
groups = {
{ id = 220166001, pos = { x = 548.427, y = 122.540, z = 739.879 } },
{ id = 220166002, refresh_id = 1, pos = { x = 529.263, y = 130.165, z = 652.523 } }
}

View File

@@ -0,0 +1,8 @@
dummy_points = {
["Q302906_LookPoint"] = { pos = { x = 525.664, y = 153.229, z = 616.958 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q302906_N10013"] = { pos = { x = 528.321, y = 130.731, z = 655.557 }, rot = { x = 0.000, y = 151.800, z = 0.000 } },
["Q302906_T302906_N10000005"] = { pos = { x = 530.450, y = 131.369, z = 658.349 }, rot = { x = 0.000, y = 181.260, z = 0.000 } },
["Q302906_T302906_N10013"] = { pos = { x = 529.322, y = 130.672, z = 655.141 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q302906_T302906_N1005"] = { pos = { x = 527.683, y = 131.405, z = 658.205 }, rot = { x = 0.000, y = 181.260, z = 0.000 } },
["Q302913_N10013"] = { pos = { x = 528.663, y = 130.045, z = 652.363 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}

View File

@@ -0,0 +1,71 @@
-- 基础信息
local base_info = {
group_id = 220166001
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,72 @@
-- 基础信息
local base_info = {
group_id = 220166002
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 2001, gadget_id = 71700562, pos = { x = 529.268, y = 130.246, z = 652.942 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 2001 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,8 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {},
"transRadius": 0.0
}