diff --git a/repo/js/AutoHoeingOneDragon/main.js b/repo/js/AutoHoeingOneDragon/main.js index b6857b0a..b1348115 100644 --- a/repo/js/AutoHoeingOneDragon/main.js +++ b/repo/js/AutoHoeingOneDragon/main.js @@ -222,15 +222,11 @@ async function findBestRouteGroups(pathings, k, targetEliteNum, targetMonsterNum // 遍历 pathings,计算并添加 G1、G2、E1 和 E2 属性 pathings.forEach(pathing => { pathing.selected = false; // 初始化 selected 属性为 false - - // 计算 G1 和 E1 const G1 = pathing.mora_e + pathing.mora_m; // 进入一组的收益 pathing.G1 = G1; - pathing.E1 = pathing.e === 0 ? 0 : (G1 / pathing.e) ** k * (G1 / pathing.t); // 进入一组的效率 - - // 计算 G2 和 E2 const G2 = pathing.mora_m; // 进入二组的收益 pathing.G2 = G2; + pathing.E1 = pathing.e === 0 ? 0 : ((G1 - G2) / pathing.e) ** k * (G1 / pathing.t); // 进入一组的效率 pathing.E2 = pathing.m === 0 ? 0 : (G2 / pathing.m) ** k * (G2 / pathing.t); // 进入二组的效率 }); @@ -530,7 +526,7 @@ async function runPathWithOcr(pathFilePath, targetTexts, blacklistKeywords) { log.info(`交互或拾取:"${ocrResult.text}"`); lastPickupTime = new Date(); } - + // 计算目标文本的中心Y坐标 let centerYTargetText = ocrResult.y + ocrResult.height / 2; if (Math.abs(centerYTargetText - centerYF) <= texttolerance) { diff --git a/repo/js/AutoHoeingOneDragon/manifest.json b/repo/js/AutoHoeingOneDragon/manifest.json index 2e2cc6e4..b07edbe0 100644 --- a/repo/js/AutoHoeingOneDragon/manifest.json +++ b/repo/js/AutoHoeingOneDragon/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "锄地一条龙", - "version": "1.1.0", + "version": "1.1.1", "description": "一站式解决自动化锄地,支持只拾取狗粮,请阅读README.md后使用", "authors": [ { diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/418须弥沙漠三运河之地(600_1,200_2).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/418须弥沙漠三运河之地(600_1,200_2).json deleted file mode 100644 index cda940f0..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/418须弥沙漠三运河之地(600_1,200_2).json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "info": { - "name": "418须弥沙漠三运河之地(600_1,200_2)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时94.26秒,包含3只精英与2只小怪,预计收入1081摩拉,包含以下怪物:1只遗迹重机、2只遗迹巡弋者、2只伸缩风蕈兽。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751479769882 - }, - "positions": [ - { - "id": 1, - "x": 5173.60302734375, - "y": -498.49169921875, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 5162.541015625, - "y": -514.2607421875, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 5152.812393347761, - "y": -527.9367269438635, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 4, - "x": 5146.248356765498, - "y": -541.2507882140999, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 5, - "x": 5139.562377547429, - "y": -550.8127273694517, - "action": "", - "move_mode": "jump", - "action_params": "", - "type": "path" - }, - { - "id": 6, - "x": 5109.09765625, - "y": -590.34765625, - "type": "path", - "move_mode": "dash", - "action": "fight", - "action_params": "", - "locked": false - }, - { - "id": 7, - "x": 5109.09765625, - "y": -590.34765625, - "type": "orientation", - "move_mode": "dash", - "action": "combat_script", - "action_params": "wait(1)" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/419须弥沙漠巨人峡谷西北(600_1).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/419须弥沙漠巨人峡谷西北(600_1).json deleted file mode 100644 index 46c2c2fe..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/419须弥沙漠巨人峡谷西北(600_1).json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "info": { - "name": "419须弥沙漠巨人峡谷西北(600_1)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时80.71秒,包含1只精英,预计收入600摩拉,包含以下怪物:1只遗迹重机。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751456889673 - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 5485.2216796875, - "y": -1240.50732421875, - "action_params": "" - }, - { - "id": 2, - "x": 5473.3095703125, - "y": -1220.8349609375, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": 5438.2685546875, - "y": -1147.1142578125, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 4, - "x": 5458.98388671875, - "y": -1116.6484375, - "type": "path", - "move_mode": "dash", - "action": "fight", - "action_params": "", - "locked": false - }, - { - "id": 5, - "x": 5458.98388671875, - "y": -1116.6484375, - "type": "orientation", - "move_mode": "dash", - "action": "combat_script", - "action_params": "wait(1)" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/420须弥沙漠折胫谷(600_1,200_1).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/420须弥沙漠折胫谷(600_1,200_1).json deleted file mode 100644 index 9e1c5a8e..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/420须弥沙漠折胫谷(600_1,200_1).json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "info": { - "name": "420须弥沙漠折胫谷(600_1,200_1)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": "", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751480779042 - }, - "positions": [ - { - "id": 1, - "x": 5686.673828125, - "y": -706.03369140625, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 5692.84130859375, - "y": -703.3740234375, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 5713.61767578125, - "y": -728.20556640625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 4, - "x": 5718.09765625, - "y": -753.36474609375, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 5, - "x": 5723.87255859375, - "y": -788.5927734375, - "action": "combat_script", - "move_mode": "walk", - "action_params": "keypress(t)", - "type": "orientation" - }, - { - "id": 6, - "x": 5770.123046875, - "y": -835.1923828125, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "", - "type": "path" - }, - { - "id": 7, - "x": 5810.6689453125, - "y": -849.20166015625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 8, - "x": 5849.812456549088, - "y": -848.4378789490866, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 9, - "x": 5885.3818359375, - "y": -847.77978515625, - "type": "path", - "move_mode": "fly", - "action": "stop_flying", - "action_params": "" - }, - { - "id": 10, - "x": 5889.8935546875, - "y": -882.19287109375, - "type": "path", - "move_mode": "dash", - "action": "fight", - "action_params": "", - "locked": false - }, - { - "id": 11, - "x": 5889.8935546875, - "y": -882.19287109375, - "type": "orientation", - "move_mode": "dash", - "action": "combat_script", - "action_params": "wait(1)" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/421须弥沙漠王者之城(600_1,200_2).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/421须弥沙漠王者之城(600_1,200_2).json deleted file mode 100644 index 44700b89..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/421须弥沙漠王者之城(600_1,200_2).json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "info": { - "name": "421须弥沙漠王者之城(600_1,200_2)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时107.69秒,包含3只精英与8只小怪,预计收入1324摩拉,包含以下怪物:1只丘丘人、5只打手丘丘人、2只射手丘丘人、1只火斧丘丘暴徒、1只丘丘岩盔王、1只火深渊法师。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751469270343 - }, - "positions": [ - { - "id": 1, - "x": 4424.97802734375, - "y": -739.78125, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 4431.50439453125, - "y": -766.1884765625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 4436.07373046875, - "y": -785.423828125, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 4, - "x": 4454.01318359375, - "y": -797.76513671875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 5, - "x": 4467.8818359375, - "y": -822.849609375, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 6, - "x": 4478.61376953125, - "y": -834.0859375, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 7, - "x": 4510.54248046875, - "y": -845.4658203125, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 8, - "x": 4521.109375, - "y": -841.2158203125, - "type": "path", - "move_mode": "dash", - "action": "combat_script", - "action_params": "attack(0.3)" - }, - { - "id": 9, - "x": 4548.60986328125, - "y": -811.35546875, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 10, - "x": 4548.60986328125, - "y": -811.35546875, - "action": "combat_script", - "move_mode": "dash", - "action_params": "wait(1)", - "type": "orientation" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/422须弥沙漠赤王陵西北岩窟中层(600_1,200_1).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/422须弥沙漠赤王陵西北岩窟中层(600_1,200_1).json deleted file mode 100644 index 9d75994a..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/422须弥沙漠赤王陵西北岩窟中层(600_1,200_1).json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "info": { - "name": "422须弥沙漠赤王陵西北岩窟中层(600_1,200_1)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时99.27秒,包含2只精英与2只小怪,预计收入881摩拉,包含以下怪物:1只丘丘人、1只打手丘丘人、1只丘丘岩盔王、1只元能构装体·重塑仪。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751460532770 - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 5538.67919921875, - "y": -2051.5517578125, - "action_params": "" - }, - { - "id": 2, - "x": 5527.91455078125, - "y": -2042.0283203125, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": 5539.505859375, - "y": -2020.0107421875, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 4, - "x": 5538.3837890625, - "y": -2031.5341796875, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 5, - "x": 5528.21484375, - "y": -2036.56591796875, - "type": "path", - "move_mode": "dash", - "action": "fight", - "action_params": "", - "locked": false - }, - { - "id": 6, - "x": 5496.94775390625, - "y": -2048.9765625, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 7, - "x": 5461.22900390625, - "y": -2066.875, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 8, - "x": 5435.7890625, - "y": -2092.107421875, - "type": "path", - "move_mode": "dash", - "action": "fight", - "action_params": "", - "locked": false - }, - { - "id": 9, - "x": 5435.7890625, - "y": -2092.107421875, - "type": "orientation", - "move_mode": "dash", - "action": "combat_script", - "action_params": "wait(1)" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/423须弥沙漠赤王陵东岩窟(600_1,200_1).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/423须弥沙漠赤王陵东岩窟(600_1,200_1).json deleted file mode 100644 index 977f5b93..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/423须弥沙漠赤王陵东岩窟(600_1,200_1).json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "info": { - "name": "423须弥沙漠赤王陵东岩窟(600_1,200_1)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时113.42秒,包含2只精英与1只小怪,预计收入840.5摩拉,包含以下怪物:1只丘丘岩盔王、1只元能构装体·勘探机、1只旋转火蕈兽。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751469624019 - }, - "positions": [ - { - "id": 1, - "x": 5383.056640625, - "y": -2456.3984375, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 5382.50048828125, - "y": -2495.154296875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 5411.2470703125, - "y": -2523.923828125, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 4, - "x": 5398.5205078125, - "y": -2556.9306640625, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 5, - "x": 5381.80078125, - "y": -2589.697265625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 6, - "x": 5351.478515625, - "y": -2606.2021484375, - "action": "combat_script", - "move_mode": "walk", - "action_params": "keypress(t),wait(0.3),keypress(t),wait(0.3),keypress(t)", - "type": "orientation" - }, - { - "id": 7, - "x": 5344.31005859375, - "y": -2609.97265625, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "path" - }, - { - "id": 8, - "x": 5317.9248046875, - "y": -2631.1796875, - "action": "combat_script", - "move_mode": "walk", - "action_params": "keypress(t),wait(0.3),keypress(t),wait(0.3),keypress(t)", - "type": "orientation" - }, - { - "id": 9, - "x": 5316.37451171875, - "y": -2637.859375, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 10, - "x": 5308.79296875, - "y": -2666.734375, - "action": "combat_script", - "move_mode": "walk", - "action_params": "keypress(t),wait(0.3),keypress(t),wait(0.3),keypress(t)", - "type": "orientation" - }, - { - "id": 11, - "x": 5299.78369140625, - "y": -2724.634765625, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 12, - "x": 5299.78369140625, - "y": -2724.634765625, - "action": "combat_script", - "move_mode": "dash", - "action_params": "wait(1)", - "type": "orientation" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/424须弥鸡哥(600_1,200_3).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/424须弥鸡哥(600_1,200_3).json deleted file mode 100644 index 115ea299..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/424须弥鸡哥(600_1,200_3).json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "info": { - "name": "424须弥鸡哥(600_1,200_3)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时121秒,包含4只精英与2只小怪,预计收入1281摩拉,包含以下怪物:1只遗迹重机、2只遗迹歼击者、1只遗迹侦察者、2只旋转雷蕈兽。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751390103711 - }, - "positions": [ - { - "id": 1, - "x": 3932.162109375, - "y": -161.62353515625, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 3932.2109375, - "y": -192.3134765625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 3923.1650390625, - "y": -225.3037109375, - "action": "combat_script", - "move_mode": "dash", - "action_params": "keypress(f);芙宁娜 e;爱可菲 e;钟离 a(0.1),e(hold),q;茜特菈莉 e,q;莱依拉 e;attack(4.5)", - "type": "path" - }, - { - "id": 4, - "x": 3936.3896484375, - "y": -237.6181640625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 5, - "x": 3946.9375, - "y": -276.9072265625, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 6, - "x": 3942.4580078125, - "y": -262.28076171875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 7, - "x": 3945.248046875, - "y": -250.9130859375, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 8, - "x": 3958.0576171875, - "y": -243.4267578125, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 9, - "x": 3974.890625, - "y": -249.2548828125, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 10, - "x": 3974.890625, - "y": -249.2548828125, - "action": "combat_script", - "move_mode": "dash", - "action_params": "wait(1)", - "type": "orientation" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/425须弥鸡哥南(400_1,200_3).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/425须弥鸡哥南(400_1,200_3).json deleted file mode 100644 index aee43fe4..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/425须弥鸡哥南(400_1,200_3).json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "info": { - "name": "425须弥鸡哥南(400_1,200_3)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时184.56秒,包含104只精英,预计收入21000摩拉,包含以下怪物:1只嗜雷·兽境幼兽、1只嗜雷·兽境猎犬、1只愚人众·藏镜仕女、1只遗迹龙兽·空巡。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751474053225 - }, - "positions": [ - { - "id": 1, - "x": 4045.3974609375, - "y": -240.75146484375, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 4024.291015625, - "y": -250.07861328125, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 3974.41015625, - "y": -273.60791015625, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "1800", - "type": "path" - }, - { - "id": 4, - "x": 3934.437466424295, - "y": -288.03127273694554, - "action": "combat_script", - "move_mode": "dash", - "action_params": "attack(0.3),wait(2.5)", - "type": "path" - }, - { - "id": 5, - "x": 3938.68756715141, - "y": -288.53122726305446, - "action": "fight", - "move_mode": "climb", - "action_params": "", - "type": "path" - }, - { - "id": 6, - "x": 3916.8212890625, - "y": -308.85888671875, - "action": "", - "move_mode": "fly", - "action_params": "", - "type": "path" - }, - { - "id": 7, - "x": 3889.0966796875, - "y": -295.9599609375, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 8, - "x": 3899.921875, - "y": -267.03076171875, - "action": "combat_script", - "move_mode": "dash", - "action_params": "wait(1)", - "type": "path" - }, - { - "id": 9, - "x": 3899.921875, - "y": -267.03076171875, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 10, - "x": 3854.8120812912093, - "y": -307.49959073498667, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 11, - "x": 3841.5830078125, - "y": -302.87548828125, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "path" - }, - { - "id": 12, - "x": 3844.2919921875, - "y": -303.09423828125, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "target" - }, - { - "id": 13, - "x": 3847.1455078125, - "y": -301.9521484375, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "path" - }, - { - "id": 14, - "x": 3853.4140625, - "y": -308.47021484375, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "path" - }, - { - "id": 15, - "x": 3870.28125, - "y": -321.52880859375, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "", - "type": "path" - }, - { - "id": 16, - "x": 3867.3330078125, - "y": -335.99560546875, - "action": "combat_script", - "move_mode": "jump", - "action_params": "attack(0.2)", - "type": "path" - }, - { - "id": 17, - "x": 3859.499976299503, - "y": -362.56228778851164, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 18, - "x": 3884.525390625, - "y": -366.38525390625, - "action": "combat_script", - "move_mode": "walk", - "action_params": "keypress(t),wait(0.2),keypress(t),wait(0.2),keypress(t)", - "type": "orientation", - "locked": false - }, - { - "id": 19, - "x": 3884.525390625, - "y": -366.38525390625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 20, - "x": 3899.8046875, - "y": -374.6044921875, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "", - "type": "path" - }, - { - "id": 21, - "x": 3943.0556640625, - "y": -381.1865234375, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 22, - "x": 3943.0556640625, - "y": -381.1865234375, - "action": "combat_script", - "move_mode": "walk", - "action_params": "wait(1)", - "type": "orientation" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/426须弥童梦的切片(200_3).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/426须弥童梦的切片(200_3).json deleted file mode 100644 index 715c3ab8..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/426须弥童梦的切片(200_3).json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "info": { - "name": "426须弥童梦的切片(200_3)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时55.33秒,包含3只精英,预计收入600摩拉,包含以下怪物:1只遗迹巡弋者、1只遗迹歼击者、1只遗迹防卫者。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751396573803 - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 3349.1943359375, - "y": -824.44384765625, - "action_params": "" - }, - { - "id": 2, - "x": 3341.642578125, - "y": -836.873046875, - "type": "path", - "move_mode": "fly", - "action": "combat_script", - "action_params": "wait(0.3),j,wait(1.5),attack(0.2)" - }, - { - "id": 3, - "x": 3331.478515625, - "y": -829.3427734375, - "type": "path", - "move_mode": "dash", - "action": "fight", - "action_params": "", - "locked": false - }, - { - "id": 4, - "x": 3331.478515625, - "y": -829.3427734375, - "type": "orientation", - "move_mode": "dash", - "action": "combat_script", - "action_params": "wait(1)" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/427【高危】须弥童梦的切片(600_1).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/427【高危】须弥童梦的切片(600_1).json deleted file mode 100644 index 87413bff..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/427【高危】须弥童梦的切片(600_1).json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "info": { - "name": "427【高危】须弥童梦的切片(600_1)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时368.66秒,包含101只精英与2只小怪,预计收入20721.5摩拉,包含以下怪物:1只丘丘雷兜王、1只旋转雷蕈兽、1只有翼草本真蕈。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751471190387 - }, - "positions": [ - { - "id": 1, - "x": 3202.12890625, - "y": -911.72509765625, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 3259.708984375, - "y": -895.095703125, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 3290.8046875, - "y": -894.0927734375, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "1000", - "type": "path" - }, - { - "id": 4, - "x": 3299.16015625, - "y": -903.21728515625, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "path" - }, - { - "id": 5, - "x": 3299.16015625, - "y": -903.21728515625, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "target" - }, - { - "id": 6, - "x": 3295.9267578125, - "y": -907.69873046875, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "target" - }, - { - "id": 7, - "x": 3295.9267578125, - "y": -907.69873046875, - "action": "combat_script", - "move_mode": "walk", - "action_params": "keypress(x),wait(0.2),keypress(x),wait(0.2),keypress(x)", - "type": "orientation" - }, - { - "id": 8, - "x": 3292.53515625, - "y": -913.4716796875, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "path" - }, - { - "id": 9, - "x": 3275.6669921875, - "y": -920.248046875, - "action": "combat_script", - "move_mode": "dash", - "action_params": "w(2.5)", - "type": "orientation", - "locked": false - }, - { - "id": 10, - "x": 3275.6669921875, - "y": -920.248046875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 11, - "x": 3261.5341796875, - "y": -903.16552734375, - "action": "combat_script", - "move_mode": "fly", - "action_params": "wait(0.3),j,wait(1.8),j", - "type": "path" - }, - { - "id": 12, - "x": 3227.9873046875, - "y": -906.3935546875, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "", - "type": "path" - }, - { - "id": 13, - "x": 3214.9580078125, - "y": -896.2138671875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 14, - "x": 3208.2119140625, - "y": -873.46484375, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - }, - { - "id": 15, - "x": 3205.244140625, - "y": -850.14697265625, - "type": "path", - "move_mode": "dash", - "action": "combat_script", - "action_params": "keypress(f);钟离 a(0.1),e(hold);茜特菈莉 e,q;莱依拉 e;芙宁娜 e;爱可菲 e;恰斯卡 q;艾梅莉埃 e;流浪者 q;纳西妲 e;夜兰 e,q,attack(2);申鹤 e,q;万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);行秋 attack(0.2),e,q,attack(2);那维莱特 e,charge(3),j;莱欧斯利 e,q;attack(4.5)" - }, - { - "id": 16, - "x": 3199.4248046875, - "y": -855.6103515625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 17, - "x": 3195.1904296875, - "y": -827.47265625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 18, - "x": 3199.4248046875, - "y": -855.6103515625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "orientation" - }, - { - "id": 19, - "x": 3199.4248046875, - "y": -855.6103515625, - "action": "combat_script", - "move_mode": "dash", - "action_params": "wait(1)", - "type": "path" - }, - { - "id": 20, - "x": 3212.0771484375, - "y": -851.87890625, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 21, - "x": 3212.0771484375, - "y": -851.87890625, - "action": "combat_script", - "move_mode": "climb", - "action_params": "wait(1)", - "type": "orientation" - } - ] -} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/428须弥茸蕈窟(600_1,200_5).json b/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/428须弥茸蕈窟(600_1,200_5).json deleted file mode 100644 index a9be535c..00000000 --- a/repo/js/AutoHoeingOneDragon/pathing/1-分层精英/428须弥茸蕈窟(600_1,200_5).json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "info": { - "name": "428须弥茸蕈窟(600_1,200_5)", - "type": "collect", - "author": "汐", - "version": "1.0", - "description": " 路线信息:该路线预计用时240.54秒,包含6只精英,预计收入1600摩拉,包含以下怪物:1只遗迹重机、2只遗迹巡弋者、1只遗迹歼击者、2只遗迹防卫者。", - "map_name": "Teyvat", - "bgi_version": "0.45.0", - "tags": [], - "last_modified_time": 1751479254056 - }, - "positions": [ - { - "id": 1, - "x": 2927.60546875, - "y": 105.40087890625, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "teleport" - }, - { - "id": 2, - "x": 2938.423828125, - "y": 115.11865234375, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 3, - "x": 2936.33984375, - "y": 143.78466796875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 4, - "x": 2953.6357421875, - "y": 152.5009765625, - "action": "combat_script", - "move_mode": "walk", - "action_params": "keypress(t),wait(1.5),attack(0.5)", - "type": "orientation" - }, - { - "id": 5, - "x": 2935.7548828125, - "y": 168.3984375, - "action": "stop_flying", - "move_mode": "fly", - "action_params": "", - "type": "path" - }, - { - "id": 6, - "x": 2913.564453125, - "y": 176.80322265625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 7, - "x": 2898.5908203125, - "y": 183.3671875, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 8, - "x": 2892.9345703125, - "y": 188.2724609375, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "path" - }, - { - "id": 9, - "x": 2867.0712890625, - "y": 201.232421875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 10, - "x": 2845.5009765625, - "y": 214.2802734375, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 11, - "x": 2835.4013671875, - "y": 212.5078125, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 12, - "x": 2822.7744140625, - "y": 199.09228515625, - "action": "", - "move_mode": "walk", - "action_params": "", - "type": "target" - }, - { - "id": 13, - "x": 2819.517578125, - "y": 196.57421875, - "action": "", - "move_mode": "climb", - "action_params": "", - "type": "path" - }, - { - "id": 14, - "x": 2822.4130859375, - "y": 154.34326171875, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 15, - "x": 2839.2548828125, - "y": 133.06689453125, - "action": "fight", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 16, - "x": 2839.2548828125, - "y": 133.06689453125, - "action": "combat_script", - "move_mode": "dash", - "action_params": "wait(1)", - "type": "orientation" - } - ] -} \ No newline at end of file