Skip to content

Commit cb5b6e6

Browse files
authored
js:锄地一条龙 (#3055)
1.新增两个小怪传奇 2.将大部分按f改为按x,以防误拾取 3.移除部分无用策略 4.回调镇压沙暴
1 parent a10f208 commit cb5b6e6

66 files changed

Lines changed: 208 additions & 85 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

repo/js/AutoHoeingOneDragon/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//当前js版本2.5.0
2-
31
//自定义配置变量预声明
42
let accountName;
53
let pickup_Mode;

repo/js/AutoHoeingOneDragon/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 1,
33
"name": "锄地一条龙",
4-
"version": "2.6.12",
4+
"version": "2.6.13",
55
"description": "一站式解决自动化锄地,支持只拾取狗粮,请仔细阅读README.md后使用",
66
"authors": [
77
{
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"info": {
3+
"authors": [
4+
{
5+
"links": "",
6+
"name": ""
7+
}
8+
],
9+
"bgi_version": "0.45.0",
10+
"description": " 路线信息:该路线预计用时139.26秒,包含以下怪物:5只小怪传奇倍率二。",
11+
"enable_monster_loot_split": false,
12+
"last_modified_time": 1774279450618,
13+
"map_match_method": "",
14+
"map_name": "Teyvat",
15+
"name": "B001挪德卡莱-拉斯科尔尼科夫 传奇",
16+
"tags": [],
17+
"type": "collect",
18+
"version": "1.0"
19+
},
20+
"positions": [
21+
{
22+
"action": "",
23+
"action_params": "",
24+
"id": 1,
25+
"move_mode": "dash",
26+
"type": "teleport",
27+
"x": 9951.956956386182,
28+
"y": 3334.8634246503407
29+
},
30+
{
31+
"action": "fight",
32+
"action_params": "",
33+
"id": 2,
34+
"move_mode": "dash",
35+
"type": "path",
36+
"x": 9900.0439453125,
37+
"y": 3261.416015625
38+
}
39+
]
40+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"info": {
3+
"authors": [
4+
{
5+
"links": "",
6+
"name": ""
7+
}
8+
],
9+
"bgi_version": "0.45.0",
10+
"description": " 路线信息:该路线预计用时139.26秒,包含以下怪物:5只小怪传奇倍率二。",
11+
"enable_monster_loot_split": false,
12+
"last_modified_time": 1774279785109,
13+
"map_match_method": "",
14+
"map_name": "Teyvat",
15+
"name": "C003纳塔-莉莱 传奇 高危",
16+
"tags": [],
17+
"type": "collect",
18+
"version": "1.0"
19+
},
20+
"positions": [
21+
{
22+
"action": "",
23+
"action_params": "",
24+
"id": 1,
25+
"move_mode": "walk",
26+
"type": "teleport",
27+
"x": 9783.049474634747,
28+
"y": -1766.648492793891
29+
},
30+
{
31+
"action": "",
32+
"action_params": "",
33+
"id": 2,
34+
"move_mode": "dash",
35+
"type": "path",
36+
"x": 9788.4375,
37+
"y": -1757.3447017224116
38+
},
39+
{
40+
"action": "combat_script",
41+
"action_params": "attack(0.2)",
42+
"id": 3,
43+
"move_mode": "dash",
44+
"type": "path",
45+
"x": 9791.500216994013,
46+
"y": -1690.249352771134
47+
},
48+
{
49+
"action": "fight",
50+
"action_params": "",
51+
"id": 4,
52+
"move_mode": "dash",
53+
"type": "path",
54+
"x": 9800.046875,
55+
"y": -1700.9892578125
56+
}
57+
]
58+
}

repo/js/AutoHoeingOneDragon/pathing/0-汐酱/B002璃月沉玉谷药蝶谷西.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"action": "combat_script",
34-
"action_params": "keypress(f);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
34+
"action_params": "keypress(x);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
3535
"id": 2,
3636
"move_mode": "run",
3737
"type": "orientation",

repo/js/AutoHoeingOneDragon/pathing/0-汐酱/B010璃月奥藏山北.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"action": "combat_script",
70-
"action_params": "keypress(f);芙宁娜 e;玛薇卡 e;伊涅芙 e;",
70+
"action_params": "keypress(x);芙宁娜 e;玛薇卡 e;伊涅芙 e;",
7171
"id": 6,
7272
"move_mode": "dash",
7373
"type": "path",
@@ -112,7 +112,7 @@
112112
},
113113
{
114114
"action": "combat_script",
115-
"action_params": "keypress(f);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
115+
"action_params": "keypress(x);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
116116
"id": 11,
117117
"move_mode": "dash",
118118
"type": "path",

repo/js/AutoHoeingOneDragon/pathing/0-汐酱/B012璃月庆云顶.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
{
4242
"action": "combat_script",
43-
"action_params": "keypress(f);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
43+
"action_params": "keypress(x);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
4444
"id": 3,
4545
"move_mode": "dash",
4646
"type": "path",

repo/js/AutoHoeingOneDragon/pathing/0-汐酱/B013璃月珉林北.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"action": "combat_script",
34-
"action_params": "keypress(f);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
34+
"action_params": "keypress(x);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
3535
"id": 2,
3636
"move_mode": "run",
3737
"type": "path",
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"action": "combat_script",
61-
"action_params": "keypress(f);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
61+
"action_params": "keypress(x);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
6262
"id": 5,
6363
"move_mode": "run",
6464
"type": "path",
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"action": "combat_script",
79-
"action_params": "keypress(f);钟离 a(0.1),e(hold);茜特菈莉 e;莱依拉 e;芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
79+
"action_params": "keypress(x);茜特菈莉 e;莱依拉 e;芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
8080
"id": 7,
8181
"move_mode": "dash",
8282
"type": "orientation",

repo/js/AutoHoeingOneDragon/pathing/0-汐酱/B027璃月离沙郊.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"action": "combat_script",
78-
"action_params": ";钟离 d(0.1),e(hold);茜特菈莉 e;莱依拉 e;伊涅芙 e;芙宁娜 e;玛薇卡 e;爱可菲 e;菈乌玛 e;attack(0.3)",
78+
"action_params": "茜特菈莉 e;莱依拉 e;伊涅芙 e;芙宁娜 e;玛薇卡 e;爱可菲 e;菈乌玛 e;attack(0.3)",
7979
"id": 7,
8080
"move_mode": "walk",
8181
"type": "path",
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"action": "combat_script",
96-
"action_params": "keypress(f);伊涅芙 e,wait(0.15),keypress(e);茜特菈莉 e;莱依拉 e;伊涅芙 e;芙宁娜 e;玛薇卡 e;爱可菲 e;哥伦比娅 e;菈乌玛 e;",
96+
"action_params": "keypress(x);伊涅芙 e,wait(0.15),keypress(e);茜特菈莉 e;莱依拉 e;伊涅芙 e;芙宁娜 e;玛薇卡 e;爱可菲 e;哥伦比娅 e;菈乌玛 e;",
9797
"id": 9,
9898
"move_mode": "dash",
9999
"type": "path",

repo/js/AutoHoeingOneDragon/pathing/0-汐酱/B030璃月天遒谷-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"action": "combat_script",
60-
"action_params": "keypress(f);芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
60+
"action_params": "芙宁娜 e;玛薇卡 e;爱可菲 e;伊涅芙 e;",
6161
"id": 5,
6262
"move_mode": "dash",
6363
"type": "path",

0 commit comments

Comments
 (0)