From f078f896b9b95232470a6b94692a4905235743ce Mon Sep 17 00:00:00 2001 From: skyflag2022 <107539971+skyflag2022@users.noreply.github.com> Date: Sat, 27 Sep 2025 12:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8C=AA=E5=BE=B7=E5=8D=A1?= =?UTF-8?q?=E8=8E=B1=E7=82=B9=E4=BD=8D=20(#2013)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 增加挪德卡莱点位 改了版本号,增加了点位 * 移除无用字段 * Update manifest.json --------- Co-authored-by: 起个名字好难的喵 <25520958+MisakaAldrich@users.noreply.github.com> --- .../assets/挪德卡莱购买狗粮.json | 77 +++++++++++++++++++ repo/js/PurchaseArtifacts/main.js | 7 +- repo/js/PurchaseArtifacts/manifest.json | 10 ++- 3 files changed, 89 insertions(+), 5 deletions(-) create mode 100644 repo/js/PurchaseArtifacts/assets/挪德卡莱购买狗粮.json diff --git a/repo/js/PurchaseArtifacts/assets/挪德卡莱购买狗粮.json b/repo/js/PurchaseArtifacts/assets/挪德卡莱购买狗粮.json new file mode 100644 index 000000000..e5bbdb42c --- /dev/null +++ b/repo/js/PurchaseArtifacts/assets/挪德卡莱购买狗粮.json @@ -0,0 +1,77 @@ +{ + "info": { + "name": "挪德卡莱购买狗粮", + "bgi_version": "0.51.0", + "type": "collect", + "order": 0, + "tags": [], + "enable_monster_loot_split": false, + "map_name": "Teyvat", + "map_match_method": "SIFT", + "items": [] + }, + "config": { + "realtime_triggers": { + "AutoPick": true + } + }, + "farming_info": { + "allow_farming_count": false, + "normal_mob_count": 0, + "elite_mob_count": 0, + "primary_target": "", + "duration_seconds": 0, + "elite_details": "", + "total_mora": 0 + }, + "positions": [ + { + "x": 9367.1484375, + "y": 1435.646484375, + "type": "teleport", + "move_mode": "walk" + }, + { + "x": 9367.1484375, + "y": 1435.646484375, + "type": "path", + "move_mode": "walk" + }, + { + "x": 9399.712890625, + "y": 1491.52734375, + "type": "path", + "move_mode": "walk" + }, + { + "x": 9390.7109375, + "y": 1494.9541015625, + "type": "path", + "move_mode": "walk" + }, + { + "x": 9392.4462890625, + "y": 1515.666015625, + "type": "path", + "move_mode": "walk" + }, + { + "x": 9387.9326171875, + "y": 1516, + "type": "path", + "move_mode": "walk" + }, + { + "x": 9381.9091796875, + "y": 1564.7470703125, + "type": "path", + "move_mode": "walk" + }, + { + "x": 9389.68359375, + "y": 1565.8310546875, + "type": "path", + "move_mode": "walk" + } + ] +} \ No newline at end of file diff --git a/repo/js/PurchaseArtifacts/main.js b/repo/js/PurchaseArtifacts/main.js index 229cd62c6..ef04ce60b 100644 --- a/repo/js/PurchaseArtifacts/main.js +++ b/repo/js/PurchaseArtifacts/main.js @@ -22,8 +22,8 @@ let holdingState = settings.holdingState ?? 0; keyPress("ESCAPE"); await sleep(2000); } -await Purchase('蒙德购买狗粮'); -await Shopping(); + await Purchase('蒙德购买狗粮'); + await Shopping(); //调整时间 await sleep(1500); @@ -101,4 +101,7 @@ await Shopping(); await sleep(500); keyUp("a"); await Shopping(); + + await Purchase('挪德卡莱购买狗粮'); + await Shopping(); })(); diff --git a/repo/js/PurchaseArtifacts/manifest.json b/repo/js/PurchaseArtifacts/manifest.json index b26d435fd..3865a4093 100644 --- a/repo/js/PurchaseArtifacts/manifest.json +++ b/repo/js/PurchaseArtifacts/manifest.json @@ -1,13 +1,17 @@ { "manifest_version": 1, - "name": "自动购买狗粮(7点位)", - "version": "1.1.1", - "bgi_version": "0.43.1", + "name": "自动购买狗粮(8点位)", + "version": "1.1.2", + "bgi_version": "0.5.1", "description": "狗粮周3刷新,价值23体力的摩拉换38体力的狗粮,血赚。龙骨花凝珠没出售,需额外设置。强烈建议使用固定队伍(双风成女行走)", "authors": [ { "name": "柒叶子", "links": "https://github.com/5117600049" + }, + { + "name": "勺子", + "links": "https://github.com/skyflag2022" } ], "settings_ui": "settings.json",