添加配置表

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 = -512.0, z = -512.0 },
size = { x = 1024.0, z = 1024.0 },
born_pos = { x = 32.645, y = 0.380, z = 66.989 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -5,
city_id = 3,
vision_anchor = { x = -512.0, z = -512.0 }
}
-- 所有的区块
blocks = { 35807 }
-- 所有的区块范围坐标
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,5 @@
-- 所有的group
groups = {
{ id = 235807001, pos = { x = 33.000, y = 3.000, z = 87.000 } },
{ id = 235807002, refresh_id = 1002, pos = { x = 33.624, y = 3.120, z = 115.173 } }
}

View File

@@ -0,0 +1,72 @@
-- 基础信息
local base_info = {
group_id = 235807001
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
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,
ban_refresh = true
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,241 @@
-- 基础信息
local base_info = {
group_id = 235807002
}
-- DEFS_MISCS
--ByNum配置内容
--fever进度升级节点
local fever_progress_table = {
0,40,120,270,570,800
}
--各等级fever的下降速率
local fever_attenuation = {
-1,-1,-2,-2,-3
}
--地城对应的天气配置
local DungeonWeather = {
11035,11036,11037,11038
}
--怪物潮
local monster_tide = {
[1] = {2001,2002,2003,2004,2005,2006},
[2] = {2011,2012},
[3] = {2007,2008,2009,2010},
[4] = {2013,2014,2015,2016,2017,2018},
[5] = {2019,2020,2022,2023,2024,2025,2026,2027,2028}
}
--每轮怪物潮刷怪数量
local tide_suite_config = {
[1] = {min=1,max=3},
[2] = {min=1,max=1},
[3] = {min=1,max=2},
[4] = {min=3,max=3},
[5] = {min=3,max=3}
}
local defs = {
group_id = 235807002,
worktop_id = 2021, --操作台对应的configID
game_time = 240, --挑战时间
environment_suite = 3, --环境灯光所在的Suite
gallery_id = 15001, --对应的GalleryID
noswitch_punishment_interval = 30, --不换人开始有惩罚的最小时间间隔
switch_team_fever = 30, --换人增加热度值
num_killed_per_tide = {12, 2, 4, 12, 0}, --每组怪物潮对应需要的杀怪数量
air_wall = 2081 --场内空气墙对应的ConfigID
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
[2001] = { config_id = 2001, monster_id = 21020201, pos = { x = 27.080, y = 3.150, z = 111.782 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2002] = { config_id = 2002, monster_id = 21020701, pos = { x = 32.428, y = 3.150, z = 111.782 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2003] = { config_id = 2003, monster_id = 21020201, pos = { x = 37.909, y = 3.150, z = 111.782 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2004] = { config_id = 2004, monster_id = 21020701, pos = { x = 27.251, y = 3.150, z = 94.516 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2005] = { config_id = 2005, monster_id = 21020201, pos = { x = 32.598, y = 3.150, z = 94.516 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2006] = { config_id = 2006, monster_id = 21020701, pos = { x = 38.080, y = 3.150, z = 94.516 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2007] = { config_id = 2007, monster_id = 21020701, pos = { x = 22.149, y = 3.160, z = 102.995 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2008] = { config_id = 2008, monster_id = 21020501, pos = { x = 41.860, y = 3.190, z = 102.975 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 80 },
[2009] = { config_id = 2009, monster_id = 21020801, pos = { x = 32.321, y = 3.170, z = 112.922 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 80 },
[2010] = { config_id = 2010, monster_id = 21020201, pos = { x = 32.350, y = 3.170, z = 92.774 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 20 },
[2011] = { config_id = 2011, monster_id = 21020801, pos = { x = 22.149, y = 3.160, z = 102.995 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 80 },
[2012] = { config_id = 2012, monster_id = 21020501, pos = { x = 41.860, y = 3.190, z = 102.975 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 80 },
[2013] = { config_id = 2013, monster_id = 23020101, pos = { x = 27.080, y = 3.150, z = 111.782 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2014] = { config_id = 2014, monster_id = 23020101, pos = { x = 32.428, y = 3.150, z = 111.782 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2015] = { config_id = 2015, monster_id = 23020101, pos = { x = 37.909, y = 3.150, z = 111.782 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2016] = { config_id = 2016, monster_id = 23020101, pos = { x = 27.251, y = 3.150, z = 94.516 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2017] = { config_id = 2017, monster_id = 23020101, pos = { x = 32.598, y = 3.150, z = 94.516 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2018] = { config_id = 2018, monster_id = 23020101, pos = { x = 38.080, y = 3.150, z = 94.516 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2019] = { config_id = 2019, monster_id = 23030101, pos = { x = 27.080, y = 3.200, z = 112.349 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 50 },
[2020] = { config_id = 2020, monster_id = 23050101, pos = { x = 32.428, y = 3.200, z = 112.349 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 60 },
[2022] = { config_id = 2022, monster_id = 23030101, pos = { x = 37.696, y = 3.200, z = 112.349 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 50 },
[2023] = { config_id = 2023, monster_id = 23050101, pos = { x = 23.005, y = 3.190, z = 102.965 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 60 },
[2024] = { config_id = 2024, monster_id = 23020101, pos = { x = 23.005, y = 3.190, z = 107.619 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2025] = { config_id = 2025, monster_id = 23020101, pos = { x = 23.005, y = 3.190, z = 97.499 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2026] = { config_id = 2026, monster_id = 23050101, pos = { x = 41.723, y = 3.190, z = 102.965 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 60 },
[2027] = { config_id = 2027, monster_id = 23020101, pos = { x = 41.723, y = 3.190, z = 107.619 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 40 },
[2028] = { config_id = 2028, monster_id = 23030101, pos = { x = 41.723, y = 3.190, z = 97.499 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1, disableWander = true, affix = { 5136 }, kill_score = 50 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
[2021] = { config_id = 2021, gadget_id = 70360010, pos = { x = 32.340, y = 2.842, z = 102.941 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2048] = { config_id = 2048, gadget_id = 70350306, pos = { x = 52.126, y = 5.575, z = 83.326 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2049] = { config_id = 2049, gadget_id = 70350306, pos = { x = 12.676, y = 5.526, z = 83.403 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2050] = { config_id = 2050, gadget_id = 70350306, pos = { x = 52.076, y = 5.471, z = 122.762 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2051] = { config_id = 2051, gadget_id = 70350306, pos = { x = 12.694, y = 5.606, z = 122.658 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2052] = { config_id = 2052, gadget_id = 70350307, pos = { x = 72.500, y = 3.880, z = 128.613 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2053] = { config_id = 2053, gadget_id = 70350307, pos = { x = 72.500, y = 3.880, z = 120.362 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2054] = { config_id = 2054, gadget_id = 70350307, pos = { x = 72.500, y = 3.880, z = 112.100 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2055] = { config_id = 2055, gadget_id = 70350307, pos = { x = 72.500, y = 3.880, z = 103.452 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2056] = { config_id = 2056, gadget_id = 70350307, pos = { x = 72.500, y = 3.880, z = 95.008 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2057] = { config_id = 2057, gadget_id = 70350307, pos = { x = 72.500, y = 3.880, z = 86.675 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2058] = { config_id = 2058, gadget_id = 70350307, pos = { x = -8.822, y = 3.880, z = 128.635 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2059] = { config_id = 2059, gadget_id = 70350307, pos = { x = -8.190, y = 3.880, z = 120.665 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2060] = { config_id = 2060, gadget_id = 70350307, pos = { x = -8.190, y = 3.880, z = 112.100 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2061] = { config_id = 2061, gadget_id = 70350307, pos = { x = -8.219, y = 3.880, z = 103.701 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2062] = { config_id = 2062, gadget_id = 70350307, pos = { x = -8.048, y = 3.880, z = 95.018 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2063] = { config_id = 2063, gadget_id = 70350307, pos = { x = -8.262, y = 3.880, z = 86.753 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2064] = { config_id = 2064, gadget_id = 70350306, pos = { x = 24.650, y = 10.805, z = 141.543 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2065] = { config_id = 2065, gadget_id = 70350306, pos = { x = 40.050, y = 10.799, z = 141.513 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2066] = { config_id = 2066, gadget_id = 70350306, pos = { x = 27.317, y = 8.059, z = 75.224 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2067] = { config_id = 2067, gadget_id = 70350306, pos = { x = 37.346, y = 8.064, z = 75.197 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2072] = { config_id = 2072, gadget_id = 70350308, pos = { x = 38.094, y = 18.788, z = 141.013 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2073] = { config_id = 2073, gadget_id = 70350308, pos = { x = 26.571, y = 18.756, z = 141.058 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2074] = { config_id = 2074, gadget_id = 70350308, pos = { x = -10.671, y = 26.712, z = 147.351 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2075] = { config_id = 2075, gadget_id = 70350308, pos = { x = 77.800, y = 26.831, z = 147.602 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2076] = { config_id = 2076, gadget_id = 70350308, pos = { x = 85.879, y = 26.886, z = 139.648 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2077] = { config_id = 2077, gadget_id = 70350308, pos = { x = -18.976, y = 26.894, z = 139.460 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2078] = { config_id = 2078, gadget_id = 70350309, pos = { x = 0.000, y = 0.000, z = 0.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2079] = { config_id = 2079, gadget_id = 70350307, pos = { x = 72.500, y = 3.880, z = 77.711 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2080] = { config_id = 2080, gadget_id = 70350307, pos = { x = -8.250, y = 3.880, z = 77.760 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[2081] = { config_id = 2081, gadget_id = 70950010, pos = { x = 32.433, y = 3.320, z = 83.429 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
[2029] = { config_id = 2029, shape = RegionShape.CUBIC, size = { x = 20.000, y = 10.000, z = 20.000 }, pos = { x = 32.406, y = 3.150, z = 103.116 } }
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 2021 },
regions = { 2029 },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 2,
-- description = 放所有的精英怪和精英怪创生点,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 3,
-- description = 放场景氛围物件,
monsters = { },
gadgets = { 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080 },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 4,
-- description = 怪物潮第一波,
monsters = { 2001, 2002, 2003, 2004, 2005, 2006 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 5,
-- description = 怪物潮第二波,
monsters = { 2011, 2012 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 6,
-- description = 怪物潮第三波,
monsters = { 2007, 2008, 2009, 2010 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 7,
-- description = 怪物潮第四波,
monsters = { 2013, 2014, 2015, 2016, 2017, 2018 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 8,
-- description = 怪物潮第五波,
monsters = { 2019, 2020, 2022, 2023, 2024, 2025, 2026, 2027, 2028 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_5/FightingStage_ByNum"

View File

@@ -0,0 +1,99 @@
{
"areas": {},
"doors": {},
"entities": {
"9": {
"$type": "ConfigLocalTrigger",
"alias": "",
"areaId": 0,
"checkCount": 0,
"checkDist": 100.0,
"floatParam": 0.0,
"gadgetId": 70010006,
"groupLimit": false,
"isModelHidden": false,
"meta": null,
"pointType": "Other",
"pos": {
"x": 11.56042,
"y": -38.32894,
"z": 104.0913
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"shape": {
"$type": "ConfigShapeRect",
"centerType": "Center",
"height": 20.0,
"heightType": "Center",
"length": 300.0,
"useHeight": true,
"width": 300.0
},
"stringParam": "",
"tranPos": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"triggerFlag": "NoReviveRegion",
"triggerInterval": 0.1,
"type": "NORMAL",
"unlocked": true,
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"withGO": false
}
},
"forces": {},
"points": {
"1": {
"$type": "DungeonQuitPoint",
"alias": "",
"areaId": 0,
"gadgetId": 70120004,
"groupLimit": false,
"isModelHidden": false,
"pointType": "DungeonQuitPoint",
"pos": {
"x": 32.38697,
"y": 3.119987,
"z": 127.0186
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"size": {
"x": 3.0,
"y": 3.0,
"z": 3.0
},
"tranPos": {
"x": 35.931778,
"y": 3.11998749,
"z": 123.58773
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"type": "TOWER",
"unlocked": false
}
},
"transRadius": 0.0
}

View File

@@ -0,0 +1,86 @@
[
{
"area_id": 11035,
"points": [
{
"x": -49.0164261,
"y": 221.812073
},
{
"x": 97.61033,
"y": 177.085022
},
{
"x": 87.46783,
"y": 21.2939987
},
{
"x": -7.095821,
"y": 27.7699127
}
]
},
{
"area_id": 11036,
"points": [
{
"x": -10.8699818,
"y": 38.6861725
},
{
"x": -148.235931,
"y": 291.66095
},
{
"x": 180.099854,
"y": 294.648071
},
{
"x": 74.26067,
"y": 41.179924
}
]
},
{
"area_id": 11037,
"points": [
{
"x": 73.04309,
"y": 44.86753
},
{
"x": 60.4168129,
"y": 133.061569
},
{
"x": 4.55228043,
"y": 134.38797
},
{
"x": -9.012241,
"y": 33.39532
}
]
},
{
"area_id": 11038,
"points": [
{
"x": 4.20935726,
"y": 37.79012
},
{
"x": 2.109514,
"y": 154.6
},
{
"x": 66.3412,
"y": 154.6
},
{
"x": 67.53838,
"y": 38.5468254
}
]
}
]