Skip to content

Commit 082d100

Browse files
authored
fix: 修复纳塔翘枝崖的错误地脉起点 (#2274)
1 parent c4a1963 commit 082d100

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

repo/js/AutoLeyLineOutcrop/LeyLineOutcropData.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2710,8 +2710,8 @@
27102710
"id": 1234,
27112711
"region": "纳塔9-1",
27122712
"position": {
2713-
"x": 9920.8,
2714-
"y": -1196.25
2713+
"x": 9945.54,
2714+
"y": -1192.6
27152715
}
27162716
},
27172717
{

repo/js/AutoLeyLineOutcrop/assets/pathing/rerun/纳塔9-翘枝崖-1-rerun.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
{
3030
"id": 3,
31-
"x": 9920.8,
32-
"y": -1196.25,
31+
"x": 9945.54,
32+
"y": -1192.60,
3333
"type": "target",
3434
"move_mode": "dash",
3535
"action": "",

repo/js/AutoLeyLineOutcrop/assets/pathing/target/纳塔9-翘枝崖-1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"name": "纳塔9-翘枝崖-1",
44
"type": "collect",
55
"author": "ddaodan",
6-
"version": "1.1",
6+
"version": "1.2",
77
"description": "",
88
"bgi_version": "0.42.3"
99
},
1010
"positions": [
1111
{
1212
"id": 1,
13-
"x": 9920.8,
14-
"y": -1196.25,
13+
"x": 9945.54,
14+
"y": -1192.6,
1515
"type": "target",
1616
"move_mode": "walk"
1717
}

repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔9-翘枝崖-1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "纳塔9-翘枝崖-1",
44
"type": "collect",
55
"author": "ddaodan",
6-
"version": "1.1",
6+
"version": "1.2",
77
"description": "",
88
"bgi_version": "0.42.3"
99
},
@@ -28,8 +28,8 @@
2828
},
2929
{
3030
"id": 3,
31-
"x": 9920.8,
32-
"y": -1196.25,
31+
"x": 9945.54,
32+
"y": -1192.60,
3333
"type": "path",
3434
"move_mode": "dash",
3535
"action": "",

repo/js/AutoLeyLineOutcrop/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,8 +1386,8 @@
13861386
"order": 3
13871387
},
13881388
{
1389-
"x": 9920,
1390-
"y": -1196,
1389+
"x": 9945,
1390+
"y": -1192,
13911391
"strategy": "纳塔9-翘枝崖",
13921392
"steps": 4,
13931393
"order": 1

0 commit comments

Comments
 (0)