增加挪德卡莱点位 (#2013)

* 增加挪德卡莱点位

改了版本号,增加了点位

* 移除无用字段

* Update manifest.json

---------

Co-authored-by: 起个名字好难的喵 <25520958+MisakaAldrich@users.noreply.github.com>
This commit is contained in:
skyflag2022
2025-09-27 12:35:56 +08:00
committed by GitHub
parent 94bc9246e3
commit f078f896b9
3 changed files with 89 additions and 5 deletions

View File

@@ -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"
}
]
}

View File

@@ -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();
})();

View File

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