Skip to content

Commit 80f0422

Browse files
JS脚本:提瓦特自动钓鱼【微调两处钓鱼点】
1 parent 56561d5 commit 80f0422

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

repo/js/AutoFishingTeyvat/assets/pathing/璃月-垂钓点-沉玉谷·上谷古树茶坡东.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
},
4747
{
4848
"id": 5,
49-
"x": 1107.88,
50-
"y": 1861.32,
49+
"x": 1108.71,
50+
"y": 1858.86,
5151
"type": "path",
5252
"move_mode": "run",
5353
"action": "",
5454
"action_params": ""
5555
},
5656
{
5757
"id": 6,
58-
"x": 1101.35,
59-
"y": 1866.58,
58+
"x": 1105.45,
59+
"y": 1865.58,
6060
"type": "target",
6161
"move_mode": "walk",
6262
"action": "combat_script",

repo/js/AutoFishingTeyvat/assets/pathing/璃月-垂钓点-琼玑野渌华池.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,24 @@
1010
"positions": [
1111
{
1212
"id": 1,
13-
"action": "combat_script",
13+
"action": "",
1414
"move_mode": "walk",
1515
"type": "teleport",
1616
"x": 526.14,
1717
"y": 105.78,
18-
"action_params": "wait(0.5),keypress(space),wait(0.5)"
18+
"action_params": ""
1919
},
2020
{
2121
"id": 2,
22+
"x": 527.00,
23+
"y": 106.75,
24+
"action": "combat_script",
25+
"move_mode": "walk",
26+
"action_params": "wait(2),keydown(Space),wait(0.1),keyup(Space),wait(0.2),keydown(Space),wait(0.1),keyup(Space),wait(5)",
27+
"type": "path"
28+
},
29+
{
30+
"id": 3,
2231
"x": 529.17,
2332
"y": 120.12,
2433
"type": "path",
@@ -27,7 +36,7 @@
2736
"action_params": ""
2837
},
2938
{
30-
"id": 3,
39+
"id": 4,
3140
"x": 530.63,
3241
"y": 129.27,
3342
"type": "target",

0 commit comments

Comments
 (0)