--================================================================ -- -- 配置 -- --================================================================ -- 怪物 monsters = { { config_id = 937, monster_id = 28030401, pos = { x = 1803.8, y = 238.5, z = -1070.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 938, monster_id = 28030401, pos = { x = 1802.8, y = 238.2, z = -1072.4 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 939, monster_id = 28030401, pos = { x = 1802.8, y = 238.9, z = -1070.0 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 940, monster_id = 28030401, pos = { x = 1801.6, y = 238.2, z = -1073.1 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 941, monster_id = 28030401, pos = { x = 1801.8, y = 238.5, z = -1071.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 = { 938, 940 }, gadgets = { }, regions = { }, triggers = { }, rand_weight = 100 } } --================================================================ -- -- 触发器 -- --================================================================