更新配置表

This commit is contained in:
flswld
2023-01-29 13:00:55 +08:00
parent 0ab4fd1d18
commit 5fbe66113e
3108 changed files with 587829 additions and 26766 deletions

View File

@@ -0,0 +1,36 @@
-- 地图配置
scene_config = {
begin_pos = { x = -512.0, z = -512.0 },
size = { x = 1024.0, z = 1024.0 },
born_pos = { x = 12.606, y = 0.752, z = -2.291 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -20,
room_safe_pos = {
scene_id = 3,
safe_pos = {
x = -420.000,
y = 277.000,
z = 2723.000
},
safe_rot = {
x = 0.000,
y = 0.000,
z = 0.000
}
},
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 1079 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,4 @@
-- 所有的group
groups = {
{ id = 201079001, pos = { x = 2.491, y = 0.752, z = -2.526 }, is_replaceable = { value = false, version = 0, new_bin_only = true } }
}

View File

@@ -0,0 +1,4 @@
dummy_points = {
["Q1302217_Q1302218_N1053"] = { pos = { x = 7.903, y = 0.745, z = -0.892 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q1302303_N1064"] = { pos = { x = 8.016, y = 0.745, z = -2.373 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}

View File

@@ -0,0 +1,71 @@
-- 基础信息
local base_info = {
group_id = 201079001
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,45 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {
"1": {
"$type": "DungeonQuitPoint",
"alias": "",
"areaId": 0,
"gadgetId": 70120004,
"groupLimit": false,
"isModelHidden": false,
"pointType": "DungeonQuitPoint",
"pos": {
"x": 14.5035,
"y": 0.752108,
"z": -2.426604
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"size": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"tranPos": {
"x": 14.5034981,
"y": 0.752108,
"z": -2.42660356
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"type": "NORMAL",
"unlocked": true
}
},
"transRadius": 0.0
}