--================================================================ -- -- 配置 -- --================================================================ -- 怪物 monsters = { } -- NPC npcs = { } -- 装置 gadgets = { { config_id = 1333, gadget_id = 70210031, pos = { x = 2481.0, y = 220.1, z = -429.6 }, rot = { x = 0.0, y = 41.3, z = 0.0 }, level = 1, chest_drop_id = 403343, isOneoff = true, type = GadgetType.GADGET_WORLD_CHECT }, { config_id = 1339, gadget_id = 70500000, pos = { x = 2482.2, y = 231.0, z = -428.2 }, rot = { x = 0.0, y = 98.8, z = 0.0 }, level = 1, point_type = 4001001, isOneoff = true } } -- 区域 regions = { } -- 触发器 triggers = { } -- 变量 variables = { } --================================================================ -- -- 初始化配置 -- --================================================================ -- 初始化时创建 init_config = { suite = 1, rand_suite = true, npcs = { } } --================================================================ -- -- 小组配置 -- --================================================================ suites = { { -- suite_id = 0, -- description = , monsters = { }, gadgets = { 1333, 1339 }, regions = { }, triggers = { }, rand_weight = 100 } } --================================================================ -- -- 触发器 -- --================================================================