添加配置表

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 = -2925.0, z = -3437.0 },
size = { x = 6500.0, z = 6500.0 },
born_pos = { x = 30.263, y = 159.634, z = 546.180 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -256,
city_id = 1,
vision_anchor = { x = -3000.0, z = -4000.0 }
}
-- 所有的区块
blocks = { 50078 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -2925.0, z = -3437.0 }, max = { x = 3575.0, z = 3063.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { "routes" }
@@ -0,0 +1,95 @@
{
"sceneId": 50078,
"routes": [
{
"localId": 1,
"name": "Platform_001",
"type": "OneWay",
"rotType": "ROT_NONE",
"rotAngleType": "ROT_ANGLE_Y",
"arriveRange": 2.0,
"points": [
{
"pos": {
"x": 2175.159,
"y": 545.0072,
"z": 515.7403
},
"waitTime": 0.0,
"targetVelocity": 2.0,
"hasReachEvent": true
},
{
"pos": {
"x": 2159.803,
"y": 548.8602,
"z": 517.5483
},
"waitTime": 0.0,
"targetVelocity": 2.0,
"hasReachEvent": true
}
]
},
{
"localId": 2,
"name": "Route_002",
"type": "OneWay",
"rotType": "ROT_NONE",
"rotAngleType": "ROT_ANGLE_Y",
"arriveRange": 2.0,
"points": [
{
"pos": {
"x": 2245.10352,
"y": 538.6602,
"z": 537.642
},
"waitTime": 0.0,
"targetVelocity": 3.0,
"hasReachEvent": true
},
{
"pos": {
"x": 2200.87036,
"y": 557.4589,
"z": 582.7626
},
"waitTime": 0.0,
"targetVelocity": 3.0,
"hasReachEvent": true
}
]
},
{
"localId": 3,
"name": "Route_002",
"type": "OneWay",
"rotType": "ROT_NONE",
"rotAngleType": "ROT_ANGLE_Y",
"arriveRange": 2.0,
"points": [
{
"pos": {
"x": 2200.87036,
"y": 557.4589,
"z": 582.7626
},
"waitTime": 0.0,
"targetVelocity": 3.0,
"hasReachEvent": true
},
{
"pos": {
"x": 2245.10352,
"y": 538.6602,
"z": 537.642
},
"waitTime": 0.0,
"targetVelocity": 3.0,
"hasReachEvent": true
}
]
}
]
}
@@ -0,0 +1,3 @@
-- 所有的group
groups = {
}
@@ -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": -9.340493,
"y": 139.9785,
"z": 601.1798
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"size": {
"x": 2.0,
"y": 2.0,
"z": 2.0
},
"tranPos": {
"x": -9.340493,
"y": 139.97847,
"z": 601.1798
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"type": "NORMAL",
"unlocked": false
}
},
"transRadius": 0.0
}