Skip to content

Commit fc33cb2

Browse files
authored
Merge pull request #171 from MisakaAldrich/main
地图追踪:大伟丘全点位
2 parents 0d76b90 + fb8765c commit fc33cb2

14 files changed

+797
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-漓月-石门",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 1,
13+
"action": "",
14+
"move_mode": "walk",
15+
"type": "teleport",
16+
"x": 207.4208984375,
17+
"y": 1572.96630859375
18+
},
19+
{
20+
"id": 2,
21+
"x": 188.2685546875,
22+
"y": 1559.70556640625,
23+
"type": "path",
24+
"move_mode": "walk",
25+
"action": ""
26+
},
27+
{
28+
"id": 3,
29+
"x": 170.125,
30+
"y": 1545.15771484375,
31+
"type": "path",
32+
"move_mode": "fly",
33+
"action": ""
34+
},
35+
{
36+
"id": 4,
37+
"x": 157.76953125,
38+
"y": 1558.8671875,
39+
"type": "path",
40+
"move_mode": "climb",
41+
"action": "combat_script",
42+
"action_params": "wait(3)"
43+
},
44+
{
45+
"id": 5,
46+
"x": 163.98828125,
47+
"y": 1570.40625,
48+
"type": "path",
49+
"move_mode": "fly",
50+
"action": ""
51+
},
52+
{
53+
"id": 6,
54+
"x": 172.564453125,
55+
"y": 1575.044921875,
56+
"type": "path",
57+
"move_mode": "walk",
58+
"action": "fight"
59+
}
60+
]
61+
}
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-璃月-云来海",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 2,
13+
"x": 25.9912109375,
14+
"y": -112.26904296875,
15+
"type": "teleport",
16+
"move_mode": "walk",
17+
"action": ""
18+
},
19+
{
20+
"id": 2,
21+
"x": 38.765625,
22+
"y": -128.8037109375,
23+
"type": "path",
24+
"move_mode": "walk",
25+
"action": ""
26+
},
27+
{
28+
"id": 3,
29+
"x": 56.78515625,
30+
"y": -162.60205078125,
31+
"type": "path",
32+
"move_mode": "walk",
33+
"action": ""
34+
},
35+
{
36+
"id": 4,
37+
"x": 72.7099609375,
38+
"y": -175.40283203125,
39+
"type": "path",
40+
"move_mode": "fly",
41+
"action": ""
42+
},
43+
{
44+
"id": 5,
45+
"x": 100.3291015625,
46+
"y": -159.947265625,
47+
"type": "path",
48+
"move_mode": "walk",
49+
"action": ""
50+
},
51+
{
52+
"id": 6,
53+
"x": 123.9931640625,
54+
"y": -171.26416015625,
55+
"type": "path",
56+
"move_mode": "walk",
57+
"action": ""
58+
},
59+
{
60+
"id": 7,
61+
"x": 128.294921875,
62+
"y": -180.72119140625,
63+
"type": "path",
64+
"move_mode": "walk",
65+
"action": "fight"
66+
}
67+
]
68+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-璃月-天遒谷",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 1,
13+
"action": "",
14+
"move_mode": "walk",
15+
"type": "teleport",
16+
"x": 1153.2392578125,
17+
"y": 142.90478515625
18+
},
19+
{
20+
"id": 2,
21+
"x": 1199.9501953125,
22+
"y": 145.38671875,
23+
"type": "path",
24+
"move_mode": "walk",
25+
"action": ""
26+
},
27+
{
28+
"id": 3,
29+
"x": 1245.380859375,
30+
"y": 164.21435546875,
31+
"type": "path",
32+
"move_mode": "walk",
33+
"action": ""
34+
},
35+
{
36+
"id": 4,
37+
"x": 1301.21484375,
38+
"y": 163.48681640625,
39+
"type": "path",
40+
"move_mode": "walk",
41+
"action": ""
42+
},
43+
{
44+
"id": 5,
45+
"x": 1321.7353515625,
46+
"y": 157.56494140625,
47+
"type": "path",
48+
"move_mode": "walk",
49+
"action": "fight"
50+
}
51+
]
52+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-璃月-庆云顶",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 1,
13+
"action": "",
14+
"move_mode": "walk",
15+
"type": "teleport",
16+
"x": 1433.390625,
17+
"y": 837.078125
18+
},
19+
{
20+
"id": 2,
21+
"x": 1461.3994140625,
22+
"y": 850.50927734375,
23+
"type": "path",
24+
"move_mode": "fly",
25+
"action": "combat_script",
26+
"action_params": "wait(0.5),keypress(VK_SPACE),wait(2.5),click"
27+
},
28+
{
29+
"id": 3,
30+
"x": 1464.1787109375,
31+
"y": 846.4345703125,
32+
"type": "path",
33+
"move_mode": "walk",
34+
"action": "fight"
35+
}
36+
]
37+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-璃月-明蕴镇",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 1,
13+
"action": "",
14+
"move_mode": "walk",
15+
"type": "teleport",
16+
"x": -255.0986328125,
17+
"y": 630.0859375
18+
},
19+
{
20+
"id": 2,
21+
"x": -266.2763671875,
22+
"y": 633.3623046875,
23+
"type": "path",
24+
"move_mode": "walk",
25+
"action": ""
26+
},
27+
{
28+
"id": 3,
29+
"x": -381.5224609375,
30+
"y": 658.58056640625,
31+
"type": "path",
32+
"move_mode": "fly",
33+
"action": "stop_flying"
34+
},
35+
{
36+
"id": 4,
37+
"x": -386.91015625,
38+
"y": 655.56689453125,
39+
"type": "path",
40+
"move_mode": "walk",
41+
"action": "fight"
42+
}
43+
]
44+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-璃月-灵矩关",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 1,
13+
"x": 1043.2314453125,
14+
"y": -558.0732421875,
15+
"type": "teleport",
16+
"move_mode": "walk",
17+
"action": ""
18+
},
19+
{
20+
"id": 3,
21+
"x": 1045.32421875,
22+
"y": -619.48583984375,
23+
"type": "path",
24+
"move_mode": "fly",
25+
"action": "stop_flying"
26+
},
27+
{
28+
"id": 4,
29+
"x": 1060.4384765625,
30+
"y": -615.236328125,
31+
"type": "path",
32+
"move_mode": "walk",
33+
"action": "fight"
34+
}
35+
]
36+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-璃月-翠玦坡",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 1,
13+
"x": 837.54296875,
14+
"y": 235.1298828125,
15+
"action": "",
16+
"move_mode": "walk",
17+
"type": "teleport"
18+
},
19+
{
20+
"id": 2,
21+
"x": 846.9482421875,
22+
"y": 257.6767578125,
23+
"action": "",
24+
"move_mode": "walk",
25+
"type": "path"
26+
},
27+
{
28+
"id": 3,
29+
"x": 852.0028439327998,
30+
"y": 408.25,
31+
"action": "stop_flying",
32+
"move_mode": "fly",
33+
"type": "path"
34+
},
35+
{
36+
"id": 4,
37+
"x": 861.2523268541081,
38+
"y": 406.75,
39+
"action": "fight",
40+
"move_mode": "walk",
41+
"type": "path"
42+
}
43+
]
44+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"info": {
3+
"name": "大伟丘-璃月-轻策庄",
4+
"type": "collect",
5+
"author": "起个名字好难",
6+
"version": "1.0",
7+
"description": "",
8+
"bgiVersion": "0.35.1"
9+
},
10+
"positions": [
11+
{
12+
"id": 1,
13+
"action": "",
14+
"move_mode": "walk",
15+
"type": "teleport",
16+
"x": 547.6494140625,
17+
"y": 1766.7919921875
18+
},
19+
{
20+
"id": 2,
21+
"x": 620.2919921875,
22+
"y": 1902.31005859375,
23+
"type": "path",
24+
"move_mode": "fly",
25+
"action": ""
26+
},
27+
{
28+
"id": 3,
29+
"x": 619.5966796875,
30+
"y": 1907.93505859375,
31+
"type": "path",
32+
"move_mode": "walk",
33+
"action": "fight"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)