更新配置表

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,24 @@
-- 地图配置
scene_config = {
begin_pos = { x = -512.0, z = -512.0 },
size = { x = 1024.0, z = 1024.0 },
born_pos = { x = 32.000, y = 1.570, z = 76.500 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -20,
city_id = 3,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 35870 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,4 @@
-- 所有的group
groups = {
{ id = 235870001, refresh_id = 1, pos = { x = 32.405, y = 4.108, z = 102.505 } }
}

View File

@@ -0,0 +1,103 @@
-- 基础信息
local base_info = {
group_id = 235870001
}
-- Trigger变量
local defs = {
gadget_teleport = 1003,
gadget_bricks = 1002,
gadget_airWall = 1004,
isDungeon = 1,
gadget_envLamp = 1006
}
-- DEFS_MISCS
defs.envWeather =
{
[1]=10166,
[2]=10167,
[3]=10168
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
-- (临时占位)
{ config_id = 1001, gadget_id = 70290721, pos = { x = 29.406, y = 2.999, z = 89.003 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
-- 雷法师-boss1
{ config_id = 1002, gadget_id = 70290706, pos = { x = 32.390, y = 3.938, z = 102.552 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 1003, gadget_id = 70290726, pos = { x = 29.406, y = 2.999, z = 89.003 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 1004, gadget_id = 70290722, pos = { x = 32.309, y = 3.938, z = 102.621 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 1006, gadget_id = 70290666, pos = { x = 32.000, y = 4.000, z = 102.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
-- 传入点
{ config_id = 1005, pos = { x = 32.173, y = 4.000, z = 95.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 1001, 1006 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V3_3/BrickBreaker"

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": 32.42311,
"y": 6.210356,
"z": 134.0799
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"size": {
"x": 3.0,
"y": 3.0,
"z": 3.0
},
"tranPos": {
"x": 32.3482361,
"y": 6.21035576,
"z": 127.709534
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"type": "TOWER",
"unlocked": false
}
},
"transRadius": 0.0
}

View File

@@ -0,0 +1,65 @@
[
{
"area_id": 10166,
"points": [
{
"x": 13.43718,
"y": 63.805275
},
{
"x": 50.2012444,
"y": 67.25043
},
{
"x": 47.9562035,
"y": 121.786125
},
{
"x": 13.8306007,
"y": 119.965096
}
]
},
{
"area_id": 10167,
"points": [
{
"x": 13.43718,
"y": 63.805275
},
{
"x": 50.2012444,
"y": 67.25043
},
{
"x": 47.9562035,
"y": 121.786125
},
{
"x": 13.8306007,
"y": 119.965096
}
]
},
{
"area_id": 10168,
"points": [
{
"x": 13.43718,
"y": 63.805275
},
{
"x": 50.2012444,
"y": 67.25043
},
{
"x": 47.9562035,
"y": 121.786125
},
{
"x": 13.8306007,
"y": 119.965096
}
]
}
]