--================================================================ -- -- 配置 -- --================================================================ -- 怪物 monsters = { { config_id = 1044, monster_id = 28030401, pos = { x = 1905.6, y = 221.1, z = -1104.8 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1045, monster_id = 28030401, pos = { x = 1904.6, y = 221.2, z = -1106.3 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1046, monster_id = 28030401, pos = { x = 1904.6, y = 221.2, z = -1103.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1047, monster_id = 28030401, pos = { x = 1903.4, y = 221.4, z = -1107.0 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1048, monster_id = 28030401, pos = { x = 1903.6, y = 221.3, z = -1105.6 }, 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 = { 1045, 1047 }, gadgets = { }, regions = { }, triggers = { }, rand_weight = 100 } } --================================================================ -- -- 触发器 -- --================================================================