添加配置表

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,36 @@
-- 地图配置
scene_config = {
begin_pos = { x = -50.0, z = -50.0 },
size = { x = 100.0, z = 100.0 },
born_pos = { x = 0.000, y = 1.000, z = -32.000 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -50,
room_safe_pos = {
scene_id = 3,
safe_pos = {
x = 2246.000,
y = 236.000,
z = -786.500
},
safe_rot = {
x = 0.000,
y = 0.000,
z = 0.000
}
},
vision_anchor = { x = -50.0, z = -50.0 }
}
-- 所有的区块
blocks = { 1063 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -50.0, z = -50.0 }, max = { x = 50.0, z = 50.0 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { }
@@ -0,0 +1,3 @@
-- 所有的group
groups = {
}
@@ -0,0 +1,5 @@
dummy_points = {
["Q12015Born"] = { pos = { x = 0.106, y = 1.499, z = -31.847 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q12015Player3"] = { pos = { x = -0.744, y = 0.147, z = 5.010 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q12015Shougun1"] = { pos = { x = -0.606, y = 0.147, z = 6.746 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
}
@@ -0,0 +1,50 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {
"1": {
"$type": "PersonalSceneJumpPoint",
"alias": "",
"areaId": 0,
"close_time": 24.0,
"gadgetId": 70010002,
"groupLimit": false,
"isHomeworldDoor": false,
"isModelHidden": false,
"open_time": 0.0,
"pointType": "PersonalSceneJumpPoint",
"pos": {
"x": 0.3703756,
"y": 1.0,
"z": -35.28935
},
"rot": {
"x": 0.0,
"y": 176.8,
"z": 0.0
},
"titleTextID": "UI_SCENE_ENTRY_EXIT_DONJON",
"tranPos": {
"x": -3351.0,
"y": 297.0,
"z": -4558.0
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"tranSceneId": 3,
"triggerSize": {
"x": 3.0,
"y": 3.0,
"z": 3.0
},
"type": "NORMAL",
"unlocked": true
}
},
"transRadius": 0.0
}