添加配置表

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,24 @@
-- 地图配置
scene_config = {
begin_pos = { x = 259.3, z = 182.7 },
size = { x = 512.0, z = 512.0 },
born_pos = { x = 515.120, y = 74.192, z = 501.851 },
born_rot = { x = 0.000, y = 186.565, z = 0.000 },
die_y = -20,
city_id = 1,
vision_anchor = { x = 0.0, z = 0.0 }
}
-- 所有的区块
blocks = { 50091 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = 259.3, z = 182.7 }, max = { x = 771.3, z = 694.7 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,4 @@
-- 所有的group
groups = {
{ id = 250091001, refresh_id = 1004, pos = { x = 492.172, y = 100.542, z = 488.182 } }
}

View File

@@ -0,0 +1,72 @@
-- 基础信息
local base_info = {
group_id = 250091001
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 1001, monster_id = 29070103, pos = { x = 515.300, y = 74.161, z = 438.668 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { 1001 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,8 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {},
"transRadius": 0.0
}