diff --git a/repo/js/AutoHoeingOneDragon/main.js b/repo/js/AutoHoeingOneDragon/main.js index c8b08607..37c02f52 100644 --- a/repo/js/AutoHoeingOneDragon/main.js +++ b/repo/js/AutoHoeingOneDragon/main.js @@ -827,11 +827,6 @@ async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords, runningFailCount++; } - if (runningFailCount >= 2) { - log.error("连续三条路线终止时坐标不变,不记录运行数据"); - continue; - } - // 计算下一个 UTC 时间的晚上 8 点(即北京时间凌晨四点) const nextEightClock = new Date(now); nextEightClock.setUTCHours(20, 0, 0, 0); // 设置为 UTC 时间的 20:00 @@ -843,7 +838,6 @@ async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords, // 更新路径的 cdTime pathing.cdTime = nextEightClock.toLocaleString(); - await updateCdTimeRecord(pathings, accountName); remainingEstimatedTime -= pathing.t; const actualUsedTime = (new Date() - groupStartTime) / 1000; const predictRemainingTime = remainingEstimatedTime * actualUsedTime / (totalEstimatedTime - remainingEstimatedTime - skippedTime); @@ -852,6 +846,13 @@ async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords, const remainingminutes = Math.floor((predictRemainingTime % 3600) / 60); const remainingseconds = predictRemainingTime % 60; log.info(`当前进度:第 ${targetGroup} 组第 ${groupPathCount}/${totalPathsInGroup} 个 ${pathing.fileName}已完成,该组预计剩余: ${remaininghours} 时 ${remainingminutes} 分 ${remainingseconds.toFixed(0)} 秒`); + + if (runningFailCount >= 1) { + log.error("连续两条路线终止时坐标不变,暂时不记录运行数据"); + continue; + } + + await updateCdTimeRecord(pathings, accountName); } } } diff --git a/repo/js/AutoHoeingOneDragon/manifest.json b/repo/js/AutoHoeingOneDragon/manifest.json index 5a611aac..5f567b58 100644 --- a/repo/js/AutoHoeingOneDragon/manifest.json +++ b/repo/js/AutoHoeingOneDragon/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "锄地一条龙", - "version": "1.1.5", + "version": "1.1.6", "description": "一站式解决自动化锄地,支持只拾取狗粮,请阅读README.md后使用", "authors": [ { diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json index 5e4e1b38..112a0d09 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json @@ -4,85 +4,77 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时85.01秒,包含以下怪物:1只冰深渊法师、3只冰萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [ "高危" ], - "last_modified_time": 1751638015174, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249591850 }, "positions": [ { "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", "x": -574.01, "y": 1458.58, - "action_params": "" + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -581.47, "y": 1474.67, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -602.78, "y": 1480.35, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 4, "x": -628.48, "y": 1468.08, - "type": "path", - "move_mode": "run", "action": "", - "action_params": "" + "move_mode": "run", + "action_params": "", + "type": "path" }, { "id": 5, "x": -680.38, "y": 1477.49, - "type": "path", - "move_mode": "dash", "action": "", + "move_mode": "dash", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": -663.02, "y": 1474.85, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 7, "x": -663.02, "y": 1474.85, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json index cf1b3390..41cbf00d 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json @@ -4,109 +4,102 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时72.27秒,包含以下怪物:2只冰萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751638535580, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249599813 }, "positions": [ { "id": 1, "x": -1130.76, "y": 1597.92, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1099.31, "y": 1603.76, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1078.65, "y": 1597.65, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": -1064.5, "y": 1601.54, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 5, "x": -1038.96, "y": 1563.78, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 6, "x": -1035.73, "y": 1536.27, - "type": "path", - "move_mode": "dash", "action": "combat_script", - "action_params": "wait(1.5)" + "move_mode": "dash", + "action_params": "wait(1.5)", + "type": "path" }, { "id": 7, "x": -1014.55, "y": 1487.58, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 8, "x": -1026.61, "y": 1481.23, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 9, "x": -1024.21, "y": 1482.01, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 10, "x": -1024.21, "y": 1482.01, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json index 04aeee17..3451fceb 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json @@ -4,85 +4,77 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时57.21秒,包含以下怪物:3只冰萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [ "高危" ], - "last_modified_time": 1751639100937, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249596490 }, "positions": [ { "id": 1, "x": -1013.4, "y": 1028.42, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -987.79, "y": 1014.58, - "type": "path", - "move_mode": "fly", "action": "", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 3, "x": -987.79, "y": 1014.58, - "type": "path", - "move_mode": "fly", "action": "stop_flying", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 4, "x": -949.47, "y": 1001.77, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 5, "x": -936.37, "y": 1010.43, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 6, "x": -921.28, "y": 996.07, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 7, "x": -921.28, "y": 996.07, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json index d30bc069..fb117a61 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json @@ -4,75 +4,66 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时78.17秒,包含以下怪物:3只冰萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751639468728, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249603177 }, "positions": [ { "id": 1, "x": -1023.3, "y": 1174.5, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1025.98, "y": 1196.74, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "fly", "action": "combat_script", + "move_mode": "fly", "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)", - "locked": false + "type": "path" }, { "id": 4, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "fly", "action": "stop_flying", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 5, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json index 5695d3e2..b6bacaf3 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json @@ -4,74 +4,66 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时85.68秒,包含以下怪物:3只冰萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751639955951, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249606609 }, "positions": [ { "id": 1, "x": -1023.29, "y": 1174.48, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1037.78, "y": 1169.17, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1260.42, "y": 1056.59, - "type": "path", - "move_mode": "fly", "action": "combat_script", - "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)" + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)", + "type": "path" }, { "id": 4, "x": -1260.41, "y": 1056.58, - "type": "path", - "move_mode": "fly", "action": "stop_flying", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 5, "x": -1260.41, "y": 1056.58, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": -1260.41, "y": 1056.58, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json index 2ca414e8..1abcefe1 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json @@ -4,90 +4,84 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时125.14秒,包含以下怪物:2只冰萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751640725899, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249613282 }, "positions": [ { "id": 1, "x": -1023.16, "y": 1174.62, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1005.95, "y": 1155.52, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1002.82, "y": 1118.77, - "type": "path", - "move_mode": "dash", "action": "combat_script", - "action_params": "wait(0.5)" + "move_mode": "dash", + "action_params": "wait(0.5)", + "type": "path" }, { "id": 4, "x": -1005.2, "y": 1106.58, - "type": "target", - "move_mode": "jump", "action": "combat_script", - "action_params": "wait(2)" + "move_mode": "jump", + "action_params": "wait(2)", + "type": "target" }, { "id": 5, "x": -999.12, "y": 1091.17, - "type": "target", - "move_mode": "jump", "action": "combat_script", - "action_params": "wait(3)" + "move_mode": "jump", + "action_params": "wait(3)", + "type": "target" }, { "id": 6, "x": -977.81, "y": 1098.33, - "type": "path", - "move_mode": "jump", "action": "", - "action_params": "" + "move_mode": "jump", + "action_params": "", + "type": "path" }, { "id": 7, "x": -966.9, "y": 1107.89, - "type": "path", - "move_mode": "dash", "action": "fight", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 8, "x": -966.89, "y": 1107.91, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json index 7b7f542f..a80fbec8 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json @@ -4,92 +4,84 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时59.6秒,包含以下怪物:3只水萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751642702039, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249609915 }, "positions": [ { "id": 1, "x": -657.56, "y": -90.86, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -609.13, "y": -126.61, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -597.5, "y": -125.51, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": -550.75, "y": -130.77, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 5, "x": -564.74, "y": -119.75, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 6, "x": -561.94, "y": -126.61, - "type": "path", - "move_mode": "dash", "action": "combat_script", + "move_mode": "dash", "action_params": "wait(2.5)", - "locked": false + "type": "path" }, { "id": 7, "x": -561.94, "y": -126.61, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 8, "x": -561.94, "y": -126.61, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json index ef7c762a..430cc33c 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json @@ -4,65 +4,57 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时61.37秒,包含以下怪物:1只炽热骗骗花、2只雷萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751643056133, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249619598 }, "positions": [ { "id": 1, "x": 837.51, "y": 235.14, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 861.21, "y": 163.66, - "type": "path", - "move_mode": "fly", "action": "stop_flying", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 3, "x": 854.23, "y": 168.81, - "type": "path", - "move_mode": "fly", "action": "stop_flying", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 4, "x": 854.23, "y": 168.81, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 5, "x": 854.23, "y": 168.81, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json index 589bd232..b52b7e53 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json @@ -4,146 +4,138 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时174秒,包含以下怪物:1只火箭丘丘人、1只爆弹丘丘人、2只雷萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751643462615, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249616512 }, "positions": [ { "id": 1, "x": 489.39, "y": 222.15, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 489.79, "y": 262.2, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": 482.34, "y": 264.95, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": 447.79, "y": 277.93, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 5, "x": 447.86, "y": 277.92, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 6, "x": 390.11, "y": 298.33, - "type": "path", - "move_mode": "dash", "action": "combat_script", + "move_mode": "dash", "action_params": "wait(2.5)", - "locked": false + "type": "path" }, { "id": 7, "x": 390.11, "y": 298.33, - "type": "path", - "move_mode": "dash", "action": "fight", + "move_mode": "dash", "action_params": "", - "locked": false + "type": "path" }, { "id": 8, "x": 390.11, "y": 298.33, - "type": "path", + "action": "", "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(1)" + "action_params": "", + "type": "path" }, { "id": 9, "x": 373.3, "y": 301.29, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 10, "x": 344.86, "y": 293.2, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 11, "x": 301.45, "y": 309.74, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 12, "x": 265.18, "y": 227.45, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 13, "x": 258.55, "y": 239.19, - "type": "path", - "move_mode": "walk", "action": "fight", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 14, "x": 258.55, "y": 239.24, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json index 51e0acac..629600b4 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json @@ -4,55 +4,48 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时43.96秒,包含以下怪物:2只雷萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751642257751, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249622672 }, "positions": [ { "id": 1, "x": 253.14, "y": 1285.17, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 202.16, "y": 1278.65, - "type": "target", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "target" }, { "id": 3, "x": 202.17, "y": 1278.69, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 4, "x": 202.17, "y": 1278.69, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json index ca8a2bb2..f93c8148 100644 --- a/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json +++ b/repo/js/AutoHoeingOneDragon/pathing/2-小怪2000/0_0_飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json @@ -4,73 +4,66 @@ "type": "collect", "author": "蜜柑魚", "version": "1.0", - "description": " 路线信息:该路线预计用时66.73秒,包含以下怪物:3只水萤。", + "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751644086957, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249625526 }, "positions": [ { "id": 1, "x": 1271.18, "y": 1563.97, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 1239.12, "y": 1520.45, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": 1254.65, "y": 1476.31, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": 1244.14, "y": 1439.69, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 5, "x": 1245.01, "y": 1393.01, - "type": "path", - "move_mode": "dash", "action": "fight", + "move_mode": "dash", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": 1245.01, "y": 1393.01, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json b/repo/pathing/敌人与魔物/飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json index 822217cf..112a0d09 100644 --- a/repo/pathing/敌人与魔物/飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json +++ b/repo/pathing/敌人与魔物/飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json @@ -7,80 +7,74 @@ "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751638015174, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "tags": [ + "高危" + ], + "last_modified_time": 1752249591850 }, "positions": [ { "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", "x": -574.01, "y": 1458.58, - "action_params": "" + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -581.47, "y": 1474.67, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -602.78, "y": 1480.35, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 4, "x": -628.48, "y": 1468.08, - "type": "path", - "move_mode": "run", "action": "", - "action_params": "" + "move_mode": "run", + "action_params": "", + "type": "path" }, { "id": 5, "x": -680.38, "y": 1477.49, - "type": "path", - "move_mode": "dash", "action": "", + "move_mode": "dash", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": -663.02, "y": 1474.85, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 7, "x": -663.02, "y": 1474.85, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json b/repo/pathing/敌人与魔物/飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json index bd7a4567..41cbf00d 100644 --- a/repo/pathing/敌人与魔物/飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json +++ b/repo/pathing/敌人与魔物/飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json @@ -8,105 +8,98 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751638535580, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249599813 }, "positions": [ { "id": 1, "x": -1130.76, "y": 1597.92, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1099.31, "y": 1603.76, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1078.65, "y": 1597.65, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": -1064.5, "y": 1601.54, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 5, "x": -1038.96, "y": 1563.78, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 6, "x": -1035.73, "y": 1536.27, - "type": "path", - "move_mode": "dash", "action": "combat_script", - "action_params": "wait(1.5)" + "move_mode": "dash", + "action_params": "wait(1.5)", + "type": "path" }, { "id": 7, "x": -1014.55, "y": 1487.58, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 8, "x": -1026.61, "y": 1481.23, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 9, "x": -1024.21, "y": 1482.01, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 10, "x": -1024.21, "y": 1482.01, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json b/repo/pathing/敌人与魔物/飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json index 27c2881b..3451fceb 100644 --- a/repo/pathing/敌人与魔物/飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json +++ b/repo/pathing/敌人与魔物/飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json @@ -7,80 +7,74 @@ "description": "", "map_name": "Teyvat", "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751639100937, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "tags": [ + "高危" + ], + "last_modified_time": 1752249596490 }, "positions": [ { "id": 1, "x": -1013.4, "y": 1028.42, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -987.79, "y": 1014.58, - "type": "path", - "move_mode": "fly", "action": "", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 3, "x": -987.79, "y": 1014.58, - "type": "path", - "move_mode": "fly", "action": "stop_flying", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 4, "x": -949.47, "y": 1001.77, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 5, "x": -936.37, "y": 1010.43, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 6, "x": -921.28, "y": 996.07, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 7, "x": -921.28, "y": 996.07, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json b/repo/pathing/敌人与魔物/飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json index 73e14352..fb117a61 100644 --- a/repo/pathing/敌人与魔物/飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json +++ b/repo/pathing/敌人与魔物/飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json @@ -8,71 +8,62 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751639468728, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249603177 }, "positions": [ { "id": 1, "x": -1023.3, "y": 1174.5, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1025.98, "y": 1196.74, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "fly", "action": "combat_script", + "move_mode": "fly", "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)", - "locked": false + "type": "path" }, { "id": 4, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "fly", "action": "stop_flying", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 5, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": -1209.16, "y": 1198.12, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json b/repo/pathing/敌人与魔物/飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json index a19b6b19..b6bacaf3 100644 --- a/repo/pathing/敌人与魔物/飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json +++ b/repo/pathing/敌人与魔物/飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json @@ -8,70 +8,62 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751639955951, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249606609 }, "positions": [ { "id": 1, "x": -1023.29, "y": 1174.48, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1037.78, "y": 1169.17, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1260.42, "y": 1056.59, - "type": "path", - "move_mode": "fly", "action": "combat_script", - "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)" + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)", + "type": "path" }, { "id": 4, "x": -1260.41, "y": 1056.58, - "type": "path", - "move_mode": "fly", "action": "stop_flying", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 5, "x": -1260.41, "y": 1056.58, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": -1260.41, "y": 1056.58, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json b/repo/pathing/敌人与魔物/飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json index eb52f8ad..1abcefe1 100644 --- a/repo/pathing/敌人与魔物/飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json +++ b/repo/pathing/敌人与魔物/飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json @@ -8,86 +8,80 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751640725899, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249613282 }, "positions": [ { "id": 1, "x": -1023.16, "y": 1174.62, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -1005.95, "y": 1155.52, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -1002.82, "y": 1118.77, - "type": "path", - "move_mode": "dash", "action": "combat_script", - "action_params": "wait(0.5)" + "move_mode": "dash", + "action_params": "wait(0.5)", + "type": "path" }, { "id": 4, "x": -1005.2, "y": 1106.58, - "type": "target", - "move_mode": "jump", "action": "combat_script", - "action_params": "wait(2)" + "move_mode": "jump", + "action_params": "wait(2)", + "type": "target" }, { "id": 5, "x": -999.12, "y": 1091.17, - "type": "target", - "move_mode": "jump", "action": "combat_script", - "action_params": "wait(3)" + "move_mode": "jump", + "action_params": "wait(3)", + "type": "target" }, { "id": 6, "x": -977.81, "y": 1098.33, - "type": "path", - "move_mode": "jump", "action": "", - "action_params": "" + "move_mode": "jump", + "action_params": "", + "type": "path" }, { "id": 7, "x": -966.9, "y": 1107.89, - "type": "path", - "move_mode": "dash", "action": "fight", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 8, "x": -966.89, "y": 1107.91, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/B02-璃月-云來海-孤云閣-3只.json b/repo/pathing/敌人与魔物/飞萤/B02-璃月-云來海-孤云閣-3只.json index e252c71e..a80fbec8 100644 --- a/repo/pathing/敌人与魔物/飞萤/B02-璃月-云來海-孤云閣-3只.json +++ b/repo/pathing/敌人与魔物/飞萤/B02-璃月-云來海-孤云閣-3只.json @@ -8,88 +8,80 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751642702039, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249609915 }, "positions": [ { "id": 1, "x": -657.56, "y": -90.86, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": -609.13, "y": -126.61, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": -597.5, "y": -125.51, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": -550.75, "y": -130.77, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 5, "x": -564.74, "y": -119.75, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 6, "x": -561.94, "y": -126.61, - "type": "path", - "move_mode": "dash", "action": "combat_script", + "move_mode": "dash", "action_params": "wait(2.5)", - "locked": false + "type": "path" }, { "id": 7, "x": -561.94, "y": -126.61, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 8, "x": -561.94, "y": -126.61, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/B04-璃月-琼玑野-渌华池-2只.json b/repo/pathing/敌人与魔物/飞萤/B04-璃月-琼玑野-渌华池-2只.json index 11480dc0..430cc33c 100644 --- a/repo/pathing/敌人与魔物/飞萤/B04-璃月-琼玑野-渌华池-2只.json +++ b/repo/pathing/敌人与魔物/飞萤/B04-璃月-琼玑野-渌华池-2只.json @@ -8,61 +8,53 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751643056133, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249619598 }, "positions": [ { "id": 1, "x": 837.51, "y": 235.14, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 861.21, "y": 163.66, - "type": "path", - "move_mode": "fly", "action": "stop_flying", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 3, "x": 854.23, "y": 168.81, - "type": "path", - "move_mode": "fly", "action": "stop_flying", + "move_mode": "fly", "action_params": "", - "locked": false + "type": "path" }, { "id": 4, "x": 854.23, "y": 168.81, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 5, "x": 854.23, "y": 168.81, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/B05-璃月-琼玑野-归离原-2只.json b/repo/pathing/敌人与魔物/飞萤/B05-璃月-琼玑野-归离原-2只.json index 08f679b3..b52b7e53 100644 --- a/repo/pathing/敌人与魔物/飞萤/B05-璃月-琼玑野-归离原-2只.json +++ b/repo/pathing/敌人与魔物/飞萤/B05-璃月-琼玑野-归离原-2只.json @@ -8,142 +8,134 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751643462615, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249616512 }, "positions": [ { "id": 1, "x": 489.39, "y": 222.15, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 489.79, "y": 262.2, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": 482.34, "y": 264.95, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": 447.79, "y": 277.93, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 5, "x": 447.86, "y": 277.92, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 6, "x": 390.11, "y": 298.33, - "type": "path", - "move_mode": "dash", "action": "combat_script", + "move_mode": "dash", "action_params": "wait(2.5)", - "locked": false + "type": "path" }, { "id": 7, "x": 390.11, "y": 298.33, - "type": "path", - "move_mode": "dash", "action": "fight", + "move_mode": "dash", "action_params": "", - "locked": false + "type": "path" }, { "id": 8, "x": 390.11, "y": 298.33, - "type": "path", + "action": "", "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(1)" + "action_params": "", + "type": "path" }, { "id": 9, "x": 373.3, "y": 301.29, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 10, "x": 344.86, "y": 293.2, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 11, "x": 301.45, "y": 309.74, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 12, "x": 265.18, "y": 227.45, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 13, "x": 258.55, "y": 239.19, - "type": "path", - "move_mode": "walk", "action": "fight", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 14, "x": 258.55, "y": 239.24, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/B08-璃月-碧水原-荻花洲-2只.json b/repo/pathing/敌人与魔物/飞萤/B08-璃月-碧水原-荻花洲-2只.json index 14e31fdc..629600b4 100644 --- a/repo/pathing/敌人与魔物/飞萤/B08-璃月-碧水原-荻花洲-2只.json +++ b/repo/pathing/敌人与魔物/飞萤/B08-璃月-碧水原-荻花洲-2只.json @@ -8,51 +8,44 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751642257751, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249622672 }, "positions": [ { "id": 1, "x": 253.14, "y": 1285.17, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 202.16, "y": 1278.65, - "type": "target", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "target" }, { "id": 3, "x": 202.17, "y": 1278.69, - "type": "path", - "move_mode": "walk", "action": "fight", + "move_mode": "walk", "action_params": "", - "locked": false + "type": "path" }, { "id": 4, "x": 202.17, "y": 1278.69, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json b/repo/pathing/敌人与魔物/飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json index 3121a9ae..f93c8148 100644 --- a/repo/pathing/敌人与魔物/飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json +++ b/repo/pathing/敌人与魔物/飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json @@ -8,69 +8,62 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751644086957, - "authors": [ - { - "name": "蜜柑魚", - "links": "https://github.com/this-Fish" - } - ] + "last_modified_time": 1752249625526 }, "positions": [ { "id": 1, "x": 1271.18, "y": 1563.97, - "type": "teleport", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "teleport" }, { "id": 2, "x": 1239.12, "y": 1520.45, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 3, "x": 1254.65, "y": 1476.31, - "type": "path", - "move_mode": "dash", "action": "", - "action_params": "" + "move_mode": "dash", + "action_params": "", + "type": "path" }, { "id": 4, "x": 1244.14, "y": 1439.69, - "type": "path", - "move_mode": "fly", "action": "", - "action_params": "" + "move_mode": "fly", + "action_params": "", + "type": "path" }, { "id": 5, "x": 1245.01, "y": 1393.01, - "type": "path", - "move_mode": "dash", "action": "fight", + "move_mode": "dash", "action_params": "", - "locked": false + "type": "path" }, { "id": 6, "x": 1245.01, "y": 1393.01, - "type": "path", - "move_mode": "walk", "action": "combat_script", - "action_params": "wait(1)" + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" } ] } \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json new file mode 100644 index 00000000..112a0d09 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A01-蒙德-龙脊雪山-眠龙谷-北-3只.json @@ -0,0 +1,80 @@ +{ + "info": { + "name": "A01-蒙德-龙脊雪山-眠龙谷-北-3只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "高危" + ], + "last_modified_time": 1752249591850 + }, + "positions": [ + { + "id": 1, + "x": -574.01, + "y": 1458.58, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -581.47, + "y": 1474.67, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -602.78, + "y": 1480.35, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": -628.48, + "y": 1468.08, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -680.38, + "y": 1477.49, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -663.02, + "y": 1474.85, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": -663.02, + "y": 1474.85, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json new file mode 100644 index 00000000..41cbf00d --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json @@ -0,0 +1,105 @@ +{ + "info": { + "name": "A02-蒙德-龙脊雪山-覆雪之路-2只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249599813 + }, + "positions": [ + { + "id": 1, + "x": -1130.76, + "y": 1597.92, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -1099.31, + "y": 1603.76, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -1078.65, + "y": 1597.65, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": -1064.5, + "y": 1601.54, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -1038.96, + "y": 1563.78, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -1035.73, + "y": 1536.27, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(1.5)", + "type": "path" + }, + { + "id": 7, + "x": -1014.55, + "y": 1487.58, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": -1026.61, + "y": 1481.23, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": -1024.21, + "y": 1482.01, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": -1024.21, + "y": 1482.01, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json new file mode 100644 index 00000000..3451fceb --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A03-蒙德-龙脊雪山-寒天之钉-下方-3只.json @@ -0,0 +1,80 @@ +{ + "info": { + "name": "A03-蒙德-龙脊雪山-寒天之钉-下方-3只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "高危" + ], + "last_modified_time": 1752249596490 + }, + "positions": [ + { + "id": 1, + "x": -1013.4, + "y": 1028.42, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -987.79, + "y": 1014.58, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -987.79, + "y": 1014.58, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": -949.47, + "y": 1001.77, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -936.37, + "y": 1010.43, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -921.28, + "y": 996.07, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": -921.28, + "y": 996.07, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json new file mode 100644 index 00000000..fb117a61 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A04-蒙德-龙脊雪山-七天神像-东北-3只.json @@ -0,0 +1,69 @@ +{ + "info": { + "name": "A04-蒙德-龙脊雪山-七天神像-东北-3只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249603177 + }, + "positions": [ + { + "id": 1, + "x": -1023.3, + "y": 1174.5, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -1025.98, + "y": 1196.74, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -1209.16, + "y": 1198.12, + "action": "combat_script", + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)", + "type": "path" + }, + { + "id": 4, + "x": -1209.16, + "y": 1198.12, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -1209.16, + "y": 1198.12, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -1209.16, + "y": 1198.12, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json new file mode 100644 index 00000000..b6bacaf3 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A05-蒙德-龙脊雪山-七天神像-东-3只.json @@ -0,0 +1,69 @@ +{ + "info": { + "name": "A05-蒙德-龙脊雪山-七天神像-东-3只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249606609 + }, + "positions": [ + { + "id": 1, + "x": -1023.29, + "y": 1174.48, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -1037.78, + "y": 1169.17, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -1260.42, + "y": 1056.59, + "action": "combat_script", + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)", + "type": "path" + }, + { + "id": 4, + "x": -1260.41, + "y": 1056.58, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -1260.41, + "y": 1056.58, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -1260.41, + "y": 1056.58, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json new file mode 100644 index 00000000..1abcefe1 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A06-蒙德-龙脊雪山-七天神像-西南-2只.json @@ -0,0 +1,87 @@ +{ + "info": { + "name": "A06-蒙德-龙脊雪山-七天神像-西南-2只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249613282 + }, + "positions": [ + { + "id": 1, + "x": -1023.16, + "y": 1174.62, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -1005.95, + "y": 1155.52, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -1002.82, + "y": 1118.77, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(0.5)", + "type": "path" + }, + { + "id": 4, + "x": -1005.2, + "y": 1106.58, + "action": "combat_script", + "move_mode": "jump", + "action_params": "wait(2)", + "type": "target" + }, + { + "id": 5, + "x": -999.12, + "y": 1091.17, + "action": "combat_script", + "move_mode": "jump", + "action_params": "wait(3)", + "type": "target" + }, + { + "id": 6, + "x": -977.81, + "y": 1098.33, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": -966.9, + "y": 1107.89, + "action": "fight", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": -966.89, + "y": 1107.91, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json new file mode 100644 index 00000000..a80fbec8 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json @@ -0,0 +1,87 @@ +{ + "info": { + "name": "B02-璃月-云來海-孤云閣-3只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249609915 + }, + "positions": [ + { + "id": 1, + "x": -657.56, + "y": -90.86, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -609.13, + "y": -126.61, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -597.5, + "y": -125.51, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": -550.75, + "y": -130.77, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -564.74, + "y": -119.75, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -561.94, + "y": -126.61, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(2.5)", + "type": "path" + }, + { + "id": 7, + "x": -561.94, + "y": -126.61, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": -561.94, + "y": -126.61, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json new file mode 100644 index 00000000..430cc33c --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "B04-璃月-琼玑野-渌华池-2只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249619598 + }, + "positions": [ + { + "id": 1, + "x": 837.51, + "y": 235.14, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 861.21, + "y": 163.66, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 854.23, + "y": 168.81, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 854.23, + "y": 168.81, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 854.23, + "y": 168.81, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json new file mode 100644 index 00000000..b52b7e53 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json @@ -0,0 +1,141 @@ +{ + "info": { + "name": "B05-璃月-琼玑野-归离原-2只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249616512 + }, + "positions": [ + { + "id": 1, + "x": 489.39, + "y": 222.15, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 489.79, + "y": 262.2, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 482.34, + "y": 264.95, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 447.79, + "y": 277.93, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 447.86, + "y": 277.92, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 390.11, + "y": 298.33, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(2.5)", + "type": "path" + }, + { + "id": 7, + "x": 390.11, + "y": 298.33, + "action": "fight", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 390.11, + "y": 298.33, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 373.3, + "y": 301.29, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 344.86, + "y": 293.2, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 301.45, + "y": 309.74, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 265.18, + "y": 227.45, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 258.55, + "y": 239.19, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 258.55, + "y": 239.24, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json new file mode 100644 index 00000000..629600b4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json @@ -0,0 +1,51 @@ +{ + "info": { + "name": "B08-璃月-碧水原-荻花洲-2只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249622672 + }, + "positions": [ + { + "id": 1, + "x": 253.14, + "y": 1285.17, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 202.16, + "y": 1278.65, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 3, + "x": 202.17, + "y": 1278.69, + "action": "fight", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 202.17, + "y": 1278.69, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json new file mode 100644 index 00000000..f93c8148 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B10-璃月-碧水原-华池岩岫-东北-3只.json @@ -0,0 +1,69 @@ +{ + "info": { + "name": "B10-璃月-碧水原-华池岩岫-东北-3只", + "type": "collect", + "author": "蜜柑魚", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1752249625526 + }, + "positions": [ + { + "id": 1, + "x": 1271.18, + "y": 1563.97, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 1239.12, + "y": 1520.45, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 1254.65, + "y": 1476.31, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 1244.14, + "y": 1439.69, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 1245.01, + "y": 1393.01, + "action": "fight", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 1245.01, + "y": 1393.01, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(1)", + "type": "orientation" + } + ] +} \ No newline at end of file