--================================================================ -- -- 配置 -- --================================================================ -- 怪物 monsters = { { config_id = 1220, monster_id = 28030401, pos = { x = 1685.4, y = 233.8, z = -1383.8 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1221, monster_id = 28030401, pos = { x = 1684.4, y = 234.1, z = -1385.3 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1222, monster_id = 28030401, pos = { x = 1684.4, y = 233.7, z = -1382.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1223, monster_id = 28030401, pos = { x = 1683.1, y = 234.2, z = -1386.1 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1224, monster_id = 28030401, pos = { x = 1683.3, y = 234.0, z = -1384.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 } } -- NPC npcs = { } -- 装置 gadgets = { } -- 区域 regions = { } -- 触发器 triggers = { } -- 变量 variables = { } --================================================================ -- -- 初始化配置 -- --================================================================ -- 初始化时创建 init_config = { suite = 1, rand_suite = true, npcs = { } } --================================================================ -- -- 小组配置 -- --================================================================ suites = { { -- suite_id = 0, -- description = , monsters = { 1221, 1223 }, gadgets = { }, regions = { }, triggers = { }, rand_weight = 100 } } --================================================================ -- -- 触发器 -- --================================================================