添加配置表

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
@@ -0,0 +1,24 @@
-- 地图配置
scene_config = {
begin_pos = { x = -1000.0, z = -1200.0 },
size = { x = 1900.0, z = 2220.0 },
born_pos = { x = 0.000, y = 0.000, z = 15.000 },
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
die_y = -10,
city_id = 1,
vision_anchor = { x = -1000.0, z = -1200.0 }
}
-- 所有的区块
blocks = { 50053 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -1000.0, z = -1200.0 }, max = { x = 900.0, z = 1020.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }
@@ -0,0 +1,4 @@
-- 所有的group
groups = {
{ id = 250053001, refresh_id = 1004, pos = { x = 0.000, y = 0.036, z = 0.000 } }
}
@@ -0,0 +1,28 @@
[
{
"area_id": 1,
"bottom": -30.0,
"climateType": "ColdMonster",
"isForceClearDifferentClimateMeter": false,
"points": [
{
"x": 18.5109119,
"y": 21.848259
},
{
"x": 18.3053513,
"y": -15.0527515
},
{
"x": -18.3834724,
"y": -15.1730289
},
{
"x": -18.3709068,
"y": 21.6959038
}
],
"top": 50.0,
"transPoints": []
}
]
@@ -0,0 +1,73 @@
-- 基础信息
local base_info = {
group_id = 250053001
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 1003, monster_id = 29050101, pos = { x = -0.008, y = 0.035, z = -6.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, title_id = 121, special_name_id = 7 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 1001, gadget_id = 70350096, pos = { x = 0.000, y = 0.000, z = 3.500 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { 1003 },
gadgets = { 1001 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
@@ -0,0 +1,8 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {},
"transRadius": 0.0
}