添加配置表

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,23 @@
-- 地图配置
scene_config = {
begin_pos = { x = -2048.0, z = -2048.0 },
size = { x = 5096.0, z = 5096.0 },
born_pos = { x = 51.427, y = 4.599, z = 42.869 },
born_rot = { x = 0.000, y = 184.417, z = 0.000 },
die_y = -1000,
vision_anchor = { x = -2500.0, z = -2500.0 }
}
-- 所有的区块
blocks = { 50020 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = 0.0, z = 0.0 }, max = { x = 1024.0, z = 1024.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,4 @@
-- 所有的group
groups = {
{ id = 250020004, refresh_id = 1001, pos = { x = 24.868, y = 0.000, z = 43.385 }, is_replaceable = { value = false, version = 0, new_bin_only = true } }
}

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
{
"level1Areas": []
}