--================================================================ -- -- 配置 -- --================================================================ -- 怪物 monsters = { { config_id = 927, monster_id = 28030401, pos = { x = 1790.7, y = 254.1, z = -1051.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 928, monster_id = 28030401, pos = { x = 1789.7, y = 254.0, z = -1053.3 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 929, monster_id = 28030401, pos = { x = 1789.7, y = 254.6, z = -1050.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 930, monster_id = 28030401, pos = { x = 1788.4, y = 254.0, z = -1054.1 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 931, monster_id = 28030401, pos = { x = 1788.6, y = 254.3, z = -1052.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 = { 928, 930 }, gadgets = { }, regions = { }, triggers = { }, rand_weight = 100 } } --================================================================ -- -- 触发器 -- --================================================================