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",