添加缺失路径 (#2153)

This commit is contained in:
ddaodan
2025-10-16 17:59:37 +08:00
committed by GitHub
parent 0328919789
commit 3e38ecbd18
21 changed files with 187 additions and 49 deletions

View File

@@ -823,6 +823,14 @@
"x": 9426.45,
"y": 3051.57
}
},
{
"id": 104,
"region": "挪德卡莱",
"position": {
"x": 9375.39,
"y": 3150.54
}
}
],
"blossoms": [
@@ -2748,7 +2756,7 @@
},
{
"id": 1240,
"region": "挪德卡莱2-1",
"region": "挪德卡莱1-3",
"position": {
"x": 9132.02,
"y": 2155.61
@@ -2756,7 +2764,7 @@
},
{
"id": 1241,
"region": "挪德卡莱2-2",
"region": "挪德卡莱1-4",
"position": {
"x": 9018.5,
"y": 2146.22
@@ -2764,7 +2772,7 @@
},
{
"id": 1242,
"region": "挪德卡莱3-1",
"region": "挪德卡莱2-1",
"position": {
"x": 10799.37,
"y": 2240.19
@@ -2772,7 +2780,7 @@
},
{
"id": 1243,
"region": "挪德卡莱3-2",
"region": "挪德卡莱2-2",
"position": {
"x": 10819.83,
"y": 2170.72
@@ -2780,7 +2788,7 @@
},
{
"id": 1244,
"region": "挪德卡莱3-3",
"region": "挪德卡莱2-3",
"position": {
"x": 10874.92,
"y": 2110.37
@@ -2788,7 +2796,7 @@
},
{
"id": 1245,
"region": "挪德卡莱3-4",
"region": "挪德卡莱2-4",
"position": {
"x": 10986.27,
"y": 1943.02
@@ -2796,7 +2804,7 @@
},
{
"id": 1246,
"region": "挪德卡莱4-1",
"region": "挪德卡莱3-1",
"position": {
"x": 9454.46,
"y": 3008.55
@@ -2804,7 +2812,15 @@
},
{
"id": 1247,
"region": "挪德卡莱4-3",
"region": "挪德卡莱3-2",
"position": {
"x": 9424.5,
"y": 3135.77
}
},
{
"id": 1248,
"region": "挪德卡莱3-3",
"position": {
"x": 9461.06,
"y": 3200.05
@@ -4520,47 +4536,62 @@
{
"source": 100,
"target": 1240,
"route": "assets/pathing/挪德卡莱2-蓝泊湖-1.json"
"route": "assets/pathing/挪德卡莱1-苔骨荒原-3.json"
},
{
"source": 1239,
"target": 1240,
"route": "assets/pathing/挪德卡莱1-苔骨荒原-3.json"
},
{
"source": 1240,
"target": 1241,
"route": "assets/pathing/挪德卡莱2-蓝泊湖-2.json"
"route": "assets/pathing/挪德卡莱1-苔骨荒原-4.json"
},
{
"source": 101,
"target": 1242,
"route": "assets/pathing/挪德卡莱3-希汐岛-1.json"
"route": "assets/pathing/挪德卡莱2-希汐岛-1.json"
},
{
"source": 1242,
"target": 1243,
"route": "assets/pathing/挪德卡莱3-希汐岛-2.json"
"route": "assets/pathing/挪德卡莱2-希汐岛-2.json"
},
{
"source": 1243,
"target": 1244,
"route": "assets/pathing/挪德卡莱3-希汐岛-3.json"
"route": "assets/pathing/挪德卡莱2-希汐岛-3.json"
},
{
"source": 102,
"target": 1245,
"route": "assets/pathing/挪德卡莱3-希汐岛-4.json"
"route": "assets/pathing/挪德卡莱2-希汐岛-4.json"
},
{
"source": 1244,
"target": 1245,
"route": "assets/pathing/挪德卡莱3-希汐岛-4.json"
"route": "assets/pathing/挪德卡莱2-希汐岛-4.json"
},
{
"source": 103,
"target": 1246,
"route": "assets/pathing/挪德卡莱4-月矩力试验设计局-1.json"
"route": "assets/pathing/挪德卡莱3-月矩力试验设计局-1.json"
},
{
"source": 104,
"target": 1247,
"route": "assets/pathing/挪德卡莱3-月矩力试验设计局-2.json"
},
{
"source": 1246,
"target": 1247,
"route": "assets/pathing/挪德卡莱4-月矩力试验设计局-3.json"
"route": "assets/pathing/挪德卡莱3-月矩力试验设计局-2.json"
},
{
"source": 1247,
"target": 1248,
"route": "assets/pathing/挪德卡莱3-月矩力试验设计局-3.json"
}
],
"indexes": {
@@ -5473,6 +5504,9 @@
"100": [
1240
],
"1239": [
1240
],
"1240": [
1241
],
@@ -5494,8 +5528,14 @@
"103": [
1246
],
"104": [
1247
],
"1246": [
1247
],
"1247": [
1248
]
},
"edgesByTarget": {
@@ -6321,7 +6361,8 @@
1238
],
"1240": [
100
100,
1239
],
"1241": [
1240
@@ -6343,7 +6384,11 @@
103
],
"1247": [
104,
1246
],
"1248": [
1247
]
}
}

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1757822564336,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-蓝泊湖-1",
"name": "挪德卡莱1-苔骨荒原-3",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1757822738516,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-蓝泊湖-2",
"name": "挪德卡莱1-苔骨荒原-4",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087085941,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-1",
"name": "挪德卡莱2-希汐岛-1",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087116506,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-2",
"name": "挪德卡莱2-希汐岛-2",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087376711,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-3",
"name": "挪德卡莱2-希汐岛-3",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087596498,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-4",
"name": "挪德卡莱2-希汐岛-4",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087772319,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱4-月矩力试验设计局-1",
"name": "挪德卡莱3-月矩力试验设计局-1",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -0,0 +1,24 @@
{
"info": {
"authors": [],
"bgi_version": "0.45.0",
"description": "",
"enable_monster_loot_split": false,
"last_modified_time": 1760586516234,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-月矩力试验设计局-2",
"tags": [],
"type": "collect",
"version": "1.0"
},
"positions": [
{
"id": 1,
"x": 9424.498046875,
"y": 3135.7734375,
"type": "target",
"move_mode": "walk"
}
]
}

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758088156049,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱4-月矩力试验设计局-3",
"name": "挪德卡莱3-月矩力试验设计局-3",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1757822564336,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-蓝泊湖-1",
"name": "挪德卡莱1-苔骨荒原-3",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1757822738516,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-蓝泊湖-2",
"name": "挪德卡莱1-苔骨荒原-4",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087085941,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-1",
"name": "挪德卡莱2-希汐岛-1",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087116506,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-2",
"name": "挪德卡莱2-希汐岛-2",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087376711,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-3",
"name": "挪德卡莱2-希汐岛-3",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087596498,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-希汐岛-4",
"name": "挪德卡莱2-希汐岛-4",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758087772319,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱4-月矩力试验设计局-1",
"name": "挪德卡莱3-月矩力试验设计局-1",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -0,0 +1,62 @@
{
"info": {
"authors": [],
"bgi_version": "0.45.0",
"description": "",
"enable_monster_loot_split": false,
"last_modified_time": 1760586516234,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱3-月矩力试验设计局-2",
"tags": [],
"type": "collect",
"version": "1.0"
},
"positions": [
{
"action": "",
"action_params": "",
"id": 1,
"move_mode": "walk",
"type": "teleport",
"x": 9375.3896484375,
"y": 3150.5361328125
},
{
"action": "",
"action_params": "",
"id": 2,
"move_mode": "walk",
"type": "target",
"x": 9379.1904296875,
"y": 3148.973876953125
},
{
"action": "",
"action_params": "",
"id": 3,
"move_mode": "jump",
"type": "path",
"x": 9384.3466796875,
"y": 3152.6689453125
},
{
"action": "",
"action_params": "",
"id": 4,
"move_mode": "jump",
"type": "path",
"x": 9392.90234375,
"y": 3154.693359375
},
{
"action": "",
"action_params": "",
"id": 5,
"move_mode": "dash",
"type": "target",
"x": 9424.498046875,
"y": 3135.7734375
}
]
}

View File

@@ -7,7 +7,7 @@
"last_modified_time": 1758088156049,
"map_match_method": "",
"map_name": "Teyvat",
"name": "挪德卡莱4-月矩力试验设计局-3",
"name": "挪德卡莱3-月矩力试验设计局-3",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -177,69 +177,76 @@
"x": 9405,
"y": 2047,
"strategy": "挪德卡莱1-苔骨荒原",
"steps": 2,
"steps": 4,
"order": 1
},
{
"x": 9310,
"y": 2116,
"strategy": "挪德卡莱1-苔骨荒原",
"steps": 2,
"steps": 4,
"order": 2
},
{
"x": 9132,
"y": 2155,
"strategy": "挪德卡莱3-蓝泊湖",
"steps": 2,
"order": 1
"strategy": "挪德卡莱1-苔骨荒原",
"steps": 4,
"order": 3
},
{
"x": 9018,
"y": 2146,
"strategy": "挪德卡莱3-蓝泊湖",
"steps": 2,
"order": 2
"strategy": "挪德卡莱1-苔骨荒原",
"steps": 4,
"order": 4
},
{
"x": 10799,
"y": 2240,
"strategy": "挪德卡莱3-希汐岛",
"strategy": "挪德卡莱2-希汐岛",
"steps": 4,
"order": 1
},
{
"x": 10819,
"y": 2170,
"strategy": "挪德卡莱3-希汐岛",
"strategy": "挪德卡莱2-希汐岛",
"steps": 4,
"order": 2
},
{
"x": 10874,
"y": 2110,
"strategy": "挪德卡莱3-希汐岛",
"strategy": "挪德卡莱2-希汐岛",
"steps": 4,
"order": 3
},
{
"x": 10986,
"y": 1943,
"strategy": "挪德卡莱3-希汐岛",
"strategy": "挪德卡莱2-希汐岛",
"steps": 4,
"order": 4
},
{
"x": 9454,
"y": 3008,
"strategy": "挪德卡莱4-月矩力试验设计局",
"strategy": "挪德卡莱3-月矩力试验设计局",
"steps": 3,
"order": 1
},
{
"x": 9424,
"y": 3135,
"strategy": "挪德卡莱3-月矩力试验设计局",
"steps": 3,
"order": 2
},
{
"x": 9461,
"y": 3200,
"strategy": "挪德卡莱4-月矩力试验设计局",
"strategy": "挪德卡莱3-月矩力试验设计局",
"steps": 3,
"order": 3
}

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "全自动地脉花",
"version": "4.3",
"version": "4.3.1",
"tags": ["地脉花"],
"bgi_version": "0.44.7",
"description": "基于OCR图像识别的全自动刷取地脉花。\n💡更多信息请查看在线手册https://hcnsvf0s8d0s.feishu.cn/wiki/Tb1twpThLi7UlykqcYOcuccTnjJ \n\n----------注意事项----------\n●仅支持BetterGI 0.44.7 及以上版本!\n●部分地脉花因特殊原因不支持全自动具体的点位请在手册中查看。\n●树脂使用的优先级2倍原粹树脂 > 浓缩树脂 > 原粹树脂。\n●运行时会传送到七天神像设置中设置的七天神像需要关闭七天神像设置中的“是否就近七天神像恢复血量”并指定七天神像。\n●战斗策略注意调度器设置中地图追踪行走配置里的“允许在JsSpript中使用”和“覆盖JS中的自动战斗配置”只有在都打开的情况下脚本才会使用下面的战斗配置否则会使用独立任务中的战斗策略。战斗超时时间不能大于脚本自定义配置中的时间。\n\n如果遇到问题请先参照手册中的方法进行解决。",