js:锄地一条龙2.2.0 (#2837)

* js:锄地一条龙

重命名莫酱路线,修改部分路线

* js:锄地一条龙

优化坐标获取逻辑

* Update settings.json
This commit is contained in:
mno
2026-02-02 18:04:43 +08:00
committed by GitHub
parent 779110f4d8
commit 705b1a759d
258 changed files with 510 additions and 437 deletions

View File

@@ -57,17 +57,26 @@ let lastEatBuff = 0;
(async function () {
//通用预处理
await loadConfig();
let switchPartyTask;
if (["运行锄地路线", "启用仅指定怪物模式"].includes(operationMode)) {
switchPartyTask = switchPartyIfNeeded(partyName);
}
if (settings.disableAsync) {
await switchPartyTask;
}
targetItems = await loadTargetItems();
localeWorks = await checkLocaleTimeSupport();
dispatcher.AddTrigger(new RealtimeTimer("AutoSkip"));
await loadBlacklist(true);
await rotateWarnIfAccountEmpty();
if (operationMode === "启用仅指定怪物模式") {
await filterPathingsByTargetMonsters();
await switchPartyIfNeeded(partyName);
await updateRecords(pathings, accountName);
if (!settings.disableAsync) {
await switchPartyTask;
}
await processPathingsByGroup(pathings, accountName);
return;
@@ -88,7 +97,9 @@ let lastEatBuff = 0;
await copyPathingsByGroup(pathings);
await updateRecords(pathings, accountName);
} else if (operationMode === "运行锄地路线") {
await switchPartyIfNeeded(partyName);
if (!settings.disableAsync) {
await switchPartyTask;
}
await validateTeamAndConfig();
log.info("开始运行锄地路线");
await updateRecords(pathings, accountName);
@@ -1015,7 +1026,6 @@ async function runPath(fullPath, map_name, pm, pe) {
/* ===== 3. 原逻辑不变 ===== */
state = { running: true, currentPathing: currentPathing };
/* ---------- 主任务 ---------- */
const pathingTask = (async () => {
// 从 fullPath 中提取纯文件名(去掉路径和扩展名)
@@ -1510,6 +1520,20 @@ async function processPathingsByGroup(pathings, accountName) {
let lastX = 0;
let lastY = 0;
if (settings.enableCoordCheck) {
try {
await genshin.returnMainUi();
const miniMapPosition = await genshin.getPositionFromMap(pathing.map_name);
if (miniMapPosition) {
// 更新坐标
lastX = miniMapPosition.X;
lastY = miniMapPosition.Y;
}
} catch (error) {
log.error(`获取坐标时发生错误:${error.message}`);
}
}
// 定义路径组名称到组号的映射10 个)
const groupMapping = {
"路径组一": 1,
@@ -1609,17 +1633,6 @@ async function processPathingsByGroup(pathings, accountName) {
// 输出路径已刷新并开始处理的信息
log.info(`该路线已刷新,开始处理。`);
try {
await genshin.returnMainUi();
const miniMapPosition = await genshin.getPositionFromMap(pathing.map_name);
if (miniMapPosition) {
// 更新坐标
lastX = miniMapPosition.X;
lastY = miniMapPosition.Y;
}
} catch (error) {
log.error(`获取坐标时发生错误:${error.message}`);
}
// 调用 runPath 函数处理路径
await runPath(pathing.fullPath, pathing.map_name, pathing.m, pathing.e);
@@ -1658,25 +1671,27 @@ async function processPathingsByGroup(pathings, accountName) {
}
} catch (e) { /* 读文件失败就留 0,0 继续走后面逻辑 */ }
let coordAbnormal = false;
try {
await genshin.returnMainUi();
const miniMapPosition = await genshin.getPositionFromMap(pathing.map_name);
if (miniMapPosition) {
const diffX = Math.abs(lastX - miniMapPosition.X);
const diffY = Math.abs(lastY - miniMapPosition.Y);
const endDiffX = Math.abs(fileEndX - miniMapPosition.X);
const endDiffY = Math.abs(fileEndY - miniMapPosition.Y);
if (settings.enableCoordCheck) {
try {
await genshin.returnMainUi();
const miniMapPosition = await genshin.getPositionFromMap(pathing.map_name);
if (miniMapPosition) {
const diffX = Math.abs(lastX - miniMapPosition.X);
const diffY = Math.abs(lastY - miniMapPosition.Y);
const endDiffX = Math.abs(fileEndX - miniMapPosition.X);
const endDiffY = Math.abs(fileEndY - miniMapPosition.Y);
lastX = miniMapPosition.X;
lastY = miniMapPosition.Y;
lastX = miniMapPosition.X;
lastY = miniMapPosition.Y;
if ((diffX + diffY) < 5 || (endDiffX + endDiffY) > 30) {
coordAbnormal = true;
if ((diffX + diffY) < 5 || (endDiffX + endDiffY) > 30) {
coordAbnormal = true;
}
}
} catch (error) {
log.error(`获取坐标时发生错误:${error.message}`);
coordAbnormal = true;
}
} catch (error) {
log.error(`获取坐标时发生错误:${error.message}`);
coordAbnormal = true;
}
await genshin.returnMainUi();
let mainUiRes = await isMainUI(2000);
@@ -1700,7 +1715,6 @@ async function processPathingsByGroup(pathings, accountName) {
newCDTime = nowPlus12h;
}
}
// 更新路径的 cdTime
pathing.cdTime = newCDTime.toLocaleString();
if (!localeWorks) pathing.cdTime = newCDTime.toISOString();

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "锄地一条龙",
"version": "2.1.3",
"version": "2.2.0",
"description": "一站式解决自动化锄地支持只拾取狗粮请仔细阅读README.md后使用",
"authors": [
{

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768316264601,
"map_match_method": "",
"map_name": "Teyvat",
"name": "1202(1-27)蒙德奔狼领",
"name": "A001蒙德奔狼领",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768315251377,
"map_match_method": "",
"map_name": "Teyvat",
"name": "1203(2-26)蒙德塞西莉亚苗圃",
"name": "A002蒙德塞西莉亚苗圃",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768313838496,
"map_match_method": "",
"map_name": "Teyvat",
"name": "1103(0-22)蒙德望风山地",
"name": "A003蒙德望风山地",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -1,199 +1,226 @@
{
"info": {
"name": "A004蒙德望风角",
"type": "collect",
"author": "mno",
"version": "1.0",
"description": " 路线信息该路线预计用时196.46秒包含以下怪物3只火史莱姆、1只水史莱姆、3只风史莱姆、3只岩史莱姆、1只大型岩史莱姆、3只丘丘人、1只冲锋丘丘人、1只木盾丘丘人、3只雷箭丘丘人、1只冰箭丘丘人、1只爆弹丘丘人、2只水丘丘萨满、1只愚人众·雷莹术士。",
"bgi_version": "0.42.0",
"map_name": "Teyvat",
"authors": [
{
"links": "https://github.com/Bedrockx",
"name": "mno"
},
{
"links": "",
"name": "汐"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"bgi_version": "0.45.0",
"description": " 路线信息该路线预计用时196.46秒包含以下怪物3只火史莱姆、1只水史莱姆、3只风史莱姆、3只岩史莱姆、1只大型岩史莱姆、3只丘丘人、1只冲锋丘丘人、1只木盾丘丘人、3只雷箭丘丘人、1只冰箭丘丘人、1只爆弹丘丘人、2只水丘丘萨满、1只愚人众·雷莹术士。",
"enable_monster_loot_split": false,
"hash_res": "82595503",
"last_modified_time": 1767948150761,
"map_match_method": "",
"map_name": "Teyvat",
"name": "1101(1-23)蒙德望风角",
"tags": [],
"type": "collect",
"version": "1.0"
]
},
"positions": [
{
"action": "",
"action_params": "",
"id": 1,
"x": -1628.4,
"y": 2834.37,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -1628.4000000000015,
"y": 2834.369999999999
"action_params": "",
"type": "teleport"
},
{
"action": "fight",
"action_params": "",
"id": 2,
"x": -1672.3,
"y": 2816.21,
"action": "fight",
"move_mode": "dash",
"type": "path",
"x": -1678.03125,
"y": 2812.6943359375
"action_params": "",
"type": "path"
},
{
"action": "",
"action_params": "",
"id": 3,
"move_mode": "dash",
"type": "path",
"x": -1678.03125,
"y": 2812.6943359375
},
{
"action": "",
"action_params": "",
"id": 4,
"move_mode": "jump",
"type": "path",
"x": -1687.6171875,
"y": 2828.371337890625
},
{
"action": "fight",
"action_params": "",
"id": 5,
"move_mode": "dash",
"type": "path",
"x": -1654.140625,
"y": 2905.11083984375
},
{
"action": "",
"action_params": "",
"id": 6,
"move_mode": "dash",
"type": "path",
"x": -1654.140625,
"y": 2905.11083984375
},
{
"action": "",
"action_params": "",
"id": 7,
"move_mode": "dash",
"type": "path",
"x": -1653.375,
"y": 2935.750633523252
},
{
"action": "fight",
"action_params": "",
"id": 8,
"move_mode": "dash",
"type": "path",
"x": -1678.462890625,
"y": 2959.74560546875
},
{
"action": "",
"action_params": "",
"id": 9,
"move_mode": "dash",
"type": "path",
"x": -1678.462890625,
"y": 2959.74560546875
},
{
"action": "combat_script",
"action_params": "attack(0.3)",
"id": 10,
"move_mode": "fly",
"type": "path",
"x": -1697.517578125,
"y": 2925.154052734375
},
{
"action": "fight",
"action_params": "",
"id": 11,
"x": -1672.3,
"y": 2816.21,
"action": "log_output",
"move_mode": "walk",
"type": "path",
"x": -1697.517578125,
"y": 2925.154052734375
"action_params": "本线路预计 精英200*1 小怪*23",
"type": "path"
},
{
"id": 4,
"x": -1667.4,
"y": 2880.46,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -1655.53,
"y": 2892.43,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1650.45,
"y": 2905.88,
"action": "fight",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": -1650.45,
"y": 2905.88,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -1664.42,
"y": 2938.39,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": -1675.78,
"y": 2951.2,
"action": "fight",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -1675.78,
"y": 2951.2,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": -1691.66,
"y": 2949.16,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 12,
"move_mode": "dash",
"type": "path",
"x": -1697.517578125,
"y": 2925.154052734375
"x": -1697.5,
"y": 2929.6,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"action": "",
"action_params": "",
"id": 13,
"move_mode": "jump",
"type": "path",
"x": -1716.041015625,
"y": 2939.48779296875
"x": -1697.5,
"y": 2929.6,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"action": "fight",
"action_params": "",
"id": 14,
"move_mode": "dash",
"type": "path",
"x": -1746.314453125,
"y": 2945.596923828125
"x": -1697.5,
"y": 2929.6,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"action": "",
"action_params": "",
"id": 15,
"x": -1694.73,
"y": 2910.01,
"action": "",
"move_mode": "dash",
"type": "path",
"x": -1746.314453125,
"y": 2945.596923828125
"action_params": "",
"type": "path"
},
{
"action": "",
"action_params": "",
"id": 16,
"move_mode": "jump",
"type": "path",
"x": -1739.5390625,
"y": 2946.294189453125
},
{
"x": -1727.05,
"y": 2914.31,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 17,
"move_mode": "jump",
"type": "path",
"x": -1746.451171875,
"y": 2912.96630859375
},
{
"x": -1732.78,
"y": 2946.02,
"action": "fight",
"action_params": "",
"id": 18,
"move_mode": "dash",
"type": "path",
"x": -1812.328125,
"y": 2914.13037109375
"action_params": "",
"type": "path"
},
{
"id": 18,
"x": -1732.78,
"y": 2946.02,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"action": "combat_script",
"action_params": "wait(1)",
"id": 19,
"x": -1727.05,
"y": 2914.31,
"action": "",
"move_mode": "dash",
"type": "orientation",
"x": -1812.328125,
"y": 2914.13037109375
"action_params": "",
"type": "path"
},
{
"id": 20,
"x": -1784.43,
"y": 2910.04,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 21,
"x": -1806.22,
"y": 2911.06,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 22,
"x": -1813.08,
"y": 2913.36,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 23,
"x": -1813.08,
"y": 2913.36,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.1)",
"type": "orientation"
}
]
}

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767948760327,
"map_match_method": "",
"map_name": "Teyvat",
"name": "1102(1-16)蒙德望风角",
"name": "A005蒙德望风角",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768314248359,
"map_match_method": "",
"map_name": "Teyvat",
"name": "1104(0-18)蒙德千风西",
"name": "A006蒙德千风西",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -12,7 +12,7 @@
"last_modified_time": 1769527364506,
"map_match_method": "",
"map_name": "Teyvat",
"name": "1105坠星山谷",
"name": "A007蒙德坠星山谷",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1767791619730,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0002-蒙德-龙脊雪山-覆雪之路-2只",
"name": "A008蒙德龙脊雪山覆雪之路",
"tags": [
"环境伤害"
],

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1769453868704,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0006-蒙德-龙脊雪山-七天神像-西南-2只",
"name": "A009蒙德龙脊雪山七天神像西南",
"tags": [
"环境伤害"
],
@@ -77,7 +77,7 @@
},
{
"action": "combat_script",
"action_params": "wait(0.5)",
"action_params": "wait(2)",
"id": 7,
"move_mode": "jump",
"type": "path",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "0004-蒙德-龙脊雪山-七天神像-东北-3只",
"name": "A010蒙德龙脊雪山七天神像东北",
"type": "collect",
"author": "蜜柑魚",
"version": "1.0",

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1767791659137,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0003-蒙德-龙脊雪山-寒天之钉-下方-3只",
"name": "A011蒙德龙脊雪山寒天之钉下方",
"tags": [
"环境伤害"
],

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1767793181443,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0005-蒙德-龙脊雪山-七天神像-东-3只",
"name": "A012蒙德龙脊雪山七天神像",
"tags": [
"环境伤害"
],

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1767798754464,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0001-蒙德-龙脊雪山-眠龙谷-北-3只",
"name": "A013蒙德龙脊雪山眠龙谷",
"tags": [
"环境伤害"
],

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767813199209,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2502璃月群玉阁西",
"name": "B001璃月群玉阁西",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768318340139,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2501璃月遁玉陵",
"name": "B002璃月遁玉陵",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -1,9 +1,10 @@
{
"info": {
"name": "2501-2璃月遁玉陵",
"name": "B003璃月遁玉陵",
"type": "collect",
"author": "mno",
"version": "1.0",
"map_name": "Teyvat",
"description": " 路线信息该路线预计用时140.89秒包含以下怪物1只愚人众先遣队·火统游击兵、1只愚人众先遣队·水铳重卫士、2只愚人众先遣队·风拳前锋军、1只愚人众先遣队·雷锤前锋军、1只愚人众先遣队·岩使游击兵。",
"hash_res": "53281270",
"bgi_version": "0.42.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "0008-璃月-琼玑野-渌华池-2只",
"name": "B004璃月琼玑野渌华池",
"type": "collect",
"author": "蜜柑魚",
"version": "1.0",

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1767797884361,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0009-璃月-琼玑野-归离原-2只",
"name": "B005璃月琼玑野归离原",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767959889434,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2503(水免)璃月港东北",
"name": "B006璃月港东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1767796266717,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0007-璃月-云來海-孤云閣-3只",
"name": "B007璃月云来海孤云阁",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -16,7 +16,7 @@
"last_modified_time": 1769074213613,
"map_match_method": "",
"map_name": "Teyvat",
"name": "B03-璃月-琼玑野-瑶光滩-西北-5只",
"name": "B008璃月琼玑野瑶光滩西北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -16,7 +16,7 @@
"last_modified_time": 1769074797592,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2202璃月瑶光滩西北",
"name": "B009璃月瑶光滩西北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -14,7 +14,7 @@
"last_modified_time": 1767810029137,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2201璃月明蕴镇西北",
"name": "B010璃月明蕴镇西北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "0010-璃月-碧水原-荻花洲-2只",
"name": "B011璃月碧水原荻花洲",
"type": "collect",
"author": "蜜柑魚",
"version": "1.0",

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1767985909561,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2101璃月无妄坡西南",
"name": "B012璃月无妄坡西南",
"tags": [],
"type": "collect",
"version": "1.1"

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1767798241082,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0011-璃月-碧水原-华池岩岫-东北-3只",
"name": "B013璃月碧水原华池岩岫东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -12,7 +12,7 @@
"last_modified_time": 1769529198610,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2102璃月碧水源",
"name": "B014璃月碧水源",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -14,7 +14,7 @@
"last_modified_time": 1760726816881,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2301璃月太山府",
"name": "B015璃月太山府",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767810689558,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2302璃月珉林",
"name": "B016璃月珉林",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -14,7 +14,7 @@
"last_modified_time": 1767810851578,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2303璃月琥牢山",
"name": "B017璃月琥牢山",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767811794489,
"map_match_method": "",
"map_name": "Teyvat",
"name": "2401(高危)璃月地面矿区",
"name": "B018高危璃月地面矿区",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -1,9 +1,10 @@
{
"info": {
"name": "3101(高危)稻妻白狐之野南",
"name": "C001高危稻妻白狐之野南",
"type": "collect",
"author": "mno",
"version": "1.0",
"map_name": "Teyvat",
"description": " 路线信息该路线预计用时124.99秒包含以下怪物1只丘丘人、2只打手丘丘人、3只雷弹丘丘人、1只雷斧丘丘暴徒、1只盗宝团·斥候、1只盗宝团·神射手、1只盗宝团·海上男儿、1只野伏·阵刀番、2只电气骗骗花。",
"hash_res": "17736706",
"bgi_version": "0.42.0",

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767961038294,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3103稻妻绀田村南3",
"name": "C002稻妻绀田村南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767867337036,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3102稻妻绀田村南",
"name": "C003稻妻绀田村南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767871360966,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3107稻妻绀田村",
"name": "C004稻妻绀田村",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768399552344,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3201稻妻九条阵屋",
"name": "C005稻妻九条阵屋",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767877737919,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3202稻妻踏鞴东北",
"name": "C006稻妻踏鞴东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767878828117,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3206稻妻踏鞴反应炉东",
"name": "C007稻妻踏鞴反应炉东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768313402076,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3205(高危)稻妻踏鞴反应炉东三骗骗花",
"name": "C008高危稻妻踏鞴反应炉东三骗骗花",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767877933587,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3204稻妻踏鞴神像2",
"name": "C009稻妻踏鞴神像",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -14,7 +14,7 @@
"last_modified_time": 1767986998928,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3207稻妻踏鞴浪船",
"name": "C010稻妻踏鞴浪船",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767879250602,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3208稻妻借景之馆",
"name": "C011稻妻借景之馆",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767879748469,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3209稻妻踏鞴公义东南",
"name": "C012稻妻踏鞴公义东南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767880293295,
"map_match_method": "",
"map_name": "Teyvat",
"name": "0013-稻妻公义飞萤",
"name": "C013稻妻公义飞萤",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767881096879,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3211稻妻名椎滩东",
"name": "C014稻妻名椎滩东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767881216966,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3212稻妻名椎滩西",
"name": "C015稻妻名椎滩西",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768122480960,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3301稻妻绯木村神像",
"name": "C016稻妻绯木村神像",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767895703709,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3306稻妻藤兜砦西",
"name": "C017稻妻藤兜砦西",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767893208221,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3304稻妻剑鬼东3",
"name": "C018稻妻剑鬼东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767894832750,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3305稻妻剑鬼东1",
"name": "C019稻妻剑鬼东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767884386314,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3303(水免)稻妻剑鬼东2",
"name": "C020稻妻剑鬼东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -1,9 +1,10 @@
{
"info": {
"name": "3302稻妻蛇骨矿洞南",
"name": "C021稻妻蛇骨矿洞南",
"type": "collect",
"author": "mno",
"version": "1.0",
"map_name": "Teyvat",
"description": " 路线信息该路线预计用时49.54秒包含以下怪物4只野伏·火伏番。",
"hash_res": "68432125",
"bgi_version": "0.42.0",

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767896383390,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3401(水免)稻妻海祇岛东",
"name": "C022稻妻海祇岛东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767902082909,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3402稻妻海祇岛东南",
"name": "C023稻妻海祇岛东南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767898388831,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3403稻妻海祇岛南",
"name": "C024稻妻海祇岛南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767959155728,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3404稻妻海祇岛北",
"name": "C025稻妻海祇岛北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767870239300,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3104(高危)稻妻绀田村南2",
"name": "C026高危稻妻绀田村南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767986506727,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3105(水免)稻妻镇守之森",
"name": "C027稻妻镇守之森",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768384215700,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3106(水免)稻妻神里屋敷",
"name": "C028稻妻神里屋敷",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1769528552404,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3108稻妻荒海南",
"name": "C029稻妻荒海南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767963270758,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3801稻妻清籁丸地洞",
"name": "C030稻妻清籁丸地洞",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767988578000,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3802稻妻越石村",
"name": "C031稻妻越石村",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767968286529,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3806稻妻平海砦南",
"name": "C032稻妻平海砦南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767988472186,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3804稻妻平海砦",
"name": "C033稻妻平海砦",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767966458635,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3803稻妻平海砦",
"name": "C034稻妻平海砦",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767967822175,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3805稻妻平海砦东",
"name": "C035稻妻平海砦东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1767985542192,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3808稻妻天云峠东北",
"name": "C036稻妻天云峠东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1767983225621,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3810稻妻天云峠东",
"name": "C037稻妻天云峠东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1767982185403,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3809稻妻天云峠南",
"name": "C038稻妻天云峠南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1768317361863,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3807稻妻天云峠西",
"name": "C039稻妻天云峠西",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768122734694,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3702稻妻鹤观东",
"name": "C040稻妻鹤观东",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1767987776559,
"map_match_method": "",
"map_name": "Teyvat",
"name": "3701稻妻鹤观王兽",
"name": "C041稻妻鹤观王兽",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768157212953,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4101(高危)须弥二净甸",
"name": "D001高危须弥二净甸",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -13,7 +13,7 @@
"last_modified_time": 1768055312079,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4206须弥愚妄行宫",
"name": "D002须弥愚妄行宫",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1768158375024,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4203须弥圣显厅",
"name": "D003须弥圣显厅",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1768158469044,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4204须弥圣显厅南",
"name": "D004须弥圣显厅南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1768158599101,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4205须弥活力之家",
"name": "D005须弥活力之家",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1768157724576,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4201须弥上风蚀地东北",
"name": "D006须弥上风蚀地东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "4202须弥上风蚀地北",
"name": "D007须弥上风蚀地北",
"type": "collect",
"authors": [
{

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1768055616521,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4301须弥铁穆山",
"name": "D008须弥铁穆山",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -17,7 +17,7 @@
"last_modified_time": 1768056045338,
"map_match_method": "",
"map_name": "Teyvat",
"name": "4302须弥苍石荒漠",
"name": "D009须弥苍石荒漠",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768058048878,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5101枫丹廷东北",
"name": "E001枫丹廷东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768144511569,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5102枫丹廷北",
"name": "E002枫丹廷北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768653281559,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5603枫丹场力北",
"name": "E003枫丹场力北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768143314280,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5608枫丹新科学院",
"name": "E004枫丹新科学院",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768161369167,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5607枫丹新科学院",
"name": "E005枫丹新科学院",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768161187108,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5606枫丹新科学院",
"name": "E006枫丹新科学院",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768132279549,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5602枫丹场力东南",
"name": "E007枫丹场力东南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768159221483,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5201枫丹优兰湖西",
"name": "E008枫丹优兰湖西",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768159476563,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5202枫丹垂柳西北",
"name": "E009枫丹垂柳西北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768065422388,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5205枫丹垂柳东南",
"name": "E010枫丹垂柳东南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768316877231,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5206枫丹垂柳东南",
"name": "E011枫丹垂柳东南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768064302031,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5203枫丹垂柳东南",
"name": "E012枫丹垂柳东南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768159681575,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5207枫丹柔灯港北",
"name": "E013枫丹柔灯港北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768334290286,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5204(水免)枫丹垂柳东南",
"name": "E014枫丹垂柳东南",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768067708521,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5208枫丹幽林东北",
"name": "E015枫丹幽林东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768069518689,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5210枫丹幽林东北",
"name": "E016枫丹幽林东北",
"tags": [],
"type": "collect",
"version": "1.0"

View File

@@ -18,7 +18,7 @@
"last_modified_time": 1768067980922,
"map_match_method": "",
"map_name": "Teyvat",
"name": "5209枫丹露景泉东",
"name": "E017枫丹露景泉东",
"tags": [],
"type": "collect",
"version": "1.0"

Some files were not shown because too many files have changed in this diff Show More