This commit is contained in:
Akbar Yahya
2022-11-21 16:30:31 +08:00
commit e0d4d8040c
3326 changed files with 683000 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
-- 地图配置
scene_config = {
begin_pos = { x = 0.0, z = -3.8 },
size = { x = 220.0, z = 120.0 },
born_pos = { x = 162.0, y = 7.2, z = 14.0 },
born_rot = { x = 0.0, y = 295.1, z = 0.0 }
}
-- 所有的区块
blocks = { 20002 }
-- Dummy Points
dummy_points = { }

View File

@@ -0,0 +1,4 @@
{
"sceneId": 20002,
"routes": []
}

View File

@@ -0,0 +1,8 @@
-- 所有的group
groups = {
{ id = 220002001, refresh_time = 900, pos = { x = 146.1, y = 0.4, z = 23.6 } },
{ id = 220002002, refresh_time = 900, pos = { x = 124.9, y = 1.5, z = 56.2 } },
{ id = 220002003, refresh_time = 900, pos = { x = 170.7, y = 0.0, z = 60.7 } },
{ id = 220002004, refresh_time = 900, pos = { x = 192.9, y = 5.3, z = 83.4 } },
{ id = 220002005, refresh_time = 900, pos = { x = 123.9, y = 3.4, z = 84.7 } }
}

View File

@@ -0,0 +1,66 @@
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = suite_1,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,74 @@
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 7, gadget_id = 70210031, pos = { x = 129.1, y = 0.8, z = 53.2 }, rot = { x = 0.0, y = 66.8, z = 0.0 }, level = 1, chest_drop_id = 100016 },
{ config_id = 12, gadget_id = 70310001, pos = { x = 123.3, y = 1.6, z = 55.8 }, rot = { x = 0.0, y = 216.5, z = 0.0 }, level = 1 },
{ config_id = 13, gadget_id = 70310001, pos = { x = 122.1, y = 1.6, z = 55.0 }, rot = { x = 0.0, y = 151.6, z = 0.0 }, level = 1 },
{ config_id = 14, gadget_id = 70310001, pos = { x = 126.0, y = 1.5, z = 57.2 }, rot = { x = 0.0, y = 12.4, z = 0.0 }, level = 1 },
{ config_id = 15, gadget_id = 70310001, pos = { x = 127.6, y = 1.2, z = 55.5 }, rot = { x = 0.0, y = 149.1, z = 0.0 }, level = 1 },
{ config_id = 16, gadget_id = 70310001, pos = { x = 124.9, y = 1.4, z = 55.4 }, rot = { x = 0.0, y = 315.0, z = 0.0 }, level = 1 },
{ config_id = 17, gadget_id = 70310001, pos = { x = 126.7, y = 0.9, z = 51.8 }, rot = { x = 0.0, y = 156.6, z = 0.0 }, level = 1 },
{ config_id = 18, gadget_id = 70310001, pos = { x = 124.0, y = 1.7, z = 57.6 }, rot = { x = 0.0, y = 164.3, z = 0.0 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = suite_1,
monsters = { },
gadgets = { 7, 12, 13, 14, 15, 16, 17, 18 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,68 @@
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 10, gadget_id = 70310001, pos = { x = 177.1, y = 3.7, z = 66.5 }, rot = { x = 0.0, y = 185.4, z = 0.0 }, level = 1 },
{ config_id = 11, gadget_id = 70310001, pos = { x = 178.6, y = 3.7, z = 67.7 }, rot = { x = 0.0, y = 57.2, z = 0.0 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = suite_1,
monsters = { },
gadgets = { 10, 11 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,66 @@
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = suite_1,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,66 @@
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = suite_1,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,24 @@
{
"radius": 100.0,
"points": {},
"areas": {},
"forces": {
"1": {
"$type": "ConfigAirflowField",
"gadgetId": 40200001,
"pos": {
"x": 166.1,
"y": 0,
"z": 68
},
"rot": {
"x": 0,
"y": 8.1,
"z": 0
},
"up": true,
"velocity": 10,
"unlocked": true
}
}
}

View File

@@ -0,0 +1,84 @@
{
"1": {
"type": "Reciprocate",
"pointList": [
{
"pos": {
"x": 11.0769091,
"y": -0.0139999986,
"z": -10.24603
},
"targetVelocity": 5.0,
"waitTime": 0.0
},
{
"pos": {
"x": 27.1514149,
"y": -0.0139999986,
"z": -10.79609
},
"targetVelocity": 5.0,
"waitTime": 0.0
},
{
"pos": {
"x": 27.4378815,
"y": 22.9006157,
"z": -9.718808
},
"targetVelocity": 5.0,
"waitTime": 0.0
},
{
"pos": {
"x": 1.43469024,
"y": 20.967,
"z": -1.7671082
},
"targetVelocity": 5.0,
"waitTime": 0.0
}
]
},
"2": {
"type": "Loop",
"pointList": [
{
"pos": {
"x": -4.663582,
"y": 20.967,
"z": 14.5385056
},
"targetVelocity": 5.0,
"waitTime": 0.0
},
{
"pos": {
"x": 21.9827881,
"y": 20.967,
"z": 34.356842
},
"targetVelocity": 5.0,
"waitTime": 0.0
},
{
"pos": {
"x": 56.1166229,
"y": 20.967,
"z": 29.73487
},
"targetVelocity": 5.0,
"waitTime": 0.0
},
{
"pos": {
"x": 34.63579,
"y": 20.967,
"z": 11.5353622
},
"targetVelocity": 5.0,
"waitTime": 0.0
}
]
}
}