Skip to content

Commit 3f4a9f9

Browse files
authored
[代上传]增加挪德卡莱地图鸟蛋路线 (#1930)
* Add pathing for bird eggs in Nod-Krai * update
1 parent 5e1f89e commit 3f4a9f9

File tree

4 files changed

+433
-0
lines changed

4 files changed

+433
-0
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"info": {
3+
"authors": [
4+
{
5+
"name": "白白喵"
6+
}
7+
],
8+
"bgi_version": "0.50.0",
9+
"description": "",
10+
"enable_monster_loot_split": false,
11+
"last_modified_time": 1758040656142,
12+
"map_match_method": "",
13+
"map_name": "Teyvat",
14+
"name": "01-鸟蛋-挪德卡莱-2窝",
15+
"tags": [],
16+
"type": "collect",
17+
"version": "1.0"
18+
},
19+
"positions": [
20+
{
21+
"action": "",
22+
"action_params": "",
23+
"id": 1,
24+
"move_mode": "walk",
25+
"type": "teleport",
26+
"x": 9885.5254,
27+
"y": 1718.5879
28+
},
29+
{
30+
"action": "",
31+
"action_params": "",
32+
"id": 2,
33+
"move_mode": "walk",
34+
"type": "path",
35+
"x": 9873.0459,
36+
"y": 1720.7437
37+
},
38+
{
39+
"action": "",
40+
"action_params": "",
41+
"id": 3,
42+
"move_mode": "run",
43+
"type": "path",
44+
"x": 9860.9951,
45+
"y": 1701.1787
46+
},
47+
{
48+
"action": "",
49+
"action_params": "",
50+
"id": 4,
51+
"move_mode": "run",
52+
"type": "path",
53+
"x": 9846.1602,
54+
"y": 1674.2583
55+
},
56+
{
57+
"action": "",
58+
"action_params": "",
59+
"id": 5,
60+
"move_mode": "run",
61+
"type": "path",
62+
"x": 9827.4082,
63+
"y": 1656.0312
64+
},
65+
{
66+
"action": "combat_script",
67+
"action_params": "wait(0.5)",
68+
"id": 6,
69+
"move_mode": "walk",
70+
"type": "path",
71+
"x": 9820.4092,
72+
"y": 1640.7231
73+
},
74+
{
75+
"action": "stop_flying",
76+
"action_params": "",
77+
"id": 7,
78+
"move_mode": "fly",
79+
"type": "path",
80+
"x": 9793.4258,
81+
"y": 1548.8086
82+
},
83+
{
84+
"action": "",
85+
"action_params": "",
86+
"id": 8,
87+
"move_mode": "walk",
88+
"type": "path",
89+
"x": 9789.7178,
90+
"y": 1548.2812
91+
},
92+
{
93+
"action": "combat_script",
94+
"action_params": "wait(0.3)",
95+
"id": 9,
96+
"move_mode": "walk",
97+
"type": "path",
98+
"x": 9786.1045,
99+
"y": 1547.6621
100+
}
101+
]
102+
}
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"info": {
3+
"authors": [
4+
{
5+
"name": "白白喵"
6+
}
7+
],
8+
"bgi_version": "0.50.0",
9+
"description": "",
10+
"enable_monster_loot_split": false,
11+
"last_modified_time": 1758040785125,
12+
"map_match_method": "",
13+
"map_name": "Teyvat",
14+
"name": "02-鸟蛋-挪德卡莱-2窝",
15+
"tags": [],
16+
"type": "collect",
17+
"version": "1.0"
18+
},
19+
"positions": [
20+
{
21+
"action": "",
22+
"action_params": "",
23+
"id": 1,
24+
"move_mode": "walk",
25+
"type": "teleport",
26+
"x": 9351.9404,
27+
"y": 2104.0815
28+
},
29+
{
30+
"action": "",
31+
"action_params": "",
32+
"id": 2,
33+
"move_mode": "walk",
34+
"type": "path",
35+
"x": 9361.9307,
36+
"y": 2106.0422
37+
},
38+
{
39+
"action": "combat_script",
40+
"action_params": "wait(0.3)",
41+
"id": 3,
42+
"move_mode": "walk",
43+
"type": "path",
44+
"x": 9368.2852,
45+
"y": 2106.8062
46+
},
47+
{
48+
"action": "",
49+
"action_params": "",
50+
"id": 4,
51+
"move_mode": "dash",
52+
"type": "path",
53+
"x": 9354.7324,
54+
"y": 2112.5754
55+
},
56+
{
57+
"action": "",
58+
"action_params": "",
59+
"id": 5,
60+
"move_mode": "run",
61+
"type": "path",
62+
"x": 9303.25,
63+
"y": 2137.7649
64+
},
65+
{
66+
"action": "combat_script",
67+
"action_params": "wait(0.3)",
68+
"id": 6,
69+
"move_mode": "walk",
70+
"type": "path",
71+
"x": 9308.0703,
72+
"y": 2149.9263
73+
}
74+
]
75+
}
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
{
2+
"info": {
3+
"authors": [
4+
{
5+
"name": "白白喵"
6+
}
7+
],
8+
"bgi_version": "0.50.0",
9+
"description": "",
10+
"enable_monster_loot_split": false,
11+
"last_modified_time": 1758041171433,
12+
"map_match_method": "",
13+
"map_name": "Teyvat",
14+
"name": "03-鸟蛋-挪德卡莱-3窝",
15+
"tags": [],
16+
"type": "collect",
17+
"version": "1.0"
18+
},
19+
"positions": [
20+
{
21+
"action": "",
22+
"action_params": "",
23+
"id": 1,
24+
"move_mode": "walk",
25+
"type": "teleport",
26+
"x": 9563.1172,
27+
"y": 2135.2615
28+
},
29+
{
30+
"action": "stop_flying",
31+
"action_params": "",
32+
"id": 2,
33+
"move_mode": "fly",
34+
"type": "path",
35+
"x": 9578.252,
36+
"y": 2144.377
37+
},
38+
{
39+
"action": "combat_script",
40+
"action_params": "wait(0.5)",
41+
"id": 3,
42+
"move_mode": "walk",
43+
"type": "path",
44+
"x": 9578.7295,
45+
"y": 2144.792
46+
},
47+
{
48+
"action": "",
49+
"action_params": "",
50+
"id": 4,
51+
"move_mode": "fly",
52+
"type": "path",
53+
"x": 9543.1943,
54+
"y": 2190.9272
55+
},
56+
{
57+
"action": "",
58+
"action_params": "",
59+
"id": 5,
60+
"move_mode": "dash",
61+
"type": "path",
62+
"x": 9542.6113,
63+
"y": 2205.9788
64+
},
65+
{
66+
"action": "",
67+
"action_params": "",
68+
"id": 6,
69+
"move_mode": "run",
70+
"type": "path",
71+
"x": 9508.8125,
72+
"y": 2282.0984
73+
},
74+
{
75+
"action": "combat_script",
76+
"action_params": "wait(0.1)",
77+
"id": 7,
78+
"move_mode": "walk",
79+
"type": "path",
80+
"x": 9538.2861,
81+
"y": 2296.7549
82+
},
83+
{
84+
"action": "combat_script",
85+
"action_params": "wait(0.3)",
86+
"id": 8,
87+
"move_mode": "walk",
88+
"type": "path",
89+
"x": 9536.7939,
90+
"y": 2299.9106
91+
},
92+
{
93+
"action": "combat_script",
94+
"action_params": "wait(0.1)",
95+
"id": 9,
96+
"move_mode": "walk",
97+
"type": "path",
98+
"x": 9528.1875,
99+
"y": 2301.9373
100+
},
101+
{
102+
"id": 10,
103+
"move_mode": "walk",
104+
"type": "path",
105+
"x": 9524.8125,
106+
"y": 2300.6588
107+
},
108+
{
109+
"action": "",
110+
"action_params": "",
111+
"id": 11,
112+
"move_mode": "dash",
113+
"type": "path",
114+
"x": 9516.8789,
115+
"y": 2310.6201
116+
},
117+
{
118+
"action": "combat_script",
119+
"action_params": "wait(0.1)",
120+
"id": 12,
121+
"move_mode": "walk",
122+
"type": "path",
123+
"x": 9512.8486,
124+
"y": 2313.7266
125+
},
126+
{
127+
"action": "",
128+
"action_params": "",
129+
"id": 13,
130+
"move_mode": "walk",
131+
"type": "path",
132+
"x": 9518.2207,
133+
"y": 2321.4443
134+
}
135+
]
136+
}

0 commit comments

Comments
 (0)