--================================================================ -- -- 配置 -- --================================================================ -- 怪物 monsters = { { config_id = 1039, monster_id = 28030401, pos = { x = 1855.7, y = 224.9, z = -1093.6 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1040, monster_id = 28030401, pos = { x = 1854.7, y = 224.8, z = -1095.0 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1041, monster_id = 28030401, pos = { x = 1854.7, y = 225.1, z = -1092.6 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1042, monster_id = 28030401, pos = { x = 1853.5, y = 224.8, z = -1095.8 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 }, { config_id = 1043, monster_id = 28030401, pos = { x = 1853.7, y = 224.9, z = -1094.4 }, 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 = { 1040, 1042, 1043 }, gadgets = { }, regions = { }, triggers = { }, rand_weight = 100 } } --================================================================ -- -- 触发器 -- --================================================================