添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- 所有的区块
blocks = { 200301 }

View File

@@ -0,0 +1,4 @@
-- 所有的group
groups = {
{ id = 302003001, pos = { x = 2341.345, y = 210.353, z = -934.040 }, dynamic_load = true, business = { type = 4 } }
}

View File

@@ -0,0 +1,74 @@
-- 基础信息
local base_info = {
group_id = 302003001
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
{ config_id = 1001, npc_id = 30046, pos = { x = 2344.945, y = 210.329, z = -933.382 }, rot = { x = 0.000, y = 283.080, z = 0.000 }, area_id = 1 },
{ config_id = 1002, npc_id = 30047, pos = { x = 2331.224, y = 223.259, z = -1062.594 }, rot = { x = 0.000, y = 153.435, z = 0.000 }, area_id = 1 }
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
npcs = { 1001, 1002 },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================