Added Remaining Data and Models

Data and models added for:
Pal Park
Berries
Regions
Pokeathlon
Contests
SuperContests
Items
Encounters
Locations
This commit is contained in:
Zane Adickes 2015-04-19 22:24:14 -04:00
parent 1882c47f90
commit b069ee991b
54 changed files with 103911 additions and 105 deletions

View file

@ -54,7 +54,7 @@ and run the build script with
$ execfile('data/v2/build.py')
```
Each time the build script is run it will iterate over each table in the database, wipe it and rewrite each row using the data found in data/v2/csv.
If you don't need all of the data just go into data/v2/build.py and comment out everything but what you need to build the tables you're looking for. This might be useful because some of the csv files are massive (pokemon_moves expecially) and it can take about 25 minutes to build everything.
If you don't need all of the data just go into data/v2/build.py and comment out everything but what you need to build the tables you're looking for. This might be useful because some of the csv files are massive (pokemon_moves expecially) and it can take about 30 minutes to build everything.
## Contributing

File diff suppressed because it is too large Load diff

65
data/v2/csv/berries.csv Normal file
View file

@ -0,0 +1,65 @@
id,item_id,firmness_id,natural_gift_power,natural_gift_type_id,size,max_harvest,growth_time,soil_dryness,smoothness
1,126,2,60,10,20,5,3,15,25
2,127,5,60,11,80,5,3,15,25
3,128,1,60,13,40,5,3,15,25
4,129,3,60,12,32,5,3,15,25
5,130,5,60,15,50,5,3,15,25
6,131,4,60,2,28,5,4,15,20
7,132,5,60,4,35,5,4,15,20
8,133,3,60,5,47,5,4,15,20
9,134,5,60,3,34,5,12,8,20
10,135,4,60,14,95,5,8,7,20
11,136,2,60,7,100,5,5,10,25
12,137,3,60,6,115,5,5,10,25
13,138,3,60,8,126,5,5,10,25
14,139,5,60,16,64,5,5,10,25
15,140,2,60,17,223,5,5,10,25
16,141,4,60,9,120,10,2,35,20
17,142,2,70,10,108,10,2,35,20
18,143,4,70,11,77,10,2,35,20
19,144,5,70,13,74,10,2,35,20
20,145,3,70,12,80,10,2,35,20
21,146,4,70,15,135,5,8,8,20
22,147,3,70,2,150,5,8,8,20
23,148,3,70,4,110,5,8,8,20
24,149,3,70,5,162,5,8,8,20
25,150,2,70,3,149,5,8,8,20
26,151,2,70,14,200,5,8,8,30
27,152,3,70,7,75,10,6,10,30
28,153,3,70,6,140,10,6,10,30
29,154,2,70,8,226,10,6,10,30
30,155,5,70,16,285,10,6,10,30
31,156,2,70,17,133,15,15,8,35
32,157,1,70,9,244,15,15,8,35
33,158,2,80,10,250,15,15,8,35
34,159,3,80,11,280,15,15,8,35
35,160,1,80,13,300,15,15,8,35
36,161,5,60,10,90,5,18,6,30
37,162,2,60,11,33,5,18,6,30
38,163,1,60,13,250,5,18,6,30
39,164,2,60,12,156,5,18,6,30
40,165,4,60,15,135,5,18,6,30
41,166,2,60,2,77,5,18,6,30
42,167,3,60,4,90,5,18,6,30
43,168,2,60,5,42,5,18,6,30
44,169,4,60,3,278,5,18,6,30
45,170,2,60,14,252,5,18,6,30
46,171,1,60,7,42,5,18,6,35
47,172,1,60,6,28,5,18,6,35
48,173,3,60,8,144,5,18,6,35
49,174,2,60,16,23,5,18,6,35
50,175,5,60,17,39,5,18,6,35
51,176,5,60,9,265,5,18,6,35
52,177,1,60,1,34,5,18,6,35
53,178,4,80,12,111,5,24,4,40
54,179,4,80,15,33,5,24,4,40
55,180,4,80,2,95,5,24,4,40
56,181,4,80,4,237,5,24,4,40
57,182,3,80,5,75,5,24,4,40
58,183,2,80,3,97,5,24,4,50
59,184,5,80,14,153,5,24,4,50
60,185,3,80,7,155,5,24,7,60
61,186,2,80,6,41,5,24,7,60
62,187,5,80,8,267,5,24,7,60
63,188,2,80,16,33,5,24,7,60
64,189,1,80,17,52,5,24,7,60
1 id item_id firmness_id natural_gift_power natural_gift_type_id size max_harvest growth_time soil_dryness smoothness
2 1 126 2 60 10 20 5 3 15 25
3 2 127 5 60 11 80 5 3 15 25
4 3 128 1 60 13 40 5 3 15 25
5 4 129 3 60 12 32 5 3 15 25
6 5 130 5 60 15 50 5 3 15 25
7 6 131 4 60 2 28 5 4 15 20
8 7 132 5 60 4 35 5 4 15 20
9 8 133 3 60 5 47 5 4 15 20
10 9 134 5 60 3 34 5 12 8 20
11 10 135 4 60 14 95 5 8 7 20
12 11 136 2 60 7 100 5 5 10 25
13 12 137 3 60 6 115 5 5 10 25
14 13 138 3 60 8 126 5 5 10 25
15 14 139 5 60 16 64 5 5 10 25
16 15 140 2 60 17 223 5 5 10 25
17 16 141 4 60 9 120 10 2 35 20
18 17 142 2 70 10 108 10 2 35 20
19 18 143 4 70 11 77 10 2 35 20
20 19 144 5 70 13 74 10 2 35 20
21 20 145 3 70 12 80 10 2 35 20
22 21 146 4 70 15 135 5 8 8 20
23 22 147 3 70 2 150 5 8 8 20
24 23 148 3 70 4 110 5 8 8 20
25 24 149 3 70 5 162 5 8 8 20
26 25 150 2 70 3 149 5 8 8 20
27 26 151 2 70 14 200 5 8 8 30
28 27 152 3 70 7 75 10 6 10 30
29 28 153 3 70 6 140 10 6 10 30
30 29 154 2 70 8 226 10 6 10 30
31 30 155 5 70 16 285 10 6 10 30
32 31 156 2 70 17 133 15 15 8 35
33 32 157 1 70 9 244 15 15 8 35
34 33 158 2 80 10 250 15 15 8 35
35 34 159 3 80 11 280 15 15 8 35
36 35 160 1 80 13 300 15 15 8 35
37 36 161 5 60 10 90 5 18 6 30
38 37 162 2 60 11 33 5 18 6 30
39 38 163 1 60 13 250 5 18 6 30
40 39 164 2 60 12 156 5 18 6 30
41 40 165 4 60 15 135 5 18 6 30
42 41 166 2 60 2 77 5 18 6 30
43 42 167 3 60 4 90 5 18 6 30
44 43 168 2 60 5 42 5 18 6 30
45 44 169 4 60 3 278 5 18 6 30
46 45 170 2 60 14 252 5 18 6 30
47 46 171 1 60 7 42 5 18 6 35
48 47 172 1 60 6 28 5 18 6 35
49 48 173 3 60 8 144 5 18 6 35
50 49 174 2 60 16 23 5 18 6 35
51 50 175 5 60 17 39 5 18 6 35
52 51 176 5 60 9 265 5 18 6 35
53 52 177 1 60 1 34 5 18 6 35
54 53 178 4 80 12 111 5 24 4 40
55 54 179 4 80 15 33 5 24 4 40
56 55 180 4 80 2 95 5 24 4 40
57 56 181 4 80 4 237 5 24 4 40
58 57 182 3 80 5 75 5 24 4 40
59 58 183 2 80 3 97 5 24 4 50
60 59 184 5 80 14 153 5 24 4 50
61 60 185 3 80 7 155 5 24 7 60
62 61 186 2 80 6 41 5 24 7 60
63 62 187 5 80 8 267 5 24 7 60
64 63 188 2 80 16 33 5 24 7 60
65 64 189 1 80 17 52 5 24 7 60

View file

@ -0,0 +1,6 @@
id,identifier
1,very-soft
2,soft
3,hard
4,very-hard
5,super-hard
1 id identifier
2 1 very-soft
3 2 soft
4 3 hard
5 4 very-hard
6 5 super-hard

View file

@ -0,0 +1,6 @@
berry_firmness_id,local_language_id,name
1,9,Very Soft
2,9,Soft
3,9,Hard
4,9,Very Hard
5,9,Super Hard
1 berry_firmness_id local_language_id name
2 1 9 Very Soft
3 2 9 Soft
4 3 9 Hard
5 4 9 Very Hard
6 5 9 Super Hard

View file

@ -0,0 +1,321 @@
berry_id,contest_type_id,flavor
1,1,10
1,2,0
1,3,0
1,4,0
1,5,0
2,1,0
2,2,10
2,3,0
2,4,0
2,5,0
3,1,0
3,2,0
3,3,10
3,4,0
3,5,0
4,1,0
4,2,0
4,3,0
4,4,10
4,5,0
5,1,0
5,2,0
5,3,0
5,4,0
5,5,10
6,1,10
6,2,0
6,3,10
6,4,10
6,5,10
7,1,10
7,2,10
7,3,0
7,4,10
7,5,10
8,1,10
8,2,10
8,3,10
8,4,0
8,5,10
9,1,10
9,2,10
9,3,10
9,4,10
9,5,0
10,1,0
10,2,10
10,3,10
10,4,10
10,5,10
11,1,15
11,2,0
11,3,0
11,4,0
11,5,0
12,1,0
12,2,15
12,3,0
12,4,0
12,5,0
13,1,0
13,2,0
13,3,15
13,4,0
13,5,0
14,1,0
14,2,0
14,3,0
14,4,15
14,5,0
15,1,0
15,2,0
15,3,0
15,4,0
15,5,15
16,1,10
16,2,10
16,3,0
16,4,0
16,5,0
17,1,0
17,2,10
17,3,10
17,4,0
17,5,0
18,1,0
18,2,0
18,3,10
18,4,10
18,5,0
19,1,0
19,2,0
19,3,0
19,4,10
19,5,10
20,1,10
20,2,0
20,3,0
20,4,0
20,5,10
21,1,10
21,2,0
21,3,10
21,4,10
21,5,0
22,1,0
22,2,10
22,3,0
22,4,10
22,5,10
23,1,10
23,2,0
23,3,10
23,4,0
23,5,10
24,1,10
24,2,10
24,3,0
24,4,10
24,5,0
25,1,0
25,2,10
25,3,10
25,4,0
25,5,10
26,1,20
26,2,10
26,3,0
26,4,0
26,5,0
27,1,0
27,2,20
27,3,10
27,4,0
27,5,0
28,1,0
28,2,0
28,3,20
28,4,10
28,5,0
29,1,0
29,2,0
29,3,0
29,4,20
29,5,10
30,1,10
30,2,0
30,3,0
30,4,0
30,5,20
31,1,30
31,2,10
31,3,0
31,4,0
31,5,0
32,1,0
32,2,30
32,3,10
32,4,0
32,5,0
33,1,0
33,2,0
33,3,30
33,4,10
33,5,0
34,1,0
34,2,0
34,3,0
34,4,30
34,5,10
35,1,10
35,2,0
35,3,0
35,4,0
35,5,30
36,1,15
36,2,0
36,3,10
36,4,0
36,5,0
37,1,0
37,2,15
37,3,0
37,4,10
37,5,0
38,1,0
38,2,0
38,3,15
38,4,0
38,5,10
39,1,10
39,2,0
39,3,0
39,4,15
39,5,0
40,1,0
40,2,10
40,3,0
40,4,0
40,5,15
41,1,15
41,2,0
41,3,0
41,4,10
41,5,0
42,1,0
42,2,15
42,3,0
42,4,0
42,5,10
43,1,10
43,2,0
43,3,15
43,4,0
43,5,0
44,1,0
44,2,10
44,3,0
44,4,15
44,5,0
45,1,0
45,2,0
45,3,10
45,4,0
45,5,15
46,1,20
46,2,0
46,3,0
46,4,0
46,5,10
47,1,10
47,2,20
47,3,0
47,4,0
47,5,0
48,1,0
48,2,10
48,3,20
48,4,0
48,5,0
49,1,0
49,2,0
49,3,10
49,4,20
49,5,0
50,1,0
50,2,0
50,3,0
50,4,10
50,5,20
51,1,25
51,2,10
51,3,0
51,4,0
51,5,0
52,1,0
52,2,25
52,3,10
52,4,0
52,5,0
53,1,30
53,2,10
53,3,30
53,4,0
53,5,0
54,1,0
54,2,30
54,3,10
54,4,30
54,5,0
55,1,0
55,2,0
55,3,30
55,4,10
55,5,30
56,1,30
56,2,0
56,3,0
56,4,30
56,5,10
57,1,10
57,2,30
57,3,0
57,4,0
57,5,30
58,1,30
58,2,10
58,3,30
58,4,10
58,5,30
59,1,30
59,2,10
59,3,30
59,4,10
59,5,30
60,1,40
60,2,10
60,3,0
60,4,0
60,5,0
61,1,0
61,2,40
61,3,10
61,4,0
61,5,0
62,1,0
62,2,0
62,3,40
62,4,10
62,5,0
63,1,0
63,2,0
63,3,0
63,4,40
63,5,10
64,1,10
64,2,0
64,3,0
64,4,0
64,5,40
1 berry_id contest_type_id flavor
2 1 1 10
3 1 2 0
4 1 3 0
5 1 4 0
6 1 5 0
7 2 1 0
8 2 2 10
9 2 3 0
10 2 4 0
11 2 5 0
12 3 1 0
13 3 2 0
14 3 3 10
15 3 4 0
16 3 5 0
17 4 1 0
18 4 2 0
19 4 3 0
20 4 4 10
21 4 5 0
22 5 1 0
23 5 2 0
24 5 3 0
25 5 4 0
26 5 5 10
27 6 1 10
28 6 2 0
29 6 3 10
30 6 4 10
31 6 5 10
32 7 1 10
33 7 2 10
34 7 3 0
35 7 4 10
36 7 5 10
37 8 1 10
38 8 2 10
39 8 3 10
40 8 4 0
41 8 5 10
42 9 1 10
43 9 2 10
44 9 3 10
45 9 4 10
46 9 5 0
47 10 1 0
48 10 2 10
49 10 3 10
50 10 4 10
51 10 5 10
52 11 1 15
53 11 2 0
54 11 3 0
55 11 4 0
56 11 5 0
57 12 1 0
58 12 2 15
59 12 3 0
60 12 4 0
61 12 5 0
62 13 1 0
63 13 2 0
64 13 3 15
65 13 4 0
66 13 5 0
67 14 1 0
68 14 2 0
69 14 3 0
70 14 4 15
71 14 5 0
72 15 1 0
73 15 2 0
74 15 3 0
75 15 4 0
76 15 5 15
77 16 1 10
78 16 2 10
79 16 3 0
80 16 4 0
81 16 5 0
82 17 1 0
83 17 2 10
84 17 3 10
85 17 4 0
86 17 5 0
87 18 1 0
88 18 2 0
89 18 3 10
90 18 4 10
91 18 5 0
92 19 1 0
93 19 2 0
94 19 3 0
95 19 4 10
96 19 5 10
97 20 1 10
98 20 2 0
99 20 3 0
100 20 4 0
101 20 5 10
102 21 1 10
103 21 2 0
104 21 3 10
105 21 4 10
106 21 5 0
107 22 1 0
108 22 2 10
109 22 3 0
110 22 4 10
111 22 5 10
112 23 1 10
113 23 2 0
114 23 3 10
115 23 4 0
116 23 5 10
117 24 1 10
118 24 2 10
119 24 3 0
120 24 4 10
121 24 5 0
122 25 1 0
123 25 2 10
124 25 3 10
125 25 4 0
126 25 5 10
127 26 1 20
128 26 2 10
129 26 3 0
130 26 4 0
131 26 5 0
132 27 1 0
133 27 2 20
134 27 3 10
135 27 4 0
136 27 5 0
137 28 1 0
138 28 2 0
139 28 3 20
140 28 4 10
141 28 5 0
142 29 1 0
143 29 2 0
144 29 3 0
145 29 4 20
146 29 5 10
147 30 1 10
148 30 2 0
149 30 3 0
150 30 4 0
151 30 5 20
152 31 1 30
153 31 2 10
154 31 3 0
155 31 4 0
156 31 5 0
157 32 1 0
158 32 2 30
159 32 3 10
160 32 4 0
161 32 5 0
162 33 1 0
163 33 2 0
164 33 3 30
165 33 4 10
166 33 5 0
167 34 1 0
168 34 2 0
169 34 3 0
170 34 4 30
171 34 5 10
172 35 1 10
173 35 2 0
174 35 3 0
175 35 4 0
176 35 5 30
177 36 1 15
178 36 2 0
179 36 3 10
180 36 4 0
181 36 5 0
182 37 1 0
183 37 2 15
184 37 3 0
185 37 4 10
186 37 5 0
187 38 1 0
188 38 2 0
189 38 3 15
190 38 4 0
191 38 5 10
192 39 1 10
193 39 2 0
194 39 3 0
195 39 4 15
196 39 5 0
197 40 1 0
198 40 2 10
199 40 3 0
200 40 4 0
201 40 5 15
202 41 1 15
203 41 2 0
204 41 3 0
205 41 4 10
206 41 5 0
207 42 1 0
208 42 2 15
209 42 3 0
210 42 4 0
211 42 5 10
212 43 1 10
213 43 2 0
214 43 3 15
215 43 4 0
216 43 5 0
217 44 1 0
218 44 2 10
219 44 3 0
220 44 4 15
221 44 5 0
222 45 1 0
223 45 2 0
224 45 3 10
225 45 4 0
226 45 5 15
227 46 1 20
228 46 2 0
229 46 3 0
230 46 4 0
231 46 5 10
232 47 1 10
233 47 2 20
234 47 3 0
235 47 4 0
236 47 5 0
237 48 1 0
238 48 2 10
239 48 3 20
240 48 4 0
241 48 5 0
242 49 1 0
243 49 2 0
244 49 3 10
245 49 4 20
246 49 5 0
247 50 1 0
248 50 2 0
249 50 3 0
250 50 4 10
251 50 5 20
252 51 1 25
253 51 2 10
254 51 3 0
255 51 4 0
256 51 5 0
257 52 1 0
258 52 2 25
259 52 3 10
260 52 4 0
261 52 5 0
262 53 1 30
263 53 2 10
264 53 3 30
265 53 4 0
266 53 5 0
267 54 1 0
268 54 2 30
269 54 3 10
270 54 4 30
271 54 5 0
272 55 1 0
273 55 2 0
274 55 3 30
275 55 4 10
276 55 5 30
277 56 1 30
278 56 2 0
279 56 3 0
280 56 4 30
281 56 5 10
282 57 1 10
283 57 2 30
284 57 3 0
285 57 4 0
286 57 5 30
287 58 1 30
288 58 2 10
289 58 3 30
290 58 4 10
291 58 5 30
292 59 1 30
293 59 2 10
294 59 3 30
295 59 4 10
296 59 5 30
297 60 1 40
298 60 2 10
299 60 3 0
300 60 4 0
301 60 5 0
302 61 1 0
303 61 2 40
304 61 3 10
305 61 4 0
306 61 5 0
307 62 1 0
308 62 2 0
309 62 3 40
310 62 4 10
311 62 5 0
312 63 1 0
313 63 2 0
314 63 3 0
315 63 4 40
316 63 5 10
317 64 1 10
318 64 2 0
319 64 3 0
320 64 4 0
321 64 5 40

View file

@ -0,0 +1,247 @@
first_move_id,second_move_id
1,3
1,29
1,185
7,8
7,9
8,7
8,9
9,7
9,8
10,154
10,163
11,12
11,20
14,15
14,152
14,163
14,206
14,210
14,306
28,189
30,31
30,32
43,10
43,23
43,30
43,33
43,44
43,137
43,184
43,185
47,195
47,287
57,291
64,31
64,65
74,22
74,71
74,72
74,73
74,75
74,76
74,80
74,202
74,331
74,338
74,345
82,225
82,337
82,349
88,157
88,317
89,90
89,284
93,94
93,100
93,134
93,248
94,93
94,100
94,134
94,248
95,138
95,171
99,37
99,43
99,184
104,97
104,98
104,100
106,33
106,36
106,38
106,182
106,205
111,33
111,205
116,2
116,5
116,21
116,25
116,36
116,38
116,167
116,198
116,223
116,238
116,264
116,280
116,292
116,327
123,108
124,188
125,155
125,198
134,93
134,94
134,100
134,248
135,121
155,125
155,198
156,173
156,214
170,5
170,25
170,26
170,66
170,136
170,223
170,276
170,329
174,180
174,194
174,212
174,288
181,59
184,43
184,44
184,162
184,242
187,156
188,124
189,28
189,300
198,125
198,155
199,87
199,161
199,190
199,192
199,276
201,28
201,189
201,300
201,311
201,328
201,341
203,175
203,179
203,194
203,220
203,283
203,284
204,39
204,45
204,156
204,186
204,260
212,194
212,195
225,82
225,337
225,349
230,77
230,78
230,79
240,3
240,55
240,56
240,57
240,61
240,87
240,127
240,128
240,145
240,152
240,190
240,291
240,308
240,311
240,323
240,330
240,346
240,352
241,7
241,27
241,52
241,53
241,76
241,83
241,126
241,172
241,221
241,234
241,235
241,236
241,257
241,284
241,299
241,307
241,311
241,315
252,69
252,185
252,233
252,282
252,292
254,255
254,256
258,58
258,59
258,62
258,114
258,181
258,196
258,301
258,311
258,329
258,333
268,9
268,84
268,85
268,86
268,87
268,192
268,209
268,344
268,351
269,68
269,197
269,243
281,156
281,303
291,57
300,55
300,189
300,346
319,232
346,55
346,287
346,300
347,60
347,93
347,94
347,96
347,113
347,115
347,138
347,149
347,248
347,295
347,296
347,354
349,82
349,225
349,337
1 first_move_id second_move_id
2 1 3
3 1 29
4 1 185
5 7 8
6 7 9
7 8 7
8 8 9
9 9 7
10 9 8
11 10 154
12 10 163
13 11 12
14 11 20
15 14 15
16 14 152
17 14 163
18 14 206
19 14 210
20 14 306
21 28 189
22 30 31
23 30 32
24 43 10
25 43 23
26 43 30
27 43 33
28 43 44
29 43 137
30 43 184
31 43 185
32 47 195
33 47 287
34 57 291
35 64 31
36 64 65
37 74 22
38 74 71
39 74 72
40 74 73
41 74 75
42 74 76
43 74 80
44 74 202
45 74 331
46 74 338
47 74 345
48 82 225
49 82 337
50 82 349
51 88 157
52 88 317
53 89 90
54 89 284
55 93 94
56 93 100
57 93 134
58 93 248
59 94 93
60 94 100
61 94 134
62 94 248
63 95 138
64 95 171
65 99 37
66 99 43
67 99 184
68 104 97
69 104 98
70 104 100
71 106 33
72 106 36
73 106 38
74 106 182
75 106 205
76 111 33
77 111 205
78 116 2
79 116 5
80 116 21
81 116 25
82 116 36
83 116 38
84 116 167
85 116 198
86 116 223
87 116 238
88 116 264
89 116 280
90 116 292
91 116 327
92 123 108
93 124 188
94 125 155
95 125 198
96 134 93
97 134 94
98 134 100
99 134 248
100 135 121
101 155 125
102 155 198
103 156 173
104 156 214
105 170 5
106 170 25
107 170 26
108 170 66
109 170 136
110 170 223
111 170 276
112 170 329
113 174 180
114 174 194
115 174 212
116 174 288
117 181 59
118 184 43
119 184 44
120 184 162
121 184 242
122 187 156
123 188 124
124 189 28
125 189 300
126 198 125
127 198 155
128 199 87
129 199 161
130 199 190
131 199 192
132 199 276
133 201 28
134 201 189
135 201 300
136 201 311
137 201 328
138 201 341
139 203 175
140 203 179
141 203 194
142 203 220
143 203 283
144 203 284
145 204 39
146 204 45
147 204 156
148 204 186
149 204 260
150 212 194
151 212 195
152 225 82
153 225 337
154 225 349
155 230 77
156 230 78
157 230 79
158 240 3
159 240 55
160 240 56
161 240 57
162 240 61
163 240 87
164 240 127
165 240 128
166 240 145
167 240 152
168 240 190
169 240 291
170 240 308
171 240 311
172 240 323
173 240 330
174 240 346
175 240 352
176 241 7
177 241 27
178 241 52
179 241 53
180 241 76
181 241 83
182 241 126
183 241 172
184 241 221
185 241 234
186 241 235
187 241 236
188 241 257
189 241 284
190 241 299
191 241 307
192 241 311
193 241 315
194 252 69
195 252 185
196 252 233
197 252 282
198 252 292
199 254 255
200 254 256
201 258 58
202 258 59
203 258 62
204 258 114
205 258 181
206 258 196
207 258 301
208 258 311
209 258 329
210 258 333
211 268 9
212 268 84
213 268 85
214 268 86
215 268 87
216 268 192
217 268 209
218 268 344
219 268 351
220 269 68
221 269 197
222 269 243
223 281 156
224 281 303
225 291 57
226 300 55
227 300 189
228 300 346
229 319 232
230 346 55
231 346 287
232 346 300
233 347 60
234 347 93
235 347 94
236 347 96
237 347 113
238 347 115
239 347 138
240 347 149
241 347 248
242 347 295
243 347 296
244 347 354
245 349 82
246 349 225
247 349 337

View file

@ -0,0 +1,34 @@
contest_effect_id,local_language_id,flavor_text,effect
1,9,A highly appealing move.,Gives a high number of appeal points wth no other effects.
2,9,Affected by how well the appeal in front goes.,"If the Pokémon that appealed before the user earned less than three appeal points, user earns six; if three, user earns three; if more than three, user earns none."
3,9,"After this move, the user is more easily startled.","If the user is jammed this turn after using this move, it will receive twice as many jam points."
4,9,Badly startles the Pokémon in front.,Attempts to jam the Pokémon that appealed before the user.
5,9,Badly startles those that have made appeals.,Attempts to jam all Pokémon that have appealed this turn.
6,9,"Jams the others, and misses one turn of appeals.","Attempts to jam the other Pokémon. The user cannot make an appeal on the next turn, but it cannot be jammed either."
7,9,"Makes a great appeal, but allows no more to the end.",User cannot make any more appeals for the remainder of the contest.
8,9,Startles all Pokémon that have done their appeals.,Attempts to jam all Pokémon that have appealed this turn.
9,9,Startles the Pokémon that appealed before the user.,Attempts to jam the Pokémon that appealed before the user.
10,9,Startles the Pokémon that has the judge's attention.,"Attempts to jam all Pokémon that have appealed this turn. If a Pokémon is in combo standby status, it is jammed 5 points instead of 1."
11,9,The appeal works best the more the crowd is excited.,"If the Applause meter is empty or at one, earns one point; if two, earns three points; if three, earns four points; if four, earns six points."
12,9,Works well if it's the same type as the one before.,"If the last Pokémon's appeal is the same type as this move, user earns six points instead of two."
13,9,An appeal that excites the audience in any contest.,"Always adds a point to the applause meter, regardless of whether the move matches the contest, and can likewise gain the applause bonus."
14,9,Badly startles all Pokémon that made good appeals.,Attempts to jam all Pokémon that have appealed this turn for half their appeal points (minimum 1).
15,9,Can avoid being startled by others.,Prevents jamming for the rest of this turn.
16,9,Can avoid being startled by others once.,Prevents the next jam on this turn.
17,9,Can be repeatedly used without boring the judge.,Repeated use does not incur a penalty.
18,9,Makes all Pokémon after the user nervous.,Attempts to make all following Pokémon nervous (and thus unable to appeal).
19,9,Makes the appeal as good as the one before it.,User earns appeal points equal to the points the previous Pokémon earned plus one.
20,9,Makes the appeal as good as those before it.,User earns appeal points equal to half the points ALL the previous Pokémon earned plus one.
21,9,Scrambles up the order of appeals on the next turn.,Shuffles the next turn's turn order.
22,9,Shifts the judge's attention from others.,Cancels combo standby status for all Pokémon that have appealed this turn.
23,9,Startles Pokémon that made a same-type appeal.,"Attempts to jam all Pokémon that have appealed this turn. If a Pokémon used the same type move as this one, it is jammed for 4 points instead of 1."
24,9,Temporarily stops the crowd from getting excited.,Prevents the Applause Meter from rising for the rest of the turn.
25,9,The appeal's quality depends on its timing.,"Randomly earns one, two, four, or eight points."
26,9,The appeal works better the later it is performed.,"If user appeals first this turn, earns one point; if second, two points; if third, four points; if last, six points."
27,9,The appeal works great if performed first.,"If user appeals first this turn, earns six points instead of two."
28,9,The appeal works great if performed last.,"If user appeals last this turn, earns six points instead of two."
29,9,The appeal works well if the user's condition is good.,"If user has no stars, earns one point; if one, three points; if two, five points; if three, seven points. This does not include the appeal point bonus the stars give."
30,9,The next appeal can be made earlier next turn.,User will go first next turn.
31,9,The next appeal can be made later next turn.,User will go last next turn.
32,9,Ups the user's condition. Helps prevent nervousness.,User gains one star.
33,9,Worsens the condition of those that made appeals.,Removes all stars from all Pokémon that have appealed this turn.
1 contest_effect_id local_language_id flavor_text effect
2 1 9 A highly appealing move. Gives a high number of appeal points wth no other effects.
3 2 9 Affected by how well the appeal in front goes. If the Pokémon that appealed before the user earned less than three appeal points, user earns six; if three, user earns three; if more than three, user earns none.
4 3 9 After this move, the user is more easily startled. If the user is jammed this turn after using this move, it will receive twice as many jam points.
5 4 9 Badly startles the Pokémon in front. Attempts to jam the Pokémon that appealed before the user.
6 5 9 Badly startles those that have made appeals. Attempts to jam all Pokémon that have appealed this turn.
7 6 9 Jams the others, and misses one turn of appeals. Attempts to jam the other Pokémon. The user cannot make an appeal on the next turn, but it cannot be jammed either.
8 7 9 Makes a great appeal, but allows no more to the end. User cannot make any more appeals for the remainder of the contest.
9 8 9 Startles all Pokémon that have done their appeals. Attempts to jam all Pokémon that have appealed this turn.
10 9 9 Startles the Pokémon that appealed before the user. Attempts to jam the Pokémon that appealed before the user.
11 10 9 Startles the Pokémon that has the judge's attention. Attempts to jam all Pokémon that have appealed this turn. If a Pokémon is in combo standby status, it is jammed 5 points instead of 1.
12 11 9 The appeal works best the more the crowd is excited. If the Applause meter is empty or at one, earns one point; if two, earns three points; if three, earns four points; if four, earns six points.
13 12 9 Works well if it's the same type as the one before. If the last Pokémon's appeal is the same type as this move, user earns six points instead of two.
14 13 9 An appeal that excites the audience in any contest. Always adds a point to the applause meter, regardless of whether the move matches the contest, and can likewise gain the applause bonus.
15 14 9 Badly startles all Pokémon that made good appeals. Attempts to jam all Pokémon that have appealed this turn for half their appeal points (minimum 1).
16 15 9 Can avoid being startled by others. Prevents jamming for the rest of this turn.
17 16 9 Can avoid being startled by others once. Prevents the next jam on this turn.
18 17 9 Can be repeatedly used without boring the judge. Repeated use does not incur a penalty.
19 18 9 Makes all Pokémon after the user nervous. Attempts to make all following Pokémon nervous (and thus unable to appeal).
20 19 9 Makes the appeal as good as the one before it. User earns appeal points equal to the points the previous Pokémon earned plus one.
21 20 9 Makes the appeal as good as those before it. User earns appeal points equal to half the points ALL the previous Pokémon earned plus one.
22 21 9 Scrambles up the order of appeals on the next turn. Shuffles the next turn's turn order.
23 22 9 Shifts the judge's attention from others. Cancels combo standby status for all Pokémon that have appealed this turn.
24 23 9 Startles Pokémon that made a same-type appeal. Attempts to jam all Pokémon that have appealed this turn. If a Pokémon used the same type move as this one, it is jammed for 4 points instead of 1.
25 24 9 Temporarily stops the crowd from getting excited. Prevents the Applause Meter from rising for the rest of the turn.
26 25 9 The appeal's quality depends on its timing. Randomly earns one, two, four, or eight points.
27 26 9 The appeal works better the later it is performed. If user appeals first this turn, earns one point; if second, two points; if third, four points; if last, six points.
28 27 9 The appeal works great if performed first. If user appeals first this turn, earns six points instead of two.
29 28 9 The appeal works great if performed last. If user appeals last this turn, earns six points instead of two.
30 29 9 The appeal works well if the user's condition is good. If user has no stars, earns one point; if one, three points; if two, five points; if three, seven points. This does not include the appeal point bonus the stars give.
31 30 9 The next appeal can be made earlier next turn. User will go first next turn.
32 31 9 The next appeal can be made later next turn. User will go last next turn.
33 32 9 Ups the user's condition. Helps prevent nervousness. User gains one star.
34 33 9 Worsens the condition of those that made appeals. Removes all stars from all Pokémon that have appealed this turn.

View file

@ -0,0 +1,34 @@
id,appeal,jam
1,4,0
2,3,0
3,6,0
4,1,4
5,1,3
6,4,4
7,8,0
8,2,2
9,2,3
10,2,1
11,1,0
12,2,0
13,1,0
14,2,1
15,1,0
16,2,0
17,3,0
18,2,0
19,1,0
20,1,0
21,3,0
22,3,0
23,2,1
24,3,0
25,1,0
26,1,0
27,2,0
28,2,0
29,1,0
30,3,0
31,3,0
32,1,0
33,3,0
1 id appeal jam
2 1 4 0
3 2 3 0
4 3 6 0
5 4 1 4
6 5 1 3
7 6 4 4
8 7 8 0
9 8 2 2
10 9 2 3
11 10 2 1
12 11 1 0
13 12 2 0
14 13 1 0
15 14 2 1
16 15 1 0
17 16 2 0
18 17 3 0
19 18 2 0
20 19 1 0
21 20 1 0
22 21 3 0
23 22 3 0
24 23 2 1
25 24 3 0
26 25 1 0
27 26 1 0
28 27 2 0
29 28 2 0
30 29 1 0
31 30 3 0
32 31 3 0
33 32 1 0
34 33 3 0

View file

@ -0,0 +1,6 @@
contest_type_id,local_language_id,name,flavor,color
1,9,Cool,Spicy,Red
2,9,Beauty,Dry,Blue
3,9,Cute,Sweet,Pink
4,9,Smart,Bitter,Green
5,9,Tough,Sour,Yellow
1 contest_type_id local_language_id name flavor color
2 1 9 Cool Spicy Red
3 2 9 Beauty Dry Blue
4 3 9 Cute Sweet Pink
5 4 9 Smart Bitter Green
6 5 9 Tough Sour Yellow

View file

@ -0,0 +1,6 @@
id,identifier
1,cool
2,beauty
3,cute
4,smart
5,tough
1 id identifier
2 1 cool
3 2 beauty
4 3 cute
5 4 smart
6 5 tough

View file

@ -0,0 +1,13 @@
encounter_condition_id,local_language_id,name
1,6,Schwarm
1,9,Swarm
2,6,Tageszeit
2,9,Time of day
3,6,PokeRadar
3,9,PokeRadar
4,6,Spiel der 3. Generation in Slot 2
4,9,Gen 3 game in slot 2
5,6,Radio
5,9,Radio
6,6,Jahreszeit
6,9,Season
1 encounter_condition_id local_language_id name
2 1 6 Schwarm
3 1 9 Swarm
4 2 6 Tageszeit
5 2 9 Time of day
6 3 6 PokeRadar
7 3 9 PokeRadar
8 4 6 Spiel der 3. Generation in Slot 2
9 4 9 Gen 3 game in slot 2
10 5 6 Radio
11 5 9 Radio
12 6 6 Jahreszeit
13 6 9 Season

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,41 @@
encounter_condition_value_id,local_language_id,name
1,6,Während eines Schwarms
1,9,During a swarm
2,6,Außerhalb eines Schwarms
2,9,Not during a swarm
3,6,Am Morgen
3,9,In the morning
4,6,Am Tag
4,9,During the day
5,6,In der Nacht
5,9,At night
6,6,Durch Benutzung des Pokéradars
6,9,Using PokéRadar
7,6,Ohne Benutzung des Pokéradars
7,9,Not using PokéRadar
8,6,Kein Spiel in Slot 2
8,9,No game in slot 2
9,6,Rubin in Slot 2
9,9,Ruby in slot 2
10,6,Saphir in Slot 2
10,9,Sapphire in slot 2
11,6,Smaragd in Slot 2
11,9,Emerald in slot 2
12,6,Feuerrot in slot 2
12,9,FireRed in slot 2
13,6,Blattgrün in slot 2
13,9,LeafGreen in slot 2
14,6,Radio aus
14,9,Radio off
15,6,Hoenn-Sound im Radio
15,9,Hoenn radio
16,6,Sinnoh-Sound im Radio
16,9,Sinnoh radio
17,6,Im Frühling
17,9,During Spring
18,6,Im Sommer
18,9,During Summer
19,6,Im Herbst
19,9,During Autumn
20,6,Im Winter
20,9,During Winter
1 encounter_condition_value_id local_language_id name
2 1 6 Während eines Schwarms
3 1 9 During a swarm
4 2 6 Außerhalb eines Schwarms
5 2 9 Not during a swarm
6 3 6 Am Morgen
7 3 9 In the morning
8 4 6 Am Tag
9 4 9 During the day
10 5 6 In der Nacht
11 5 9 At night
12 6 6 Durch Benutzung des Pokéradars
13 6 9 Using PokéRadar
14 7 6 Ohne Benutzung des Pokéradars
15 7 9 Not using PokéRadar
16 8 6 Kein Spiel in Slot 2
17 8 9 No game in slot 2
18 9 6 Rubin in Slot 2
19 9 9 Ruby in slot 2
20 10 6 Saphir in Slot 2
21 10 9 Sapphire in slot 2
22 11 6 Smaragd in Slot 2
23 11 9 Emerald in slot 2
24 12 6 Feuerrot in slot 2
25 12 9 FireRed in slot 2
26 13 6 Blattgrün in slot 2
27 13 9 LeafGreen in slot 2
28 14 6 Radio aus
29 14 9 Radio off
30 15 6 Hoenn-Sound im Radio
31 15 9 Hoenn radio
32 16 6 Sinnoh-Sound im Radio
33 16 9 Sinnoh radio
34 17 6 Im Frühling
35 17 9 During Spring
36 18 6 Im Sommer
37 18 9 During Summer
38 19 6 Im Herbst
39 19 9 During Autumn
40 20 6 Im Winter
41 20 9 During Winter

View file

@ -0,0 +1,21 @@
id,encounter_condition_id,identifier,is_default
1,1,swarm-yes,0
2,1,swarm-no,1
3,2,time-morning,0
4,2,time-day,1
5,2,time-night,0
6,3,radar-on,0
7,3,radar-off,1
8,4,slot2-none,1
9,4,slot2-ruby,0
10,4,slot2-sapphire,0
11,4,slot2-emerald,0
12,4,slot2-firered,0
13,4,slot2-leafgreen,0
14,5,radio-off,1
15,5,radio-hoenn,0
16,5,radio-sinnoh,0
17,6,season-spring,0
18,6,season-summer,0
19,6,season-autumn,0
20,6,season-winter,0
1 id encounter_condition_id identifier is_default
2 1 1 swarm-yes 0
3 2 1 swarm-no 1
4 3 2 time-morning 0
5 4 2 time-day 1
6 5 2 time-night 0
7 6 3 radar-on 0
8 7 3 radar-off 1
9 8 4 slot2-none 1
10 9 4 slot2-ruby 0
11 10 4 slot2-sapphire 0
12 11 4 slot2-emerald 0
13 12 4 slot2-firered 0
14 13 4 slot2-leafgreen 0
15 14 5 radio-off 1
16 15 5 radio-hoenn 0
17 16 5 radio-sinnoh 0
18 17 6 season-spring 0
19 18 6 season-summer 0
20 19 6 season-autumn 0
21 20 6 season-winter 0

View file

@ -0,0 +1,7 @@
id,identifier
1,swarm
2,time
3,radar
4,slot2
5,radio
6,season
1 id identifier
2 1 swarm
3 2 time
4 3 radar
5 4 slot2
6 5 radio
7 6 season

View file

@ -0,0 +1,27 @@
encounter_method_id,local_language_id,name
1,6,Im hohen Gras oder in einer Höhle laufen
1,9,Walking in tall grass or a cave
2,6,Mit einer normalen Angel angeln
2,9,Fishing with an Old Rod
3,6,Mit einer Profiangel angeln
3,9,Fishing with a Good Rod
4,6,Mit einer Superangel angeln
4,9,Fishing with a Super Rod
5,6,Surfen
5,9,Surfing
6,6,Steine zertrümmern
6,9,Smashing rocks
7,6,Bäumen Kopfnüsse geben
7,9,Headbutting trees
8,6,Im dunklen Gras laufen
8,9,Walking in dark grass
9,6,Im raschelndem Gras laufen
9,9,Walking in rustling grass
10,6,In Staubwolken laufen
10,9,Walking in dust clouds
11,6,Im Schatten einer Brücke laufen
11,9,Walking in bridge shadows
12,6,An dunklen stellen angeln
12,9,Fishing in dark spots
13,6,An dunklen stellen surfen
13,9,Surfing in dark spots
1 encounter_method_id local_language_id name
2 1 6 Im hohen Gras oder in einer Höhle laufen
3 1 9 Walking in tall grass or a cave
4 2 6 Mit einer normalen Angel angeln
5 2 9 Fishing with an Old Rod
6 3 6 Mit einer Profiangel angeln
7 3 9 Fishing with a Good Rod
8 4 6 Mit einer Superangel angeln
9 4 9 Fishing with a Super Rod
10 5 6 Surfen
11 5 9 Surfing
12 6 6 Steine zertrümmern
13 6 9 Smashing rocks
14 7 6 Bäumen Kopfnüsse geben
15 7 9 Headbutting trees
16 8 6 Im dunklen Gras laufen
17 8 9 Walking in dark grass
18 9 6 Im raschelndem Gras laufen
19 9 9 Walking in rustling grass
20 10 6 In Staubwolken laufen
21 10 9 Walking in dust clouds
22 11 6 Im Schatten einer Brücke laufen
23 11 9 Walking in bridge shadows
24 12 6 An dunklen stellen angeln
25 12 9 Fishing in dark spots
26 13 6 An dunklen stellen surfen
27 13 9 Surfing in dark spots

View file

@ -0,0 +1,14 @@
id,identifier,order
1,walk,1
2,old-rod,6
3,good-rod,7
4,super-rod,8
5,surf,10
6,rock-smash,12
7,headbutt,13
8,dark-grass,5
9,grass-spots,2
10,cave-spots,3
11,bridge-spots,4
12,super-rod-spots,9
13,surf-spots,11
1 id identifier order
2 1 walk 1
3 2 old-rod 6
4 3 good-rod 7
5 4 super-rod 8
6 5 surf 10
7 6 rock-smash 12
8 7 headbutt 13
9 8 dark-grass 5
10 9 grass-spots 2
11 10 cave-spots 3
12 11 bridge-spots 4
13 12 super-rod-spots 9
14 13 surf-spots 11

View file

@ -0,0 +1,411 @@
id,version_group_id,encounter_method_id,slot,rarity
1,8,1,1,20
2,8,1,2,20
3,8,1,3,10
4,8,1,4,10
5,8,1,5,10
6,8,1,6,10
7,8,1,7,5
8,8,1,8,5
9,8,1,9,4
10,8,1,10,4
11,8,1,11,1
12,8,1,12,1
13,8,2,1,60
14,8,2,2,30
15,8,2,3,5
16,8,2,4,4
17,8,2,5,1
18,8,3,1,40
19,8,3,2,40
20,8,3,3,15
21,8,3,4,4
22,8,3,5,1
23,8,4,1,40
24,8,4,2,40
25,8,4,3,15
26,8,4,4,4
27,8,4,5,1
28,8,5,1,60
29,8,5,2,30
30,8,5,3,5
31,8,5,4,4
32,8,5,5,1
33,10,1,1,20
34,10,1,2,20
35,10,1,3,10
36,10,1,4,10
37,10,1,5,10
38,10,1,6,10
39,10,1,7,5
40,10,1,8,5
41,10,1,9,4
42,10,1,10,4
43,10,1,11,1
44,10,1,12,1
45,10,2,1,40
46,10,2,2,30
47,10,2,3,15
48,10,2,4,10
49,10,2,5,5
50,10,3,1,40
51,10,3,2,30
52,10,3,3,15
53,10,3,4,10
54,10,3,5,5
55,10,4,1,40
56,10,4,2,30
57,10,4,3,15
58,10,4,4,10
59,10,4,5,5
60,10,5,1,60
61,10,5,2,30
62,10,5,3,5
63,10,5,4,4
64,10,5,5,1
65,10,6,1,90
66,10,6,2,10
67,1,1,1,20
68,1,1,2,20
69,1,1,3,15
70,1,1,4,10
71,1,1,5,10
72,1,1,6,10
73,1,1,7,5
74,1,1,8,5
75,1,1,9,4
76,1,1,10,1
77,1,5,1,20
78,1,5,2,20
79,1,5,3,15
80,1,5,4,10
81,1,5,5,10
82,1,5,6,10
83,1,5,7,5
84,1,5,8,5
85,1,5,9,4
86,1,5,10,1
87,2,1,1,20
88,2,1,2,20
89,2,1,3,15
90,2,1,4,10
91,2,1,5,10
92,2,1,6,10
93,2,1,7,5
94,2,1,8,5
95,2,1,9,4
96,2,1,10,1
97,2,5,1,20
98,2,5,2,20
99,2,5,3,15
100,2,5,4,10
101,2,5,5,10
102,2,5,6,10
103,2,5,7,5
104,2,5,8,5
105,2,5,9,4
106,2,5,10,1
107,1,2,1,100
108,1,3,1,50
109,1,3,2,50
110,1,4,,25
111,1,4,,8
112,1,4,,17
113,1,4,,17
114,1,4,,8
115,1,4,,25
116,2,2,1,100
117,2,3,1,50
118,2,3,2,50
119,2,4,1,40
120,2,4,2,30
121,2,4,3,20
122,2,4,4,10
123,9,1,1,20
124,9,1,2,20
125,9,1,3,10
126,9,1,4,10
127,9,1,5,10
128,9,1,6,10
129,9,1,7,5
130,9,1,8,5
131,9,1,9,4
132,9,1,10,4
133,9,1,11,1
134,9,1,12,1
135,9,2,1,60
136,9,2,2,30
137,9,2,3,5
138,9,2,4,4
139,9,2,5,1
140,9,3,1,40
141,9,3,2,40
142,9,3,3,15
143,9,3,4,4
144,9,3,5,1
145,9,4,1,40
146,9,4,2,40
147,9,4,3,15
148,9,4,4,4
149,9,4,5,1
150,9,5,1,60
151,9,5,2,30
152,9,5,3,5
153,9,5,4,4
154,9,5,5,1
155,5,3,1,60
156,5,3,2,20
157,5,3,3,20
158,5,2,1,70
159,5,2,2,30
160,5,4,1,40
161,5,4,2,40
162,5,4,3,15
163,5,4,4,4
164,5,4,5,1
165,5,5,1,60
166,5,5,2,30
167,5,5,3,5
168,5,5,4,4
169,5,5,5,1
170,5,1,1,20
171,5,1,2,20
172,5,1,3,10
173,5,1,4,10
174,5,1,5,10
175,5,1,6,10
176,5,1,7,5
177,5,1,8,5
178,5,1,9,4
179,5,1,10,4
180,5,1,11,1
181,5,1,12,1
182,5,6,1,60
183,5,6,2,30
184,5,6,3,5
185,5,6,4,4
186,5,6,5,1
187,6,1,1,20
188,6,1,2,20
189,6,1,3,10
190,6,1,4,10
191,6,1,5,10
192,6,1,6,10
193,6,1,7,5
194,6,1,8,5
195,6,1,9,4
196,6,1,10,4
197,6,1,11,1
198,6,1,12,1
199,6,3,1,60
200,6,3,2,20
201,6,3,3,20
202,6,2,1,70
203,6,2,2,30
204,6,4,1,40
205,6,4,2,40
206,6,4,3,15
207,6,4,4,4
208,6,4,5,1
209,6,5,1,60
210,6,5,2,30
211,6,5,3,5
212,6,5,4,4
213,6,5,5,1
214,6,6,1,60
215,6,6,2,30
216,6,6,3,5
217,6,6,4,4
218,6,6,5,1
219,7,1,1,20
220,7,1,2,20
221,7,1,3,10
222,7,1,4,10
223,7,1,5,10
224,7,1,6,10
225,7,1,7,5
226,7,1,8,5
227,7,1,9,4
228,7,1,10,4
229,7,1,11,1
230,7,1,12,1
231,7,3,1,60
232,7,3,2,20
233,7,3,3,20
234,7,2,1,70
235,7,2,2,30
236,7,4,1,40
237,7,4,2,40
238,7,4,3,15
239,7,4,4,4
240,7,4,5,1
241,7,5,1,60
242,7,5,2,30
243,7,5,3,5
244,7,5,4,4
245,7,5,5,1
246,7,6,1,60
247,7,6,2,30
248,7,6,3,5
249,7,6,4,4
250,7,6,5,1
251,11,4,1,40
252,11,4,2,40
253,11,4,3,15
254,11,4,4,4
255,11,4,5,1
256,11,12,1,40
257,11,12,2,40
258,11,12,3,15
259,11,12,4,4
260,11,12,5,1
261,11,5,1,60
262,11,5,2,30
263,11,5,3,5
264,11,5,4,4
265,11,5,5,1
266,11,13,1,60
267,11,13,2,30
268,11,13,3,5
269,11,13,4,4
270,11,13,5,1
271,11,1,1,20
272,11,1,2,20
273,11,1,3,10
274,11,1,4,10
275,11,1,5,10
276,11,1,6,10
277,11,1,7,5
278,11,1,8,5
279,11,1,9,4
280,11,1,10,4
281,11,1,11,1
282,11,1,12,1
283,11,8,1,20
284,11,8,2,20
285,11,8,3,10
286,11,8,4,10
287,11,8,5,10
288,11,8,6,10
289,11,8,7,5
290,11,8,8,5
291,11,8,9,4
292,11,8,10,4
293,11,8,11,1
294,11,8,12,1
295,11,9,1,20
296,11,9,2,20
297,11,9,3,10
298,11,9,4,10
299,11,9,5,10
300,11,9,6,10
301,11,9,7,5
302,11,9,8,5
303,11,9,9,4
304,11,9,10,4
305,11,9,11,1
306,11,9,12,1
307,11,10,1,20
308,11,10,2,20
309,11,10,3,10
310,11,10,4,10
311,11,10,5,10
312,11,10,6,10
313,11,10,7,5
314,11,10,8,5
315,11,10,9,4
316,11,10,10,4
317,11,10,11,1
318,11,10,12,1
319,11,11,1,20
320,11,11,2,20
321,11,11,3,10
322,11,11,4,10
323,11,11,5,10
324,11,11,6,10
325,11,11,7,5
326,11,11,8,5
327,11,11,9,4
328,11,11,10,4
329,11,11,11,1
330,11,11,12,1
331,14,4,1,40
332,14,4,2,40
333,14,4,3,15
334,14,4,4,4
335,14,4,5,1
336,14,12,1,40
337,14,12,2,40
338,14,12,3,15
339,14,12,4,4
340,14,12,5,1
341,14,5,1,60
342,14,5,2,30
343,14,5,3,5
344,14,5,4,4
345,14,5,5,1
346,14,13,1,60
347,14,13,2,30
348,14,13,3,5
349,14,13,4,4
350,14,13,5,1
351,14,8,1,20
352,14,8,2,20
353,14,8,3,10
354,14,8,4,10
355,14,8,5,10
356,14,8,6,10
357,14,8,7,5
358,14,8,8,5
359,14,8,9,4
360,14,8,10,4
361,14,8,11,1
362,14,8,12,1
363,14,9,1,20
364,14,9,2,20
365,14,9,3,10
366,14,9,4,10
367,14,9,5,10
368,14,9,6,10
369,14,9,7,5
370,14,9,8,5
371,14,9,9,4
372,14,9,10,4
373,14,9,11,1
374,14,9,12,1
375,14,1,1,20
376,14,1,2,20
377,14,1,3,10
378,14,1,4,10
379,14,1,5,10
380,14,1,6,10
381,14,1,7,5
382,14,1,8,5
383,14,1,9,4
384,14,1,10,4
385,14,1,11,1
386,14,1,12,1
387,14,10,1,20
388,14,10,2,20
389,14,10,3,10
390,14,10,4,10
391,14,10,5,10
392,14,10,6,10
393,14,10,7,5
394,14,10,8,5
395,14,10,9,4
396,14,10,10,4
397,14,10,11,1
398,14,10,12,1
399,14,11,1,20
400,14,11,2,20
401,14,11,3,10
402,14,11,4,10
403,14,11,5,10
404,14,11,6,10
405,14,11,7,5
406,14,11,8,5
407,14,11,9,4
408,14,11,10,4
409,14,11,11,1
410,14,11,12,1
1 id version_group_id encounter_method_id slot rarity
2 1 8 1 1 20
3 2 8 1 2 20
4 3 8 1 3 10
5 4 8 1 4 10
6 5 8 1 5 10
7 6 8 1 6 10
8 7 8 1 7 5
9 8 8 1 8 5
10 9 8 1 9 4
11 10 8 1 10 4
12 11 8 1 11 1
13 12 8 1 12 1
14 13 8 2 1 60
15 14 8 2 2 30
16 15 8 2 3 5
17 16 8 2 4 4
18 17 8 2 5 1
19 18 8 3 1 40
20 19 8 3 2 40
21 20 8 3 3 15
22 21 8 3 4 4
23 22 8 3 5 1
24 23 8 4 1 40
25 24 8 4 2 40
26 25 8 4 3 15
27 26 8 4 4 4
28 27 8 4 5 1
29 28 8 5 1 60
30 29 8 5 2 30
31 30 8 5 3 5
32 31 8 5 4 4
33 32 8 5 5 1
34 33 10 1 1 20
35 34 10 1 2 20
36 35 10 1 3 10
37 36 10 1 4 10
38 37 10 1 5 10
39 38 10 1 6 10
40 39 10 1 7 5
41 40 10 1 8 5
42 41 10 1 9 4
43 42 10 1 10 4
44 43 10 1 11 1
45 44 10 1 12 1
46 45 10 2 1 40
47 46 10 2 2 30
48 47 10 2 3 15
49 48 10 2 4 10
50 49 10 2 5 5
51 50 10 3 1 40
52 51 10 3 2 30
53 52 10 3 3 15
54 53 10 3 4 10
55 54 10 3 5 5
56 55 10 4 1 40
57 56 10 4 2 30
58 57 10 4 3 15
59 58 10 4 4 10
60 59 10 4 5 5
61 60 10 5 1 60
62 61 10 5 2 30
63 62 10 5 3 5
64 63 10 5 4 4
65 64 10 5 5 1
66 65 10 6 1 90
67 66 10 6 2 10
68 67 1 1 1 20
69 68 1 1 2 20
70 69 1 1 3 15
71 70 1 1 4 10
72 71 1 1 5 10
73 72 1 1 6 10
74 73 1 1 7 5
75 74 1 1 8 5
76 75 1 1 9 4
77 76 1 1 10 1
78 77 1 5 1 20
79 78 1 5 2 20
80 79 1 5 3 15
81 80 1 5 4 10
82 81 1 5 5 10
83 82 1 5 6 10
84 83 1 5 7 5
85 84 1 5 8 5
86 85 1 5 9 4
87 86 1 5 10 1
88 87 2 1 1 20
89 88 2 1 2 20
90 89 2 1 3 15
91 90 2 1 4 10
92 91 2 1 5 10
93 92 2 1 6 10
94 93 2 1 7 5
95 94 2 1 8 5
96 95 2 1 9 4
97 96 2 1 10 1
98 97 2 5 1 20
99 98 2 5 2 20
100 99 2 5 3 15
101 100 2 5 4 10
102 101 2 5 5 10
103 102 2 5 6 10
104 103 2 5 7 5
105 104 2 5 8 5
106 105 2 5 9 4
107 106 2 5 10 1
108 107 1 2 1 100
109 108 1 3 1 50
110 109 1 3 2 50
111 110 1 4 25
112 111 1 4 8
113 112 1 4 17
114 113 1 4 17
115 114 1 4 8
116 115 1 4 25
117 116 2 2 1 100
118 117 2 3 1 50
119 118 2 3 2 50
120 119 2 4 1 40
121 120 2 4 2 30
122 121 2 4 3 20
123 122 2 4 4 10
124 123 9 1 1 20
125 124 9 1 2 20
126 125 9 1 3 10
127 126 9 1 4 10
128 127 9 1 5 10
129 128 9 1 6 10
130 129 9 1 7 5
131 130 9 1 8 5
132 131 9 1 9 4
133 132 9 1 10 4
134 133 9 1 11 1
135 134 9 1 12 1
136 135 9 2 1 60
137 136 9 2 2 30
138 137 9 2 3 5
139 138 9 2 4 4
140 139 9 2 5 1
141 140 9 3 1 40
142 141 9 3 2 40
143 142 9 3 3 15
144 143 9 3 4 4
145 144 9 3 5 1
146 145 9 4 1 40
147 146 9 4 2 40
148 147 9 4 3 15
149 148 9 4 4 4
150 149 9 4 5 1
151 150 9 5 1 60
152 151 9 5 2 30
153 152 9 5 3 5
154 153 9 5 4 4
155 154 9 5 5 1
156 155 5 3 1 60
157 156 5 3 2 20
158 157 5 3 3 20
159 158 5 2 1 70
160 159 5 2 2 30
161 160 5 4 1 40
162 161 5 4 2 40
163 162 5 4 3 15
164 163 5 4 4 4
165 164 5 4 5 1
166 165 5 5 1 60
167 166 5 5 2 30
168 167 5 5 3 5
169 168 5 5 4 4
170 169 5 5 5 1
171 170 5 1 1 20
172 171 5 1 2 20
173 172 5 1 3 10
174 173 5 1 4 10
175 174 5 1 5 10
176 175 5 1 6 10
177 176 5 1 7 5
178 177 5 1 8 5
179 178 5 1 9 4
180 179 5 1 10 4
181 180 5 1 11 1
182 181 5 1 12 1
183 182 5 6 1 60
184 183 5 6 2 30
185 184 5 6 3 5
186 185 5 6 4 4
187 186 5 6 5 1
188 187 6 1 1 20
189 188 6 1 2 20
190 189 6 1 3 10
191 190 6 1 4 10
192 191 6 1 5 10
193 192 6 1 6 10
194 193 6 1 7 5
195 194 6 1 8 5
196 195 6 1 9 4
197 196 6 1 10 4
198 197 6 1 11 1
199 198 6 1 12 1
200 199 6 3 1 60
201 200 6 3 2 20
202 201 6 3 3 20
203 202 6 2 1 70
204 203 6 2 2 30
205 204 6 4 1 40
206 205 6 4 2 40
207 206 6 4 3 15
208 207 6 4 4 4
209 208 6 4 5 1
210 209 6 5 1 60
211 210 6 5 2 30
212 211 6 5 3 5
213 212 6 5 4 4
214 213 6 5 5 1
215 214 6 6 1 60
216 215 6 6 2 30
217 216 6 6 3 5
218 217 6 6 4 4
219 218 6 6 5 1
220 219 7 1 1 20
221 220 7 1 2 20
222 221 7 1 3 10
223 222 7 1 4 10
224 223 7 1 5 10
225 224 7 1 6 10
226 225 7 1 7 5
227 226 7 1 8 5
228 227 7 1 9 4
229 228 7 1 10 4
230 229 7 1 11 1
231 230 7 1 12 1
232 231 7 3 1 60
233 232 7 3 2 20
234 233 7 3 3 20
235 234 7 2 1 70
236 235 7 2 2 30
237 236 7 4 1 40
238 237 7 4 2 40
239 238 7 4 3 15
240 239 7 4 4 4
241 240 7 4 5 1
242 241 7 5 1 60
243 242 7 5 2 30
244 243 7 5 3 5
245 244 7 5 4 4
246 245 7 5 5 1
247 246 7 6 1 60
248 247 7 6 2 30
249 248 7 6 3 5
250 249 7 6 4 4
251 250 7 6 5 1
252 251 11 4 1 40
253 252 11 4 2 40
254 253 11 4 3 15
255 254 11 4 4 4
256 255 11 4 5 1
257 256 11 12 1 40
258 257 11 12 2 40
259 258 11 12 3 15
260 259 11 12 4 4
261 260 11 12 5 1
262 261 11 5 1 60
263 262 11 5 2 30
264 263 11 5 3 5
265 264 11 5 4 4
266 265 11 5 5 1
267 266 11 13 1 60
268 267 11 13 2 30
269 268 11 13 3 5
270 269 11 13 4 4
271 270 11 13 5 1
272 271 11 1 1 20
273 272 11 1 2 20
274 273 11 1 3 10
275 274 11 1 4 10
276 275 11 1 5 10
277 276 11 1 6 10
278 277 11 1 7 5
279 278 11 1 8 5
280 279 11 1 9 4
281 280 11 1 10 4
282 281 11 1 11 1
283 282 11 1 12 1
284 283 11 8 1 20
285 284 11 8 2 20
286 285 11 8 3 10
287 286 11 8 4 10
288 287 11 8 5 10
289 288 11 8 6 10
290 289 11 8 7 5
291 290 11 8 8 5
292 291 11 8 9 4
293 292 11 8 10 4
294 293 11 8 11 1
295 294 11 8 12 1
296 295 11 9 1 20
297 296 11 9 2 20
298 297 11 9 3 10
299 298 11 9 4 10
300 299 11 9 5 10
301 300 11 9 6 10
302 301 11 9 7 5
303 302 11 9 8 5
304 303 11 9 9 4
305 304 11 9 10 4
306 305 11 9 11 1
307 306 11 9 12 1
308 307 11 10 1 20
309 308 11 10 2 20
310 309 11 10 3 10
311 310 11 10 4 10
312 311 11 10 5 10
313 312 11 10 6 10
314 313 11 10 7 5
315 314 11 10 8 5
316 315 11 10 9 4
317 316 11 10 10 4
318 317 11 10 11 1
319 318 11 10 12 1
320 319 11 11 1 20
321 320 11 11 2 20
322 321 11 11 3 10
323 322 11 11 4 10
324 323 11 11 5 10
325 324 11 11 6 10
326 325 11 11 7 5
327 326 11 11 8 5
328 327 11 11 9 4
329 328 11 11 10 4
330 329 11 11 11 1
331 330 11 11 12 1
332 331 14 4 1 40
333 332 14 4 2 40
334 333 14 4 3 15
335 334 14 4 4 4
336 335 14 4 5 1
337 336 14 12 1 40
338 337 14 12 2 40
339 338 14 12 3 15
340 339 14 12 4 4
341 340 14 12 5 1
342 341 14 5 1 60
343 342 14 5 2 30
344 343 14 5 3 5
345 344 14 5 4 4
346 345 14 5 5 1
347 346 14 13 1 60
348 347 14 13 2 30
349 348 14 13 3 5
350 349 14 13 4 4
351 350 14 13 5 1
352 351 14 8 1 20
353 352 14 8 2 20
354 353 14 8 3 10
355 354 14 8 4 10
356 355 14 8 5 10
357 356 14 8 6 10
358 357 14 8 7 5
359 358 14 8 8 5
360 359 14 8 9 4
361 360 14 8 10 4
362 361 14 8 11 1
363 362 14 8 12 1
364 363 14 9 1 20
365 364 14 9 2 20
366 365 14 9 3 10
367 366 14 9 4 10
368 367 14 9 5 10
369 368 14 9 6 10
370 369 14 9 7 5
371 370 14 9 8 5
372 371 14 9 9 4
373 372 14 9 10 4
374 373 14 9 11 1
375 374 14 9 12 1
376 375 14 1 1 20
377 376 14 1 2 20
378 377 14 1 3 10
379 378 14 1 4 10
380 379 14 1 5 10
381 380 14 1 6 10
382 381 14 1 7 5
383 382 14 1 8 5
384 383 14 1 9 4
385 384 14 1 10 4
386 385 14 1 11 1
387 386 14 1 12 1
388 387 14 10 1 20
389 388 14 10 2 20
390 389 14 10 3 10
391 390 14 10 4 10
392 391 14 10 5 10
393 392 14 10 6 10
394 393 14 10 7 5
395 394 14 10 8 5
396 395 14 10 9 4
397 396 14 10 10 4
398 397 14 10 11 1
399 398 14 10 12 1
400 399 14 11 1 20
401 400 14 11 2 20
402 401 14 11 3 10
403 402 14 11 4 10
404 403 14 11 5 10
405 404 14 11 6 10
406 405 14 11 7 5
407 406 14 11 8 5
408 407 14 11 9 4
409 408 14 11 10 4
410 409 14 11 11 1
411 410 14 11 12 1

44341
data/v2/csv/encounters.csv Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,45 @@
id,pocket_id,identifier
1,7,stat-boosts
2,5,effort-drop
3,5,medicine
4,5,other
5,5,in-a-pinch
6,5,picky-healing
7,5,type-protection
8,5,baking-only
9,1,collectibles
10,1,evolution
11,1,spelunking
12,1,held-items
13,1,choice
14,1,effort-training
15,1,bad-held-items
16,1,training
17,1,plates
18,1,species-specific
19,1,type-enhancement
20,8,event-items
21,8,gameplay
22,8,plot-advancement
23,8,unused
24,1,loot
25,6,all-mail
26,2,vitamins
27,2,healing
28,2,pp-recovery
29,2,revival
30,2,status-cures
32,1,mulch
33,3,special-balls
34,3,standard-balls
35,1,dex-completion
36,1,scarves
37,4,all-machines
38,7,flutes
39,3,apricorn-balls
40,8,apricorn-box
41,8,data-cards
42,1,jewels
43,7,miracle-shooter
44,1,mega-stones
10001,8,xy-unknown
1 id pocket_id identifier
2 1 7 stat-boosts
3 2 5 effort-drop
4 3 5 medicine
5 4 5 other
6 5 5 in-a-pinch
7 6 5 picky-healing
8 7 5 type-protection
9 8 5 baking-only
10 9 1 collectibles
11 10 1 evolution
12 11 1 spelunking
13 12 1 held-items
14 13 1 choice
15 14 1 effort-training
16 15 1 bad-held-items
17 16 1 training
18 17 1 plates
19 18 1 species-specific
20 19 1 type-enhancement
21 20 8 event-items
22 21 8 gameplay
23 22 8 plot-advancement
24 23 8 unused
25 24 1 loot
26 25 6 all-mail
27 26 2 vitamins
28 27 2 healing
29 28 2 pp-recovery
30 29 2 revival
31 30 2 status-cures
32 32 1 mulch
33 33 3 special-balls
34 34 3 standard-balls
35 35 1 dex-completion
36 36 1 scarves
37 37 4 all-machines
38 38 7 flutes
39 39 3 apricorn-balls
40 40 8 apricorn-box
41 41 8 data-cards
42 42 1 jewels
43 43 7 miracle-shooter
44 44 1 mega-stones
45 10001 8 xy-unknown

View file

@ -0,0 +1,45 @@
item_category_id,local_language_id,name
1,9,Stat boosts
2,9,Effort drop
3,9,Medicine
4,9,Other
5,9,In a pinch
6,9,Picky healing
7,9,Type protection
8,9,Baking only
9,9,Collectibles
10,9,Evolution
11,9,Spelunking
12,9,Held items
13,9,Choice
14,9,Effort training
15,9,Bad held items
16,9,Training
17,9,Plates
18,9,Species-specific
19,9,Type enhancement
20,9,Event items
21,9,Gameplay
22,9,Plot advancement
23,9,Unused
24,9,Loot
25,9,All mail
26,9,Vitamins
27,9,Healing
28,9,PP recovery
29,9,Revival
30,9,Status cures
32,9,Mulch
33,9,Special balls
34,9,Standard balls
35,9,Dex completion
36,9,Scarves
37,9,All machines
38,9,Flutes
39,9,Apricorn balls
40,9,Apricorn Box
41,9,Data Cards
42,9,Jewels
43,9,Miracle Shooter
44,9,Mega Stones
10001,9,X/Y unknown
1 item_category_id local_language_id name
2 1 9 Stat boosts
3 2 9 Effort drop
4 3 9 Medicine
5 4 9 Other
6 5 9 In a pinch
7 6 9 Picky healing
8 7 9 Type protection
9 8 9 Baking only
10 9 9 Collectibles
11 10 9 Evolution
12 11 9 Spelunking
13 12 9 Held items
14 13 9 Choice
15 14 9 Effort training
16 15 9 Bad held items
17 16 9 Training
18 17 9 Plates
19 18 9 Species-specific
20 19 9 Type enhancement
21 20 9 Event items
22 21 9 Gameplay
23 22 9 Plot advancement
24 23 9 Unused
25 24 9 Loot
26 25 9 All mail
27 26 9 Vitamins
28 27 9 Healing
29 28 9 PP recovery
30 29 9 Revival
31 30 9 Status cures
32 32 9 Mulch
33 33 9 Special balls
34 34 9 Standard balls
35 35 9 Dex completion
36 36 9 Scarves
37 37 9 All machines
38 38 9 Flutes
39 39 9 Apricorn balls
40 40 9 Apricorn Box
41 41 9 Data Cards
42 42 9 Jewels
43 43 9 Miracle Shooter
44 44 9 Mega Stones
45 10001 9 X/Y unknown

View file

@ -0,0 +1,612 @@
item_id,item_flag_id
1,1
1,2
1,4
1,5
2,1
2,2
2,4
2,5
3,1
3,2
3,4
3,5
4,1
4,2
4,4
4,5
5,1
5,2
5,4
5,5
6,1
6,2
6,4
6,5
7,1
7,2
7,4
7,5
8,1
8,2
8,4
8,5
9,1
9,2
9,4
9,5
10,1
10,2
10,4
10,5
11,1
11,2
11,4
11,5
12,1
12,2
12,4
12,5
13,1
13,2
13,4
13,5
14,1
14,2
14,4
14,5
15,1
15,2
15,4
15,5
16,1
16,2
16,4
16,5
17,1
17,2
17,3
17,4
17,5
18,1
18,2
18,3
18,4
18,5
19,1
19,2
19,3
19,4
19,5
20,1
20,2
20,3
20,4
20,5
21,1
21,2
21,3
21,4
21,5
22,1
22,2
22,3
22,4
22,5
23,1
23,2
23,3
23,4
23,5
24,1
24,2
24,3
24,4
24,5
25,1
25,2
25,3
25,4
25,5
26,1
26,2
26,3
26,4
26,5
27,1
27,2
27,3
27,4
27,5
28,1
28,2
28,3
28,4
28,5
28,8
29,1
29,2
29,3
29,4
29,5
29,8
30,1
30,2
30,3
30,4
30,5
31,1
31,2
31,3
31,4
31,5
32,1
32,2
32,3
32,4
32,5
33,1
33,2
33,3
33,4
33,5
34,1
34,2
34,3
34,4
34,5
35,1
35,2
35,3
35,4
35,5
36,1
36,2
36,3
36,4
36,5
37,1
37,2
37,3
37,4
37,5
38,1
38,2
38,3
38,4
38,5
39,1
39,2
39,3
39,4
39,5
40,1
40,2
40,3
40,4
40,5
41,1
41,2
41,3
41,4
41,5
42,1
42,2
42,3
42,4
42,5
43,1
43,2
43,3
43,4
43,5
44,1
44,2
44,3
44,4
44,5
45,1
45,2
45,3
45,4
45,5
46,1
46,2
46,3
46,4
46,5
47,1
47,2
47,3
47,4
47,5
48,1
48,2
48,3
48,4
48,5
49,1
49,2
49,3
49,4
49,5
50,1
50,2
50,3
50,4
50,5
51,1
51,2
51,3
51,4
51,5
52,1
52,2
52,3
52,4
52,5
53,1
53,2
53,3
53,4
53,5
54,1
54,2
54,3
54,4
54,5
55,1
55,2
55,4
55,5
56,1
56,2
56,4
56,5
57,1
57,2
57,4
57,5
58,1
58,2
58,4
58,5
59,1
59,2
59,4
59,5
60,1
60,2
60,4
60,5
61,1
61,2
61,4
61,5
62,1
62,2
62,4
62,5
63,1
63,2
63,4
63,5
64,1
64,2
64,4
64,5
65,1
65,2
65,3
65,4
65,5
66,1
66,2
66,4
66,5
67,1
67,2
67,4
67,5
68,1
68,2
68,3
68,5
69,1
69,2
69,3
69,5
70,1
71,1
72,8
73,8
74,8
75,8
80,8
81,8
82,8
83,8
84,8
85,8
91,8
93,8
99,8
100,8
101,8
102,8
103,8
104,8
105,8
106,8
110,8
111,8
112,5
113,5
126,7
127,7
128,7
129,7
130,7
131,7
132,7
133,7
134,7
135,7
136,7
137,7
138,7
139,7
140,7
161,7
162,7
163,7
164,7
165,7
166,7
167,7
168,7
169,7
170,7
171,7
172,7
173,7
174,7
175,7
176,7
177,7
178,7
179,7
180,7
181,7
182,7
183,7
184,7
185,7
186,7
187,7
188,7
189,7
190,5
190,7
191,5
191,7
192,5
192,7
193,5
193,7
194,5
194,7
195,5
195,7
196,5
196,7
197,5
197,7
198,5
198,7
199,5
199,7
200,5
200,7
201,5
202,5
203,5
204,5
205,5
205,7
206,5
206,7
206,8
207,5
207,7
208,5
208,7
209,5
209,7
210,5
210,7
211,5
211,7
213,5
214,5
214,7
215,5
215,7
215,8
216,5
216,7
217,5
217,7
218,5
218,7
219,5
219,7
220,5
220,7
221,5
221,7
222,5
222,7
223,5
223,7
224,5
224,7
225,5
225,7
226,5
226,7
227,5
227,7
228,5
228,7
230,5
230,7
231,5
231,7
232,5
232,7
233,5
234,5
235,5
236,5
237,7
238,7
239,7
240,7
241,7
242,5
242,7
243,5
243,7
244,5
244,7
245,5
245,7
246,5
246,7
246,8
247,5
247,7
248,5
248,7
249,5
249,7
250,5
250,7
251,5
252,5
252,7
253,5
253,7
254,5
254,7
255,5
255,7
255,8
256,5
256,7
257,5
257,7
258,5
258,7
259,5
259,7
259,8
260,5
260,7
260,8
261,5
261,7
261,8
262,5
262,7
262,8
263,5
263,7
264,5
264,7
265,5
265,7
266,5
266,7
267,5
267,7
268,5
268,7
269,5
269,7
270,5
270,7
271,5
271,7
272,5
272,7
273,5
273,7
274,5
274,7
275,5
275,7
275,8
276,5
276,7
276,8
277,5
277,7
277,8
278,5
278,7
278,8
279,5
279,7
279,8
280,5
280,7
280,8
281,5
281,7
281,8
282,5
282,7
282,8
283,5
283,7
283,8
284,5
284,7
284,8
285,5
285,7
285,8
286,5
286,7
286,8
287,5
287,7
287,8
288,5
288,7
288,8
289,5
289,7
289,8
290,5
290,7
290,8
291,5
291,7
292,5
292,7
293,5
293,7
294,5
294,7
295,5
295,7
296,5
296,7
297,5
303,5
303,7
304,5
304,7
1 item_id item_flag_id
2 1 1
3 1 2
4 1 4
5 1 5
6 2 1
7 2 2
8 2 4
9 2 5
10 3 1
11 3 2
12 3 4
13 3 5
14 4 1
15 4 2
16 4 4
17 4 5
18 5 1
19 5 2
20 5 4
21 5 5
22 6 1
23 6 2
24 6 4
25 6 5
26 7 1
27 7 2
28 7 4
29 7 5
30 8 1
31 8 2
32 8 4
33 8 5
34 9 1
35 9 2
36 9 4
37 9 5
38 10 1
39 10 2
40 10 4
41 10 5
42 11 1
43 11 2
44 11 4
45 11 5
46 12 1
47 12 2
48 12 4
49 12 5
50 13 1
51 13 2
52 13 4
53 13 5
54 14 1
55 14 2
56 14 4
57 14 5
58 15 1
59 15 2
60 15 4
61 15 5
62 16 1
63 16 2
64 16 4
65 16 5
66 17 1
67 17 2
68 17 3
69 17 4
70 17 5
71 18 1
72 18 2
73 18 3
74 18 4
75 18 5
76 19 1
77 19 2
78 19 3
79 19 4
80 19 5
81 20 1
82 20 2
83 20 3
84 20 4
85 20 5
86 21 1
87 21 2
88 21 3
89 21 4
90 21 5
91 22 1
92 22 2
93 22 3
94 22 4
95 22 5
96 23 1
97 23 2
98 23 3
99 23 4
100 23 5
101 24 1
102 24 2
103 24 3
104 24 4
105 24 5
106 25 1
107 25 2
108 25 3
109 25 4
110 25 5
111 26 1
112 26 2
113 26 3
114 26 4
115 26 5
116 27 1
117 27 2
118 27 3
119 27 4
120 27 5
121 28 1
122 28 2
123 28 3
124 28 4
125 28 5
126 28 8
127 29 1
128 29 2
129 29 3
130 29 4
131 29 5
132 29 8
133 30 1
134 30 2
135 30 3
136 30 4
137 30 5
138 31 1
139 31 2
140 31 3
141 31 4
142 31 5
143 32 1
144 32 2
145 32 3
146 32 4
147 32 5
148 33 1
149 33 2
150 33 3
151 33 4
152 33 5
153 34 1
154 34 2
155 34 3
156 34 4
157 34 5
158 35 1
159 35 2
160 35 3
161 35 4
162 35 5
163 36 1
164 36 2
165 36 3
166 36 4
167 36 5
168 37 1
169 37 2
170 37 3
171 37 4
172 37 5
173 38 1
174 38 2
175 38 3
176 38 4
177 38 5
178 39 1
179 39 2
180 39 3
181 39 4
182 39 5
183 40 1
184 40 2
185 40 3
186 40 4
187 40 5
188 41 1
189 41 2
190 41 3
191 41 4
192 41 5
193 42 1
194 42 2
195 42 3
196 42 4
197 42 5
198 43 1
199 43 2
200 43 3
201 43 4
202 43 5
203 44 1
204 44 2
205 44 3
206 44 4
207 44 5
208 45 1
209 45 2
210 45 3
211 45 4
212 45 5
213 46 1
214 46 2
215 46 3
216 46 4
217 46 5
218 47 1
219 47 2
220 47 3
221 47 4
222 47 5
223 48 1
224 48 2
225 48 3
226 48 4
227 48 5
228 49 1
229 49 2
230 49 3
231 49 4
232 49 5
233 50 1
234 50 2
235 50 3
236 50 4
237 50 5
238 51 1
239 51 2
240 51 3
241 51 4
242 51 5
243 52 1
244 52 2
245 52 3
246 52 4
247 52 5
248 53 1
249 53 2
250 53 3
251 53 4
252 53 5
253 54 1
254 54 2
255 54 3
256 54 4
257 54 5
258 55 1
259 55 2
260 55 4
261 55 5
262 56 1
263 56 2
264 56 4
265 56 5
266 57 1
267 57 2
268 57 4
269 57 5
270 58 1
271 58 2
272 58 4
273 58 5
274 59 1
275 59 2
276 59 4
277 59 5
278 60 1
279 60 2
280 60 4
281 60 5
282 61 1
283 61 2
284 61 4
285 61 5
286 62 1
287 62 2
288 62 4
289 62 5
290 63 1
291 63 2
292 63 4
293 63 5
294 64 1
295 64 2
296 64 4
297 64 5
298 65 1
299 65 2
300 65 3
301 65 4
302 65 5
303 66 1
304 66 2
305 66 4
306 66 5
307 67 1
308 67 2
309 67 4
310 67 5
311 68 1
312 68 2
313 68 3
314 68 5
315 69 1
316 69 2
317 69 3
318 69 5
319 70 1
320 71 1
321 72 8
322 73 8
323 74 8
324 75 8
325 80 8
326 81 8
327 82 8
328 83 8
329 84 8
330 85 8
331 91 8
332 93 8
333 99 8
334 100 8
335 101 8
336 102 8
337 103 8
338 104 8
339 105 8
340 106 8
341 110 8
342 111 8
343 112 5
344 113 5
345 126 7
346 127 7
347 128 7
348 129 7
349 130 7
350 131 7
351 132 7
352 133 7
353 134 7
354 135 7
355 136 7
356 137 7
357 138 7
358 139 7
359 140 7
360 161 7
361 162 7
362 163 7
363 164 7
364 165 7
365 166 7
366 167 7
367 168 7
368 169 7
369 170 7
370 171 7
371 172 7
372 173 7
373 174 7
374 175 7
375 176 7
376 177 7
377 178 7
378 179 7
379 180 7
380 181 7
381 182 7
382 183 7
383 184 7
384 185 7
385 186 7
386 187 7
387 188 7
388 189 7
389 190 5
390 190 7
391 191 5
392 191 7
393 192 5
394 192 7
395 193 5
396 193 7
397 194 5
398 194 7
399 195 5
400 195 7
401 196 5
402 196 7
403 197 5
404 197 7
405 198 5
406 198 7
407 199 5
408 199 7
409 200 5
410 200 7
411 201 5
412 202 5
413 203 5
414 204 5
415 205 5
416 205 7
417 206 5
418 206 7
419 206 8
420 207 5
421 207 7
422 208 5
423 208 7
424 209 5
425 209 7
426 210 5
427 210 7
428 211 5
429 211 7
430 213 5
431 214 5
432 214 7
433 215 5
434 215 7
435 215 8
436 216 5
437 216 7
438 217 5
439 217 7
440 218 5
441 218 7
442 219 5
443 219 7
444 220 5
445 220 7
446 221 5
447 221 7
448 222 5
449 222 7
450 223 5
451 223 7
452 224 5
453 224 7
454 225 5
455 225 7
456 226 5
457 226 7
458 227 5
459 227 7
460 228 5
461 228 7
462 230 5
463 230 7
464 231 5
465 231 7
466 232 5
467 232 7
468 233 5
469 234 5
470 235 5
471 236 5
472 237 7
473 238 7
474 239 7
475 240 7
476 241 7
477 242 5
478 242 7
479 243 5
480 243 7
481 244 5
482 244 7
483 245 5
484 245 7
485 246 5
486 246 7
487 246 8
488 247 5
489 247 7
490 248 5
491 248 7
492 249 5
493 249 7
494 250 5
495 250 7
496 251 5
497 252 5
498 252 7
499 253 5
500 253 7
501 254 5
502 254 7
503 255 5
504 255 7
505 255 8
506 256 5
507 256 7
508 257 5
509 257 7
510 258 5
511 258 7
512 259 5
513 259 7
514 259 8
515 260 5
516 260 7
517 260 8
518 261 5
519 261 7
520 261 8
521 262 5
522 262 7
523 262 8
524 263 5
525 263 7
526 264 5
527 264 7
528 265 5
529 265 7
530 266 5
531 266 7
532 267 5
533 267 7
534 268 5
535 268 7
536 269 5
537 269 7
538 270 5
539 270 7
540 271 5
541 271 7
542 272 5
543 272 7
544 273 5
545 273 7
546 274 5
547 274 7
548 275 5
549 275 7
550 275 8
551 276 5
552 276 7
553 276 8
554 277 5
555 277 7
556 277 8
557 278 5
558 278 7
559 278 8
560 279 5
561 279 7
562 279 8
563 280 5
564 280 7
565 280 8
566 281 5
567 281 7
568 281 8
569 282 5
570 282 7
571 282 8
572 283 5
573 283 7
574 283 8
575 284 5
576 284 7
577 284 8
578 285 5
579 285 7
580 285 8
581 286 5
582 286 7
583 286 8
584 287 5
585 287 7
586 287 8
587 288 5
588 288 7
589 288 8
590 289 5
591 289 7
592 289 8
593 290 5
594 290 7
595 290 8
596 291 5
597 291 7
598 292 5
599 292 7
600 293 5
601 293 7
602 294 5
603 294 7
604 295 5
605 295 7
606 296 5
607 296 7
608 297 5
609 303 5
610 303 7
611 304 5
612 304 7

View file

@ -0,0 +1,9 @@
item_flag_id,local_language_id,name,description
1,9,Countable,Has a count in the bag
2,9,Consumable,Consumed when used
3,9,Usable_overworld,Usable outside battle
4,9,Usable_in_battle,Usable in battle
5,9,Holdable,Can be held by a Pokémon
6,9,Holdable_passive,Works passively when held
7,9,Holdable_active,Usable by a Pokémon when held
8,9,Underground,Appears in Sinnoh Underground
1 item_flag_id local_language_id name description
2 1 9 Countable Has a count in the bag
3 2 9 Consumable Consumed when used
4 3 9 Usable_overworld Usable outside battle
5 4 9 Usable_in_battle Usable in battle
6 5 9 Holdable Can be held by a Pokémon
7 6 9 Holdable_passive Works passively when held
8 7 9 Holdable_active Usable by a Pokémon when held
9 8 9 Underground Appears in Sinnoh Underground

View file

@ -0,0 +1,9 @@
id,identifier
1,countable
2,consumable
3,usable-overworld
4,usable-in-battle
5,holdable
6,holdable-passive
7,holdable-active
8,underground
1 id identifier
2 1 countable
3 2 consumable
4 3 usable-overworld
5 4 usable-in-battle
6 5 holdable
7 6 holdable-passive
8 7 holdable-active
9 8 underground

View file

@ -0,0 +1 @@
item_id,local_language_id,flavor_summary
1 item_id local_language_id flavor_summary

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,8 @@
item_fling_effect_id,local_language_id,effect
1,9,Badly poisons the target.
2,9,Burns the target.
3,9,Immediately activates the berry's effect on the target.
4,9,Immediately activates the herb's effect on the target.
5,9,Paralyzes the target.
6,9,Poisons the target.
7,9,Target will flinch if it has not yet gone this turn.
1 item_fling_effect_id local_language_id effect
2 1 9 Badly poisons the target.
3 2 9 Burns the target.
4 3 9 Immediately activates the berry's effect on the target.
5 4 9 Immediately activates the herb's effect on the target.
6 5 9 Paralyzes the target.
7 6 9 Poisons the target.
8 7 9 Target will flinch if it has not yet gone this turn.

View file

@ -0,0 +1,8 @@
id
1
2
3
4
5
6
7
1 id
2 1
3 2
4 3
5 4
6 5
7 6
8 7

File diff suppressed because it is too large Load diff

5157
data/v2/csv/item_names.csv Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,9 @@
item_pocket_id,local_language_id,name
1,9,Items
2,9,Medicine
3,9,Poké Balls
4,9,TMs and HMs
5,9,Berries
6,9,Mail
7,9,Battle Items
8,9,Key Items
1 item_pocket_id local_language_id name
2 1 9 Items
3 2 9 Medicine
4 3 9 Poké Balls
5 4 9 TMs and HMs
6 5 9 Berries
7 6 9 Mail
8 7 9 Battle Items
9 8 9 Key Items

View file

@ -0,0 +1,9 @@
id,identifier
1,misc
2,medicine
3,pokeballs
4,machines
5,berries
6,mail
7,battle
8,key
1 id identifier
2 1 misc
3 2 medicine
4 3 pokeballs
5 4 machines
6 5 berries
7 6 mail
8 7 battle
9 8 key

1241
data/v2/csv/item_prose.csv Normal file

File diff suppressed because it is too large Load diff

747
data/v2/csv/items.csv Normal file
View file

@ -0,0 +1,747 @@
id,identifier,category_id,cost,fling_power,fling_effect_id
1,master-ball,34,0,,
2,ultra-ball,34,1200,,
3,great-ball,34,600,,
4,poke-ball,34,200,,
5,safari-ball,34,0,,
6,net-ball,33,1000,,
7,dive-ball,33,1000,,
8,nest-ball,33,1000,,
9,repeat-ball,33,1000,,
10,timer-ball,33,1000,,
11,luxury-ball,33,1000,,
12,premier-ball,33,200,,
13,dusk-ball,33,1000,,
14,heal-ball,33,300,,
15,quick-ball,33,1000,,
16,cherish-ball,33,200,,
17,potion,27,300,30,
18,antidote,30,100,30,
19,burn-heal,30,250,30,
20,ice-heal,30,250,30,
21,awakening,30,250,30,
22,paralyze-heal,30,200,30,
23,full-restore,27,3000,30,
24,max-potion,27,2500,30,
25,hyper-potion,27,1200,30,
26,super-potion,27,700,30,
27,full-heal,30,600,30,
28,revive,29,1500,30,
29,max-revive,29,4000,30,
30,fresh-water,27,200,30,
31,soda-pop,27,300,30,
32,lemonade,27,350,30,
33,moomoo-milk,27,500,30,
34,energy-powder,27,500,30,
35,energy-root,27,800,30,
36,heal-powder,30,450,30,
37,revival-herb,29,2800,30,
38,ether,28,1200,30,
39,max-ether,28,2000,30,
40,elixir,28,3000,30,
41,max-elixir,28,4500,30,
42,lava-cookie,30,200,30,
43,berry-juice,27,100,30,
44,sacred-ash,29,200,30,
45,hp-up,26,9800,30,
46,protein,26,9800,30,
47,iron,26,9800,30,
48,carbos,26,9800,30,
49,calcium,26,9800,30,
50,rare-candy,26,4800,30,
51,pp-up,26,9800,30,
52,zinc,26,9800,30,
53,pp-max,26,9800,30,
54,old-gateau,30,200,30,
55,guard-spec,1,700,30,
56,dire-hit,1,650,30,
57,x-attack,1,500,30,
58,x-defense,1,550,30,
59,x-speed,1,350,30,
60,x-accuracy,1,950,30,
61,x-sp-atk,1,350,30,
62,x-sp-def,1,350,30,
63,poke-doll,11,1000,30,
64,fluffy-tail,11,1000,30,
65,blue-flute,38,100,30,
66,yellow-flute,38,200,30,
67,red-flute,38,300,30,
68,black-flute,11,400,30,
69,white-flute,11,500,30,
70,shoal-salt,9,20,30,
71,shoal-shell,9,20,30,
72,red-shard,9,200,30,
73,blue-shard,9,200,30,
74,yellow-shard,9,200,30,
75,green-shard,9,200,30,
76,super-repel,11,500,30,
77,max-repel,11,700,30,
78,escape-rope,11,550,30,
79,repel,11,350,30,
80,sun-stone,10,2100,30,
81,moon-stone,10,2100,30,
82,fire-stone,10,2100,30,
83,thunder-stone,10,2100,30,
84,water-stone,10,2100,30,
85,leaf-stone,10,2100,30,
86,tiny-mushroom,24,500,30,
87,big-mushroom,24,5000,30,
88,pearl,24,1400,30,
89,big-pearl,24,7500,30,
90,stardust,24,2000,30,
91,star-piece,24,9800,30,
92,nugget,24,10000,30,
93,heart-scale,9,100,30,
94,honey,35,100,30,
95,growth-mulch,32,200,30,
96,damp-mulch,32,200,30,
97,stable-mulch,32,200,30,
98,gooey-mulch,32,200,30,
99,root-fossil,35,1000,100,
100,claw-fossil,35,1000,100,
101,helix-fossil,35,1000,100,
102,dome-fossil,35,1000,100,
103,old-amber,35,1000,100,
104,armor-fossil,35,1000,100,
105,skull-fossil,35,1000,100,
106,rare-bone,24,10000,100,
107,shiny-stone,10,2100,80,
108,dusk-stone,10,2100,80,
109,dawn-stone,10,2100,80,
110,oval-stone,10,2100,80,
111,odd-keystone,35,2100,80,
112,adamant-orb,18,10000,60,
113,lustrous-orb,18,10000,60,
114,grass-mail,25,50,,
115,flame-mail,25,50,,
116,bubble-mail,25,50,,
117,bloom-mail,25,50,,
118,tunnel-mail,25,50,,
119,steel-mail,25,50,,
120,heart-mail,25,50,,
121,snow-mail,25,50,,
122,space-mail,25,50,,
123,air-mail,25,50,,
124,mosaic-mail,25,50,,
125,brick-mail,25,50,,
126,cheri-berry,3,20,10,3
127,chesto-berry,3,20,10,3
128,pecha-berry,3,20,10,3
129,rawst-berry,3,20,10,3
130,aspear-berry,3,20,10,3
131,leppa-berry,3,20,10,3
132,oran-berry,3,20,10,3
133,persim-berry,3,20,10,3
134,lum-berry,3,20,10,3
135,sitrus-berry,3,20,10,3
136,figy-berry,6,20,10,3
137,wiki-berry,6,20,10,3
138,mago-berry,6,20,10,3
139,aguav-berry,6,20,10,3
140,iapapa-berry,6,20,10,3
141,razz-berry,8,20,10,
142,bluk-berry,8,20,10,
143,nanab-berry,8,20,10,
144,wepear-berry,8,20,10,
145,pinap-berry,8,20,10,
146,pomeg-berry,2,20,10,
147,kelpsy-berry,2,20,10,
148,qualot-berry,2,20,10,
149,hondew-berry,2,20,10,
150,grepa-berry,2,20,10,
151,tamato-berry,2,20,10,
152,cornn-berry,8,20,10,
153,magost-berry,8,20,10,
154,rabuta-berry,8,20,10,
155,nomel-berry,8,20,10,
156,spelon-berry,8,20,10,
157,pamtre-berry,8,20,10,
158,watmel-berry,8,20,10,
159,durin-berry,8,20,10,
160,belue-berry,8,20,10,
161,occa-berry,7,20,10,
162,passho-berry,7,20,10,
163,wacan-berry,7,20,10,
164,rindo-berry,7,20,10,
165,yache-berry,7,20,10,
166,chople-berry,7,20,10,
167,kebia-berry,7,20,10,
168,shuca-berry,7,20,10,
169,coba-berry,7,20,10,
170,payapa-berry,7,20,10,
171,tanga-berry,7,20,10,
172,charti-berry,7,20,10,
173,kasib-berry,7,20,10,
174,haban-berry,7,20,10,
175,colbur-berry,7,20,10,
176,babiri-berry,7,20,10,
177,chilan-berry,7,20,10,
178,liechi-berry,5,20,10,3
179,ganlon-berry,5,20,10,3
180,salac-berry,5,20,10,3
181,petaya-berry,5,20,10,3
182,apicot-berry,5,20,10,3
183,lansat-berry,5,20,10,3
184,starf-berry,5,20,10,3
185,enigma-berry,4,20,10,
186,micle-berry,5,20,10,3
187,custap-berry,5,20,10,
188,jaboca-berry,4,20,10,
189,rowap-berry,4,20,10,
190,bright-powder,12,10,10,
191,white-herb,12,100,10,4
192,macho-brace,14,3000,60,
193,exp-share,16,3000,30,
194,quick-claw,12,100,80,
195,soothe-bell,16,100,10,
196,mental-herb,12,100,10,4
197,choice-band,13,100,10,
198,kings-rock,12,100,30,7
199,silver-powder,19,100,10,
200,amulet-coin,16,100,30,
201,cleanse-tag,16,200,30,
202,soul-dew,18,200,30,
203,deep-sea-tooth,18,200,90,
204,deep-sea-scale,18,200,30,
205,smoke-ball,12,200,30,
206,everstone,16,200,30,
207,focus-band,12,200,10,
208,lucky-egg,16,200,30,
209,scope-lens,12,200,30,
210,metal-coat,19,100,30,
211,leftovers,12,200,10,
212,dragon-scale,10,2100,30,
213,light-ball,18,100,30,5
214,soft-sand,19,100,10,
215,hard-stone,19,100,100,
216,miracle-seed,19,100,30,
217,black-glasses,19,100,30,
218,black-belt,19,100,30,
219,magnet,19,100,30,
220,mystic-water,19,100,30,
221,sharp-beak,19,100,50,
222,poison-barb,19,100,70,6
223,never-melt-ice,19,100,30,
224,spell-tag,19,100,30,
225,twisted-spoon,19,100,30,
226,charcoal,19,9800,30,
227,dragon-fang,19,100,70,
228,silk-scarf,19,100,10,
229,up-grade,10,2100,30,
230,shell-bell,12,200,30,
231,sea-incense,19,9600,10,
232,lax-incense,12,9600,10,
233,lucky-punch,18,10,40,
234,metal-powder,18,10,10,
235,thick-club,18,500,90,
236,stick,18,200,60,
237,red-scarf,36,100,10,
238,blue-scarf,36,100,10,
239,pink-scarf,36,100,10,
240,green-scarf,36,100,10,
241,yellow-scarf,36,100,10,
242,wide-lens,12,200,10,
243,muscle-band,12,200,10,
244,wise-glasses,12,200,10,
245,expert-belt,12,200,10,
246,light-clay,12,200,30,
247,life-orb,12,200,30,
248,power-herb,12,100,10,
249,toxic-orb,15,100,30,1
250,flame-orb,15,100,30,2
251,quick-powder,18,10,10,
252,focus-sash,12,200,10,
253,zoom-lens,12,200,10,
254,metronome,12,200,30,
255,iron-ball,15,200,130,
256,lagging-tail,15,200,10,
257,destiny-knot,12,200,10,
258,black-sludge,12,200,30,
259,icy-rock,12,200,40,
260,smooth-rock,12,200,10,
261,heat-rock,12,200,60,
262,damp-rock,12,200,60,
263,grip-claw,12,200,90,
264,choice-scarf,13,200,10,
265,sticky-barb,15,200,80,
266,power-bracer,14,3000,70,
267,power-belt,14,3000,70,
268,power-lens,14,3000,70,
269,power-band,14,3000,70,
270,power-anklet,14,3000,70,
271,power-weight,14,3000,70,
272,shed-shell,12,100,10,
273,big-root,12,200,10,
274,choice-specs,13,200,10,
275,flame-plate,17,1000,90,
276,splash-plate,17,1000,90,
277,zap-plate,17,1000,90,
278,meadow-plate,17,1000,90,
279,icicle-plate,17,1000,90,
280,fist-plate,17,1000,90,
281,toxic-plate,17,1000,90,
282,earth-plate,17,1000,90,
283,sky-plate,17,1000,90,
284,mind-plate,17,1000,90,
285,insect-plate,17,1000,90,
286,stone-plate,17,1000,90,
287,spooky-plate,17,1000,90,
288,draco-plate,17,1000,90,
289,dread-plate,17,1000,90,
290,iron-plate,17,1000,90,
291,odd-incense,19,9600,10,
292,rock-incense,19,9600,10,
293,full-incense,15,9600,10,
294,wave-incense,19,9600,10,
295,rose-incense,19,9600,10,
296,luck-incense,16,9600,10,
297,pure-incense,16,9600,10,
298,protector,10,2100,80,
299,electirizer,10,2100,80,
300,magmarizer,10,2100,80,
301,dubious-disc,10,2100,50,
302,reaper-cloth,10,2100,10,
303,razor-claw,12,2100,80,
304,razor-fang,12,2100,30,7
305,tm01,37,3000,,
306,tm02,37,3000,,
307,tm03,37,3000,,
308,tm04,37,1500,,
309,tm05,37,1000,,
310,tm06,37,3000,,
311,tm07,37,2000,,
312,tm08,37,1500,,
313,tm09,37,2000,,
314,tm10,37,2000,,
315,tm11,37,2000,,
316,tm12,37,1500,,
317,tm13,37,3000,,
318,tm14,37,5500,,
319,tm15,37,7500,,
320,tm16,37,2000,,
321,tm17,37,2000,,
322,tm18,37,2000,,
323,tm19,37,3000,,
324,tm20,37,2000,,
325,tm21,37,1000,,
326,tm22,37,3000,,
327,tm23,37,3000,,
328,tm24,37,3000,,
329,tm25,37,5500,,
330,tm26,37,3000,,
331,tm27,37,1000,,
332,tm28,37,2000,,
333,tm29,37,3000,,
334,tm30,37,3000,,
335,tm31,37,3000,,
336,tm32,37,1000,,
337,tm33,37,2000,,
338,tm34,37,3000,,
339,tm35,37,3000,,
340,tm36,37,3000,,
341,tm37,37,2000,,
342,tm38,37,5500,,
343,tm39,37,2000,,
344,tm40,37,3000,,
345,tm41,37,1500,,
346,tm42,37,3000,,
347,tm43,37,2000,,
348,tm44,37,3000,,
349,tm45,37,3000,,
350,tm46,37,2000,,
351,tm47,37,3000,,
352,tm48,37,3000,,
353,tm49,37,1500,,
354,tm50,37,5500,,
355,tm51,37,2000,,
356,tm52,37,5500,,
357,tm53,37,3000,,
358,tm54,37,2000,,
359,tm55,37,3000,,
360,tm56,37,2000,,
361,tm57,37,3000,,
362,tm58,37,2000,,
363,tm59,37,3000,,
364,tm60,37,3000,,
365,tm61,37,2000,,
366,tm62,37,3000,,
367,tm63,37,2000,,
368,tm64,37,7500,,
369,tm65,37,3000,,
370,tm66,37,3000,,
371,tm67,37,1000,,
372,tm68,37,7500,,
373,tm69,37,1500,,
374,tm70,37,1000,,
375,tm71,37,3000,,
376,tm72,37,3000,,
377,tm73,37,2000,,
378,tm74,37,3000,,
379,tm75,37,1500,,
380,tm76,37,2000,,
381,tm77,37,1500,,
382,tm78,37,1500,,
383,tm79,37,3000,,
384,tm80,37,3000,,
385,tm81,37,3000,,
386,tm82,37,1000,,
387,tm83,37,2000,,
388,tm84,37,3000,,
389,tm85,37,3000,,
390,tm86,37,3000,,
391,tm87,37,1500,,
392,tm88,37,3000,,
393,tm89,37,3000,,
394,tm90,37,2000,,
395,tm91,37,3000,,
396,tm92,37,5500,,
397,hm01,37,0,,
398,hm02,37,0,,
399,hm03,37,0,,
400,hm04,37,0,,
401,hm05,37,0,,
402,hm06,37,0,,
403,hm07,37,0,,
404,hm08,37,0,,
405,explorer-kit,21,0,,
406,loot-sack,23,0,,
407,rule-book,23,0,,
408,poke-radar,21,0,,
409,point-card,21,0,,
410,journal,21,0,,
411,seal-case,21,0,,
412,fashion-case,21,0,,
413,seal-bag,23,0,,
414,pal-pad,21,0,,
415,works-key,22,0,,
416,old-charm,22,0,,
417,galactic-key,22,0,,
418,red-chain,23,0,,
419,town-map,21,0,,
420,vs-seeker,21,0,,
421,coin-case,21,0,,
422,old-rod,21,0,,
423,good-rod,21,0,,
424,super-rod,21,0,,
425,sprayduck,21,0,,
426,poffin-case,21,0,,
427,bicycle,21,0,,
428,suite-key,20,0,,
429,oaks-letter,20,0,,
430,lunar-wing,20,0,,
431,member-card,20,0,,
432,azure-flute,20,0,,
433,ss-ticket,22,0,,
434,contest-pass,21,0,,
435,magma-stone,22,0,,
436,parcel,22,0,,
437,coupon-1,22,0,,
438,coupon-2,22,0,,
439,coupon-3,22,0,,
440,storage-key,22,0,,
441,secret-potion,22,0,,
442,griseous-orb,18,10000,,
443,vs-recorder,21,0,,
444,gracidea,20,0,,
445,secret-key,20,0,,
446,apricorn-box,21,0,,
447,berry-pots,21,0,,
448,squirt-bottle,22,0,,
449,lure-ball,39,300,,
450,level-ball,39,300,,
451,moon-ball,39,300,,
452,heavy-ball,39,300,,
453,fast-ball,39,300,,
454,friend-ball,39,300,,
455,love-ball,39,300,,
456,park-ball,34,0,,
457,sport-ball,34,0,,
458,red-apricorn,40,0,,
459,blue-apricorn,40,0,,
460,yellow-apricorn,40,0,,
461,green-apricorn,40,0,,
462,pink-apricorn,40,0,,
463,white-apricorn,40,0,,
464,black-apricorn,40,0,,
465,dowsing-machine,21,0,,
466,rage-candy-bar,21,0,,
467,red-orb,22,0,,
468,blue-orb,22,0,,
469,jade-orb,22,0,,
470,enigma-stone,20,0,,
471,unown-report,21,0,,
472,blue-card,21,0,,
473,slowpoke-tail,23,0,,
474,clear-bell,22,0,,
475,card-key,22,0,,
476,basement-key,22,0,,
477,red-scale,22,0,,
478,lost-item,22,0,,
479,pass,22,0,,
480,machine-part,22,0,,
481,silver-wing,22,0,,
482,rainbow-wing,22,0,,
483,mystery-egg,22,0,,
484,gb-sounds,21,0,,
485,tidal-bell,22,0,,
486,data-card-01,41,0,,
487,data-card-02,41,0,,
488,data-card-03,41,0,,
489,data-card-04,41,0,,
490,data-card-05,41,0,,
491,data-card-06,41,0,,
492,data-card-07,41,0,,
493,data-card-08,41,0,,
494,data-card-09,41,0,,
495,data-card-10,41,0,,
496,data-card-11,41,0,,
497,data-card-12,41,0,,
498,data-card-13,41,0,,
499,data-card-14,41,0,,
500,data-card-15,41,0,,
501,data-card-16,41,0,,
502,data-card-17,41,0,,
503,data-card-18,41,0,,
504,data-card-19,41,0,,
505,data-card-20,41,0,,
506,data-card-21,41,0,,
507,data-card-22,41,0,,
508,data-card-23,41,0,,
509,data-card-24,41,0,,
510,data-card-25,41,0,,
511,data-card-26,41,0,,
512,data-card-27,41,0,,
513,lock-capsule,23,0,,
514,photo-album,23,0,,
515,orange-mail,25,50,,
516,harbor-mail,25,50,,
517,glitter-mail,25,50,,
518,mech-mail,25,50,,
519,wood-mail,25,50,,
520,wave-mail,25,50,,
521,bead-mail,25,50,,
522,shadow-mail,25,50,,
523,tropic-mail,25,50,,
524,dream-mail,25,50,,
525,fab-mail,25,50,,
526,retro-mail,25,0,,
527,mach-bike,21,0,,
528,acro-bike,21,0,,
529,wailmer-pail,21,0,,
530,devon-goods,22,0,,
531,soot-sack,21,0,,
532,pokeblock-case,21,0,,
533,letter,22,0,,
534,eon-ticket,20,0,,
535,scanner,22,0,,
536,go-goggles,21,0,,
537,meteorite,22,0,,
538,rm-1-key,22,0,,
539,rm-2-key,22,0,,
540,rm-4-key,22,0,,
541,rm-6-key,22,0,,
542,devon-scope,21,0,,
543,oaks-parcel,22,0,,
544,poke-flute,22,0,,
545,bike-voucher,22,0,,
546,gold-teeth,22,0,,
547,lift-key,22,0,,
548,silph-scope,22,0,,
549,fame-checker,21,0,,
550,tm-case,21,0,,
551,berry-pouch,21,0,,
552,teachy-tv,21,0,,
553,tri-pass,22,0,,
554,rainbow-pass,22,0,,
555,tea,22,0,,
556,mysticticket,20,0,,
557,auroraticket,20,0,,
558,powder-jar,21,0,,
559,ruby,22,0,,
560,sapphire,22,0,,
561,magma-emblem,22,0,,
562,old-sea-map,20,0,,
563,douse-drive,18,1000,70,
564,shock-drive,18,1000,70,
565,burn-drive,18,1000,70,
566,chill-drive,18,1000,70,
567,sweet-heart,27,100,30,
568,greet-mail,25,50,,
569,favored-mail,25,50,,
570,rsvp-mail,25,50,,
571,thanks-mail,25,50,,
572,inquiry-mail,25,50,,
573,like-mail,25,50,,
574,reply-mail,25,50,,
575,bridge-mail-s,25,50,,
576,bridge-mail-d,25,50,,
577,bridge-mail-t,25,50,,
578,bridge-mail-v,25,50,,
579,bridge-mail-m,25,50,,
580,prism-scale,10,500,30,
581,eviolite,12,200,40,
582,float-stone,12,200,30,
583,rocky-helmet,12,200,60,
584,air-balloon,12,200,10,
585,red-card,12,200,10,
586,ring-target,12,200,10,
587,binding-band,12,200,30,
588,absorb-bulb,12,200,30,
589,cell-battery,12,200,30,
590,eject-button,12,200,30,
591,fire-gem,42,200,,
592,water-gem,42,200,,
593,electric-gem,42,200,,
594,grass-gem,42,200,,
595,ice-gem,42,200,,
596,fighting-gem,42,200,,
597,poison-gem,42,200,,
598,ground-gem,42,200,,
599,flying-gem,42,200,,
600,psychic-gem,42,200,,
601,bug-gem,42,200,,
602,rock-gem,42,200,,
603,ghost-gem,42,200,,
604,dark-gem,42,200,,
605,steel-gem,42,200,,
606,health-wing,26,3000,20,
607,muscle-wing,26,3000,20,
608,resist-wing,26,3000,20,
609,genius-wing,26,3000,20,
610,clever-wing,26,3000,20,
611,swift-wing,26,3000,20,
612,pretty-wing,24,200,20,
613,cover-fossil,35,1000,100,
614,plume-fossil,35,1000,100,
615,liberty-pass,20,0,,
616,pass-orb,12,200,30,
617,dream-ball,33,0,,
618,poke-toy,11,1000,30,
619,prop-case,21,0,,
620,dragon-skull,22,0,,
621,balm-mushroom,24,0,30,
622,big-nugget,24,0,30,
623,pearl-string,24,0,30,
624,comet-shard,24,0,30,
625,relic-copper,24,0,30,
626,relic-silver,24,0,30,
627,relic-gold,24,0,30,
628,relic-vase,24,0,30,
629,relic-band,24,0,30,
630,relic-statue,24,0,30,
631,relic-crown,24,0,30,
632,casteliacone,30,100,30,
633,dire-hit-2,43,0,,
634,x-speed-2,43,0,,
635,x-sp-atk-2,43,0,,
636,x-sp-def-2,43,0,,
637,x-defense-2,43,0,,
638,x-attack-2,43,0,,
639,x-accuracy-2,43,0,,
640,x-speed-3,43,0,,
641,x-sp-atk-3,43,0,,
642,x-sp-def-3,43,0,,
643,x-defense-3,43,0,,
644,x-attack-3,43,0,,
645,x-accuracy-3,43,0,,
646,x-speed-6,43,0,,
647,x-sp-atk-6,43,0,,
648,x-sp-def-6,43,0,,
649,x-defense-6,43,0,,
650,x-attack-6,43,0,,
651,x-accuracy-6,43,0,,
652,ability-urge,43,0,,
653,item-drop,43,0,,
654,item-urge,43,0,,
655,reset-urge,43,0,,
656,dire-hit-3,43,0,,
657,light-stone,22,0,,
658,dark-stone,22,0,,
659,tm93,37,10000,,
660,tm94,37,10000,,
661,tm95,37,10000,,
662,xtransceiver,21,0,,
663,god-stone,23,0,,
664,gram-1,22,0,,
665,gram-2,22,0,,
666,gram-3,22,0,,
668,dragon-gem,42,200,,
669,normal-gem,42,200,,
670,medal-box,21,0,,
671,dna-splicers,21,0,,
673,permit,21,0,,
674,oval-charm,21,0,,
675,shiny-charm,21,0,,
676,plasma-card,22,0,,
677,grubby-hanky,22,0,,
678,colress-machine,22,0,,
679,dropped-item,22,0,,
681,reveal-glass,21,0,,
682,weakness-policy,12,0,,
683,assault-vest,12,0,,
684,pixie-plate,17,0,,
685,ability-capsule,26,0,,
686,whipped-dream,10,0,,
687,sachet,10,0,,
688,luminous-moss,12,0,,
689,snowball,12,0,,
690,safety-goggles,12,0,,
691,rich-mulch,32,0,,
692,surprise-mulch,32,0,,
693,boost-mulch,32,0,,
694,amaze-mulch,32,0,,
695,gengarite,44,0,,
696,gardevoirite,44,0,,
697,ampharosite,44,0,,
698,venusaurite,44,0,,
699,charizardite-x,44,0,,
700,blastoisinite,44,0,,
701,mewtwonite-x,44,0,,
702,mewtwonite-y,44,0,,
703,blazikenite,44,0,,
704,medichamite,44,0,,
705,houndoominite,44,0,,
706,aggronite,44,0,,
707,banettite,44,0,,
708,tyranitarite,44,0,,
709,scizorite,44,0,,
710,pinsirite,44,0,,
711,aerodactylite,44,0,,
712,lucarionite,44,0,,
713,abomasite,44,0,,
714,kangaskhanite,44,0,,
715,gyaradosite,44,0,,
716,absolite,44,0,,
717,charizardite-y,44,0,,
718,alakazite,44,0,,
719,heracronite,44,0,,
720,mawilite,44,0,,
721,manectite,44,0,,
722,garchompite,44,0,,
723,roseli-berry,7,0,,
724,kee-berry,4,0,,
725,maranga-berry,4,0,,
726,discount-coupon,10001,0,,
727,strange-souvenir,10001,0,,
728,lumiose-galette,30,0,,
729,jaw-fossil,35,0,,
730,sail-fossil,35,0,,
731,fairy-gem,42,0,,
732,adventure-rules,21,0,,
733,elevator-key,22,0,,
734,holo-caster,21,0,,
735,honor-of-kalos,22,0,,
736,intriguing-stone,22,0,,
737,lens-case,21,0,,
738,looker-ticket,22,0,,
739,mega-ring,21,0,,
740,power-plant-pass,22,0,,
741,profs-letter,22,0,,
742,roller-skates,21,0,,
743,sprinklotad,21,0,,
744,tmv-pass,21,0,,
745,tm96,37,0,,
746,tm97,37,0,,
747,tm98,37,0,,
748,tm99,37,0,,
749,tm100,37,0,,
1 id identifier category_id cost fling_power fling_effect_id
2 1 master-ball 34 0
3 2 ultra-ball 34 1200
4 3 great-ball 34 600
5 4 poke-ball 34 200
6 5 safari-ball 34 0
7 6 net-ball 33 1000
8 7 dive-ball 33 1000
9 8 nest-ball 33 1000
10 9 repeat-ball 33 1000
11 10 timer-ball 33 1000
12 11 luxury-ball 33 1000
13 12 premier-ball 33 200
14 13 dusk-ball 33 1000
15 14 heal-ball 33 300
16 15 quick-ball 33 1000
17 16 cherish-ball 33 200
18 17 potion 27 300 30
19 18 antidote 30 100 30
20 19 burn-heal 30 250 30
21 20 ice-heal 30 250 30
22 21 awakening 30 250 30
23 22 paralyze-heal 30 200 30
24 23 full-restore 27 3000 30
25 24 max-potion 27 2500 30
26 25 hyper-potion 27 1200 30
27 26 super-potion 27 700 30
28 27 full-heal 30 600 30
29 28 revive 29 1500 30
30 29 max-revive 29 4000 30
31 30 fresh-water 27 200 30
32 31 soda-pop 27 300 30
33 32 lemonade 27 350 30
34 33 moomoo-milk 27 500 30
35 34 energy-powder 27 500 30
36 35 energy-root 27 800 30
37 36 heal-powder 30 450 30
38 37 revival-herb 29 2800 30
39 38 ether 28 1200 30
40 39 max-ether 28 2000 30
41 40 elixir 28 3000 30
42 41 max-elixir 28 4500 30
43 42 lava-cookie 30 200 30
44 43 berry-juice 27 100 30
45 44 sacred-ash 29 200 30
46 45 hp-up 26 9800 30
47 46 protein 26 9800 30
48 47 iron 26 9800 30
49 48 carbos 26 9800 30
50 49 calcium 26 9800 30
51 50 rare-candy 26 4800 30
52 51 pp-up 26 9800 30
53 52 zinc 26 9800 30
54 53 pp-max 26 9800 30
55 54 old-gateau 30 200 30
56 55 guard-spec 1 700 30
57 56 dire-hit 1 650 30
58 57 x-attack 1 500 30
59 58 x-defense 1 550 30
60 59 x-speed 1 350 30
61 60 x-accuracy 1 950 30
62 61 x-sp-atk 1 350 30
63 62 x-sp-def 1 350 30
64 63 poke-doll 11 1000 30
65 64 fluffy-tail 11 1000 30
66 65 blue-flute 38 100 30
67 66 yellow-flute 38 200 30
68 67 red-flute 38 300 30
69 68 black-flute 11 400 30
70 69 white-flute 11 500 30
71 70 shoal-salt 9 20 30
72 71 shoal-shell 9 20 30
73 72 red-shard 9 200 30
74 73 blue-shard 9 200 30
75 74 yellow-shard 9 200 30
76 75 green-shard 9 200 30
77 76 super-repel 11 500 30
78 77 max-repel 11 700 30
79 78 escape-rope 11 550 30
80 79 repel 11 350 30
81 80 sun-stone 10 2100 30
82 81 moon-stone 10 2100 30
83 82 fire-stone 10 2100 30
84 83 thunder-stone 10 2100 30
85 84 water-stone 10 2100 30
86 85 leaf-stone 10 2100 30
87 86 tiny-mushroom 24 500 30
88 87 big-mushroom 24 5000 30
89 88 pearl 24 1400 30
90 89 big-pearl 24 7500 30
91 90 stardust 24 2000 30
92 91 star-piece 24 9800 30
93 92 nugget 24 10000 30
94 93 heart-scale 9 100 30
95 94 honey 35 100 30
96 95 growth-mulch 32 200 30
97 96 damp-mulch 32 200 30
98 97 stable-mulch 32 200 30
99 98 gooey-mulch 32 200 30
100 99 root-fossil 35 1000 100
101 100 claw-fossil 35 1000 100
102 101 helix-fossil 35 1000 100
103 102 dome-fossil 35 1000 100
104 103 old-amber 35 1000 100
105 104 armor-fossil 35 1000 100
106 105 skull-fossil 35 1000 100
107 106 rare-bone 24 10000 100
108 107 shiny-stone 10 2100 80
109 108 dusk-stone 10 2100 80
110 109 dawn-stone 10 2100 80
111 110 oval-stone 10 2100 80
112 111 odd-keystone 35 2100 80
113 112 adamant-orb 18 10000 60
114 113 lustrous-orb 18 10000 60
115 114 grass-mail 25 50
116 115 flame-mail 25 50
117 116 bubble-mail 25 50
118 117 bloom-mail 25 50
119 118 tunnel-mail 25 50
120 119 steel-mail 25 50
121 120 heart-mail 25 50
122 121 snow-mail 25 50
123 122 space-mail 25 50
124 123 air-mail 25 50
125 124 mosaic-mail 25 50
126 125 brick-mail 25 50
127 126 cheri-berry 3 20 10 3
128 127 chesto-berry 3 20 10 3
129 128 pecha-berry 3 20 10 3
130 129 rawst-berry 3 20 10 3
131 130 aspear-berry 3 20 10 3
132 131 leppa-berry 3 20 10 3
133 132 oran-berry 3 20 10 3
134 133 persim-berry 3 20 10 3
135 134 lum-berry 3 20 10 3
136 135 sitrus-berry 3 20 10 3
137 136 figy-berry 6 20 10 3
138 137 wiki-berry 6 20 10 3
139 138 mago-berry 6 20 10 3
140 139 aguav-berry 6 20 10 3
141 140 iapapa-berry 6 20 10 3
142 141 razz-berry 8 20 10
143 142 bluk-berry 8 20 10
144 143 nanab-berry 8 20 10
145 144 wepear-berry 8 20 10
146 145 pinap-berry 8 20 10
147 146 pomeg-berry 2 20 10
148 147 kelpsy-berry 2 20 10
149 148 qualot-berry 2 20 10
150 149 hondew-berry 2 20 10
151 150 grepa-berry 2 20 10
152 151 tamato-berry 2 20 10
153 152 cornn-berry 8 20 10
154 153 magost-berry 8 20 10
155 154 rabuta-berry 8 20 10
156 155 nomel-berry 8 20 10
157 156 spelon-berry 8 20 10
158 157 pamtre-berry 8 20 10
159 158 watmel-berry 8 20 10
160 159 durin-berry 8 20 10
161 160 belue-berry 8 20 10
162 161 occa-berry 7 20 10
163 162 passho-berry 7 20 10
164 163 wacan-berry 7 20 10
165 164 rindo-berry 7 20 10
166 165 yache-berry 7 20 10
167 166 chople-berry 7 20 10
168 167 kebia-berry 7 20 10
169 168 shuca-berry 7 20 10
170 169 coba-berry 7 20 10
171 170 payapa-berry 7 20 10
172 171 tanga-berry 7 20 10
173 172 charti-berry 7 20 10
174 173 kasib-berry 7 20 10
175 174 haban-berry 7 20 10
176 175 colbur-berry 7 20 10
177 176 babiri-berry 7 20 10
178 177 chilan-berry 7 20 10
179 178 liechi-berry 5 20 10 3
180 179 ganlon-berry 5 20 10 3
181 180 salac-berry 5 20 10 3
182 181 petaya-berry 5 20 10 3
183 182 apicot-berry 5 20 10 3
184 183 lansat-berry 5 20 10 3
185 184 starf-berry 5 20 10 3
186 185 enigma-berry 4 20 10
187 186 micle-berry 5 20 10 3
188 187 custap-berry 5 20 10
189 188 jaboca-berry 4 20 10
190 189 rowap-berry 4 20 10
191 190 bright-powder 12 10 10
192 191 white-herb 12 100 10 4
193 192 macho-brace 14 3000 60
194 193 exp-share 16 3000 30
195 194 quick-claw 12 100 80
196 195 soothe-bell 16 100 10
197 196 mental-herb 12 100 10 4
198 197 choice-band 13 100 10
199 198 kings-rock 12 100 30 7
200 199 silver-powder 19 100 10
201 200 amulet-coin 16 100 30
202 201 cleanse-tag 16 200 30
203 202 soul-dew 18 200 30
204 203 deep-sea-tooth 18 200 90
205 204 deep-sea-scale 18 200 30
206 205 smoke-ball 12 200 30
207 206 everstone 16 200 30
208 207 focus-band 12 200 10
209 208 lucky-egg 16 200 30
210 209 scope-lens 12 200 30
211 210 metal-coat 19 100 30
212 211 leftovers 12 200 10
213 212 dragon-scale 10 2100 30
214 213 light-ball 18 100 30 5
215 214 soft-sand 19 100 10
216 215 hard-stone 19 100 100
217 216 miracle-seed 19 100 30
218 217 black-glasses 19 100 30
219 218 black-belt 19 100 30
220 219 magnet 19 100 30
221 220 mystic-water 19 100 30
222 221 sharp-beak 19 100 50
223 222 poison-barb 19 100 70 6
224 223 never-melt-ice 19 100 30
225 224 spell-tag 19 100 30
226 225 twisted-spoon 19 100 30
227 226 charcoal 19 9800 30
228 227 dragon-fang 19 100 70
229 228 silk-scarf 19 100 10
230 229 up-grade 10 2100 30
231 230 shell-bell 12 200 30
232 231 sea-incense 19 9600 10
233 232 lax-incense 12 9600 10
234 233 lucky-punch 18 10 40
235 234 metal-powder 18 10 10
236 235 thick-club 18 500 90
237 236 stick 18 200 60
238 237 red-scarf 36 100 10
239 238 blue-scarf 36 100 10
240 239 pink-scarf 36 100 10
241 240 green-scarf 36 100 10
242 241 yellow-scarf 36 100 10
243 242 wide-lens 12 200 10
244 243 muscle-band 12 200 10
245 244 wise-glasses 12 200 10
246 245 expert-belt 12 200 10
247 246 light-clay 12 200 30
248 247 life-orb 12 200 30
249 248 power-herb 12 100 10
250 249 toxic-orb 15 100 30 1
251 250 flame-orb 15 100 30 2
252 251 quick-powder 18 10 10
253 252 focus-sash 12 200 10
254 253 zoom-lens 12 200 10
255 254 metronome 12 200 30
256 255 iron-ball 15 200 130
257 256 lagging-tail 15 200 10
258 257 destiny-knot 12 200 10
259 258 black-sludge 12 200 30
260 259 icy-rock 12 200 40
261 260 smooth-rock 12 200 10
262 261 heat-rock 12 200 60
263 262 damp-rock 12 200 60
264 263 grip-claw 12 200 90
265 264 choice-scarf 13 200 10
266 265 sticky-barb 15 200 80
267 266 power-bracer 14 3000 70
268 267 power-belt 14 3000 70
269 268 power-lens 14 3000 70
270 269 power-band 14 3000 70
271 270 power-anklet 14 3000 70
272 271 power-weight 14 3000 70
273 272 shed-shell 12 100 10
274 273 big-root 12 200 10
275 274 choice-specs 13 200 10
276 275 flame-plate 17 1000 90
277 276 splash-plate 17 1000 90
278 277 zap-plate 17 1000 90
279 278 meadow-plate 17 1000 90
280 279 icicle-plate 17 1000 90
281 280 fist-plate 17 1000 90
282 281 toxic-plate 17 1000 90
283 282 earth-plate 17 1000 90
284 283 sky-plate 17 1000 90
285 284 mind-plate 17 1000 90
286 285 insect-plate 17 1000 90
287 286 stone-plate 17 1000 90
288 287 spooky-plate 17 1000 90
289 288 draco-plate 17 1000 90
290 289 dread-plate 17 1000 90
291 290 iron-plate 17 1000 90
292 291 odd-incense 19 9600 10
293 292 rock-incense 19 9600 10
294 293 full-incense 15 9600 10
295 294 wave-incense 19 9600 10
296 295 rose-incense 19 9600 10
297 296 luck-incense 16 9600 10
298 297 pure-incense 16 9600 10
299 298 protector 10 2100 80
300 299 electirizer 10 2100 80
301 300 magmarizer 10 2100 80
302 301 dubious-disc 10 2100 50
303 302 reaper-cloth 10 2100 10
304 303 razor-claw 12 2100 80
305 304 razor-fang 12 2100 30 7
306 305 tm01 37 3000
307 306 tm02 37 3000
308 307 tm03 37 3000
309 308 tm04 37 1500
310 309 tm05 37 1000
311 310 tm06 37 3000
312 311 tm07 37 2000
313 312 tm08 37 1500
314 313 tm09 37 2000
315 314 tm10 37 2000
316 315 tm11 37 2000
317 316 tm12 37 1500
318 317 tm13 37 3000
319 318 tm14 37 5500
320 319 tm15 37 7500
321 320 tm16 37 2000
322 321 tm17 37 2000
323 322 tm18 37 2000
324 323 tm19 37 3000
325 324 tm20 37 2000
326 325 tm21 37 1000
327 326 tm22 37 3000
328 327 tm23 37 3000
329 328 tm24 37 3000
330 329 tm25 37 5500
331 330 tm26 37 3000
332 331 tm27 37 1000
333 332 tm28 37 2000
334 333 tm29 37 3000
335 334 tm30 37 3000
336 335 tm31 37 3000
337 336 tm32 37 1000
338 337 tm33 37 2000
339 338 tm34 37 3000
340 339 tm35 37 3000
341 340 tm36 37 3000
342 341 tm37 37 2000
343 342 tm38 37 5500
344 343 tm39 37 2000
345 344 tm40 37 3000
346 345 tm41 37 1500
347 346 tm42 37 3000
348 347 tm43 37 2000
349 348 tm44 37 3000
350 349 tm45 37 3000
351 350 tm46 37 2000
352 351 tm47 37 3000
353 352 tm48 37 3000
354 353 tm49 37 1500
355 354 tm50 37 5500
356 355 tm51 37 2000
357 356 tm52 37 5500
358 357 tm53 37 3000
359 358 tm54 37 2000
360 359 tm55 37 3000
361 360 tm56 37 2000
362 361 tm57 37 3000
363 362 tm58 37 2000
364 363 tm59 37 3000
365 364 tm60 37 3000
366 365 tm61 37 2000
367 366 tm62 37 3000
368 367 tm63 37 2000
369 368 tm64 37 7500
370 369 tm65 37 3000
371 370 tm66 37 3000
372 371 tm67 37 1000
373 372 tm68 37 7500
374 373 tm69 37 1500
375 374 tm70 37 1000
376 375 tm71 37 3000
377 376 tm72 37 3000
378 377 tm73 37 2000
379 378 tm74 37 3000
380 379 tm75 37 1500
381 380 tm76 37 2000
382 381 tm77 37 1500
383 382 tm78 37 1500
384 383 tm79 37 3000
385 384 tm80 37 3000
386 385 tm81 37 3000
387 386 tm82 37 1000
388 387 tm83 37 2000
389 388 tm84 37 3000
390 389 tm85 37 3000
391 390 tm86 37 3000
392 391 tm87 37 1500
393 392 tm88 37 3000
394 393 tm89 37 3000
395 394 tm90 37 2000
396 395 tm91 37 3000
397 396 tm92 37 5500
398 397 hm01 37 0
399 398 hm02 37 0
400 399 hm03 37 0
401 400 hm04 37 0
402 401 hm05 37 0
403 402 hm06 37 0
404 403 hm07 37 0
405 404 hm08 37 0
406 405 explorer-kit 21 0
407 406 loot-sack 23 0
408 407 rule-book 23 0
409 408 poke-radar 21 0
410 409 point-card 21 0
411 410 journal 21 0
412 411 seal-case 21 0
413 412 fashion-case 21 0
414 413 seal-bag 23 0
415 414 pal-pad 21 0
416 415 works-key 22 0
417 416 old-charm 22 0
418 417 galactic-key 22 0
419 418 red-chain 23 0
420 419 town-map 21 0
421 420 vs-seeker 21 0
422 421 coin-case 21 0
423 422 old-rod 21 0
424 423 good-rod 21 0
425 424 super-rod 21 0
426 425 sprayduck 21 0
427 426 poffin-case 21 0
428 427 bicycle 21 0
429 428 suite-key 20 0
430 429 oaks-letter 20 0
431 430 lunar-wing 20 0
432 431 member-card 20 0
433 432 azure-flute 20 0
434 433 ss-ticket 22 0
435 434 contest-pass 21 0
436 435 magma-stone 22 0
437 436 parcel 22 0
438 437 coupon-1 22 0
439 438 coupon-2 22 0
440 439 coupon-3 22 0
441 440 storage-key 22 0
442 441 secret-potion 22 0
443 442 griseous-orb 18 10000
444 443 vs-recorder 21 0
445 444 gracidea 20 0
446 445 secret-key 20 0
447 446 apricorn-box 21 0
448 447 berry-pots 21 0
449 448 squirt-bottle 22 0
450 449 lure-ball 39 300
451 450 level-ball 39 300
452 451 moon-ball 39 300
453 452 heavy-ball 39 300
454 453 fast-ball 39 300
455 454 friend-ball 39 300
456 455 love-ball 39 300
457 456 park-ball 34 0
458 457 sport-ball 34 0
459 458 red-apricorn 40 0
460 459 blue-apricorn 40 0
461 460 yellow-apricorn 40 0
462 461 green-apricorn 40 0
463 462 pink-apricorn 40 0
464 463 white-apricorn 40 0
465 464 black-apricorn 40 0
466 465 dowsing-machine 21 0
467 466 rage-candy-bar 21 0
468 467 red-orb 22 0
469 468 blue-orb 22 0
470 469 jade-orb 22 0
471 470 enigma-stone 20 0
472 471 unown-report 21 0
473 472 blue-card 21 0
474 473 slowpoke-tail 23 0
475 474 clear-bell 22 0
476 475 card-key 22 0
477 476 basement-key 22 0
478 477 red-scale 22 0
479 478 lost-item 22 0
480 479 pass 22 0
481 480 machine-part 22 0
482 481 silver-wing 22 0
483 482 rainbow-wing 22 0
484 483 mystery-egg 22 0
485 484 gb-sounds 21 0
486 485 tidal-bell 22 0
487 486 data-card-01 41 0
488 487 data-card-02 41 0
489 488 data-card-03 41 0
490 489 data-card-04 41 0
491 490 data-card-05 41 0
492 491 data-card-06 41 0
493 492 data-card-07 41 0
494 493 data-card-08 41 0
495 494 data-card-09 41 0
496 495 data-card-10 41 0
497 496 data-card-11 41 0
498 497 data-card-12 41 0
499 498 data-card-13 41 0
500 499 data-card-14 41 0
501 500 data-card-15 41 0
502 501 data-card-16 41 0
503 502 data-card-17 41 0
504 503 data-card-18 41 0
505 504 data-card-19 41 0
506 505 data-card-20 41 0
507 506 data-card-21 41 0
508 507 data-card-22 41 0
509 508 data-card-23 41 0
510 509 data-card-24 41 0
511 510 data-card-25 41 0
512 511 data-card-26 41 0
513 512 data-card-27 41 0
514 513 lock-capsule 23 0
515 514 photo-album 23 0
516 515 orange-mail 25 50
517 516 harbor-mail 25 50
518 517 glitter-mail 25 50
519 518 mech-mail 25 50
520 519 wood-mail 25 50
521 520 wave-mail 25 50
522 521 bead-mail 25 50
523 522 shadow-mail 25 50
524 523 tropic-mail 25 50
525 524 dream-mail 25 50
526 525 fab-mail 25 50
527 526 retro-mail 25 0
528 527 mach-bike 21 0
529 528 acro-bike 21 0
530 529 wailmer-pail 21 0
531 530 devon-goods 22 0
532 531 soot-sack 21 0
533 532 pokeblock-case 21 0
534 533 letter 22 0
535 534 eon-ticket 20 0
536 535 scanner 22 0
537 536 go-goggles 21 0
538 537 meteorite 22 0
539 538 rm-1-key 22 0
540 539 rm-2-key 22 0
541 540 rm-4-key 22 0
542 541 rm-6-key 22 0
543 542 devon-scope 21 0
544 543 oaks-parcel 22 0
545 544 poke-flute 22 0
546 545 bike-voucher 22 0
547 546 gold-teeth 22 0
548 547 lift-key 22 0
549 548 silph-scope 22 0
550 549 fame-checker 21 0
551 550 tm-case 21 0
552 551 berry-pouch 21 0
553 552 teachy-tv 21 0
554 553 tri-pass 22 0
555 554 rainbow-pass 22 0
556 555 tea 22 0
557 556 mysticticket 20 0
558 557 auroraticket 20 0
559 558 powder-jar 21 0
560 559 ruby 22 0
561 560 sapphire 22 0
562 561 magma-emblem 22 0
563 562 old-sea-map 20 0
564 563 douse-drive 18 1000 70
565 564 shock-drive 18 1000 70
566 565 burn-drive 18 1000 70
567 566 chill-drive 18 1000 70
568 567 sweet-heart 27 100 30
569 568 greet-mail 25 50
570 569 favored-mail 25 50
571 570 rsvp-mail 25 50
572 571 thanks-mail 25 50
573 572 inquiry-mail 25 50
574 573 like-mail 25 50
575 574 reply-mail 25 50
576 575 bridge-mail-s 25 50
577 576 bridge-mail-d 25 50
578 577 bridge-mail-t 25 50
579 578 bridge-mail-v 25 50
580 579 bridge-mail-m 25 50
581 580 prism-scale 10 500 30
582 581 eviolite 12 200 40
583 582 float-stone 12 200 30
584 583 rocky-helmet 12 200 60
585 584 air-balloon 12 200 10
586 585 red-card 12 200 10
587 586 ring-target 12 200 10
588 587 binding-band 12 200 30
589 588 absorb-bulb 12 200 30
590 589 cell-battery 12 200 30
591 590 eject-button 12 200 30
592 591 fire-gem 42 200
593 592 water-gem 42 200
594 593 electric-gem 42 200
595 594 grass-gem 42 200
596 595 ice-gem 42 200
597 596 fighting-gem 42 200
598 597 poison-gem 42 200
599 598 ground-gem 42 200
600 599 flying-gem 42 200
601 600 psychic-gem 42 200
602 601 bug-gem 42 200
603 602 rock-gem 42 200
604 603 ghost-gem 42 200
605 604 dark-gem 42 200
606 605 steel-gem 42 200
607 606 health-wing 26 3000 20
608 607 muscle-wing 26 3000 20
609 608 resist-wing 26 3000 20
610 609 genius-wing 26 3000 20
611 610 clever-wing 26 3000 20
612 611 swift-wing 26 3000 20
613 612 pretty-wing 24 200 20
614 613 cover-fossil 35 1000 100
615 614 plume-fossil 35 1000 100
616 615 liberty-pass 20 0
617 616 pass-orb 12 200 30
618 617 dream-ball 33 0
619 618 poke-toy 11 1000 30
620 619 prop-case 21 0
621 620 dragon-skull 22 0
622 621 balm-mushroom 24 0 30
623 622 big-nugget 24 0 30
624 623 pearl-string 24 0 30
625 624 comet-shard 24 0 30
626 625 relic-copper 24 0 30
627 626 relic-silver 24 0 30
628 627 relic-gold 24 0 30
629 628 relic-vase 24 0 30
630 629 relic-band 24 0 30
631 630 relic-statue 24 0 30
632 631 relic-crown 24 0 30
633 632 casteliacone 30 100 30
634 633 dire-hit-2 43 0
635 634 x-speed-2 43 0
636 635 x-sp-atk-2 43 0
637 636 x-sp-def-2 43 0
638 637 x-defense-2 43 0
639 638 x-attack-2 43 0
640 639 x-accuracy-2 43 0
641 640 x-speed-3 43 0
642 641 x-sp-atk-3 43 0
643 642 x-sp-def-3 43 0
644 643 x-defense-3 43 0
645 644 x-attack-3 43 0
646 645 x-accuracy-3 43 0
647 646 x-speed-6 43 0
648 647 x-sp-atk-6 43 0
649 648 x-sp-def-6 43 0
650 649 x-defense-6 43 0
651 650 x-attack-6 43 0
652 651 x-accuracy-6 43 0
653 652 ability-urge 43 0
654 653 item-drop 43 0
655 654 item-urge 43 0
656 655 reset-urge 43 0
657 656 dire-hit-3 43 0
658 657 light-stone 22 0
659 658 dark-stone 22 0
660 659 tm93 37 10000
661 660 tm94 37 10000
662 661 tm95 37 10000
663 662 xtransceiver 21 0
664 663 god-stone 23 0
665 664 gram-1 22 0
666 665 gram-2 22 0
667 666 gram-3 22 0
668 668 dragon-gem 42 200
669 669 normal-gem 42 200
670 670 medal-box 21 0
671 671 dna-splicers 21 0
672 673 permit 21 0
673 674 oval-charm 21 0
674 675 shiny-charm 21 0
675 676 plasma-card 22 0
676 677 grubby-hanky 22 0
677 678 colress-machine 22 0
678 679 dropped-item 22 0
679 681 reveal-glass 21 0
680 682 weakness-policy 12 0
681 683 assault-vest 12 0
682 684 pixie-plate 17 0
683 685 ability-capsule 26 0
684 686 whipped-dream 10 0
685 687 sachet 10 0
686 688 luminous-moss 12 0
687 689 snowball 12 0
688 690 safety-goggles 12 0
689 691 rich-mulch 32 0
690 692 surprise-mulch 32 0
691 693 boost-mulch 32 0
692 694 amaze-mulch 32 0
693 695 gengarite 44 0
694 696 gardevoirite 44 0
695 697 ampharosite 44 0
696 698 venusaurite 44 0
697 699 charizardite-x 44 0
698 700 blastoisinite 44 0
699 701 mewtwonite-x 44 0
700 702 mewtwonite-y 44 0
701 703 blazikenite 44 0
702 704 medichamite 44 0
703 705 houndoominite 44 0
704 706 aggronite 44 0
705 707 banettite 44 0
706 708 tyranitarite 44 0
707 709 scizorite 44 0
708 710 pinsirite 44 0
709 711 aerodactylite 44 0
710 712 lucarionite 44 0
711 713 abomasite 44 0
712 714 kangaskhanite 44 0
713 715 gyaradosite 44 0
714 716 absolite 44 0
715 717 charizardite-y 44 0
716 718 alakazite 44 0
717 719 heracronite 44 0
718 720 mawilite 44 0
719 721 manectite 44 0
720 722 garchompite 44 0
721 723 roseli-berry 7 0
722 724 kee-berry 4 0
723 725 maranga-berry 4 0
724 726 discount-coupon 10001 0
725 727 strange-souvenir 10001 0
726 728 lumiose-galette 30 0
727 729 jaw-fossil 35 0
728 730 sail-fossil 35 0
729 731 fairy-gem 42 0
730 732 adventure-rules 21 0
731 733 elevator-key 22 0
732 734 holo-caster 21 0
733 735 honor-of-kalos 22 0
734 736 intriguing-stone 22 0
735 737 lens-case 21 0
736 738 looker-ticket 22 0
737 739 mega-ring 21 0
738 740 power-plant-pass 22 0
739 741 profs-letter 22 0
740 742 roller-skates 21 0
741 743 sprinklotad 21 0
742 744 tmv-pass 21 0
743 745 tm96 37 0
744 746 tm97 37 0
745 747 tm98 37 0
746 748 tm99 37 0
747 749 tm100 37 0

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,664 @@
location_area_id,local_language_id,name
1,9,
2,9,
3,9,
4,9,
5,9,
6,9,1F
7,9,B1F
8,9,
9,9,
10,9,
11,9,Route 207
12,9,2F
13,9,3F
14,9,snowfall
15,9,blizzard
16,9,4F
17,9,5F
18,9,6F
19,9,7F
20,9,cave
21,9,Route 216
22,9,Route 211
23,9,B1F
24,9,Area 1
25,9,Area 2
26,9,Area 3
27,9,Area 4
28,9,Area 5
29,9,Area 6
30,9,2F
31,9,1F
32,9,B1F a
33,9,B1F b
34,9,B1F c
35,9,B2F a
36,9,B2F b
37,9,B2F c
38,9,B3F a
39,9,B3F b
40,9,B3F c
41,9,B3F d
42,9,B3F e
43,9,B4F a
44,9,B4F b
45,9,B4F c
46,9,B4F d
47,9,B5F
48,9,1F
49,9,2F
50,9,B1F
51,9,inside B1F
52,9,inside
53,9,inside exit
54,9,
55,9,1F
56,9,B1F
57,9,
58,9,entrance
59,9,inside
60,9,
61,9,pillar 1
62,9,pillar 2
63,9,pillar 3
64,9,before pillar 1
70,9,between pillars 1 and 2
76,9,between pillars 2 and 3
82,9,after pillar 3
107,9,1F
108,9,B1F
109,9,B2F
110,9,B3F
111,9,B4F
112,9,B5F
113,9,1F
114,9,B1F
115,9,09 different Unown caught
116,9,1025 different Unown caught
117,9,26+ different Unown caught
118,9,
119,9,
120,9,1F
121,9,B1F left
122,9,B1F right
123,9,B2F right
124,9,B2F left
125,9,B3F
126,9,entrance
127,9,dining room
128,9,2F private room
129,9,2F
130,9,2F leftmost room
131,9,2F left room
132,9,2F middle room
133,9,2F right room
134,9,2F rightmost room
135,9,before Galactic intervention
136,9,after Galactic intervention
137,9,
138,9,
139,9,
140,9,
141,9,
142,9,
143,9,
144,9,"south, towards Jubilife City"
145,9,"north, towards Floaroma Town"
146,9,"south, towards Floaroma Town"
147,9,"east, towards Eterna City"
148,9,
149,9,
150,9,
151,9,
152,9,1F
153,9,2F
154,9,3F
155,9,4F
156,9,5F
157,9,"south, towards Solaceon Town"
158,9,"west, towards Celestic Town"
159,9,"west, towards Eterna City"
160,9,"east, towards Celestic Town"
161,9,"north, towards Hearthome City"
162,9,"east, towards Pastoria City"
163,9,
164,9,
165,9,
166,9,
167,9,
168,9,
169,9,
170,9,
171,9,
172,9,
173,9,
174,9,
175,9,
176,9,
177,9,
178,9,
179,9,
180,9,
181,9,
182,9,
183,9,
184,9,
185,9,
186,9,
187,9,
188,9,
189,9,
190,9,2F
191,9,3F
192,9,
193,9,Outside
194,9,Interior A
195,9,Interior B
196,9,Interior C
197,9,Interior D
198,9,1F
199,9,B1F
200,9,B2F
201,9,
202,9,1F
203,9,B1F
204,9,
205,9,
206,9,
207,9,
208,9,
209,9,
210,9,
211,9,
212,9,1F
213,9,B1F
214,9,2F
215,9,3F
216,9,4F
217,9,5F
218,9,6F
219,9,7F
220,9,8F
221,9,9F
222,9,
223,9,
224,9,
225,9,
226,9,
227,9,1F
228,9,B1F
229,9,empty floor X
230,9,B2F
231,9,empty floor Y
232,9,B3F
235,9,
236,9,
237,9,1F
238,9,Lower Cave
239,9,Upper Cave
240,9,B1F
241,9,
242,9,
243,9,
244,9,1F
245,9,B1F
246,9,B2F
247,9,B3F
249,9,
250,9,
251,9,
252,9,
253,9,Violet City entrance
254,9,Blackthorn City entrance
255,9,
256,9,Mt. Moon Square
257,9,
258,9,1F
259,9,B1F
260,9,B2F
261,9,B3F
262,9,B4F
263,9,2F
264,9,1F top
265,9,4F
266,9,cave gate
267,9,inside cave
268,9,10F
269,9,outside
270,9,1F
271,9,mountainside
272,9,3F
273,9,top
275,9,
276,9,
277,9,
278,9,
279,9,
280,9,
281,9,
282,9,
283,9,
284,9,
285,9,
286,9,
287,9,
288,9,
289,9,
290,9,1F
291,9,2F
292,9,1F
293,9,B1F
294,9,1F
295,9,
296,9,"south, towards Viridian City"
297,9,
298,9,
299,9,
300,9,
301,9,
302,9,
303,9,
304,9,
305,9,
306,9,
307,9,
308,9,
309,9,
310,9,
311,9,
312,9,
313,9,
314,9,
315,9,
316,9,
317,9,
318,9,2F
319,9,3F
320,9,"north, towards Pewter City"
321,9,
323,9,1F
324,9,2F
325,9,B1F
326,9,B1F
327,9,B2F
328,9,B2F
329,9,
330,9,
331,9,1F
332,9,2F
333,9,3F
334,9,1F
335,9,2F
336,9,3F
337,9,4F
338,9,5F
339,9,6F
340,9,7F
341,9,1F
342,9,2F
343,9,3F
344,9,B1F
345,9,middle
346,9,"Area 1, east"
347,9,"Area 2, north"
348,9,"Area 3, west"
349,9,S.S. Anne dock
350,9,
351,9,
352,9,
353,9,
354,9,
355,9,
356,9,
357,9,back
358,9,B1F
359,9,back/small room
360,9,
361,9,1F
362,9,B1F
363,9,B2F
364,9,1F/small Room
365,9,
366,9,
367,9,
368,9,1F
369,9,2F
370,9,3F
371,9,4F
372,9,5F
373,9,6F
374,9,outside
375,9,summit
376,9,
377,9,entrance
378,9,1F
379,9,B1F
380,9,B2F
381,9,B3F
382,9,1F
383,9,B1F
384,9,B2F
385,9,
386,9,B1F
387,9,Entrance
388,9,
389,9,
390,9,1F
391,9,3F
392,9,5F
393,9,
394,9,
395,9,
396,9,
397,9,
398,9,
399,9,
400,9,
401,9,
402,9,
403,9,
404,9,
405,9,
406,9,
407,9,
408,9,
409,9,
410,9,
411,9,
412,9,
413,9,
414,9,
415,9,
416,9,
417,9,underwater
418,9,
419,9,
420,9,underwater
421,9,
422,9,
423,9,
424,9,
425,9,
426,9,
427,9,
428,9,
429,9,NW/mach bike area
430,9,NE/acro bike area
431,9,SW
432,9,SE
433,9,
434,9,
435,9,expansion south
436,9,expansion north
437,9,
438,9,
439,9,
440,9,
441,9,a
442,9,b
443,9,c
444,9,d
445,9,e
446,9,f
447,9,g
448,9,h
449,9,i
450,9,
451,9,
452,9,
453,9,
454,9,
455,9,
456,9,
457,9,
458,9,1F
459,9,B1F
460,9,B2F
461,9,
462,9,
463,9,1F
464,9,2F
465,9,3F
466,9,
467,9,B1F
468,9,center
469,9,"Area 1, east"
470,9,"Area 2, north"
471,9,"Area 3, west"
472,9,1F
473,9,2F
474,9,B1F
475,9,1F
476,9,B1F
477,9,1F
478,9,B1F
479,9,B2F
480,9,B3F
481,9,B4F
482,9,3F
483,9,4F
484,9,5F
485,9,6F
486,9,7F
487,9,
488,9,
489,9,cave
490,9,inside
491,9,"1F, cave behind team rocket"
492,9,B1F
493,9,B2F
494,9,B3F
495,9,
496,9,entrance
497,9,1F
498,9,B1F
499,9,waterfall
500,9,
501,9,room 1
502,9,room 2
503,9,room 3
504,9,room 4
505,9,room 5
506,9,room 6
507,9,room 7
508,9,room 8
509,9,room 9
510,9,room 10
511,9,item rooms
512,9,
513,9,
514,9,
515,9,
516,9,
517,9,
518,9,
519,9,
520,9,
521,9,
522,9,
523,9,
524,9,
525,9,
526,9,
527,9,
528,9,
529,9,
530,9,
531,9,
532,9,
533,9,
534,9,
535,9,
536,9,
537,9,
538,9,
539,9,
540,9,
541,9,
542,9,
543,9,
544,9,
545,9,
546,9,
547,9,
548,9,
549,9,
550,9,
551,9,
552,9,
553,9,
554,9,
555,9,
556,9,
557,9,
558,9,
559,9,
560,9,
561,9,
562,9,
563,9,
564,9,a
565,9,b
566,9,c
567,9,d
568,9,e
569,9,f
570,9,g
571,9,h
572,9,i
573,9,1F
574,9,2F
575,9,3F
576,9,
577,9,
578,9,
579,9,
580,9,B1F
581,9,outside
582,9,inside
583,9,entrance
584,9,
585,9,a
586,9,b
587,9,c
588,9,d
589,9,
590,9,1F
591,9,B1F
592,9,B2F
593,9,
594,9,entrance
595,9,outside
596,9,1F
597,9,2F
598,9,outside
599,9,Unknown Area 53
600,9,Unknown Area 54
601,9,Unknown Area 55
602,9,Unknown Area 56
603,9,Unknown Area 57
604,9,Unknown Area 58
605,9,Unknown Area 59
606,9,Unknown Area 60
607,9,Unknown Area 61
608,9,Unknown Area 62
609,9,Unknown Area 63
610,9,Unknown Area 64
611,9,Unknown Area 65
612,9,Unknown Area 66
613,9,
614,9,outside
615,9,
616,9,forest
617,9,forest cave
618,9,
619,9,
620,9,
621,9,
622,9,
623,9,
624,9,
625,9,
626,9,
627,9,
628,9,
629,9,
630,9,
631,9,
632,9,
633,9,2F
634,9,3F
635,9,4F
636,9,5F
637,9,
638,9,
639,9,
640,9,1F
641,9,B1F
642,9,B2F
643,9,
644,9,Victory Road gate
645,9,
646,9,
647,9,
648,9,
649,9,
650,9,
651,9,
652,9,
653,9,
654,9,
655,9,
656,9,
657,9,
658,9,
659,9,
660,9,7F
661,9,unknown area 71
662,9,unknown area 72
663,9,unknown area 73
664,9,unknown area 74
665,9,unknown area 75
666,9,unknown area 76
667,9,unknown area 77
668,9,unknown area 78
669,9,unknown area 79
670,9,unknown area 80
671,9,
672,9,unknown area 38
673,9,outer
674,9,inner
675,9,outer
676,9,inner
677,9,unknown area 48
678,9,unknown area 49
679,9,unknown area 50
680,9,unknown area 51
681,9,unknown area 52
682,9,unknown area 53
683,9,unknown area 54
684,9,unknown area 55
685,9,unknown area 56
686,9,unknown area 57
687,9,unknown area 58
688,9,unknown area 59
689,9,unknown area 60
690,9,1F
691,9,B1F
692,9,Castelia Sewers entrance
693,9,Relic Castle entrance
694,9,PWT entrance
695,9,
696,9,
697,9,
698,9,
699,9,
700,9,1F
701,9,B1F
702,9,
703,9,
704,9,
705,9,
706,9,
707,9,
1 location_area_id local_language_id name
2 1 9
3 2 9
4 3 9
5 4 9
6 5 9
7 6 9 1F
8 7 9 B1F
9 8 9
10 9 9
11 10 9
12 11 9 Route 207
13 12 9 2F
14 13 9 3F
15 14 9 snowfall
16 15 9 blizzard
17 16 9 4F
18 17 9 5F
19 18 9 6F
20 19 9 7F
21 20 9 cave
22 21 9 Route 216
23 22 9 Route 211
24 23 9 B1F
25 24 9 Area 1
26 25 9 Area 2
27 26 9 Area 3
28 27 9 Area 4
29 28 9 Area 5
30 29 9 Area 6
31 30 9 2F
32 31 9 1F
33 32 9 B1F a
34 33 9 B1F b
35 34 9 B1F c
36 35 9 B2F a
37 36 9 B2F b
38 37 9 B2F c
39 38 9 B3F a
40 39 9 B3F b
41 40 9 B3F c
42 41 9 B3F d
43 42 9 B3F e
44 43 9 B4F a
45 44 9 B4F b
46 45 9 B4F c
47 46 9 B4F d
48 47 9 B5F
49 48 9 1F
50 49 9 2F
51 50 9 B1F
52 51 9 inside B1F
53 52 9 inside
54 53 9 inside exit
55 54 9
56 55 9 1F
57 56 9 B1F
58 57 9
59 58 9 entrance
60 59 9 inside
61 60 9
62 61 9 pillar 1
63 62 9 pillar 2
64 63 9 pillar 3
65 64 9 before pillar 1
66 70 9 between pillars 1 and 2
67 76 9 between pillars 2 and 3
68 82 9 after pillar 3
69 107 9 1F
70 108 9 B1F
71 109 9 B2F
72 110 9 B3F
73 111 9 B4F
74 112 9 B5F
75 113 9 1F
76 114 9 B1F
77 115 9 0–9 different Unown caught
78 116 9 10–25 different Unown caught
79 117 9 26+ different Unown caught
80 118 9
81 119 9
82 120 9 1F
83 121 9 B1F left
84 122 9 B1F right
85 123 9 B2F right
86 124 9 B2F left
87 125 9 B3F
88 126 9 entrance
89 127 9 dining room
90 128 9 2F private room
91 129 9 2F
92 130 9 2F leftmost room
93 131 9 2F left room
94 132 9 2F middle room
95 133 9 2F right room
96 134 9 2F rightmost room
97 135 9 before Galactic intervention
98 136 9 after Galactic intervention
99 137 9
100 138 9
101 139 9
102 140 9
103 141 9
104 142 9
105 143 9
106 144 9 south, towards Jubilife City
107 145 9 north, towards Floaroma Town
108 146 9 south, towards Floaroma Town
109 147 9 east, towards Eterna City
110 148 9
111 149 9
112 150 9
113 151 9
114 152 9 1F
115 153 9 2F
116 154 9 3F
117 155 9 4F
118 156 9 5F
119 157 9 south, towards Solaceon Town
120 158 9 west, towards Celestic Town
121 159 9 west, towards Eterna City
122 160 9 east, towards Celestic Town
123 161 9 north, towards Hearthome City
124 162 9 east, towards Pastoria City
125 163 9
126 164 9
127 165 9
128 166 9
129 167 9
130 168 9
131 169 9
132 170 9
133 171 9
134 172 9
135 173 9
136 174 9
137 175 9
138 176 9
139 177 9
140 178 9
141 179 9
142 180 9
143 181 9
144 182 9
145 183 9
146 184 9
147 185 9
148 186 9
149 187 9
150 188 9
151 189 9
152 190 9 2F
153 191 9 3F
154 192 9
155 193 9 Outside
156 194 9 Interior A
157 195 9 Interior B
158 196 9 Interior C
159 197 9 Interior D
160 198 9 1F
161 199 9 B1F
162 200 9 B2F
163 201 9
164 202 9 1F
165 203 9 B1F
166 204 9
167 205 9
168 206 9
169 207 9
170 208 9
171 209 9
172 210 9
173 211 9
174 212 9 1F
175 213 9 B1F
176 214 9 2F
177 215 9 3F
178 216 9 4F
179 217 9 5F
180 218 9 6F
181 219 9 7F
182 220 9 8F
183 221 9 9F
184 222 9
185 223 9
186 224 9
187 225 9
188 226 9
189 227 9 1F
190 228 9 B1F
191 229 9 empty floor X
192 230 9 B2F
193 231 9 empty floor Y
194 232 9 B3F
195 235 9
196 236 9
197 237 9 1F
198 238 9 Lower Cave
199 239 9 Upper Cave
200 240 9 B1F
201 241 9
202 242 9
203 243 9
204 244 9 1F
205 245 9 B1F
206 246 9 B2F
207 247 9 B3F
208 249 9
209 250 9
210 251 9
211 252 9
212 253 9 Violet City entrance
213 254 9 Blackthorn City entrance
214 255 9
215 256 9 Mt. Moon Square
216 257 9
217 258 9 1F
218 259 9 B1F
219 260 9 B2F
220 261 9 B3F
221 262 9 B4F
222 263 9 2F
223 264 9 1F top
224 265 9 4F
225 266 9 cave gate
226 267 9 inside cave
227 268 9 10F
228 269 9 outside
229 270 9 1F
230 271 9 mountainside
231 272 9 3F
232 273 9 top
233 275 9
234 276 9
235 277 9
236 278 9
237 279 9
238 280 9
239 281 9
240 282 9
241 283 9
242 284 9
243 285 9
244 286 9
245 287 9
246 288 9
247 289 9
248 290 9 1F
249 291 9 2F
250 292 9 1F
251 293 9 B1F
252 294 9 1F
253 295 9
254 296 9 south, towards Viridian City
255 297 9
256 298 9
257 299 9
258 300 9
259 301 9
260 302 9
261 303 9
262 304 9
263 305 9
264 306 9
265 307 9
266 308 9
267 309 9
268 310 9
269 311 9
270 312 9
271 313 9
272 314 9
273 315 9
274 316 9
275 317 9
276 318 9 2F
277 319 9 3F
278 320 9 north, towards Pewter City
279 321 9
280 323 9 1F
281 324 9 2F
282 325 9 B1F
283 326 9 B1F
284 327 9 B2F
285 328 9 B2F
286 329 9
287 330 9
288 331 9 1F
289 332 9 2F
290 333 9 3F
291 334 9 1F
292 335 9 2F
293 336 9 3F
294 337 9 4F
295 338 9 5F
296 339 9 6F
297 340 9 7F
298 341 9 1F
299 342 9 2F
300 343 9 3F
301 344 9 B1F
302 345 9 middle
303 346 9 Area 1, east
304 347 9 Area 2, north
305 348 9 Area 3, west
306 349 9 S.S. Anne dock
307 350 9
308 351 9
309 352 9
310 353 9
311 354 9
312 355 9
313 356 9
314 357 9 back
315 358 9 B1F
316 359 9 back/small room
317 360 9
318 361 9 1F
319 362 9 B1F
320 363 9 B2F
321 364 9 1F/small Room
322 365 9
323 366 9
324 367 9
325 368 9 1F
326 369 9 2F
327 370 9 3F
328 371 9 4F
329 372 9 5F
330 373 9 6F
331 374 9 outside
332 375 9 summit
333 376 9
334 377 9 entrance
335 378 9 1F
336 379 9 B1F
337 380 9 B2F
338 381 9 B3F
339 382 9 1F
340 383 9 B1F
341 384 9 B2F
342 385 9
343 386 9 B1F
344 387 9 Entrance
345 388 9
346 389 9
347 390 9 1F
348 391 9 3F
349 392 9 5F
350 393 9
351 394 9
352 395 9
353 396 9
354 397 9
355 398 9
356 399 9
357 400 9
358 401 9
359 402 9
360 403 9
361 404 9
362 405 9
363 406 9
364 407 9
365 408 9
366 409 9
367 410 9
368 411 9
369 412 9
370 413 9
371 414 9
372 415 9
373 416 9
374 417 9 underwater
375 418 9
376 419 9
377 420 9 underwater
378 421 9
379 422 9
380 423 9
381 424 9
382 425 9
383 426 9
384 427 9
385 428 9
386 429 9 NW/mach bike area
387 430 9 NE/acro bike area
388 431 9 SW
389 432 9 SE
390 433 9
391 434 9
392 435 9 expansion south
393 436 9 expansion north
394 437 9
395 438 9
396 439 9
397 440 9
398 441 9 a
399 442 9 b
400 443 9 c
401 444 9 d
402 445 9 e
403 446 9 f
404 447 9 g
405 448 9 h
406 449 9 i
407 450 9
408 451 9
409 452 9
410 453 9
411 454 9
412 455 9
413 456 9
414 457 9
415 458 9 1F
416 459 9 B1F
417 460 9 B2F
418 461 9
419 462 9
420 463 9 1F
421 464 9 2F
422 465 9 3F
423 466 9
424 467 9 B1F
425 468 9 center
426 469 9 Area 1, east
427 470 9 Area 2, north
428 471 9 Area 3, west
429 472 9 1F
430 473 9 2F
431 474 9 B1F
432 475 9 1F
433 476 9 B1F
434 477 9 1F
435 478 9 B1F
436 479 9 B2F
437 480 9 B3F
438 481 9 B4F
439 482 9 3F
440 483 9 4F
441 484 9 5F
442 485 9 6F
443 486 9 7F
444 487 9
445 488 9
446 489 9 cave
447 490 9 inside
448 491 9 1F, cave behind team rocket
449 492 9 B1F
450 493 9 B2F
451 494 9 B3F
452 495 9
453 496 9 entrance
454 497 9 1F
455 498 9 B1F
456 499 9 waterfall
457 500 9
458 501 9 room 1
459 502 9 room 2
460 503 9 room 3
461 504 9 room 4
462 505 9 room 5
463 506 9 room 6
464 507 9 room 7
465 508 9 room 8
466 509 9 room 9
467 510 9 room 10
468 511 9 item rooms
469 512 9
470 513 9
471 514 9
472 515 9
473 516 9
474 517 9
475 518 9
476 519 9
477 520 9
478 521 9
479 522 9
480 523 9
481 524 9
482 525 9
483 526 9
484 527 9
485 528 9
486 529 9
487 530 9
488 531 9
489 532 9
490 533 9
491 534 9
492 535 9
493 536 9
494 537 9
495 538 9
496 539 9
497 540 9
498 541 9
499 542 9
500 543 9
501 544 9
502 545 9
503 546 9
504 547 9
505 548 9
506 549 9
507 550 9
508 551 9
509 552 9
510 553 9
511 554 9
512 555 9
513 556 9
514 557 9
515 558 9
516 559 9
517 560 9
518 561 9
519 562 9
520 563 9
521 564 9 a
522 565 9 b
523 566 9 c
524 567 9 d
525 568 9 e
526 569 9 f
527 570 9 g
528 571 9 h
529 572 9 i
530 573 9 1F
531 574 9 2F
532 575 9 3F
533 576 9
534 577 9
535 578 9
536 579 9
537 580 9 B1F
538 581 9 outside
539 582 9 inside
540 583 9 entrance
541 584 9
542 585 9 a
543 586 9 b
544 587 9 c
545 588 9 d
546 589 9
547 590 9 1F
548 591 9 B1F
549 592 9 B2F
550 593 9
551 594 9 entrance
552 595 9 outside
553 596 9 1F
554 597 9 2F
555 598 9 outside
556 599 9 Unknown Area 53
557 600 9 Unknown Area 54
558 601 9 Unknown Area 55
559 602 9 Unknown Area 56
560 603 9 Unknown Area 57
561 604 9 Unknown Area 58
562 605 9 Unknown Area 59
563 606 9 Unknown Area 60
564 607 9 Unknown Area 61
565 608 9 Unknown Area 62
566 609 9 Unknown Area 63
567 610 9 Unknown Area 64
568 611 9 Unknown Area 65
569 612 9 Unknown Area 66
570 613 9
571 614 9 outside
572 615 9
573 616 9 forest
574 617 9 forest cave
575 618 9
576 619 9
577 620 9
578 621 9
579 622 9
580 623 9
581 624 9
582 625 9
583 626 9
584 627 9
585 628 9
586 629 9
587 630 9
588 631 9
589 632 9
590 633 9 2F
591 634 9 3F
592 635 9 4F
593 636 9 5F
594 637 9
595 638 9
596 639 9
597 640 9 1F
598 641 9 B1F
599 642 9 B2F
600 643 9
601 644 9 Victory Road gate
602 645 9
603 646 9
604 647 9
605 648 9
606 649 9
607 650 9
608 651 9
609 652 9
610 653 9
611 654 9
612 655 9
613 656 9
614 657 9
615 658 9
616 659 9
617 660 9 7F
618 661 9 unknown area 71
619 662 9 unknown area 72
620 663 9 unknown area 73
621 664 9 unknown area 74
622 665 9 unknown area 75
623 666 9 unknown area 76
624 667 9 unknown area 77
625 668 9 unknown area 78
626 669 9 unknown area 79
627 670 9 unknown area 80
628 671 9
629 672 9 unknown area 38
630 673 9 outer
631 674 9 inner
632 675 9 outer
633 676 9 inner
634 677 9 unknown area 48
635 678 9 unknown area 49
636 679 9 unknown area 50
637 680 9 unknown area 51
638 681 9 unknown area 52
639 682 9 unknown area 53
640 683 9 unknown area 54
641 684 9 unknown area 55
642 685 9 unknown area 56
643 686 9 unknown area 57
644 687 9 unknown area 58
645 688 9 unknown area 59
646 689 9 unknown area 60
647 690 9 1F
648 691 9 B1F
649 692 9 Castelia Sewers entrance
650 693 9 Relic Castle entrance
651 694 9 PWT entrance
652 695 9
653 696 9
654 697 9
655 698 9
656 699 9
657 700 9 1F
658 701 9 B1F
659 702 9
660 703 9
661 704 9
662 705 9
663 706 9
664 707 9

View file

@ -0,0 +1,664 @@
id,location_id,game_index,identifier
1,1,1,
2,2,2,
3,3,3,
4,4,4,
5,5,5,
6,6,6,1f
7,6,7,b1f
8,7,8,
9,8,9,
10,9,10,
11,10,11,route-207
12,10,12,2f
13,10,13,3f
14,10,14,snowfall
15,10,15,blizzard
16,10,16,4f
17,10,17,5f
18,10,18,6f
19,10,19,7f
20,10,20,cave
21,10,21,route-216
22,10,22,route-211
23,10,23,b1f
24,11,24,area-1
25,11,25,area-2
26,11,26,area-3
27,11,27,area-4
28,11,28,area-5
29,11,29,area-6
30,12,30,2f
31,12,31,1f
32,12,32,b1f-a
33,12,33,b1f-b
34,12,34,b1f-c
35,12,35,b2f-a
36,12,36,b2f-b
37,12,37,b2f-c
38,12,38,b3f-a
39,12,39,b3f-b
40,12,40,b3f-c
41,12,41,b3f-d
42,12,42,b3f-e
43,12,43,b4f-a
44,12,44,b4f-b
45,12,45,b4f-c
46,12,46,b4f-d
47,12,47,b5f
48,13,48,1f
49,13,49,2f
50,13,50,b1f
51,13,51,inside-b1f
52,13,52,inside
53,13,53,inside-exit
54,14,54,
55,15,55,1f
56,15,56,b1f
57,16,57,
58,16,58,entrance
59,16,59,inside
60,178,60,
61,18,61,pillar-1
62,18,62,pillar-2
63,18,63,pillar-3
64,18,64,before-pillar-1
70,18,70,between-pillars-1-and-2
76,18,76,between-pillars-2-and-3
82,18,82,after-pillar-3
107,19,107,1f
108,19,108,b1f
109,19,109,b2f
110,19,110,b3f
111,19,111,b4f
112,19,112,b5f
113,20,113,1f
114,20,114,b1f
115,22,115,0-9-different-unown-caught
116,22,116,10-25-different-unown-caught
117,180,117,26-plus-different-unown-caught
118,23,118,
119,24,119,
120,24,120,1f
121,24,121,b1f-left
122,24,122,b1f-right
123,24,123,b2f-right
124,24,124,b2f-left
125,24,125,b3f
126,25,126,entrance
127,25,127,dining-room
128,25,128,2f-private-room
129,25,129,2f
130,25,130,2f-leftmost-room
131,25,131,2f-left-room
132,25,132,2f-middle-room
133,25,133,2f-right-room
134,25,134,2f-rightmost-room
135,26,135,before-galactic-intervention
136,26,136,after-galactic-intervention
137,27,137,
138,28,138,
139,29,139,
140,30,140,
141,31,141,
142,32,142,
143,33,143,
144,34,144,south-towards-jubilife-city
145,34,145,north-towards-floaroma-town
146,35,146,south-towards-floaroma-town
147,35,147,east-towards-eterna-city
148,36,148,
149,37,149,
150,38,150,
151,39,151,
152,40,152,1f
153,40,153,2f
154,40,154,3f
155,40,155,4f
156,40,156,5f
157,41,157,south-towards-solaceon-town
158,41,158,west-towards-celestic-town
159,42,159,west-towards-eterna-city
160,42,160,east-towards-celestic-town
161,43,161,north-towards-hearthome-city
162,43,162,east-towards-pastoria-city
163,44,163,
164,45,164,
165,46,165,
166,47,166,
167,48,167,
168,49,168,
169,50,169,
170,51,170,
171,52,171,
172,53,172,
173,54,173,
174,55,174,
175,56,175,
176,57,176,
177,58,177,
178,59,178,
179,60,179,
180,61,180,
181,62,181,
182,63,182,
183,64,183,
184,84,1,
185,108,2,
186,69,3,
187,110,4,
188,111,5,
189,153,6,
190,138,7,2f
191,138,8,3f
192,112,9,
193,135,10,outside
194,135,11,interior-a
195,135,12,interior-b
196,135,13,interior-c
197,135,14,interior-d
198,141,15,1f
199,141,16,b1f
200,141,17,b2f
201,113,18,
202,137,19,1f
203,137,20,b1f
204,78,21,
205,114,22,
206,115,23,
207,83,24,
208,150,25,
209,116,26,
210,117,27,
211,75,28,
212,66,29,1f
213,66,30,b1f
214,139,31,2f
215,139,32,3f
216,139,33,4f
217,139,34,5f
218,139,35,6f
219,139,36,7f
220,139,37,8f
221,139,38,9f
222,118,39,
223,119,40,
224,85,41,
225,121,42,
226,122,43,
227,156,44,1f
228,156,45,b1f
229,156,46,empty-floor-x
230,156,47,b2f
231,156,48,empty-floor-y
232,156,49,b3f
235,70,52,
236,123,53,
237,81,54,1f
238,81,55,lower-cave
239,81,56,upper-cave
240,81,57,b1f
241,124,58,
242,79,59,
243,125,60,
244,77,61,1f
245,77,62,b1f
246,77,63,b2f
247,77,64,b3f
249,65,66,
250,74,67,
251,126,68,
252,127,69,
253,72,70,violet-city-entrance
254,72,71,blackthorn-city-entrance
255,128,72,
256,80,73,mt-moon-square
257,148,74,
258,136,75,1f
259,136,76,b1f
260,136,77,b2f
261,136,78,b3f
262,136,79,b4f
263,82,80,2f
264,82,81,1f-top
265,82,82,4f
266,128,83,cave-gate
267,128,84,inside-cave
268,139,85,10f
269,82,86,outside
270,82,87,1f
271,82,88,mountainside
272,82,89,3f
273,82,90,top
275,149,92,
276,91,93,
277,98,94,
278,100,95,
279,71,96,
280,154,97,
281,68,98,
282,151,99,
283,67,100,
284,76,101,
285,86,102,
286,129,103,
287,105,104,
288,106,105,
289,107,106,
290,80,107,1f
291,80,108,2f
292,87,109,1f
293,87,110,b1f
294,152,111,1f
295,88,112,
296,99,113,south-towards-viridian-city
297,109,114,
298,120,115,
299,130,116,
300,131,117,
301,132,118,
302,133,119,
303,134,120,
304,89,121,
305,90,122,
306,92,123,
307,93,124,
308,94,125,
309,95,126,
310,96,127,
311,97,128,
312,101,129,
313,102,130,
314,103,131,
315,104,132,
316,140,133,
317,73,134,
318,152,135,2f
319,152,136,3f
320,99,137,north-towards-pewter-city
321,155,138,
323,147,140,1f
324,147,141,2f
325,147,142,b1f
326,80,0,b1f
327,80,0,b2f
328,87,0,b2f
329,157,0,
330,158,0,
331,159,0,1f
332,159,0,2f
333,159,0,3f
334,160,0,1f
335,160,0,2f
336,160,0,3f
337,160,0,4f
338,160,0,5f
339,160,0,6f
340,160,0,7f
341,161,0,1f
342,161,0,2f
343,161,0,3f
344,161,0,b1f
345,162,0,middle
346,162,0,area-1-east
347,162,0,area-2-north
348,162,0,area-3-west
349,151,0,ss-anne-dock
350,429,0,
351,430,1,
352,431,2,
353,432,3,
354,433,4,
355,434,5,
356,435,6,
357,435,7,back
358,435,8,b1f
359,435,9,backsmall-room
360,436,10,
361,437,11,1f
362,437,12,b1f
363,437,13,b2f
364,437,14,1fsmall-room
365,438,15,
366,439,16,
367,440,17,
368,441,18,1f
369,441,19,2f
370,441,20,3f
371,441,21,4f
372,441,22,5f
373,441,23,6f
374,441,24,outside
375,441,25,summit
376,442,26,
377,443,35,entrance
378,443,36,1f
379,443,37,b1f
380,443,38,b2f
381,443,39,b3f
382,444,40,1f
383,444,41,b1f
384,444,42,b2f
385,445,43,
386,445,47,b1f
387,446,48,entrance
388,446,49,
389,447,50,
390,448,52,1f
391,448,53,3f
392,448,54,5f
393,449,55,
394,450,56,
395,451,57,
396,452,58,
397,453,59,
398,454,60,
399,455,61,
400,456,62,
401,457,63,
402,458,64,
403,459,65,
404,460,66,
405,461,67,
406,462,68,
407,463,69,
408,464,70,
409,465,71,
410,466,72,
411,467,73,
412,468,74,
413,469,75,
414,470,76,
415,471,77,
416,472,78,
417,472,95,underwater
418,473,79,
419,474,80,
420,474,96,underwater
421,475,81,
422,476,82,
423,477,83,
424,478,84,
425,479,85,
426,480,86,
427,481,87,
428,482,88,
429,483,89,nwmach-bike-area
430,483,90,neacro-bike-area
431,483,91,sw
432,483,92,se
433,484,93,
434,485,94,
435,483,97,expansion-south
436,483,98,expansion-north
437,486,99,
438,487,107,
439,488,111,
440,489,112,
441,490,114,a
442,490,115,b
443,490,116,c
444,490,117,d
445,490,118,e
446,490,119,f
447,490,120,g
448,490,121,h
449,490,122,i
450,491,0,
451,492,1,
452,493,2,
453,494,3,
454,495,4,
455,496,5,
456,497,6,
457,155,7,
458,80,8,1f
459,80,9,b1f
460,80,10,b2f
461,498,11,
462,73,12,
463,499,13,1f
464,499,14,2f
465,499,15,3f
466,161,16,
467,161,19,b1f
468,162,20,center
469,162,21,area-1-east
470,162,22,area-2-north
471,162,23,area-3-west
472,147,24,1f
473,147,25,2f
474,147,26,b1f
475,87,27,1f
476,87,28,b1f
477,136,29,1f
478,136,30,b1f
479,136,31,b2f
480,136,32,b3f
481,136,33,b4f
482,160,34,3f
483,160,35,4f
484,160,36,5f
485,160,37,6f
486,160,38,7f
487,158,39,
488,500,40,
489,500,41,cave
490,500,42,inside
491,500,44,1f-cave-behind-team-rocket
492,500,45,b1f
493,500,46,b2f
494,500,47,b3f
495,501,50,
496,502,51,entrance
497,502,52,1f
498,502,53,b1f
499,502,54,waterfall
500,503,55,
501,504,56,room-1
502,504,57,room-2
503,504,58,room-3
504,504,59,room-4
505,504,60,room-5
506,504,61,room-6
507,504,62,room-7
508,504,63,room-8
509,504,64,room-9
510,504,65,room-10
511,504,66,item-rooms
512,505,70,
513,506,71,
514,507,72,
515,508,73,
516,509,74,
517,510,75,
518,511,76,
519,512,77,
520,513,78,
521,514,79,
522,515,80,
523,516,81,
524,517,82,
525,518,83,
526,519,84,
527,520,85,
528,521,86,
529,88,87,
530,99,88,
531,109,89,
532,120,90,
533,130,91,
534,131,92,
535,132,93,
536,133,94,
537,134,95,
538,89,96,
539,90,97,
540,91,98,
541,92,99,
542,93,100,
543,94,101,
544,95,102,
545,96,103,
546,97,104,
547,522,105,
548,523,106,
549,524,107,
550,102,109,
551,157,110,
552,103,111,
553,104,112,
554,86,113,
555,154,114,
556,68,115,
557,151,116,
558,67,117,
559,76,118,
560,71,119,
561,526,120,
562,527,121,
563,528,122,
564,529,123,a
565,529,124,b
566,529,125,c
567,529,126,d
568,529,127,e
569,529,128,f
570,529,129,g
571,529,130,h
572,529,131,i
573,530,13,1f
574,530,14,2f
575,530,15,3f
576,348,0,
577,352,1,
578,354,2,
579,374,3,
580,374,4,b1f
581,375,5,outside
582,375,6,inside
583,376,7,entrance
584,376,8,
585,377,9,a
586,377,11,b
587,377,15,c
588,377,30,d
589,378,40,
590,379,41,1f
591,379,42,b1f
592,379,43,b2f
593,380,44,
594,381,48,entrance
595,381,49,outside
596,381,50,1f
597,381,51,2f
598,382,52,outside
599,382,53,unknown-area-53
600,382,54,unknown-area-54
601,382,55,unknown-area-55
602,382,56,unknown-area-56
603,382,57,unknown-area-57
604,382,58,unknown-area-58
605,382,59,unknown-area-59
606,382,60,unknown-area-60
607,382,61,unknown-area-61
608,382,62,unknown-area-62
609,382,63,unknown-area-63
610,382,64,unknown-area-64
611,382,65,unknown-area-65
612,382,66,unknown-area-66
613,415,67,
614,403,68,outside
615,403,69,
616,403,70,forest
617,403,71,forest-cave
618,405,72,
619,413,73,
620,407,74,
621,409,75,
622,410,76,
623,356,77,
624,357,78,
625,358,79,
626,395,80,
627,359,82,
628,360,83,
629,361,84,
630,396,85,
631,416,87,
632,362,88,
633,398,89,2f
634,398,90,3f
635,398,91,4f
636,398,92,5f
637,363,93,
638,399,94,
639,364,95,
640,401,96,1f
641,401,97,b1f
642,401,98,b2f
643,365,99,
644,365,100,victory-road-gate
645,366,101,
646,367,102,
647,368,103,
648,369,104,
649,412,105,
650,370,106,
651,371,107,
652,414,108,
653,373,109,
654,384,110,
655,372,111,
656,350,1,
657,531,3,
658,532,4,
659,533,5,
660,382,31,7f
661,548,71,unknown-area-71
662,548,72,unknown-area-72
663,548,73,unknown-area-73
664,548,74,unknown-area-74
665,548,75,unknown-area-75
666,548,76,unknown-area-76
667,548,77,unknown-area-77
668,548,78,unknown-area-78
669,548,79,unknown-area-79
670,548,80,unknown-area-80
671,543,37,
672,543,38,unknown-area-38
673,544,44,outer
674,544,45,inner
675,545,46,outer
676,545,47,inner
677,546,48,unknown-area-48
678,546,49,unknown-area-49
679,546,50,unknown-area-50
680,546,51,unknown-area-51
681,546,52,unknown-area-52
682,546,53,unknown-area-53
683,546,54,unknown-area-54
684,546,55,unknown-area-55
685,546,56,unknown-area-56
686,546,57,unknown-area-57
687,546,58,unknown-area-58
688,546,59,unknown-area-59
689,546,60,unknown-area-60
690,547,61,1f
691,547,65,b1f
692,550,81,castelia-sewers-entrance
693,550,82,relic-castle-entrance
694,550,83,pwt-entrance
695,551,84,
696,562,87,
697,563,90,
698,564,91,
699,565,92,
700,554,93,1f
701,554,94,b1f
702,560,95,
703,538,128,
704,539,129,
705,541,130,
706,542,131,
707,540,134,
1 id location_id game_index identifier
2 1 1 1
3 2 2 2
4 3 3 3
5 4 4 4
6 5 5 5
7 6 6 6 1f
8 7 6 7 b1f
9 8 7 8
10 9 8 9
11 10 9 10
12 11 10 11 route-207
13 12 10 12 2f
14 13 10 13 3f
15 14 10 14 snowfall
16 15 10 15 blizzard
17 16 10 16 4f
18 17 10 17 5f
19 18 10 18 6f
20 19 10 19 7f
21 20 10 20 cave
22 21 10 21 route-216
23 22 10 22 route-211
24 23 10 23 b1f
25 24 11 24 area-1
26 25 11 25 area-2
27 26 11 26 area-3
28 27 11 27 area-4
29 28 11 28 area-5
30 29 11 29 area-6
31 30 12 30 2f
32 31 12 31 1f
33 32 12 32 b1f-a
34 33 12 33 b1f-b
35 34 12 34 b1f-c
36 35 12 35 b2f-a
37 36 12 36 b2f-b
38 37 12 37 b2f-c
39 38 12 38 b3f-a
40 39 12 39 b3f-b
41 40 12 40 b3f-c
42 41 12 41 b3f-d
43 42 12 42 b3f-e
44 43 12 43 b4f-a
45 44 12 44 b4f-b
46 45 12 45 b4f-c
47 46 12 46 b4f-d
48 47 12 47 b5f
49 48 13 48 1f
50 49 13 49 2f
51 50 13 50 b1f
52 51 13 51 inside-b1f
53 52 13 52 inside
54 53 13 53 inside-exit
55 54 14 54
56 55 15 55 1f
57 56 15 56 b1f
58 57 16 57
59 58 16 58 entrance
60 59 16 59 inside
61 60 178 60
62 61 18 61 pillar-1
63 62 18 62 pillar-2
64 63 18 63 pillar-3
65 64 18 64 before-pillar-1
66 70 18 70 between-pillars-1-and-2
67 76 18 76 between-pillars-2-and-3
68 82 18 82 after-pillar-3
69 107 19 107 1f
70 108 19 108 b1f
71 109 19 109 b2f
72 110 19 110 b3f
73 111 19 111 b4f
74 112 19 112 b5f
75 113 20 113 1f
76 114 20 114 b1f
77 115 22 115 0-9-different-unown-caught
78 116 22 116 10-25-different-unown-caught
79 117 180 117 26-plus-different-unown-caught
80 118 23 118
81 119 24 119
82 120 24 120 1f
83 121 24 121 b1f-left
84 122 24 122 b1f-right
85 123 24 123 b2f-right
86 124 24 124 b2f-left
87 125 24 125 b3f
88 126 25 126 entrance
89 127 25 127 dining-room
90 128 25 128 2f-private-room
91 129 25 129 2f
92 130 25 130 2f-leftmost-room
93 131 25 131 2f-left-room
94 132 25 132 2f-middle-room
95 133 25 133 2f-right-room
96 134 25 134 2f-rightmost-room
97 135 26 135 before-galactic-intervention
98 136 26 136 after-galactic-intervention
99 137 27 137
100 138 28 138
101 139 29 139
102 140 30 140
103 141 31 141
104 142 32 142
105 143 33 143
106 144 34 144 south-towards-jubilife-city
107 145 34 145 north-towards-floaroma-town
108 146 35 146 south-towards-floaroma-town
109 147 35 147 east-towards-eterna-city
110 148 36 148
111 149 37 149
112 150 38 150
113 151 39 151
114 152 40 152 1f
115 153 40 153 2f
116 154 40 154 3f
117 155 40 155 4f
118 156 40 156 5f
119 157 41 157 south-towards-solaceon-town
120 158 41 158 west-towards-celestic-town
121 159 42 159 west-towards-eterna-city
122 160 42 160 east-towards-celestic-town
123 161 43 161 north-towards-hearthome-city
124 162 43 162 east-towards-pastoria-city
125 163 44 163
126 164 45 164
127 165 46 165
128 166 47 166
129 167 48 167
130 168 49 168
131 169 50 169
132 170 51 170
133 171 52 171
134 172 53 172
135 173 54 173
136 174 55 174
137 175 56 175
138 176 57 176
139 177 58 177
140 178 59 178
141 179 60 179
142 180 61 180
143 181 62 181
144 182 63 182
145 183 64 183
146 184 84 1
147 185 108 2
148 186 69 3
149 187 110 4
150 188 111 5
151 189 153 6
152 190 138 7 2f
153 191 138 8 3f
154 192 112 9
155 193 135 10 outside
156 194 135 11 interior-a
157 195 135 12 interior-b
158 196 135 13 interior-c
159 197 135 14 interior-d
160 198 141 15 1f
161 199 141 16 b1f
162 200 141 17 b2f
163 201 113 18
164 202 137 19 1f
165 203 137 20 b1f
166 204 78 21
167 205 114 22
168 206 115 23
169 207 83 24
170 208 150 25
171 209 116 26
172 210 117 27
173 211 75 28
174 212 66 29 1f
175 213 66 30 b1f
176 214 139 31 2f
177 215 139 32 3f
178 216 139 33 4f
179 217 139 34 5f
180 218 139 35 6f
181 219 139 36 7f
182 220 139 37 8f
183 221 139 38 9f
184 222 118 39
185 223 119 40
186 224 85 41
187 225 121 42
188 226 122 43
189 227 156 44 1f
190 228 156 45 b1f
191 229 156 46 empty-floor-x
192 230 156 47 b2f
193 231 156 48 empty-floor-y
194 232 156 49 b3f
195 235 70 52
196 236 123 53
197 237 81 54 1f
198 238 81 55 lower-cave
199 239 81 56 upper-cave
200 240 81 57 b1f
201 241 124 58
202 242 79 59
203 243 125 60
204 244 77 61 1f
205 245 77 62 b1f
206 246 77 63 b2f
207 247 77 64 b3f
208 249 65 66
209 250 74 67
210 251 126 68
211 252 127 69
212 253 72 70 violet-city-entrance
213 254 72 71 blackthorn-city-entrance
214 255 128 72
215 256 80 73 mt-moon-square
216 257 148 74
217 258 136 75 1f
218 259 136 76 b1f
219 260 136 77 b2f
220 261 136 78 b3f
221 262 136 79 b4f
222 263 82 80 2f
223 264 82 81 1f-top
224 265 82 82 4f
225 266 128 83 cave-gate
226 267 128 84 inside-cave
227 268 139 85 10f
228 269 82 86 outside
229 270 82 87 1f
230 271 82 88 mountainside
231 272 82 89 3f
232 273 82 90 top
233 275 149 92
234 276 91 93
235 277 98 94
236 278 100 95
237 279 71 96
238 280 154 97
239 281 68 98
240 282 151 99
241 283 67 100
242 284 76 101
243 285 86 102
244 286 129 103
245 287 105 104
246 288 106 105
247 289 107 106
248 290 80 107 1f
249 291 80 108 2f
250 292 87 109 1f
251 293 87 110 b1f
252 294 152 111 1f
253 295 88 112
254 296 99 113 south-towards-viridian-city
255 297 109 114
256 298 120 115
257 299 130 116
258 300 131 117
259 301 132 118
260 302 133 119
261 303 134 120
262 304 89 121
263 305 90 122
264 306 92 123
265 307 93 124
266 308 94 125
267 309 95 126
268 310 96 127
269 311 97 128
270 312 101 129
271 313 102 130
272 314 103 131
273 315 104 132
274 316 140 133
275 317 73 134
276 318 152 135 2f
277 319 152 136 3f
278 320 99 137 north-towards-pewter-city
279 321 155 138
280 323 147 140 1f
281 324 147 141 2f
282 325 147 142 b1f
283 326 80 0 b1f
284 327 80 0 b2f
285 328 87 0 b2f
286 329 157 0
287 330 158 0
288 331 159 0 1f
289 332 159 0 2f
290 333 159 0 3f
291 334 160 0 1f
292 335 160 0 2f
293 336 160 0 3f
294 337 160 0 4f
295 338 160 0 5f
296 339 160 0 6f
297 340 160 0 7f
298 341 161 0 1f
299 342 161 0 2f
300 343 161 0 3f
301 344 161 0 b1f
302 345 162 0 middle
303 346 162 0 area-1-east
304 347 162 0 area-2-north
305 348 162 0 area-3-west
306 349 151 0 ss-anne-dock
307 350 429 0
308 351 430 1
309 352 431 2
310 353 432 3
311 354 433 4
312 355 434 5
313 356 435 6
314 357 435 7 back
315 358 435 8 b1f
316 359 435 9 backsmall-room
317 360 436 10
318 361 437 11 1f
319 362 437 12 b1f
320 363 437 13 b2f
321 364 437 14 1fsmall-room
322 365 438 15
323 366 439 16
324 367 440 17
325 368 441 18 1f
326 369 441 19 2f
327 370 441 20 3f
328 371 441 21 4f
329 372 441 22 5f
330 373 441 23 6f
331 374 441 24 outside
332 375 441 25 summit
333 376 442 26
334 377 443 35 entrance
335 378 443 36 1f
336 379 443 37 b1f
337 380 443 38 b2f
338 381 443 39 b3f
339 382 444 40 1f
340 383 444 41 b1f
341 384 444 42 b2f
342 385 445 43
343 386 445 47 b1f
344 387 446 48 entrance
345 388 446 49
346 389 447 50
347 390 448 52 1f
348 391 448 53 3f
349 392 448 54 5f
350 393 449 55
351 394 450 56
352 395 451 57
353 396 452 58
354 397 453 59
355 398 454 60
356 399 455 61
357 400 456 62
358 401 457 63
359 402 458 64
360 403 459 65
361 404 460 66
362 405 461 67
363 406 462 68
364 407 463 69
365 408 464 70
366 409 465 71
367 410 466 72
368 411 467 73
369 412 468 74
370 413 469 75
371 414 470 76
372 415 471 77
373 416 472 78
374 417 472 95 underwater
375 418 473 79
376 419 474 80
377 420 474 96 underwater
378 421 475 81
379 422 476 82
380 423 477 83
381 424 478 84
382 425 479 85
383 426 480 86
384 427 481 87
385 428 482 88
386 429 483 89 nwmach-bike-area
387 430 483 90 neacro-bike-area
388 431 483 91 sw
389 432 483 92 se
390 433 484 93
391 434 485 94
392 435 483 97 expansion-south
393 436 483 98 expansion-north
394 437 486 99
395 438 487 107
396 439 488 111
397 440 489 112
398 441 490 114 a
399 442 490 115 b
400 443 490 116 c
401 444 490 117 d
402 445 490 118 e
403 446 490 119 f
404 447 490 120 g
405 448 490 121 h
406 449 490 122 i
407 450 491 0
408 451 492 1
409 452 493 2
410 453 494 3
411 454 495 4
412 455 496 5
413 456 497 6
414 457 155 7
415 458 80 8 1f
416 459 80 9 b1f
417 460 80 10 b2f
418 461 498 11
419 462 73 12
420 463 499 13 1f
421 464 499 14 2f
422 465 499 15 3f
423 466 161 16
424 467 161 19 b1f
425 468 162 20 center
426 469 162 21 area-1-east
427 470 162 22 area-2-north
428 471 162 23 area-3-west
429 472 147 24 1f
430 473 147 25 2f
431 474 147 26 b1f
432 475 87 27 1f
433 476 87 28 b1f
434 477 136 29 1f
435 478 136 30 b1f
436 479 136 31 b2f
437 480 136 32 b3f
438 481 136 33 b4f
439 482 160 34 3f
440 483 160 35 4f
441 484 160 36 5f
442 485 160 37 6f
443 486 160 38 7f
444 487 158 39
445 488 500 40
446 489 500 41 cave
447 490 500 42 inside
448 491 500 44 1f-cave-behind-team-rocket
449 492 500 45 b1f
450 493 500 46 b2f
451 494 500 47 b3f
452 495 501 50
453 496 502 51 entrance
454 497 502 52 1f
455 498 502 53 b1f
456 499 502 54 waterfall
457 500 503 55
458 501 504 56 room-1
459 502 504 57 room-2
460 503 504 58 room-3
461 504 504 59 room-4
462 505 504 60 room-5
463 506 504 61 room-6
464 507 504 62 room-7
465 508 504 63 room-8
466 509 504 64 room-9
467 510 504 65 room-10
468 511 504 66 item-rooms
469 512 505 70
470 513 506 71
471 514 507 72
472 515 508 73
473 516 509 74
474 517 510 75
475 518 511 76
476 519 512 77
477 520 513 78
478 521 514 79
479 522 515 80
480 523 516 81
481 524 517 82
482 525 518 83
483 526 519 84
484 527 520 85
485 528 521 86
486 529 88 87
487 530 99 88
488 531 109 89
489 532 120 90
490 533 130 91
491 534 131 92
492 535 132 93
493 536 133 94
494 537 134 95
495 538 89 96
496 539 90 97
497 540 91 98
498 541 92 99
499 542 93 100
500 543 94 101
501 544 95 102
502 545 96 103
503 546 97 104
504 547 522 105
505 548 523 106
506 549 524 107
507 550 102 109
508 551 157 110
509 552 103 111
510 553 104 112
511 554 86 113
512 555 154 114
513 556 68 115
514 557 151 116
515 558 67 117
516 559 76 118
517 560 71 119
518 561 526 120
519 562 527 121
520 563 528 122
521 564 529 123 a
522 565 529 124 b
523 566 529 125 c
524 567 529 126 d
525 568 529 127 e
526 569 529 128 f
527 570 529 129 g
528 571 529 130 h
529 572 529 131 i
530 573 530 13 1f
531 574 530 14 2f
532 575 530 15 3f
533 576 348 0
534 577 352 1
535 578 354 2
536 579 374 3
537 580 374 4 b1f
538 581 375 5 outside
539 582 375 6 inside
540 583 376 7 entrance
541 584 376 8
542 585 377 9 a
543 586 377 11 b
544 587 377 15 c
545 588 377 30 d
546 589 378 40
547 590 379 41 1f
548 591 379 42 b1f
549 592 379 43 b2f
550 593 380 44
551 594 381 48 entrance
552 595 381 49 outside
553 596 381 50 1f
554 597 381 51 2f
555 598 382 52 outside
556 599 382 53 unknown-area-53
557 600 382 54 unknown-area-54
558 601 382 55 unknown-area-55
559 602 382 56 unknown-area-56
560 603 382 57 unknown-area-57
561 604 382 58 unknown-area-58
562 605 382 59 unknown-area-59
563 606 382 60 unknown-area-60
564 607 382 61 unknown-area-61
565 608 382 62 unknown-area-62
566 609 382 63 unknown-area-63
567 610 382 64 unknown-area-64
568 611 382 65 unknown-area-65
569 612 382 66 unknown-area-66
570 613 415 67
571 614 403 68 outside
572 615 403 69
573 616 403 70 forest
574 617 403 71 forest-cave
575 618 405 72
576 619 413 73
577 620 407 74
578 621 409 75
579 622 410 76
580 623 356 77
581 624 357 78
582 625 358 79
583 626 395 80
584 627 359 82
585 628 360 83
586 629 361 84
587 630 396 85
588 631 416 87
589 632 362 88
590 633 398 89 2f
591 634 398 90 3f
592 635 398 91 4f
593 636 398 92 5f
594 637 363 93
595 638 399 94
596 639 364 95
597 640 401 96 1f
598 641 401 97 b1f
599 642 401 98 b2f
600 643 365 99
601 644 365 100 victory-road-gate
602 645 366 101
603 646 367 102
604 647 368 103
605 648 369 104
606 649 412 105
607 650 370 106
608 651 371 107
609 652 414 108
610 653 373 109
611 654 384 110
612 655 372 111
613 656 350 1
614 657 531 3
615 658 532 4
616 659 533 5
617 660 382 31 7f
618 661 548 71 unknown-area-71
619 662 548 72 unknown-area-72
620 663 548 73 unknown-area-73
621 664 548 74 unknown-area-74
622 665 548 75 unknown-area-75
623 666 548 76 unknown-area-76
624 667 548 77 unknown-area-77
625 668 548 78 unknown-area-78
626 669 548 79 unknown-area-79
627 670 548 80 unknown-area-80
628 671 543 37
629 672 543 38 unknown-area-38
630 673 544 44 outer
631 674 544 45 inner
632 675 545 46 outer
633 676 545 47 inner
634 677 546 48 unknown-area-48
635 678 546 49 unknown-area-49
636 679 546 50 unknown-area-50
637 680 546 51 unknown-area-51
638 681 546 52 unknown-area-52
639 682 546 53 unknown-area-53
640 683 546 54 unknown-area-54
641 684 546 55 unknown-area-55
642 685 546 56 unknown-area-56
643 686 546 57 unknown-area-57
644 687 546 58 unknown-area-58
645 688 546 59 unknown-area-59
646 689 546 60 unknown-area-60
647 690 547 61 1f
648 691 547 65 b1f
649 692 550 81 castelia-sewers-entrance
650 693 550 82 relic-castle-entrance
651 694 550 83 pwt-entrance
652 695 551 84
653 696 562 87
654 697 563 90
655 698 564 91
656 699 565 92
657 700 554 93 1f
658 701 554 94 b1f
659 702 560 95
660 703 538 128
661 704 539 129
662 705 541 130
663 706 542 131
664 707 540 134

View file

@ -0,0 +1,477 @@
location_id,generation_id,game_index
1,4,7
2,4,9
3,4,11
4,4,13
5,4,15
6,4,46
7,4,47
8,4,48
9,4,49
10,4,50
11,4,52
12,4,53
13,4,54
14,4,57
15,4,59
16,4,84
17,4,75
18,4,62
19,4,64
20,4,65
22,4,66
23,4,68
24,4,69
25,4,70
26,4,76
27,4,77
28,4,78
29,4,73
30,4,74
31,4,16
32,4,17
33,4,18
34,4,19
35,4,20
36,4,21
37,4,22
38,4,23
39,4,24
41,4,25
42,4,26
43,4,27
44,4,28
45,4,29
46,4,30
47,4,31
48,4,32
49,4,33
50,4,34
51,4,36
52,4,37
53,4,39
54,4,40
55,4,42
56,4,43
57,4,44
58,4,1
59,4,5
60,4,83
61,4,35
62,4,38
63,4,41
64,4,45
65,4,136
66,4,206
67,4,144
68,4,141
69,4,127
70,4,130
71,4,146
72,4,220
73,4,197
74,4,222
75,4,133
76,4,145
77,4,217
78,4,214
79,4,135
80,4,198
81,4,216
82,4,137
83,4,207
84,4,126
85,4,132
86,4,138
87,4,200
88,4,149
89,4,158
90,4,159
91,4,160
92,4,161
93,4,162
94,4,163
95,4,164
96,4,165
97,4,166
98,4,167
99,4,150
100,4,168
101,4,169
102,4,170
103,4,172
104,4,173
105,4,174
106,4,175
107,4,176
108,4,177
109,4,151
110,4,178
111,4,179
112,4,180
113,4,181
114,4,182
115,4,183
116,4,184
117,4,185
118,4,186
119,4,187
120,4,152
121,4,188
122,4,189
123,4,190
124,4,191
125,4,192
126,4,193
127,4,194
128,4,195
129,4,196
130,4,153
131,4,154
132,4,155
133,4,156
134,4,157
135,4,209
136,4,203
137,4,211
138,4,204
139,4,205
140,4,223
141,4,210
147,4,199
151,4,143
152,4,221
153,4,128
154,4,139
155,4,224
156,4,218
157,4,171
158,4,201
161,4,106
162,4,202
163,4,2
164,4,3
165,4,4
167,4,6
168,4,8
169,4,10
170,4,12
171,4,14
172,4,51
173,4,55
174,4,56
175,4,58
177,4,60
178,4,61
179,4,63
180,4,67
181,4,71
182,4,72
183,4,79
184,4,80
185,4,81
186,4,82
187,4,85
188,4,86
190,4,87
191,4,88
192,4,89
193,4,90
194,4,91
195,4,92
196,4,93
197,4,94
198,4,95
199,4,96
200,4,97
201,4,98
202,4,99
203,4,100
204,4,101
205,4,102
206,4,103
207,4,104
208,4,105
209,4,107
210,4,108
211,4,109
212,4,110
213,4,111
214,4,112
215,4,113
216,4,114
217,4,115
218,4,116
219,4,117
220,4,118
221,4,119
222,4,120
223,4,121
224,4,122
225,4,123
226,4,124
227,4,125
228,4,129
229,4,131
230,4,134
231,4,140
232,4,142
233,4,147
234,4,148
236,4,212
237,4,213
238,4,215
239,4,219
241,4,225
242,4,226
243,4,227
244,4,228
245,4,229
246,4,230
247,4,231
248,4,232
249,4,233
250,4,234
252,4,208
253,4,2000
254,4,2001
255,4,2002
256,4,2003
257,4,2004
258,4,2005
259,4,2006
260,4,2008
261,4,2009
262,4,2010
263,4,2011
264,4,2012
265,4,3000
266,4,3001
267,4,3002
268,4,3003
269,4,3004
270,4,3005
271,4,3006
272,4,3007
273,4,3008
274,4,3009
275,4,3010
276,4,3011
277,4,3012
278,4,3013
279,4,3014
280,4,3015
281,4,3016
282,4,3017
283,4,3018
284,4,3019
285,4,3020
286,4,3021
287,4,3022
288,4,3023
289,4,3024
290,4,3025
291,4,3026
292,4,3027
293,4,3028
294,4,3029
295,4,3030
296,4,3031
297,4,3032
298,4,3033
299,4,3034
300,4,3035
301,4,3036
302,4,3037
303,4,3038
304,4,3039
305,4,3040
306,4,3041
307,4,3042
308,4,3043
309,4,3044
310,4,3045
311,4,3046
312,4,3047
313,4,3048
314,4,3049
315,4,3050
316,4,3051
317,4,3052
318,4,3053
319,4,3054
320,4,3055
321,4,3056
322,4,3057
323,4,3058
324,4,3059
325,4,3060
326,4,3061
327,4,3062
328,4,3063
329,4,3064
330,4,3065
331,4,3066
332,4,3067
333,4,3068
334,4,3069
335,4,3070
336,4,3071
337,4,3072
338,4,3073
339,4,3074
340,4,3075
341,4,3076
342,4,2013
343,4,2014
344,5,1
345,5,2
346,5,4
346,5,81
347,5,5
348,5,6
349,5,7
350,5,8
351,5,9
351,5,76
352,5,10
352,5,77
353,5,11
353,5,78
354,5,12
354,5,79
355,5,13
355,5,80
356,5,14
357,5,15
358,5,16
359,5,17
360,5,18
360,5,93
361,5,19
361,5,94
362,5,20
362,5,95
363,5,21
363,5,96
364,5,22
364,5,97
365,5,23
366,5,24
366,5,98
367,5,25
367,5,99
368,5,26
368,5,100
369,5,27
369,5,101
370,5,28
370,5,102
371,5,29
371,5,103
372,5,30
373,5,31
374,5,32
375,5,33
376,5,34
377,5,35
378,5,36
378,5,84
379,5,37
379,5,85
380,5,38
380,5,86
381,5,39
381,5,87
382,5,40
383,5,41
383,5,104
384,5,42
384,5,105
385,5,43
386,5,44
387,5,45
388,5,46
389,5,47
390,5,48
391,5,49
392,5,50
392,5,83
393,5,51
393,5,82
394,5,52
395,5,53
396,5,54
397,5,55
398,5,56
399,5,57
400,5,58
401,5,59
402,5,60
403,5,61
403,5,88
404,5,62
405,5,63
406,5,64
407,5,65
407,5,89
408,5,66
408,5,90
409,5,67
409,5,91
410,5,68
410,5,92
411,5,69
412,5,70
413,5,71
414,5,72
415,5,73
416,5,74
417,5,75
418,5,106
419,5,107
420,5,108
421,5,109
422,5,110
423,5,111
424,5,112
425,5,113
426,5,114
427,5,115
428,5,116
531,5,117
532,5,118
533,5,119
534,5,120
535,5,121
536,5,122
537,5,123
538,5,124
539,5,125
540,5,126
541,5,127
542,5,128
543,5,129
544,5,130
545,5,131
546,5,132
547,5,133
548,5,134
549,5,135
550,5,136
551,5,137
552,5,139
553,5,140
554,5,141
555,5,142
556,5,143
557,5,144
558,5,145
559,5,146
560,5,147
561,5,148
562,5,149
563,5,150
564,5,151
565,5,152
566,5,153
1 location_id generation_id game_index
2 1 4 7
3 2 4 9
4 3 4 11
5 4 4 13
6 5 4 15
7 6 4 46
8 7 4 47
9 8 4 48
10 9 4 49
11 10 4 50
12 11 4 52
13 12 4 53
14 13 4 54
15 14 4 57
16 15 4 59
17 16 4 84
18 17 4 75
19 18 4 62
20 19 4 64
21 20 4 65
22 22 4 66
23 23 4 68
24 24 4 69
25 25 4 70
26 26 4 76
27 27 4 77
28 28 4 78
29 29 4 73
30 30 4 74
31 31 4 16
32 32 4 17
33 33 4 18
34 34 4 19
35 35 4 20
36 36 4 21
37 37 4 22
38 38 4 23
39 39 4 24
40 41 4 25
41 42 4 26
42 43 4 27
43 44 4 28
44 45 4 29
45 46 4 30
46 47 4 31
47 48 4 32
48 49 4 33
49 50 4 34
50 51 4 36
51 52 4 37
52 53 4 39
53 54 4 40
54 55 4 42
55 56 4 43
56 57 4 44
57 58 4 1
58 59 4 5
59 60 4 83
60 61 4 35
61 62 4 38
62 63 4 41
63 64 4 45
64 65 4 136
65 66 4 206
66 67 4 144
67 68 4 141
68 69 4 127
69 70 4 130
70 71 4 146
71 72 4 220
72 73 4 197
73 74 4 222
74 75 4 133
75 76 4 145
76 77 4 217
77 78 4 214
78 79 4 135
79 80 4 198
80 81 4 216
81 82 4 137
82 83 4 207
83 84 4 126
84 85 4 132
85 86 4 138
86 87 4 200
87 88 4 149
88 89 4 158
89 90 4 159
90 91 4 160
91 92 4 161
92 93 4 162
93 94 4 163
94 95 4 164
95 96 4 165
96 97 4 166
97 98 4 167
98 99 4 150
99 100 4 168
100 101 4 169
101 102 4 170
102 103 4 172
103 104 4 173
104 105 4 174
105 106 4 175
106 107 4 176
107 108 4 177
108 109 4 151
109 110 4 178
110 111 4 179
111 112 4 180
112 113 4 181
113 114 4 182
114 115 4 183
115 116 4 184
116 117 4 185
117 118 4 186
118 119 4 187
119 120 4 152
120 121 4 188
121 122 4 189
122 123 4 190
123 124 4 191
124 125 4 192
125 126 4 193
126 127 4 194
127 128 4 195
128 129 4 196
129 130 4 153
130 131 4 154
131 132 4 155
132 133 4 156
133 134 4 157
134 135 4 209
135 136 4 203
136 137 4 211
137 138 4 204
138 139 4 205
139 140 4 223
140 141 4 210
141 147 4 199
142 151 4 143
143 152 4 221
144 153 4 128
145 154 4 139
146 155 4 224
147 156 4 218
148 157 4 171
149 158 4 201
150 161 4 106
151 162 4 202
152 163 4 2
153 164 4 3
154 165 4 4
155 167 4 6
156 168 4 8
157 169 4 10
158 170 4 12
159 171 4 14
160 172 4 51
161 173 4 55
162 174 4 56
163 175 4 58
164 177 4 60
165 178 4 61
166 179 4 63
167 180 4 67
168 181 4 71
169 182 4 72
170 183 4 79
171 184 4 80
172 185 4 81
173 186 4 82
174 187 4 85
175 188 4 86
176 190 4 87
177 191 4 88
178 192 4 89
179 193 4 90
180 194 4 91
181 195 4 92
182 196 4 93
183 197 4 94
184 198 4 95
185 199 4 96
186 200 4 97
187 201 4 98
188 202 4 99
189 203 4 100
190 204 4 101
191 205 4 102
192 206 4 103
193 207 4 104
194 208 4 105
195 209 4 107
196 210 4 108
197 211 4 109
198 212 4 110
199 213 4 111
200 214 4 112
201 215 4 113
202 216 4 114
203 217 4 115
204 218 4 116
205 219 4 117
206 220 4 118
207 221 4 119
208 222 4 120
209 223 4 121
210 224 4 122
211 225 4 123
212 226 4 124
213 227 4 125
214 228 4 129
215 229 4 131
216 230 4 134
217 231 4 140
218 232 4 142
219 233 4 147
220 234 4 148
221 236 4 212
222 237 4 213
223 238 4 215
224 239 4 219
225 241 4 225
226 242 4 226
227 243 4 227
228 244 4 228
229 245 4 229
230 246 4 230
231 247 4 231
232 248 4 232
233 249 4 233
234 250 4 234
235 252 4 208
236 253 4 2000
237 254 4 2001
238 255 4 2002
239 256 4 2003
240 257 4 2004
241 258 4 2005
242 259 4 2006
243 260 4 2008
244 261 4 2009
245 262 4 2010
246 263 4 2011
247 264 4 2012
248 265 4 3000
249 266 4 3001
250 267 4 3002
251 268 4 3003
252 269 4 3004
253 270 4 3005
254 271 4 3006
255 272 4 3007
256 273 4 3008
257 274 4 3009
258 275 4 3010
259 276 4 3011
260 277 4 3012
261 278 4 3013
262 279 4 3014
263 280 4 3015
264 281 4 3016
265 282 4 3017
266 283 4 3018
267 284 4 3019
268 285 4 3020
269 286 4 3021
270 287 4 3022
271 288 4 3023
272 289 4 3024
273 290 4 3025
274 291 4 3026
275 292 4 3027
276 293 4 3028
277 294 4 3029
278 295 4 3030
279 296 4 3031
280 297 4 3032
281 298 4 3033
282 299 4 3034
283 300 4 3035
284 301 4 3036
285 302 4 3037
286 303 4 3038
287 304 4 3039
288 305 4 3040
289 306 4 3041
290 307 4 3042
291 308 4 3043
292 309 4 3044
293 310 4 3045
294 311 4 3046
295 312 4 3047
296 313 4 3048
297 314 4 3049
298 315 4 3050
299 316 4 3051
300 317 4 3052
301 318 4 3053
302 319 4 3054
303 320 4 3055
304 321 4 3056
305 322 4 3057
306 323 4 3058
307 324 4 3059
308 325 4 3060
309 326 4 3061
310 327 4 3062
311 328 4 3063
312 329 4 3064
313 330 4 3065
314 331 4 3066
315 332 4 3067
316 333 4 3068
317 334 4 3069
318 335 4 3070
319 336 4 3071
320 337 4 3072
321 338 4 3073
322 339 4 3074
323 340 4 3075
324 341 4 3076
325 342 4 2013
326 343 4 2014
327 344 5 1
328 345 5 2
329 346 5 4
330 346 5 81
331 347 5 5
332 348 5 6
333 349 5 7
334 350 5 8
335 351 5 9
336 351 5 76
337 352 5 10
338 352 5 77
339 353 5 11
340 353 5 78
341 354 5 12
342 354 5 79
343 355 5 13
344 355 5 80
345 356 5 14
346 357 5 15
347 358 5 16
348 359 5 17
349 360 5 18
350 360 5 93
351 361 5 19
352 361 5 94
353 362 5 20
354 362 5 95
355 363 5 21
356 363 5 96
357 364 5 22
358 364 5 97
359 365 5 23
360 366 5 24
361 366 5 98
362 367 5 25
363 367 5 99
364 368 5 26
365 368 5 100
366 369 5 27
367 369 5 101
368 370 5 28
369 370 5 102
370 371 5 29
371 371 5 103
372 372 5 30
373 373 5 31
374 374 5 32
375 375 5 33
376 376 5 34
377 377 5 35
378 378 5 36
379 378 5 84
380 379 5 37
381 379 5 85
382 380 5 38
383 380 5 86
384 381 5 39
385 381 5 87
386 382 5 40
387 383 5 41
388 383 5 104
389 384 5 42
390 384 5 105
391 385 5 43
392 386 5 44
393 387 5 45
394 388 5 46
395 389 5 47
396 390 5 48
397 391 5 49
398 392 5 50
399 392 5 83
400 393 5 51
401 393 5 82
402 394 5 52
403 395 5 53
404 396 5 54
405 397 5 55
406 398 5 56
407 399 5 57
408 400 5 58
409 401 5 59
410 402 5 60
411 403 5 61
412 403 5 88
413 404 5 62
414 405 5 63
415 406 5 64
416 407 5 65
417 407 5 89
418 408 5 66
419 408 5 90
420 409 5 67
421 409 5 91
422 410 5 68
423 410 5 92
424 411 5 69
425 412 5 70
426 413 5 71
427 414 5 72
428 415 5 73
429 416 5 74
430 417 5 75
431 418 5 106
432 419 5 107
433 420 5 108
434 421 5 109
435 422 5 110
436 423 5 111
437 424 5 112
438 425 5 113
439 426 5 114
440 427 5 115
441 428 5 116
442 531 5 117
443 532 5 118
444 533 5 119
445 534 5 120
446 535 5 121
447 536 5 122
448 537 5 123
449 538 5 124
450 539 5 125
451 540 5 126
452 541 5 127
453 542 5 128
454 543 5 129
455 544 5 130
456 545 5 131
457 546 5 132
458 547 5 133
459 548 5 134
460 549 5 135
461 550 5 136
462 551 5 137
463 552 5 139
464 553 5 140
465 554 5 141
466 555 5 142
467 556 5 143
468 557 5 144
469 558 5 145
470 559 5 146
471 560 5 147
472 561 5 148
473 562 5 149
474 563 5 150
475 564 5 151
476 565 5 152
477 566 5 153

View file

@ -0,0 +1,753 @@
location_id,local_language_id,name
1,9,Canalave City
2,9,Eterna City
3,9,Pastoria City
4,9,Sunyshore City
5,9,Pokémon League
6,9,Oreburgh Mine
7,9,Valley Windworks
8,9,Eterna Forest
9,9,Fuego Ironworks
10,9,Mt. Coronet
11,9,Great Marsh
12,9,Solaceon Ruins
13,9,Victory Road
14,9,Ravaged Path
15,9,Oreburgh Gate
16,9,Stark Mountain
17,9,Spring Path
18,9,Turnback Cave
19,9,Snowpoint Temple
20,9,Wayward Cave
22,9,Ruin Maniac Cave
23,9,Trophy Garden
24,9,Iron Island
25,9,Old Chateau
26,9,Lake Verity
27,9,Lake Valor
28,9,Lake Acuity
29,9,Valor Lakefront
30,9,Acuity Lakefront
31,9,Route 201
32,9,Route 202
33,9,Route 203
34,9,Route 204
35,9,Route 205
36,9,Route 206
37,9,Route 207
38,9,Route 208
39,9,Route 209
40,9,Lost Tower
41,9,Route 210
42,9,Route 211
43,9,Route 212
44,9,Route 213
45,9,Route 214
46,9,Route 215
47,9,Route 216
48,9,Route 217
49,9,Route 218
50,9,Route 219
51,9,Route 221
52,9,Route 222
53,9,Route 224
54,9,Route 225
55,9,Route 227
56,9,Route 228
57,9,Route 229
58,9,Twinleaf Town
59,9,Celestic Town
60,9,Resort Area
61,9,Sea Route 220
62,9,Sea Route 223
63,9,Sea Route 226
64,9,Sea Route 230
65,9,Blackthorn City
66,9,Burned Tower
67,9,Celadon City
68,9,Cerulean City
69,9,Cherrygrove City
70,9,Cianwood City
71,9,Cinnabar Island
72,9,Dark Cave
73,9,Diglett's Cave
74,9,Dragon's Den
75,9,Ecruteak City
76,9,Fuchsia City
77,9,Ice Path
78,9,Ilex Forest
79,9,Lake of Rage
80,9,Mt. Moon
81,9,Mt. Mortar
82,9,Mt. Silver
83,9,National Park
84,9,New Bark Town
85,9,Olivine City
86,9,Pallet Town
87,9,Rock Tunnel
88,9,Route 1
89,9,Route 10
90,9,Route 11
91,9,Route 12
92,9,Route 13
93,9,Route 14
94,9,Route 15
95,9,Route 16
96,9,Route 17
97,9,Route 18
98,9,Sea Route 19
99,9,Route 2
100,9,Sea Route 20
101,9,Sea Route 21
102,9,Route 22
103,9,Route 24
104,9,Route 25
105,9,Route 26
106,9,Route 27
107,9,Route 28
108,9,Route 29
109,9,Route 3
110,9,Route 30
111,9,Route 31
112,9,Route 32
113,9,Route 33
114,9,Route 34
115,9,Route 35
116,9,Route 36
117,9,Route 37
118,9,Route 38
119,9,Route 39
120,9,Route 4
121,9,Sea Route 40
122,9,Sea Route 41
123,9,Route 42
124,9,Route 43
125,9,Route 44
126,9,Route 45
127,9,Route 46
128,9,Route 47
129,9,Route 48
130,9,Route 5
131,9,Route 6
132,9,Route 7
133,9,Route 8
134,9,Route 9
135,9,Ruins of Alph
136,9,Seafoam Islands
137,9,Slowpoke Well
138,9,Sprout Tower
139,9,Bell Tower
140,9,Tohjo Falls
141,9,Union Cave
147,9,Cerulean Cave
148,9,Unknown; all Poliwag
149,9,Unknown; all Rattata
150,9,Unknown; all bugs
151,9,Vermilion City
152,9,Victory Road
153,9,Violet City
154,9,Viridian City
155,9,Viridian Forest
156,9,Whirl Islands
157,9,Route 23
158,9,Power Plant
159,9,Victory Road
160,9,Pokémon Tower
161,9,Pokémon Mansion
162,9,Safari Zone
163,9,Sandgem Town
164,9,Floaroma Town
165,9,Solaceon Town
167,9,Jubilife City
168,9,Oreburgh City
169,9,Hearthome City
170,9,Veilstone City
171,9,Snowpoint City
172,9,Spear Pillar
173,9,Pal Park
174,9,Amity Square
175,9,Floaroma Meadow
177,9,Fullmoon Island
178,9,Sendoff Spring
179,9,Flower Paradise
180,9,Maniac Tunnel
181,9,Galactic HQ
182,9,Verity Lakefront
183,9,Newmoon Island
184,9,Battle Tower
185,9,Fight Area
186,9,Survival Area
187,9,Seabreak Path
188,9,Hall of Origin
189,9,Hall of Origin
190,9,Verity Cavern
191,9,Valor Cavern
192,9,Acuity Cavern
193,9,Jubilife TV
194,9,Pokétch Co.
195,9,GTS
196,9,Trainers School
197,9,Mining Museum
198,9,Flower Shop
199,9,Cycle Shop
200,9,Contest Hall
201,9,Poffin House
202,9,Foreign Building
203,9,Pokémon Day Care
204,9,Veilstone Store
205,9,Game Corner
206,9,Canalave Library
207,9,Vista Lighthouse
208,9,Sunyshore Market
209,9,Footstep House
210,9,Café
211,9,Grand Lake
212,9,Restaurant
213,9,Battle Park
214,9,Battle Frontier
215,9,Battle Factory
216,9,Battle Castle
217,9,Battle Arcade
218,9,Battle Hall
219,9,Distortion World
220,9,Global Terminal
221,9,Villa
222,9,Battleground
223,9,ROTOM's Room
224,9,T.G. Eterna Bldg
225,9,Iron Ruins
226,9,Iceberg Ruins
227,9,Rock Peak Ruins
228,9,Azalea Town
229,9,Goldenrod City
230,9,Mahogany Town
231,9,Pewter City
232,9,Lavender Town
233,9,Indigo Plateau
234,9,Saffron City
236,9,Lighthouse
237,9,Team Rocket HQ
238,9,Goldenrod Tunnel
239,9,Mt. Silver Cave
241,9,Pokéathlon Dome
242,9,S.S. Aqua
243,9,Safari Zone Gate
244,9,Cliff Cave
245,9,Frontier Access
246,9,Bellchime Trail
247,9,Sinjoh Ruins
248,9,Embedded Tower
249,9,Pokéwalker
250,9,Cliff Edge Gate
252,9,Radio Tower
253,9,Day-Care Couple
254,9,Link trade (arrive)
255,9,Link trade (met)
256,9,Kanto
257,9,Johto
258,9,Hoenn
259,9,Sinnoh
260,9,Distant land
261,9,Traveling Man
262,9,Riley
263,9,Cynthia
264,9,Mystery Zone
265,9,Lovely place
266,9,Pokémon Ranger
267,9,Faraway place
268,9,Pokémon Movie
269,9,Pokémon Movie 06
270,9,Pokémon Movie 07
271,9,Pokémon Movie 08
272,9,Pokémon Movie 09
273,9,Pokémon Movie 10
274,9,Pokémon Movie 11
275,9,Pokémon Movie 12
276,9,Pokémon Movie 13
277,9,Pokémon Movie 14
278,9,Pokémon Movie 15
279,9,Pokémon Movie 16
280,9,Pokémon Cartoon
281,9,Space World
282,9,Space World 06
283,9,Space World 07
284,9,Space World 08
285,9,Space World 09
286,9,Space World 10
287,9,Space World 11
288,9,Space World 12
289,9,Space World 13
290,9,Space World 14
291,9,Space World 15
292,9,Space World 16
293,9,Pokémon Festa
294,9,Pokémon Festa 06
295,9,Pokémon Festa 07
296,9,Pokémon Festa 08
297,9,Pokémon Festa 09
298,9,Pokémon Festa 10
299,9,Pokémon Festa 11
300,9,Pokémon Festa 12
301,9,Pokémon Festa 13
302,9,Pokémon Festa 14
303,9,Pokémon Festa 15
304,9,Pokémon Festa 16
305,9,POKéPARK
306,9,POKéPARK 06
307,9,POKéPARK 07
308,9,POKéPARK 08
309,9,POKéPARK 09
310,9,POKéPARK 10
311,9,POKéPARK 11
312,9,POKéPARK 12
313,9,POKéPARK 13
314,9,POKéPARK 14
315,9,POKéPARK 15
316,9,POKéPARK 16
317,9,Pokémon Center
318,9,PC Tokyo
319,9,PC Osaka
320,9,PC Fukuoka
321,9,PC Nagoya
322,9,PC Sapporo
323,9,PC Yokohama
324,9,Nintendo World
325,9,Pokémon Event
326,9,Pokémon Event 06
327,9,Pokémon Event 07
328,9,Pokémon Event 08
329,9,Pokémon Event 09
330,9,Pokémon Event 10
331,9,Pokémon Event 11
332,9,Pokémon Event 12
333,9,Pokémon Event 13
334,9,Pokémon Event 14
335,9,Pokémon Event 15
336,9,Pokémon Event 16
337,9,Wi-Fi Event
338,9,Wi-Fi Gift
339,9,Pokémon Fan Club
340,9,Event Site
341,9,Concert Event
342,9,Mr. Pokémon
343,9,Primo
344,1,なぞの場所
344,9,Mystery Zone
345,1,遠い場所
345,9,Faraway place
346,1,カノコタウン
346,9,Nuvema Town
347,1,カラクサタウン
347,9,Accumula Town
348,1,サンヨウシティ
348,9,Striaton City
349,1,シッポウシティ
349,9,Nacrene City
350,1,ヒウンシティ
350,9,Castelia City
351,1,ライモンシティ
351,9,Nimbasa City
352,1,ホドモエシティ
352,9,Driftveil City
353,1,フキヨセシティ
353,9,Mistralton City
354,1,セッカシティ
354,9,Icirrus City
355,1,ソウリュウシティ
355,9,Opelucid City
356,1,1番道路
356,9,Route 1
357,1,2番道路
357,9,Route 2
358,1,3番道路
358,9,Route 3
359,1,4番道路
359,9,Route 4
360,1,5番道路
360,9,Route 5
361,1,6番道路
361,9,Route 6
362,1,7番道路
362,9,Route 7
363,1,8番道路
363,9,Route 8
364,1,9番道路
364,9,Route 9
365,1,10番道路
365,9,Route 10
366,1,11番道路
366,9,Route 11
367,1,12番道路
367,9,Route 12
368,1,13番道路
368,9,Route 13
369,1,14番道路
369,9,Route 14
370,1,15番道路
370,9,Route 15
371,1,16番道路
371,9,Route 16
372,1,17番水道
372,9,Route 17
373,1,18番道路
373,9,Route 18
374,1,夢の跡地
374,9,Dreamyard
375,1,ヤグルマの森
375,9,Pinwheel Forest
376,1,リゾートデザート
376,9,Desert Resort
377,1,古代の城
377,9,Relic Castle
378,1,冷凍コンテナ
378,9,Cold Storage
379,1,電気石の洞穴
379,9,Chargestone Cave
380,1,ネジ山
380,9,Twist Mountain
381,1,リュウラセンの塔
381,9,Dragonspiral Tower
382,1,チャンピオンロード
382,9,Victory Road
383,1,カゴメタウン
383,9,Lacunosa Town
384,1,サザナミタウン
384,9,Undella Town
385,1,カナワタウン
385,9,Anville Town
386,1,ポケモンリーグ
386,9,Pokémon League
387,1,Nの城
387,9,N's Castle
388,1,ロイヤルイッシュ号
388,9,Royal Unova
389,1,ギアステーション
389,9,Gear Station
390,1,バトルサブウェイ
390,9,Battle Subway
391,1,ミュージカルホール
391,9,Musical Theater
392,1,ブラックシティ
392,9,Black City
393,1,ホワイトフォレスト
393,9,White Forest
394,1,ユナイテッドタワー
394,9,Unity Tower
395,1,地下水脈の穴
395,9,Wellspring Cave
396,1,フキヨセの洞穴
396,9,Mistralton Cave
397,1,思索の原
397,9,Rumination Field
398,1,タワーオブヘブン
398,9,Celestial Tower
399,1,セッカの湿原
399,9,Moor of Icirrus
400,1,ショッピングモール
400,9,Shopping Mall
401,1,修行の岩屋
401,9,Challenger's Cave
402,1,シフトファクトリー
402,9,Poké Transfer Lab
403,1,ジャイアントホール
403,9,Giant Chasm
404,1,リバティガーデン島
404,9,Liberty Garden
405,1,P2ラボ
405,9,P2 Laboratory
406,1,スカイアローブリッジ
406,9,Skyarrow Bridge
407,1,ホドモエの跳ね橋
407,9,Driftveil Drawbridge
408,1,シリンダーブリッジ
408,9,Tubeline Bridge
409,1,ビレッジブリッジ
409,9,Village Bridge
410,1,ワンダーブリッジ
410,9,Marvelous Bridge
411,1,ハイリンク
411,9,Entralink
412,1,ほうじょうの社
412,9,Abundant Shrine
413,1,サザナミ湾
413,9,Undella Bay
414,1,迷いの森
414,9,Lostlorn Forest
415,1,試練の室
415,9,Trial Chamber
416,1,導の間
416,9,Guidance Chamber
417,1,ハイリンクの森
417,9,Entree Forest
418,1,カラクサゲート
418,9,Accumula Gate
419,1,サザナミゲート
419,9,Undella Gate
420,1,シッポウゲート
420,9,Nacrene Gate
421,1,ヒウンゲート
421,9,Castelia Gate
422,1,ライモンゲート
422,9,Nimbasa Gate
423,1,ソウリュウゲート
423,9,Opelucid Gate
424,1,ブラックゲート
424,9,Black Gate
425,1,ホワイトゲート
425,9,White Gate
426,1,ブリッジゲート
426,9,Bridge Gate
427,1,ロードゲート
427,9,Route Gate
428,1,海底遺跡
428,9,Abyssal Ruins
429,9,Petalburg City
430,9,Slateport City
431,9,Lilycove City
432,9,Mossdeep City
433,9,Sootopolis City
434,9,Ever Grande City
435,9,Meteor Falls
436,9,Rusturf Tunnel
437,9,Granite Cave
438,9,Petalburg Woods
439,9,Jagged Pass
440,9,Fiery Path
441,9,Mt. Pyre
442,9,Seafloor Cavern
443,9,Cave of Origin
444,9,Victory Road
445,9,Shoal Cave
446,9,New Mauville
447,9,Abandoned Ship
448,9,Sky Pillar
449,9,Route 101
450,9,Route 102
451,9,Route 103
452,9,Route 104
453,9,Route 105
454,9,Route 106
455,9,Route 107
456,9,Route 108
457,9,Route 109
458,9,Route 110
459,9,Route 111
460,9,Route 112
461,9,Route 113
462,9,Route 114
463,9,Route 115
464,9,Route 116
465,9,Route 117
466,9,Route 118
467,9,Route 119
468,9,Route 120
469,9,Route 121
470,9,Route 122
471,9,Route 123
472,9,Route 124
473,9,Route 125
474,9,Route 126
475,9,Route 127
476,9,Route 128
477,9,Route 129
478,9,Route 130
479,9,Route 131
480,9,Route 132
481,9,Route 133
482,9,Route 134
483,9,Safari Zone
484,9,Dewford Town
485,9,Pacifidlog Town
486,9,Magma Hideout
487,9,Mirage Tower
488,9,Desert Underpass
489,9,Artisan Cave
490,9,Altering Cave
491,9,Monean Chamber
492,9,Liptoo Chamber
493,9,Weepth Chamber
494,9,Dilford Chamber
495,9,Scufib Chamber
496,9,Rixy Chamber
497,9,Viapos Chamber
498,9,S.S. Anne
499,9,Victory Road
500,9,Mt. Ember
501,9,Berry Forest
502,9,Icefall Cave
503,9,Pattern Bush
504,9,Lost Cave
505,9,Kindle Road
506,9,Treasure Beach
507,9,Cape Brink
508,9,Bond Bridge
509,9,Three Isle Port
510,9,Resort Gorgeous
511,9,Water Labyrinth
512,9,Five Isle Meadow
513,9,Memorial Pillar
514,9,Outcast Island
515,9,Green Path
516,9,Water Path
517,9,Ruin Valley
518,9,Trainer Tower
519,9,Canyon Entrance
520,9,Sevault Canyon
521,9,Tanoby Ruins
522,9,Route 19
523,9,Route 20
524,9,Route 21
526,9,One Island
527,9,Four Island
528,9,Five Island
529,9,Altering Cave
530,9,Victory Road
531,1,ヒオウギシティ
531,9,Aspertia City
532,1,タチワキシティ
532,9,Virbank City
533,1,セイガイハシティ
533,9,Humilau City
534,1,ポケウッド
534,9,PokéStar Studios
535,1,ジョインアベニュー
535,9,Join Avenue
536,1,サンギタウン
536,9,Floccesy Town
537,1,ヤマジタウン
537,9,Lentimas Town
538,1,19番道路
538,9,Route 19
539,1,20番道路
539,9,Route 20
540,1,21番水道
540,9,Route 21
541,1,22番道路
541,9,Route 22
542,1,23番道路
542,9,Route 23
543,1,ヒウン下水道
543,9,Castelia Sewers
544,1,サンギ牧場
544,9,Floccesy Ranch
545,1,タチワキコンビナート
545,9,Virbank Complex
546,1,リバースマウンテン
546,9,Reversal Mountain
547,1,ストレンジャーハウス
547,9,Strange House
548,1,チャンピオンロード
548,9,Victory Road
549,1,プラズマフリゲート
549,9,Plasma Frigate
550,1,古代の抜け道
550,9,Relic Passage
551,1,ヤーコンロード
551,9,Clay Tunnel
552,1,白の樹洞
552,9,White Treehollow
553,1,黒の摩天楼
553,9,Black Tower
554,1,海辺の洞穴
554,9,Seaside Cave
555,1,心の空洞
555,9,Cave of Being
556,1,隠し穴
556,9,Hidden Grotto
557,1,マリンチューブ
557,9,Marine Tube
558,1,タチワキゲート
558,9,Virbank Gate
559,1,ヒオウギゲート
559,9,Aspertia Gate
560,1,自然保護区
560,9,Nature Sanctuary
561,1,メダル事務局
561,9,Medal Secretariat
562,1,地底遺跡
562,9,Underground Ruins
563,1,岩山の間
563,9,Rocky Mountain Room
564,1,氷山の間
564,9,Glacier Room
565,1,鉄の間
565,9,Iron Room
566,1,誓いの林
566,9,Pledge Grove
567,9,Littleroot Town
568,9,Oldale Town
569,9,Lavaridge Town
570,9,Fallarbor Town
571,9,Verdanturf Town
572,9,Mauville City
573,9,Rustboro City
574,9,Fortree City
575,9,Underwater
576,9,Mt. Chimney
577,9,Mirage Island
578,9,Southern Island
579,9,Sealed Chamber
580,9,Scorched Slab
581,9,Island Cave
582,9,Desert Ruins
583,9,Ancient Tomb
584,9,Inside of truck
585,9,Secret Base
586,9,Battle Tower
587,9,Vaniville Town
588,9,Aquacorde Town
589,9,Santalune Forest
590,9,Santalune City
591,9,Lumiose City
592,9,Camphrier Town
593,9,Parfum Palace
594,9,Connecting Cave
595,9,Cyllage City
596,9,Ambrette Town
597,9,Glittering Cave
598,9,Geosenge Town
599,9,Reflection Cave
600,9,Shalour City
601,9,Coumarine City
602,9,Sea Spirit's Den
603,9,Kalos Power Plant
604,9,Laverre City
605,9,Poke Ball Factory
606,9,Lost Hotel
607,9,Dendemille Town
608,9,Frost Cavern
609,9,Anistar City
610,9,Couriway Town
611,9,Terminus Cave
612,9,Snowbelle City
613,9,Pokemon Village
614,9,Victory Road
615,9,Chamber of Emptiness
616,9,Pokemon League
617,9,Kiloude City
618,9,Azure Bay
619,9,Battle Chateau
620,9,Battle Maison
621,9,Tower of Mastery
622,9,Route 1
623,9,Route 2
624,9,Route 3
625,9,Route 4
626,9,Route 5
627,9,Route 6
628,9,Route 7
629,9,Route 8
630,9,Route 9
631,9,Route 10
632,9,Route 11
633,9,Route 12
634,9,Route 13
635,9,Route 14
636,9,Route 15
637,9,Route 16
638,9,Route 17
639,9,Route 18
640,9,Route 19
641,9,Route 20
642,9,Route 21
643,9,Route 22
1 location_id local_language_id name
2 1 9 Canalave City
3 2 9 Eterna City
4 3 9 Pastoria City
5 4 9 Sunyshore City
6 5 9 Pokémon League
7 6 9 Oreburgh Mine
8 7 9 Valley Windworks
9 8 9 Eterna Forest
10 9 9 Fuego Ironworks
11 10 9 Mt. Coronet
12 11 9 Great Marsh
13 12 9 Solaceon Ruins
14 13 9 Victory Road
15 14 9 Ravaged Path
16 15 9 Oreburgh Gate
17 16 9 Stark Mountain
18 17 9 Spring Path
19 18 9 Turnback Cave
20 19 9 Snowpoint Temple
21 20 9 Wayward Cave
22 22 9 Ruin Maniac Cave
23 23 9 Trophy Garden
24 24 9 Iron Island
25 25 9 Old Chateau
26 26 9 Lake Verity
27 27 9 Lake Valor
28 28 9 Lake Acuity
29 29 9 Valor Lakefront
30 30 9 Acuity Lakefront
31 31 9 Route 201
32 32 9 Route 202
33 33 9 Route 203
34 34 9 Route 204
35 35 9 Route 205
36 36 9 Route 206
37 37 9 Route 207
38 38 9 Route 208
39 39 9 Route 209
40 40 9 Lost Tower
41 41 9 Route 210
42 42 9 Route 211
43 43 9 Route 212
44 44 9 Route 213
45 45 9 Route 214
46 46 9 Route 215
47 47 9 Route 216
48 48 9 Route 217
49 49 9 Route 218
50 50 9 Route 219
51 51 9 Route 221
52 52 9 Route 222
53 53 9 Route 224
54 54 9 Route 225
55 55 9 Route 227
56 56 9 Route 228
57 57 9 Route 229
58 58 9 Twinleaf Town
59 59 9 Celestic Town
60 60 9 Resort Area
61 61 9 Sea Route 220
62 62 9 Sea Route 223
63 63 9 Sea Route 226
64 64 9 Sea Route 230
65 65 9 Blackthorn City
66 66 9 Burned Tower
67 67 9 Celadon City
68 68 9 Cerulean City
69 69 9 Cherrygrove City
70 70 9 Cianwood City
71 71 9 Cinnabar Island
72 72 9 Dark Cave
73 73 9 Diglett's Cave
74 74 9 Dragon's Den
75 75 9 Ecruteak City
76 76 9 Fuchsia City
77 77 9 Ice Path
78 78 9 Ilex Forest
79 79 9 Lake of Rage
80 80 9 Mt. Moon
81 81 9 Mt. Mortar
82 82 9 Mt. Silver
83 83 9 National Park
84 84 9 New Bark Town
85 85 9 Olivine City
86 86 9 Pallet Town
87 87 9 Rock Tunnel
88 88 9 Route 1
89 89 9 Route 10
90 90 9 Route 11
91 91 9 Route 12
92 92 9 Route 13
93 93 9 Route 14
94 94 9 Route 15
95 95 9 Route 16
96 96 9 Route 17
97 97 9 Route 18
98 98 9 Sea Route 19
99 99 9 Route 2
100 100 9 Sea Route 20
101 101 9 Sea Route 21
102 102 9 Route 22
103 103 9 Route 24
104 104 9 Route 25
105 105 9 Route 26
106 106 9 Route 27
107 107 9 Route 28
108 108 9 Route 29
109 109 9 Route 3
110 110 9 Route 30
111 111 9 Route 31
112 112 9 Route 32
113 113 9 Route 33
114 114 9 Route 34
115 115 9 Route 35
116 116 9 Route 36
117 117 9 Route 37
118 118 9 Route 38
119 119 9 Route 39
120 120 9 Route 4
121 121 9 Sea Route 40
122 122 9 Sea Route 41
123 123 9 Route 42
124 124 9 Route 43
125 125 9 Route 44
126 126 9 Route 45
127 127 9 Route 46
128 128 9 Route 47
129 129 9 Route 48
130 130 9 Route 5
131 131 9 Route 6
132 132 9 Route 7
133 133 9 Route 8
134 134 9 Route 9
135 135 9 Ruins of Alph
136 136 9 Seafoam Islands
137 137 9 Slowpoke Well
138 138 9 Sprout Tower
139 139 9 Bell Tower
140 140 9 Tohjo Falls
141 141 9 Union Cave
142 147 9 Cerulean Cave
143 148 9 Unknown; all Poliwag
144 149 9 Unknown; all Rattata
145 150 9 Unknown; all bugs
146 151 9 Vermilion City
147 152 9 Victory Road
148 153 9 Violet City
149 154 9 Viridian City
150 155 9 Viridian Forest
151 156 9 Whirl Islands
152 157 9 Route 23
153 158 9 Power Plant
154 159 9 Victory Road
155 160 9 Pokémon Tower
156 161 9 Pokémon Mansion
157 162 9 Safari Zone
158 163 9 Sandgem Town
159 164 9 Floaroma Town
160 165 9 Solaceon Town
161 167 9 Jubilife City
162 168 9 Oreburgh City
163 169 9 Hearthome City
164 170 9 Veilstone City
165 171 9 Snowpoint City
166 172 9 Spear Pillar
167 173 9 Pal Park
168 174 9 Amity Square
169 175 9 Floaroma Meadow
170 177 9 Fullmoon Island
171 178 9 Sendoff Spring
172 179 9 Flower Paradise
173 180 9 Maniac Tunnel
174 181 9 Galactic HQ
175 182 9 Verity Lakefront
176 183 9 Newmoon Island
177 184 9 Battle Tower
178 185 9 Fight Area
179 186 9 Survival Area
180 187 9 Seabreak Path
181 188 9 Hall of Origin
182 189 9 Hall of Origin
183 190 9 Verity Cavern
184 191 9 Valor Cavern
185 192 9 Acuity Cavern
186 193 9 Jubilife TV
187 194 9 Pokétch Co.
188 195 9 GTS
189 196 9 Trainers’ School
190 197 9 Mining Museum
191 198 9 Flower Shop
192 199 9 Cycle Shop
193 200 9 Contest Hall
194 201 9 Poffin House
195 202 9 Foreign Building
196 203 9 Pokémon Day Care
197 204 9 Veilstone Store
198 205 9 Game Corner
199 206 9 Canalave Library
200 207 9 Vista Lighthouse
201 208 9 Sunyshore Market
202 209 9 Footstep House
203 210 9 Café
204 211 9 Grand Lake
205 212 9 Restaurant
206 213 9 Battle Park
207 214 9 Battle Frontier
208 215 9 Battle Factory
209 216 9 Battle Castle
210 217 9 Battle Arcade
211 218 9 Battle Hall
212 219 9 Distortion World
213 220 9 Global Terminal
214 221 9 Villa
215 222 9 Battleground
216 223 9 ROTOM's Room
217 224 9 T.G. Eterna Bldg
218 225 9 Iron Ruins
219 226 9 Iceberg Ruins
220 227 9 Rock Peak Ruins
221 228 9 Azalea Town
222 229 9 Goldenrod City
223 230 9 Mahogany Town
224 231 9 Pewter City
225 232 9 Lavender Town
226 233 9 Indigo Plateau
227 234 9 Saffron City
228 236 9 Lighthouse
229 237 9 Team Rocket HQ
230 238 9 Goldenrod Tunnel
231 239 9 Mt. Silver Cave
232 241 9 Pokéathlon Dome
233 242 9 S.S. Aqua
234 243 9 Safari Zone Gate
235 244 9 Cliff Cave
236 245 9 Frontier Access
237 246 9 Bellchime Trail
238 247 9 Sinjoh Ruins
239 248 9 Embedded Tower
240 249 9 Pokéwalker
241 250 9 Cliff Edge Gate
242 252 9 Radio Tower
243 253 9 Day-Care Couple
244 254 9 Link trade (arrive)
245 255 9 Link trade (met)
246 256 9 Kanto
247 257 9 Johto
248 258 9 Hoenn
249 259 9 Sinnoh
250 260 9 Distant land
251 261 9 Traveling Man
252 262 9 Riley
253 263 9 Cynthia
254 264 9 Mystery Zone
255 265 9 Lovely place
256 266 9 Pokémon Ranger
257 267 9 Faraway place
258 268 9 Pokémon Movie
259 269 9 Pokémon Movie 06
260 270 9 Pokémon Movie 07
261 271 9 Pokémon Movie 08
262 272 9 Pokémon Movie 09
263 273 9 Pokémon Movie 10
264 274 9 Pokémon Movie 11
265 275 9 Pokémon Movie 12
266 276 9 Pokémon Movie 13
267 277 9 Pokémon Movie 14
268 278 9 Pokémon Movie 15
269 279 9 Pokémon Movie 16
270 280 9 Pokémon Cartoon
271 281 9 Space World
272 282 9 Space World 06
273 283 9 Space World 07
274 284 9 Space World 08
275 285 9 Space World 09
276 286 9 Space World 10
277 287 9 Space World 11
278 288 9 Space World 12
279 289 9 Space World 13
280 290 9 Space World 14
281 291 9 Space World 15
282 292 9 Space World 16
283 293 9 Pokémon Festa
284 294 9 Pokémon Festa 06
285 295 9 Pokémon Festa 07
286 296 9 Pokémon Festa 08
287 297 9 Pokémon Festa 09
288 298 9 Pokémon Festa 10
289 299 9 Pokémon Festa 11
290 300 9 Pokémon Festa 12
291 301 9 Pokémon Festa 13
292 302 9 Pokémon Festa 14
293 303 9 Pokémon Festa 15
294 304 9 Pokémon Festa 16
295 305 9 POKéPARK
296 306 9 POKéPARK 06
297 307 9 POKéPARK 07
298 308 9 POKéPARK 08
299 309 9 POKéPARK 09
300 310 9 POKéPARK 10
301 311 9 POKéPARK 11
302 312 9 POKéPARK 12
303 313 9 POKéPARK 13
304 314 9 POKéPARK 14
305 315 9 POKéPARK 15
306 316 9 POKéPARK 16
307 317 9 Pokémon Center
308 318 9 PC Tokyo
309 319 9 PC Osaka
310 320 9 PC Fukuoka
311 321 9 PC Nagoya
312 322 9 PC Sapporo
313 323 9 PC Yokohama
314 324 9 Nintendo World
315 325 9 Pokémon Event
316 326 9 Pokémon Event 06
317 327 9 Pokémon Event 07
318 328 9 Pokémon Event 08
319 329 9 Pokémon Event 09
320 330 9 Pokémon Event 10
321 331 9 Pokémon Event 11
322 332 9 Pokémon Event 12
323 333 9 Pokémon Event 13
324 334 9 Pokémon Event 14
325 335 9 Pokémon Event 15
326 336 9 Pokémon Event 16
327 337 9 Wi-Fi Event
328 338 9 Wi-Fi Gift
329 339 9 Pokémon Fan Club
330 340 9 Event Site
331 341 9 Concert Event
332 342 9 Mr. Pokémon
333 343 9 Primo
334 344 1 なぞの場所
335 344 9 Mystery Zone
336 345 1 遠い場所
337 345 9 Faraway place
338 346 1 カノコタウン
339 346 9 Nuvema Town
340 347 1 カラクサタウン
341 347 9 Accumula Town
342 348 1 サンヨウシティ
343 348 9 Striaton City
344 349 1 シッポウシティ
345 349 9 Nacrene City
346 350 1 ヒウンシティ
347 350 9 Castelia City
348 351 1 ライモンシティ
349 351 9 Nimbasa City
350 352 1 ホドモエシティ
351 352 9 Driftveil City
352 353 1 フキヨセシティ
353 353 9 Mistralton City
354 354 1 セッカシティ
355 354 9 Icirrus City
356 355 1 ソウリュウシティ
357 355 9 Opelucid City
358 356 1 1番道路
359 356 9 Route 1
360 357 1 2番道路
361 357 9 Route 2
362 358 1 3番道路
363 358 9 Route 3
364 359 1 4番道路
365 359 9 Route 4
366 360 1 5番道路
367 360 9 Route 5
368 361 1 6番道路
369 361 9 Route 6
370 362 1 7番道路
371 362 9 Route 7
372 363 1 8番道路
373 363 9 Route 8
374 364 1 9番道路
375 364 9 Route 9
376 365 1 10番道路
377 365 9 Route 10
378 366 1 11番道路
379 366 9 Route 11
380 367 1 12番道路
381 367 9 Route 12
382 368 1 13番道路
383 368 9 Route 13
384 369 1 14番道路
385 369 9 Route 14
386 370 1 15番道路
387 370 9 Route 15
388 371 1 16番道路
389 371 9 Route 16
390 372 1 17番水道
391 372 9 Route 17
392 373 1 18番道路
393 373 9 Route 18
394 374 1 夢の跡地
395 374 9 Dreamyard
396 375 1 ヤグルマの森
397 375 9 Pinwheel Forest
398 376 1 リゾートデザート
399 376 9 Desert Resort
400 377 1 古代の城
401 377 9 Relic Castle
402 378 1 冷凍コンテナ
403 378 9 Cold Storage
404 379 1 電気石の洞穴
405 379 9 Chargestone Cave
406 380 1 ネジ山
407 380 9 Twist Mountain
408 381 1 リュウラセンの塔
409 381 9 Dragonspiral Tower
410 382 1 チャンピオンロード
411 382 9 Victory Road
412 383 1 カゴメタウン
413 383 9 Lacunosa Town
414 384 1 サザナミタウン
415 384 9 Undella Town
416 385 1 カナワタウン
417 385 9 Anville Town
418 386 1 ポケモンリーグ
419 386 9 Pokémon League
420 387 1 Nの城
421 387 9 N's Castle
422 388 1 ロイヤルイッシュ号
423 388 9 Royal Unova
424 389 1 ギアステーション
425 389 9 Gear Station
426 390 1 バトルサブウェイ
427 390 9 Battle Subway
428 391 1 ミュージカルホール
429 391 9 Musical Theater
430 392 1 ブラックシティ
431 392 9 Black City
432 393 1 ホワイトフォレスト
433 393 9 White Forest
434 394 1 ユナイテッドタワー
435 394 9 Unity Tower
436 395 1 地下水脈の穴
437 395 9 Wellspring Cave
438 396 1 フキヨセの洞穴
439 396 9 Mistralton Cave
440 397 1 思索の原
441 397 9 Rumination Field
442 398 1 タワーオブヘブン
443 398 9 Celestial Tower
444 399 1 セッカの湿原
445 399 9 Moor of Icirrus
446 400 1 ショッピングモール
447 400 9 Shopping Mall
448 401 1 修行の岩屋
449 401 9 Challenger's Cave
450 402 1 シフトファクトリー
451 402 9 Poké Transfer Lab
452 403 1 ジャイアントホール
453 403 9 Giant Chasm
454 404 1 リバティガーデン島
455 404 9 Liberty Garden
456 405 1 P2ラボ
457 405 9 P2 Laboratory
458 406 1 スカイアローブリッジ
459 406 9 Skyarrow Bridge
460 407 1 ホドモエの跳ね橋
461 407 9 Driftveil Drawbridge
462 408 1 シリンダーブリッジ
463 408 9 Tubeline Bridge
464 409 1 ビレッジブリッジ
465 409 9 Village Bridge
466 410 1 ワンダーブリッジ
467 410 9 Marvelous Bridge
468 411 1 ハイリンク
469 411 9 Entralink
470 412 1 ほうじょうの社
471 412 9 Abundant Shrine
472 413 1 サザナミ湾
473 413 9 Undella Bay
474 414 1 迷いの森
475 414 9 Lostlorn Forest
476 415 1 試練の室
477 415 9 Trial Chamber
478 416 1 導の間
479 416 9 Guidance Chamber
480 417 1 ハイリンクの森
481 417 9 Entree Forest
482 418 1 カラクサゲート
483 418 9 Accumula Gate
484 419 1 サザナミゲート
485 419 9 Undella Gate
486 420 1 シッポウゲート
487 420 9 Nacrene Gate
488 421 1 ヒウンゲート
489 421 9 Castelia Gate
490 422 1 ライモンゲート
491 422 9 Nimbasa Gate
492 423 1 ソウリュウゲート
493 423 9 Opelucid Gate
494 424 1 ブラックゲート
495 424 9 Black Gate
496 425 1 ホワイトゲート
497 425 9 White Gate
498 426 1 ブリッジゲート
499 426 9 Bridge Gate
500 427 1 ロードゲート
501 427 9 Route Gate
502 428 1 海底遺跡
503 428 9 Abyssal Ruins
504 429 9 Petalburg City
505 430 9 Slateport City
506 431 9 Lilycove City
507 432 9 Mossdeep City
508 433 9 Sootopolis City
509 434 9 Ever Grande City
510 435 9 Meteor Falls
511 436 9 Rusturf Tunnel
512 437 9 Granite Cave
513 438 9 Petalburg Woods
514 439 9 Jagged Pass
515 440 9 Fiery Path
516 441 9 Mt. Pyre
517 442 9 Seafloor Cavern
518 443 9 Cave of Origin
519 444 9 Victory Road
520 445 9 Shoal Cave
521 446 9 New Mauville
522 447 9 Abandoned Ship
523 448 9 Sky Pillar
524 449 9 Route 101
525 450 9 Route 102
526 451 9 Route 103
527 452 9 Route 104
528 453 9 Route 105
529 454 9 Route 106
530 455 9 Route 107
531 456 9 Route 108
532 457 9 Route 109
533 458 9 Route 110
534 459 9 Route 111
535 460 9 Route 112
536 461 9 Route 113
537 462 9 Route 114
538 463 9 Route 115
539 464 9 Route 116
540 465 9 Route 117
541 466 9 Route 118
542 467 9 Route 119
543 468 9 Route 120
544 469 9 Route 121
545 470 9 Route 122
546 471 9 Route 123
547 472 9 Route 124
548 473 9 Route 125
549 474 9 Route 126
550 475 9 Route 127
551 476 9 Route 128
552 477 9 Route 129
553 478 9 Route 130
554 479 9 Route 131
555 480 9 Route 132
556 481 9 Route 133
557 482 9 Route 134
558 483 9 Safari Zone
559 484 9 Dewford Town
560 485 9 Pacifidlog Town
561 486 9 Magma Hideout
562 487 9 Mirage Tower
563 488 9 Desert Underpass
564 489 9 Artisan Cave
565 490 9 Altering Cave
566 491 9 Monean Chamber
567 492 9 Liptoo Chamber
568 493 9 Weepth Chamber
569 494 9 Dilford Chamber
570 495 9 Scufib Chamber
571 496 9 Rixy Chamber
572 497 9 Viapos Chamber
573 498 9 S.S. Anne
574 499 9 Victory Road
575 500 9 Mt. Ember
576 501 9 Berry Forest
577 502 9 Icefall Cave
578 503 9 Pattern Bush
579 504 9 Lost Cave
580 505 9 Kindle Road
581 506 9 Treasure Beach
582 507 9 Cape Brink
583 508 9 Bond Bridge
584 509 9 Three Isle Port
585 510 9 Resort Gorgeous
586 511 9 Water Labyrinth
587 512 9 Five Isle Meadow
588 513 9 Memorial Pillar
589 514 9 Outcast Island
590 515 9 Green Path
591 516 9 Water Path
592 517 9 Ruin Valley
593 518 9 Trainer Tower
594 519 9 Canyon Entrance
595 520 9 Sevault Canyon
596 521 9 Tanoby Ruins
597 522 9 Route 19
598 523 9 Route 20
599 524 9 Route 21
600 526 9 One Island
601 527 9 Four Island
602 528 9 Five Island
603 529 9 Altering Cave
604 530 9 Victory Road
605 531 1 ヒオウギシティ
606 531 9 Aspertia City
607 532 1 タチワキシティ
608 532 9 Virbank City
609 533 1 セイガイハシティ
610 533 9 Humilau City
611 534 1 ポケウッド
612 534 9 PokéStar Studios
613 535 1 ジョインアベニュー
614 535 9 Join Avenue
615 536 1 サンギタウン
616 536 9 Floccesy Town
617 537 1 ヤマジタウン
618 537 9 Lentimas Town
619 538 1 19番道路
620 538 9 Route 19
621 539 1 20番道路
622 539 9 Route 20
623 540 1 21番水道
624 540 9 Route 21
625 541 1 22番道路
626 541 9 Route 22
627 542 1 23番道路
628 542 9 Route 23
629 543 1 ヒウン下水道
630 543 9 Castelia Sewers
631 544 1 サンギ牧場
632 544 9 Floccesy Ranch
633 545 1 タチワキコンビナート
634 545 9 Virbank Complex
635 546 1 リバースマウンテン
636 546 9 Reversal Mountain
637 547 1 ストレンジャーハウス
638 547 9 Strange House
639 548 1 チャンピオンロード
640 548 9 Victory Road
641 549 1 プラズマフリゲート
642 549 9 Plasma Frigate
643 550 1 古代の抜け道
644 550 9 Relic Passage
645 551 1 ヤーコンロード
646 551 9 Clay Tunnel
647 552 1 白の樹洞
648 552 9 White Treehollow
649 553 1 黒の摩天楼
650 553 9 Black Tower
651 554 1 海辺の洞穴
652 554 9 Seaside Cave
653 555 1 心の空洞
654 555 9 Cave of Being
655 556 1 隠し穴
656 556 9 Hidden Grotto
657 557 1 マリンチューブ
658 557 9 Marine Tube
659 558 1 タチワキゲート
660 558 9 Virbank Gate
661 559 1 ヒオウギゲート
662 559 9 Aspertia Gate
663 560 1 自然保護区
664 560 9 Nature Sanctuary
665 561 1 メダル事務局
666 561 9 Medal Secretariat
667 562 1 地底遺跡
668 562 9 Underground Ruins
669 563 1 岩山の間
670 563 9 Rocky Mountain Room
671 564 1 氷山の間
672 564 9 Glacier Room
673 565 1 鉄の間
674 565 9 Iron Room
675 566 1 誓いの林
676 566 9 Pledge Grove
677 567 9 Littleroot Town
678 568 9 Oldale Town
679 569 9 Lavaridge Town
680 570 9 Fallarbor Town
681 571 9 Verdanturf Town
682 572 9 Mauville City
683 573 9 Rustboro City
684 574 9 Fortree City
685 575 9 Underwater
686 576 9 Mt. Chimney
687 577 9 Mirage Island
688 578 9 Southern Island
689 579 9 Sealed Chamber
690 580 9 Scorched Slab
691 581 9 Island Cave
692 582 9 Desert Ruins
693 583 9 Ancient Tomb
694 584 9 Inside of truck
695 585 9 Secret Base
696 586 9 Battle Tower
697 587 9 Vaniville Town
698 588 9 Aquacorde Town
699 589 9 Santalune Forest
700 590 9 Santalune City
701 591 9 Lumiose City
702 592 9 Camphrier Town
703 593 9 Parfum Palace
704 594 9 Connecting Cave
705 595 9 Cyllage City
706 596 9 Ambrette Town
707 597 9 Glittering Cave
708 598 9 Geosenge Town
709 599 9 Reflection Cave
710 600 9 Shalour City
711 601 9 Coumarine City
712 602 9 Sea Spirit's Den
713 603 9 Kalos Power Plant
714 604 9 Laverre City
715 605 9 Poke Ball Factory
716 606 9 Lost Hotel
717 607 9 Dendemille Town
718 608 9 Frost Cavern
719 609 9 Anistar City
720 610 9 Couriway Town
721 611 9 Terminus Cave
722 612 9 Snowbelle City
723 613 9 Pokemon Village
724 614 9 Victory Road
725 615 9 Chamber of Emptiness
726 616 9 Pokemon League
727 617 9 Kiloude City
728 618 9 Azure Bay
729 619 9 Battle Chateau
730 620 9 Battle Maison
731 621 9 Tower of Mastery
732 622 9 Route 1
733 623 9 Route 2
734 624 9 Route 3
735 625 9 Route 4
736 626 9 Route 5
737 627 9 Route 6
738 628 9 Route 7
739 629 9 Route 8
740 630 9 Route 9
741 631 9 Route 10
742 632 9 Route 11
743 633 9 Route 12
744 634 9 Route 13
745 635 9 Route 14
746 636 9 Route 15
747 637 9 Route 16
748 638 9 Route 17
749 639 9 Route 18
750 640 9 Route 19
751 641 9 Route 20
752 642 9 Route 21
753 643 9 Route 22

632
data/v2/csv/locations.csv Normal file
View file

@ -0,0 +1,632 @@
id,region_id,identifier
1,4,canalave-city
2,4,eterna-city
3,4,pastoria-city
4,4,sunyshore-city
5,4,sinnoh-pokemon-league
6,4,oreburgh-mine
7,4,valley-windworks
8,4,eterna-forest
9,4,fuego-ironworks
10,4,mt-coronet
11,4,great-marsh
12,4,solaceon-ruins
13,4,sinnoh-victory-road
14,4,ravaged-path
15,4,oreburgh-gate
16,4,stark-mountain
17,4,spring-path
18,4,turnback-cave
19,4,snowpoint-temple
20,4,wayward-cave
22,4,ruin-maniac-cave
23,4,trophy-garden
24,4,iron-island
25,4,old-chateau
26,4,lake-verity
27,4,lake-valor
28,4,lake-acuity
29,4,valor-lakefront
30,4,acuity-lakefront
31,4,sinnoh-route-201
32,4,sinnoh-route-202
33,4,sinnoh-route-203
34,4,sinnoh-route-204
35,4,sinnoh-route-205
36,4,sinnoh-route-206
37,4,sinnoh-route-207
38,4,sinnoh-route-208
39,4,sinnoh-route-209
40,4,lost-tower
41,4,sinnoh-route-210
42,4,sinnoh-route-211
43,4,sinnoh-route-212
44,4,sinnoh-route-213
45,4,sinnoh-route-214
46,4,sinnoh-route-215
47,4,sinnoh-route-216
48,4,sinnoh-route-217
49,4,sinnoh-route-218
50,4,sinnoh-route-219
51,4,sinnoh-route-221
52,4,sinnoh-route-222
53,4,sinnoh-route-224
54,4,sinnoh-route-225
55,4,sinnoh-route-227
56,4,sinnoh-route-228
57,4,sinnoh-route-229
58,4,twinleaf-town
59,4,celestic-town
60,4,resort-area
61,4,sinnoh-sea-route-220
62,4,sinnoh-sea-route-223
63,4,sinnoh-sea-route-226
64,4,sinnoh-sea-route-230
65,2,blackthorn-city
66,2,burned-tower
67,1,celadon-city
68,1,cerulean-city
69,2,cherrygrove-city
70,2,cianwood-city
71,1,cinnabar-island
72,2,dark-cave
73,1,digletts-cave
74,2,dragons-den
75,2,ecruteak-city
76,1,fuchsia-city
77,2,ice-path
78,2,ilex-forest
79,2,lake-of-rage
80,1,mt-moon
81,2,mt-mortar
82,2,mt-silver
83,2,national-park
84,2,new-bark-town
85,2,olivine-city
86,1,pallet-town
87,1,rock-tunnel
88,1,kanto-route-1
89,1,kanto-route-10
90,1,kanto-route-11
91,1,kanto-route-12
92,1,kanto-route-13
93,1,kanto-route-14
94,1,kanto-route-15
95,1,kanto-route-16
96,1,kanto-route-17
97,1,kanto-route-18
98,1,kanto-sea-route-19
99,1,kanto-route-2
100,1,kanto-sea-route-20
101,1,kanto-sea-route-21
102,1,kanto-route-22
103,1,kanto-route-24
104,1,kanto-route-25
105,1,kanto-route-26
106,1,kanto-route-27
107,1,kanto-route-28
108,2,johto-route-29
109,1,kanto-route-3
110,2,johto-route-30
111,2,johto-route-31
112,2,johto-route-32
113,2,johto-route-33
114,2,johto-route-34
115,2,johto-route-35
116,2,johto-route-36
117,2,johto-route-37
118,2,johto-route-38
119,2,johto-route-39
120,1,kanto-route-4
121,2,johto-sea-route-40
122,2,johto-sea-route-41
123,2,johto-route-42
124,2,johto-route-43
125,2,johto-route-44
126,2,johto-route-45
127,2,johto-route-46
128,2,johto-route-47
129,2,johto-route-48
130,1,kanto-route-5
131,1,kanto-route-6
132,1,kanto-route-7
133,1,kanto-route-8
134,1,kanto-route-9
135,2,ruins-of-alph
136,1,seafoam-islands
137,2,slowpoke-well
138,2,sprout-tower
139,2,bell-tower
140,2,tohjo-falls
141,2,union-cave
147,1,cerulean-cave
148,2,unknown-all-poliwag
149,2,unknown-all-rattata
150,2,unknown-all-bugs
151,1,vermilion-city
152,1,kanto-victory-road-1
153,2,violet-city
154,1,viridian-city
155,1,viridian-forest
156,2,whirl-islands
157,1,kanto-route-23
158,1,power-plant
159,1,kanto-victory-road-2
160,1,pokemon-tower
161,1,pokemon-mansion
162,1,kanto-safari-zone
163,4,sandgem-town
164,4,floaroma-town
165,4,solaceon-town
167,4,jubilife-city
168,4,oreburgh-city
169,4,hearthome-city
170,4,veilstone-city
171,4,snowpoint-city
172,4,spear-pillar
173,4,pal-park
174,4,amity-square
175,4,floaroma-meadow
177,4,fullmoon-island
178,4,sendoff-spring
179,4,flower-paradise
180,4,maniac-tunnel
181,4,galactic-hq
182,4,verity-lakefront
183,4,newmoon-island
184,4,sinnoh-battle-tower
185,4,fight-area
186,4,survival-area
187,4,seabreak-path
188,4,sinnoh-hall-of-origin-1
189,4,sinnoh-hall-of-origin-2
190,4,verity-cavern
191,4,valor-cavern
192,4,acuity-cavern
193,4,jubilife-tv
194,4,poketch-co
195,4,gts
196,4,trainers-school
197,4,mining-museum
198,4,sinnoh-flower-shop
199,4,sinnoh-cycle-shop
200,4,contest-hall
201,4,poffin-house
202,4,sinnoh-foreign-building
203,4,pokemon-day-care
204,4,veilstone-store
205,4,sinnoh-game-corner
206,4,canalave-library
207,4,vista-lighthouse
208,4,sunyshore-market
209,4,footstep-house
210,4,sinnoh-cafe
211,4,grand-lake
212,4,sinnoh-restaurant
213,4,battle-park
214,4,battle-frontier
215,4,battle-factory
216,4,battle-castle
217,4,battle-arcade
218,4,battle-hall
219,4,distortion-world
220,4,sinnoh-global-terminal
221,4,sinnoh-villa
222,4,battleground
223,4,rotoms-room
224,4,tg-eterna-bldg
225,4,iron-ruins
226,4,iceberg-ruins
227,4,rock-peak-ruins
228,2,azalea-town
229,2,goldenrod-city
230,2,mahogany-town
231,2,pewter-city
232,2,lavender-town
233,2,indigo-plateau
234,2,saffron-city
236,2,johto-lighthouse
237,2,team-rocket-hq
238,2,goldenrod-tunnel
239,2,mt-silver-cave
241,2,pokeathlon-dome
242,2,ss-aqua
243,2,safari-zone-gate
244,2,cliff-cave
245,2,frontier-access
246,2,bellchime-trail
247,2,sinjoh-ruins
248,2,embedded-tower
249,2,pokewalker
250,2,cliff-edge-gate
252,2,radio-tower
253,,day-care-couple
254,,link-trade-arrive
255,,link-trade-met
256,,kanto
257,,johto
258,,hoenn
259,,sinnoh
260,,distant-land
261,,traveling-man
262,,riley
263,,cynthia
264,,mystery-zone
265,,lovely-place
266,,pokemon-ranger
267,,faraway-place
268,,pokemon-movie
269,,pokemon-movie-06
270,,pokemon-movie-07
271,,pokemon-movie-08
272,,pokemon-movie-09
273,,pokemon-movie-10
274,,pokemon-movie-11
275,,pokemon-movie-12
276,,pokemon-movie-13
277,,pokemon-movie-14
278,,pokemon-movie-15
279,,pokemon-movie-16
280,,pokemon-cartoon
281,,space-world
282,,space-world-06
283,,space-world-07
284,,space-world-08
285,,space-world-09
286,,space-world-10
287,,space-world-11
288,,space-world-12
289,,space-world-13
290,,space-world-14
291,,space-world-15
292,,space-world-16
293,,pokemon-festa
294,,pokemon-festa-06
295,,pokemon-festa-07
296,,pokemon-festa-08
297,,pokemon-festa-09
298,,pokemon-festa-10
299,,pokemon-festa-11
300,,pokemon-festa-12
301,,pokemon-festa-13
302,,pokemon-festa-14
303,,pokemon-festa-15
304,,pokemon-festa-16
305,,pokepark
306,,pokepark-06
307,,pokepark-07
308,,pokepark-08
309,,pokepark-09
310,,pokepark-10
311,,pokepark-11
312,,pokepark-12
313,,pokepark-13
314,,pokepark-14
315,,pokepark-15
316,,pokepark-16
317,,pokemon-center
318,,pc-tokyo
319,,pc-osaka
320,,pc-fukuoka
321,,pc-nagoya
322,,pc-sapporo
323,,pc-yokohama
324,,nintendo-world
325,,pokemon-event
326,,pokemon-event-06
327,,pokemon-event-07
328,,pokemon-event-08
329,,pokemon-event-09
330,,pokemon-event-10
331,,pokemon-event-11
332,,pokemon-event-12
333,,pokemon-event-13
334,,pokemon-event-14
335,,pokemon-event-15
336,,pokemon-event-16
337,,wi-fi-event
338,,wi-fi-gift
339,,pokemon-fan-club
340,,event-site
341,,concert-event
342,,mr-pokemon
343,,primo
344,5,unova-mystery-zone
345,5,unova-faraway-place
346,5,nuvema-town
347,5,accumula-town
348,5,striaton-city
349,5,nacrene-city
350,5,castelia-city
351,5,nimbasa-city
352,5,driftveil-city
353,5,mistralton-city
354,5,icirrus-city
355,5,opelucid-city
356,5,unova-route-1
357,5,unova-route-2
358,5,unova-route-3
359,5,unova-route-4
360,5,unova-route-5
361,5,unova-route-6
362,5,unova-route-7
363,5,unova-route-8
364,5,unova-route-9
365,5,unova-route-10
366,5,unova-route-11
367,5,unova-route-12
368,5,unova-route-13
369,5,unova-route-14
370,5,unova-route-15
371,5,unova-route-16
372,5,unova-route-17
373,5,unova-route-18
374,5,dreamyard
375,5,pinwheel-forest
376,5,desert-resort
377,5,relic-castle
378,5,cold-storage
379,5,chargestone-cave
380,5,twist-mountain
381,5,dragonspiral-tower
382,5,unova-victory-road
383,5,lacunosa-town
384,5,undella-town
385,5,anville-town
386,5,unova-pokemon-league
387,5,ns-castle
388,5,royal-unova
389,5,gear-station
390,5,battle-subway
391,5,musical-theater
392,5,black-city
393,5,white-forest
394,5,unity-tower
395,5,wellspring-cave
396,5,mistralton-cave
397,5,rumination-field
398,5,celestial-tower
399,5,moor-of-icirrus
400,5,unova-shopping-mall
401,5,challengers-cave
402,5,poke-transfer-lab
403,5,giant-chasm
404,5,liberty-garden
405,5,p2-laboratory
406,5,skyarrow-bridge
407,5,driftveil-drawbridge
408,5,tubeline-bridge
409,5,village-bridge
410,5,marvelous-bridge
411,5,entralink
412,5,abundant-shrine
413,5,undella-bay
414,5,lostlorn-forest
415,5,trial-chamber
416,5,guidance-chamber
417,5,entree-forest
418,5,accumula-gate
419,5,undella-gate
420,5,nacrene-gate
421,5,castelia-gate
422,5,nimbasa-gate
423,5,opelucid-gate
424,5,black-gate
425,5,white-gate
426,5,bridge-gate
427,5,route-gate
428,5,abyssal-ruins
429,3,petalburg-city
430,3,slateport-city
431,3,lilycove-city
432,3,mossdeep-city
433,3,sootopolis-city
434,3,ever-grande-city
435,3,meteor-falls
436,3,rusturf-tunnel
437,3,granite-cave
438,3,petalburg-woods
439,3,jagged-pass
440,3,fiery-path
441,3,mt-pyre
442,3,seafloor-cavern
443,3,cave-of-origin
444,3,hoenn-victory-road
445,3,shoal-cave
446,3,new-mauville
447,3,abandoned-ship
448,3,sky-pillar
449,3,hoenn-route-101
450,3,hoenn-route-102
451,3,hoenn-route-103
452,3,hoenn-route-104
453,3,hoenn-route-105
454,3,hoenn-route-106
455,3,hoenn-route-107
456,3,hoenn-route-108
457,3,hoenn-route-109
458,3,hoenn-route-110
459,3,hoenn-route-111
460,3,hoenn-route-112
461,3,hoenn-route-113
462,3,hoenn-route-114
463,3,hoenn-route-115
464,3,hoenn-route-116
465,3,hoenn-route-117
466,3,hoenn-route-118
467,3,hoenn-route-119
468,3,hoenn-route-120
469,3,hoenn-route-121
470,3,hoenn-route-122
471,3,hoenn-route-123
472,3,hoenn-route-124
473,3,hoenn-route-125
474,3,hoenn-route-126
475,3,hoenn-route-127
476,3,hoenn-route-128
477,3,hoenn-route-129
478,3,hoenn-route-130
479,3,hoenn-route-131
480,3,hoenn-route-132
481,3,hoenn-route-133
482,3,hoenn-route-134
483,3,hoenn-safari-zone
484,3,dewford-town
485,3,pacifidlog-town
486,3,magma-hideout
487,3,mirage-tower
488,3,desert-underpass
489,3,artisan-cave
490,3,hoenn-altering-cave
491,1,monean-chamber
492,1,liptoo-chamber
493,1,weepth-chamber
494,1,dilford-chamber
495,1,scufib-chamber
496,1,rixy-chamber
497,1,viapos-chamber
498,1,ss-anne
499,1,kanto-victory-road-3
500,1,mt-ember
501,1,berry-forest
502,1,icefall-cave
503,1,pattern-bush
504,1,lost-cave
505,1,kindle-road
506,1,treasure-beach
507,1,cape-brink
508,1,bond-bridge
509,1,three-isle-port
510,1,resort-gorgeous
511,1,water-labyrinth
512,1,five-isle-meadow
513,1,memorial-pillar
514,1,outcast-island
515,1,green-path
516,1,water-path
517,1,ruin-valley
518,1,trainer-tower
519,1,canyon-entrance
520,1,sevault-canyon
521,1,tanoby-ruins
522,1,kanto-route-19
523,1,kanto-route-20
524,1,kanto-route-21
526,1,one-island
527,1,four-island
528,1,five-island
529,1,kanto-altering-cave
530,1,kanto-victory-road-4
531,5,aspertia-city
532,5,virbank-city
533,5,humilau-city
534,5,pokestar-studios
535,5,join-avenue
536,5,floccesy-town
537,5,lentimas-town
538,5,route-19
539,5,route-20
540,5,route-21
541,5,route-22
542,5,route-23
543,5,castelia-sewers
544,5,floccesy-ranch
545,5,virbank-complex
546,5,reversal-mountain
547,5,strange-house
548,5,unova-victory-road-2
549,5,plasma-frigate
550,5,relic-passage
551,5,clay-tunnel
552,5,white-treehollow
553,5,black-tower
554,5,seaside-cave
555,5,cave-of-being
556,5,hidden-grotto
557,5,marine-tube
558,5,virbank-gate
559,5,aspertia-gate
560,5,nature-sanctuary
561,5,medal-secretariat
562,5,underground-ruins
563,5,rocky-mountain-room
564,5,glacier-room
565,5,iron-room
566,5,pledge-grove
567,3,littleroot-town
568,3,oldale-town
569,3,lavaridge-town
570,3,fallarbor-town
571,3,verdanturf-town
572,3,mauville-city
573,3,rustboro-city
574,3,fortree-city
575,3,underwater
576,3,mt-chimney
577,3,mirage-island
578,3,southern-island
579,3,sealed-chamber
580,3,scorched-slab
581,3,island-cave
582,3,desert-ruins
583,3,ancient-tomb
584,3,inside-of-truck
585,3,secret-base
586,3,hoenn-battle-tower
587,6,vaniville-town
588,6,aquacorde-town
589,6,santalune-forest
590,6,santalune-city
591,6,lumiose-city
592,6,camphrier-town
593,6,parfum-palace
594,6,connecting-cave
595,6,cyllage-city
596,6,ambrette-town
597,6,glittering-cave
598,6,geosenge-town
599,6,reflection-cave
600,6,shalour-city
601,6,coumarine-city
602,6,sea-spirits-den
603,6,kalos-power-plant
604,6,laverre-city
605,6,poke-ball-factory
606,6,lost-hotel
607,6,dendemille-town
608,6,frost-cavern
609,6,anistar-city
610,6,couriway-town
611,6,terminus-cave
612,6,snowbelle-city
613,6,pokemon-village
614,6,kalos-victory-road
615,6,chamber-of-emptiness
616,6,pokemon-league
617,6,kiloude-city
618,6,azure-bay
619,6,battle-chateau
620,6,battle-maison
621,6,tower-of-mastery
622,6,kalos-route-1
623,6,kalos-route-2
624,6,kalos-route-3
625,6,kalos-route-4
626,6,kalos-route-5
627,6,kalos-route-6
628,6,kalos-route-7
629,6,kalos-route-8
630,6,kalos-route-9
631,6,kalos-route-10
632,6,kalos-route-11
633,6,kalos-route-12
634,6,kalos-route-13
635,6,kalos-route-14
636,6,kalos-route-15
637,6,kalos-route-16
638,6,kalos-route-17
639,6,kalos-route-18
640,6,kalos-route-19
641,6,kalos-route-20
642,6,kalos-route-21
643,6,kalos-route-22
1 id region_id identifier
2 1 4 canalave-city
3 2 4 eterna-city
4 3 4 pastoria-city
5 4 4 sunyshore-city
6 5 4 sinnoh-pokemon-league
7 6 4 oreburgh-mine
8 7 4 valley-windworks
9 8 4 eterna-forest
10 9 4 fuego-ironworks
11 10 4 mt-coronet
12 11 4 great-marsh
13 12 4 solaceon-ruins
14 13 4 sinnoh-victory-road
15 14 4 ravaged-path
16 15 4 oreburgh-gate
17 16 4 stark-mountain
18 17 4 spring-path
19 18 4 turnback-cave
20 19 4 snowpoint-temple
21 20 4 wayward-cave
22 22 4 ruin-maniac-cave
23 23 4 trophy-garden
24 24 4 iron-island
25 25 4 old-chateau
26 26 4 lake-verity
27 27 4 lake-valor
28 28 4 lake-acuity
29 29 4 valor-lakefront
30 30 4 acuity-lakefront
31 31 4 sinnoh-route-201
32 32 4 sinnoh-route-202
33 33 4 sinnoh-route-203
34 34 4 sinnoh-route-204
35 35 4 sinnoh-route-205
36 36 4 sinnoh-route-206
37 37 4 sinnoh-route-207
38 38 4 sinnoh-route-208
39 39 4 sinnoh-route-209
40 40 4 lost-tower
41 41 4 sinnoh-route-210
42 42 4 sinnoh-route-211
43 43 4 sinnoh-route-212
44 44 4 sinnoh-route-213
45 45 4 sinnoh-route-214
46 46 4 sinnoh-route-215
47 47 4 sinnoh-route-216
48 48 4 sinnoh-route-217
49 49 4 sinnoh-route-218
50 50 4 sinnoh-route-219
51 51 4 sinnoh-route-221
52 52 4 sinnoh-route-222
53 53 4 sinnoh-route-224
54 54 4 sinnoh-route-225
55 55 4 sinnoh-route-227
56 56 4 sinnoh-route-228
57 57 4 sinnoh-route-229
58 58 4 twinleaf-town
59 59 4 celestic-town
60 60 4 resort-area
61 61 4 sinnoh-sea-route-220
62 62 4 sinnoh-sea-route-223
63 63 4 sinnoh-sea-route-226
64 64 4 sinnoh-sea-route-230
65 65 2 blackthorn-city
66 66 2 burned-tower
67 67 1 celadon-city
68 68 1 cerulean-city
69 69 2 cherrygrove-city
70 70 2 cianwood-city
71 71 1 cinnabar-island
72 72 2 dark-cave
73 73 1 digletts-cave
74 74 2 dragons-den
75 75 2 ecruteak-city
76 76 1 fuchsia-city
77 77 2 ice-path
78 78 2 ilex-forest
79 79 2 lake-of-rage
80 80 1 mt-moon
81 81 2 mt-mortar
82 82 2 mt-silver
83 83 2 national-park
84 84 2 new-bark-town
85 85 2 olivine-city
86 86 1 pallet-town
87 87 1 rock-tunnel
88 88 1 kanto-route-1
89 89 1 kanto-route-10
90 90 1 kanto-route-11
91 91 1 kanto-route-12
92 92 1 kanto-route-13
93 93 1 kanto-route-14
94 94 1 kanto-route-15
95 95 1 kanto-route-16
96 96 1 kanto-route-17
97 97 1 kanto-route-18
98 98 1 kanto-sea-route-19
99 99 1 kanto-route-2
100 100 1 kanto-sea-route-20
101 101 1 kanto-sea-route-21
102 102 1 kanto-route-22
103 103 1 kanto-route-24
104 104 1 kanto-route-25
105 105 1 kanto-route-26
106 106 1 kanto-route-27
107 107 1 kanto-route-28
108 108 2 johto-route-29
109 109 1 kanto-route-3
110 110 2 johto-route-30
111 111 2 johto-route-31
112 112 2 johto-route-32
113 113 2 johto-route-33
114 114 2 johto-route-34
115 115 2 johto-route-35
116 116 2 johto-route-36
117 117 2 johto-route-37
118 118 2 johto-route-38
119 119 2 johto-route-39
120 120 1 kanto-route-4
121 121 2 johto-sea-route-40
122 122 2 johto-sea-route-41
123 123 2 johto-route-42
124 124 2 johto-route-43
125 125 2 johto-route-44
126 126 2 johto-route-45
127 127 2 johto-route-46
128 128 2 johto-route-47
129 129 2 johto-route-48
130 130 1 kanto-route-5
131 131 1 kanto-route-6
132 132 1 kanto-route-7
133 133 1 kanto-route-8
134 134 1 kanto-route-9
135 135 2 ruins-of-alph
136 136 1 seafoam-islands
137 137 2 slowpoke-well
138 138 2 sprout-tower
139 139 2 bell-tower
140 140 2 tohjo-falls
141 141 2 union-cave
142 147 1 cerulean-cave
143 148 2 unknown-all-poliwag
144 149 2 unknown-all-rattata
145 150 2 unknown-all-bugs
146 151 1 vermilion-city
147 152 1 kanto-victory-road-1
148 153 2 violet-city
149 154 1 viridian-city
150 155 1 viridian-forest
151 156 2 whirl-islands
152 157 1 kanto-route-23
153 158 1 power-plant
154 159 1 kanto-victory-road-2
155 160 1 pokemon-tower
156 161 1 pokemon-mansion
157 162 1 kanto-safari-zone
158 163 4 sandgem-town
159 164 4 floaroma-town
160 165 4 solaceon-town
161 167 4 jubilife-city
162 168 4 oreburgh-city
163 169 4 hearthome-city
164 170 4 veilstone-city
165 171 4 snowpoint-city
166 172 4 spear-pillar
167 173 4 pal-park
168 174 4 amity-square
169 175 4 floaroma-meadow
170 177 4 fullmoon-island
171 178 4 sendoff-spring
172 179 4 flower-paradise
173 180 4 maniac-tunnel
174 181 4 galactic-hq
175 182 4 verity-lakefront
176 183 4 newmoon-island
177 184 4 sinnoh-battle-tower
178 185 4 fight-area
179 186 4 survival-area
180 187 4 seabreak-path
181 188 4 sinnoh-hall-of-origin-1
182 189 4 sinnoh-hall-of-origin-2
183 190 4 verity-cavern
184 191 4 valor-cavern
185 192 4 acuity-cavern
186 193 4 jubilife-tv
187 194 4 poketch-co
188 195 4 gts
189 196 4 trainers-school
190 197 4 mining-museum
191 198 4 sinnoh-flower-shop
192 199 4 sinnoh-cycle-shop
193 200 4 contest-hall
194 201 4 poffin-house
195 202 4 sinnoh-foreign-building
196 203 4 pokemon-day-care
197 204 4 veilstone-store
198 205 4 sinnoh-game-corner
199 206 4 canalave-library
200 207 4 vista-lighthouse
201 208 4 sunyshore-market
202 209 4 footstep-house
203 210 4 sinnoh-cafe
204 211 4 grand-lake
205 212 4 sinnoh-restaurant
206 213 4 battle-park
207 214 4 battle-frontier
208 215 4 battle-factory
209 216 4 battle-castle
210 217 4 battle-arcade
211 218 4 battle-hall
212 219 4 distortion-world
213 220 4 sinnoh-global-terminal
214 221 4 sinnoh-villa
215 222 4 battleground
216 223 4 rotoms-room
217 224 4 tg-eterna-bldg
218 225 4 iron-ruins
219 226 4 iceberg-ruins
220 227 4 rock-peak-ruins
221 228 2 azalea-town
222 229 2 goldenrod-city
223 230 2 mahogany-town
224 231 2 pewter-city
225 232 2 lavender-town
226 233 2 indigo-plateau
227 234 2 saffron-city
228 236 2 johto-lighthouse
229 237 2 team-rocket-hq
230 238 2 goldenrod-tunnel
231 239 2 mt-silver-cave
232 241 2 pokeathlon-dome
233 242 2 ss-aqua
234 243 2 safari-zone-gate
235 244 2 cliff-cave
236 245 2 frontier-access
237 246 2 bellchime-trail
238 247 2 sinjoh-ruins
239 248 2 embedded-tower
240 249 2 pokewalker
241 250 2 cliff-edge-gate
242 252 2 radio-tower
243 253 day-care-couple
244 254 link-trade-arrive
245 255 link-trade-met
246 256 kanto
247 257 johto
248 258 hoenn
249 259 sinnoh
250 260 distant-land
251 261 traveling-man
252 262 riley
253 263 cynthia
254 264 mystery-zone
255 265 lovely-place
256 266 pokemon-ranger
257 267 faraway-place
258 268 pokemon-movie
259 269 pokemon-movie-06
260 270 pokemon-movie-07
261 271 pokemon-movie-08
262 272 pokemon-movie-09
263 273 pokemon-movie-10
264 274 pokemon-movie-11
265 275 pokemon-movie-12
266 276 pokemon-movie-13
267 277 pokemon-movie-14
268 278 pokemon-movie-15
269 279 pokemon-movie-16
270 280 pokemon-cartoon
271 281 space-world
272 282 space-world-06
273 283 space-world-07
274 284 space-world-08
275 285 space-world-09
276 286 space-world-10
277 287 space-world-11
278 288 space-world-12
279 289 space-world-13
280 290 space-world-14
281 291 space-world-15
282 292 space-world-16
283 293 pokemon-festa
284 294 pokemon-festa-06
285 295 pokemon-festa-07
286 296 pokemon-festa-08
287 297 pokemon-festa-09
288 298 pokemon-festa-10
289 299 pokemon-festa-11
290 300 pokemon-festa-12
291 301 pokemon-festa-13
292 302 pokemon-festa-14
293 303 pokemon-festa-15
294 304 pokemon-festa-16
295 305 pokepark
296 306 pokepark-06
297 307 pokepark-07
298 308 pokepark-08
299 309 pokepark-09
300 310 pokepark-10
301 311 pokepark-11
302 312 pokepark-12
303 313 pokepark-13
304 314 pokepark-14
305 315 pokepark-15
306 316 pokepark-16
307 317 pokemon-center
308 318 pc-tokyo
309 319 pc-osaka
310 320 pc-fukuoka
311 321 pc-nagoya
312 322 pc-sapporo
313 323 pc-yokohama
314 324 nintendo-world
315 325 pokemon-event
316 326 pokemon-event-06
317 327 pokemon-event-07
318 328 pokemon-event-08
319 329 pokemon-event-09
320 330 pokemon-event-10
321 331 pokemon-event-11
322 332 pokemon-event-12
323 333 pokemon-event-13
324 334 pokemon-event-14
325 335 pokemon-event-15
326 336 pokemon-event-16
327 337 wi-fi-event
328 338 wi-fi-gift
329 339 pokemon-fan-club
330 340 event-site
331 341 concert-event
332 342 mr-pokemon
333 343 primo
334 344 5 unova-mystery-zone
335 345 5 unova-faraway-place
336 346 5 nuvema-town
337 347 5 accumula-town
338 348 5 striaton-city
339 349 5 nacrene-city
340 350 5 castelia-city
341 351 5 nimbasa-city
342 352 5 driftveil-city
343 353 5 mistralton-city
344 354 5 icirrus-city
345 355 5 opelucid-city
346 356 5 unova-route-1
347 357 5 unova-route-2
348 358 5 unova-route-3
349 359 5 unova-route-4
350 360 5 unova-route-5
351 361 5 unova-route-6
352 362 5 unova-route-7
353 363 5 unova-route-8
354 364 5 unova-route-9
355 365 5 unova-route-10
356 366 5 unova-route-11
357 367 5 unova-route-12
358 368 5 unova-route-13
359 369 5 unova-route-14
360 370 5 unova-route-15
361 371 5 unova-route-16
362 372 5 unova-route-17
363 373 5 unova-route-18
364 374 5 dreamyard
365 375 5 pinwheel-forest
366 376 5 desert-resort
367 377 5 relic-castle
368 378 5 cold-storage
369 379 5 chargestone-cave
370 380 5 twist-mountain
371 381 5 dragonspiral-tower
372 382 5 unova-victory-road
373 383 5 lacunosa-town
374 384 5 undella-town
375 385 5 anville-town
376 386 5 unova-pokemon-league
377 387 5 ns-castle
378 388 5 royal-unova
379 389 5 gear-station
380 390 5 battle-subway
381 391 5 musical-theater
382 392 5 black-city
383 393 5 white-forest
384 394 5 unity-tower
385 395 5 wellspring-cave
386 396 5 mistralton-cave
387 397 5 rumination-field
388 398 5 celestial-tower
389 399 5 moor-of-icirrus
390 400 5 unova-shopping-mall
391 401 5 challengers-cave
392 402 5 poke-transfer-lab
393 403 5 giant-chasm
394 404 5 liberty-garden
395 405 5 p2-laboratory
396 406 5 skyarrow-bridge
397 407 5 driftveil-drawbridge
398 408 5 tubeline-bridge
399 409 5 village-bridge
400 410 5 marvelous-bridge
401 411 5 entralink
402 412 5 abundant-shrine
403 413 5 undella-bay
404 414 5 lostlorn-forest
405 415 5 trial-chamber
406 416 5 guidance-chamber
407 417 5 entree-forest
408 418 5 accumula-gate
409 419 5 undella-gate
410 420 5 nacrene-gate
411 421 5 castelia-gate
412 422 5 nimbasa-gate
413 423 5 opelucid-gate
414 424 5 black-gate
415 425 5 white-gate
416 426 5 bridge-gate
417 427 5 route-gate
418 428 5 abyssal-ruins
419 429 3 petalburg-city
420 430 3 slateport-city
421 431 3 lilycove-city
422 432 3 mossdeep-city
423 433 3 sootopolis-city
424 434 3 ever-grande-city
425 435 3 meteor-falls
426 436 3 rusturf-tunnel
427 437 3 granite-cave
428 438 3 petalburg-woods
429 439 3 jagged-pass
430 440 3 fiery-path
431 441 3 mt-pyre
432 442 3 seafloor-cavern
433 443 3 cave-of-origin
434 444 3 hoenn-victory-road
435 445 3 shoal-cave
436 446 3 new-mauville
437 447 3 abandoned-ship
438 448 3 sky-pillar
439 449 3 hoenn-route-101
440 450 3 hoenn-route-102
441 451 3 hoenn-route-103
442 452 3 hoenn-route-104
443 453 3 hoenn-route-105
444 454 3 hoenn-route-106
445 455 3 hoenn-route-107
446 456 3 hoenn-route-108
447 457 3 hoenn-route-109
448 458 3 hoenn-route-110
449 459 3 hoenn-route-111
450 460 3 hoenn-route-112
451 461 3 hoenn-route-113
452 462 3 hoenn-route-114
453 463 3 hoenn-route-115
454 464 3 hoenn-route-116
455 465 3 hoenn-route-117
456 466 3 hoenn-route-118
457 467 3 hoenn-route-119
458 468 3 hoenn-route-120
459 469 3 hoenn-route-121
460 470 3 hoenn-route-122
461 471 3 hoenn-route-123
462 472 3 hoenn-route-124
463 473 3 hoenn-route-125
464 474 3 hoenn-route-126
465 475 3 hoenn-route-127
466 476 3 hoenn-route-128
467 477 3 hoenn-route-129
468 478 3 hoenn-route-130
469 479 3 hoenn-route-131
470 480 3 hoenn-route-132
471 481 3 hoenn-route-133
472 482 3 hoenn-route-134
473 483 3 hoenn-safari-zone
474 484 3 dewford-town
475 485 3 pacifidlog-town
476 486 3 magma-hideout
477 487 3 mirage-tower
478 488 3 desert-underpass
479 489 3 artisan-cave
480 490 3 hoenn-altering-cave
481 491 1 monean-chamber
482 492 1 liptoo-chamber
483 493 1 weepth-chamber
484 494 1 dilford-chamber
485 495 1 scufib-chamber
486 496 1 rixy-chamber
487 497 1 viapos-chamber
488 498 1 ss-anne
489 499 1 kanto-victory-road-3
490 500 1 mt-ember
491 501 1 berry-forest
492 502 1 icefall-cave
493 503 1 pattern-bush
494 504 1 lost-cave
495 505 1 kindle-road
496 506 1 treasure-beach
497 507 1 cape-brink
498 508 1 bond-bridge
499 509 1 three-isle-port
500 510 1 resort-gorgeous
501 511 1 water-labyrinth
502 512 1 five-isle-meadow
503 513 1 memorial-pillar
504 514 1 outcast-island
505 515 1 green-path
506 516 1 water-path
507 517 1 ruin-valley
508 518 1 trainer-tower
509 519 1 canyon-entrance
510 520 1 sevault-canyon
511 521 1 tanoby-ruins
512 522 1 kanto-route-19
513 523 1 kanto-route-20
514 524 1 kanto-route-21
515 526 1 one-island
516 527 1 four-island
517 528 1 five-island
518 529 1 kanto-altering-cave
519 530 1 kanto-victory-road-4
520 531 5 aspertia-city
521 532 5 virbank-city
522 533 5 humilau-city
523 534 5 pokestar-studios
524 535 5 join-avenue
525 536 5 floccesy-town
526 537 5 lentimas-town
527 538 5 route-19
528 539 5 route-20
529 540 5 route-21
530 541 5 route-22
531 542 5 route-23
532 543 5 castelia-sewers
533 544 5 floccesy-ranch
534 545 5 virbank-complex
535 546 5 reversal-mountain
536 547 5 strange-house
537 548 5 unova-victory-road-2
538 549 5 plasma-frigate
539 550 5 relic-passage
540 551 5 clay-tunnel
541 552 5 white-treehollow
542 553 5 black-tower
543 554 5 seaside-cave
544 555 5 cave-of-being
545 556 5 hidden-grotto
546 557 5 marine-tube
547 558 5 virbank-gate
548 559 5 aspertia-gate
549 560 5 nature-sanctuary
550 561 5 medal-secretariat
551 562 5 underground-ruins
552 563 5 rocky-mountain-room
553 564 5 glacier-room
554 565 5 iron-room
555 566 5 pledge-grove
556 567 3 littleroot-town
557 568 3 oldale-town
558 569 3 lavaridge-town
559 570 3 fallarbor-town
560 571 3 verdanturf-town
561 572 3 mauville-city
562 573 3 rustboro-city
563 574 3 fortree-city
564 575 3 underwater
565 576 3 mt-chimney
566 577 3 mirage-island
567 578 3 southern-island
568 579 3 sealed-chamber
569 580 3 scorched-slab
570 581 3 island-cave
571 582 3 desert-ruins
572 583 3 ancient-tomb
573 584 3 inside-of-truck
574 585 3 secret-base
575 586 3 hoenn-battle-tower
576 587 6 vaniville-town
577 588 6 aquacorde-town
578 589 6 santalune-forest
579 590 6 santalune-city
580 591 6 lumiose-city
581 592 6 camphrier-town
582 593 6 parfum-palace
583 594 6 connecting-cave
584 595 6 cyllage-city
585 596 6 ambrette-town
586 597 6 glittering-cave
587 598 6 geosenge-town
588 599 6 reflection-cave
589 600 6 shalour-city
590 601 6 coumarine-city
591 602 6 sea-spirits-den
592 603 6 kalos-power-plant
593 604 6 laverre-city
594 605 6 poke-ball-factory
595 606 6 lost-hotel
596 607 6 dendemille-town
597 608 6 frost-cavern
598 609 6 anistar-city
599 610 6 couriway-town
600 611 6 terminus-cave
601 612 6 snowbelle-city
602 613 6 pokemon-village
603 614 6 kalos-victory-road
604 615 6 chamber-of-emptiness
605 616 6 pokemon-league
606 617 6 kiloude-city
607 618 6 azure-bay
608 619 6 battle-chateau
609 620 6 battle-maison
610 621 6 tower-of-mastery
611 622 6 kalos-route-1
612 623 6 kalos-route-2
613 624 6 kalos-route-3
614 625 6 kalos-route-4
615 626 6 kalos-route-5
616 627 6 kalos-route-6
617 628 6 kalos-route-7
618 629 6 kalos-route-8
619 630 6 kalos-route-9
620 631 6 kalos-route-10
621 632 6 kalos-route-11
622 633 6 kalos-route-12
623 634 6 kalos-route-13
624 635 6 kalos-route-14
625 636 6 kalos-route-15
626 637 6 kalos-route-16
627 638 6 kalos-route-17
628 639 6 kalos-route-18
629 640 6 kalos-route-19
630 641 6 kalos-route-20
631 642 6 kalos-route-21
632 643 6 kalos-route-22

494
data/v2/csv/pal_park.csv Normal file
View file

@ -0,0 +1,494 @@
species_id,area_id,base_score,rate
1,2,50,30
2,2,80,10
3,2,90,3
4,2,50,30
5,2,80,10
6,2,90,3
7,4,50,30
8,4,80,10
9,4,90,3
10,1,30,50
11,1,50,30
12,1,70,20
13,1,30,50
14,1,50,30
15,1,70,20
16,2,30,50
17,2,50,30
18,2,70,20
19,2,30,50
20,2,50,30
21,2,30,50
22,2,50,30
23,1,30,50
24,1,50,30
25,1,80,10
26,1,90,3
27,3,50,30
28,3,70,20
29,2,30,50
30,2,50,30
31,2,70,20
32,2,30,50
33,2,50,30
34,2,70,20
35,3,80,10
36,3,90,3
37,2,70,20
38,2,80,10
39,2,80,10
40,2,90,3
41,3,30,50
42,3,50,30
43,1,30,50
44,1,50,30
45,1,70,20
46,1,30,50
47,1,50,30
48,1,30,50
49,1,50,30
50,3,30,50
51,3,50,30
52,2,50,30
53,2,70,20
54,4,50,30
55,4,70,20
56,3,50,30
57,3,70,20
58,2,70,20
59,2,80,10
60,4,50,30
61,4,80,10
62,4,90,3
63,2,50,30
64,2,80,10
65,2,90,3
66,3,50,30
67,3,80,10
68,3,90,3
69,1,30,50
70,1,50,30
71,1,70,20
72,5,30,50
73,5,50,30
74,3,30,50
75,3,50,30
76,3,70,20
77,2,50,30
78,2,70,20
79,4,50,30
80,4,70,20
81,3,50,30
82,3,70,20
83,2,70,20
84,2,50,30
85,2,70,20
86,5,50,30
87,5,70,20
88,2,50,30
89,2,70,20
90,5,50,30
91,5,70,20
92,1,50,30
93,1,80,10
94,1,90,3
95,3,80,10
96,1,50,30
97,1,70,20
98,5,50,30
99,5,70,20
100,2,50,30
101,2,70,20
102,1,50,30
103,1,70,20
104,3,50,30
105,3,70,20
106,3,80,10
107,3,80,10
108,2,70,20
109,3,50,30
110,3,70,20
111,3,50,30
112,3,70,20
113,2,90,3
114,1,50,30
115,2,70,20
116,5,50,30
117,5,70,20
118,4,50,30
119,4,70,20
120,5,50,30
121,5,70,20
122,2,70,20
123,2,70,20
124,2,70,20
125,3,70,20
126,3,70,20
127,1,70,20
128,2,70,20
129,4,30,50
130,4,90,3
131,5,90,3
132,2,70,20
133,2,90,3
134,2,90,3
135,2,90,3
136,2,90,3
137,2,80,10
138,5,50,30
139,5,70,20
140,5,50,30
141,5,70,20
142,3,70,20
143,2,80,10
144,3,90,3
145,3,90,3
146,3,90,3
147,4,70,20
148,4,80,10
149,3,90,3
150,2,90,3
151,1,100,1
152,2,50,30
153,2,80,10
154,2,90,3
155,2,50,30
156,2,80,10
157,2,90,3
158,4,50,30
159,4,80,10
160,3,90,3
161,2,30,50
162,2,50,30
163,1,30,50
164,1,50,30
165,2,30,50
166,2,50,30
167,2,30,50
168,2,50,30
169,3,90,3
170,5,50,30
171,5,70,20
172,2,80,10
173,2,80,10
174,2,80,10
175,2,80,10
176,2,90,3
177,1,50,30
178,1,70,20
179,2,50,30
180,2,70,20
181,2,80,10
182,1,80,10
183,4,50,30
184,4,70,20
185,3,70,20
186,4,80,10
187,2,50,30
188,2,70,20
189,2,80,10
190,1,70,20
191,2,50,30
192,2,70,20
193,2,80,10
194,4,50,30
195,4,70,20
196,2,90,3
197,2,90,3
198,1,70,20
199,4,80,10
200,1,70,20
201,1,70,20
202,2,80,10
203,2,70,20
204,1,50,30
205,1,70,20
206,1,90,3
207,3,50,30
208,3,90,3
209,2,50,30
210,2,70,20
211,5,80,10
212,2,90,3
213,5,80,10
214,1,80,10
215,3,50,30
216,1,50,30
217,1,70,20
218,3,50,30
219,3,70,20
220,3,50,30
221,3,70,20
222,5,70,20
223,5,50,30
224,5,70,20
225,3,70,20
226,5,70,20
227,3,70,20
228,3,50,30
229,3,70,20
230,5,80,10
231,3,50,30
232,3,70,20
233,2,80,10
234,2,50,30
235,2,80,10
236,3,80,10
237,3,80,10
238,2,80,10
239,3,80,10
240,3,80,10
241,2,70,20
242,2,90,3
243,3,90,3
244,3,90,3
245,3,90,3
246,3,70,20
247,3,80,10
248,3,90,3
249,3,90,3
250,3,90,3
251,1,100,1
252,1,50,30
253,1,80,10
254,1,90,3
255,2,50,30
256,2,80,10
257,2,90,3
258,4,50,30
259,4,80,10
260,4,90,3
261,2,30,50
262,2,50,30
263,2,30,50
264,2,50,30
265,1,30,50
266,1,50,30
267,1,70,20
268,1,50,30
269,1,70,20
270,4,30,50
271,4,50,30
272,4,80,10
273,1,30,50
274,1,50,30
275,1,80,10
276,2,30,50
277,2,50,30
278,5,30,50
279,5,50,30
280,2,50,30
281,2,70,20
282,2,80,10
283,4,50,30
284,4,70,20
285,1,50,30
286,1,70,20
287,1,50,30
288,1,70,20
289,1,80,10
290,1,50,30
291,1,70,20
292,1,80,10
293,3,50,30
294,3,70,20
295,3,80,10
296,3,50,30
297,3,70,20
298,4,80,10
299,3,70,20
300,2,50,30
301,2,70,20
302,3,70,20
303,3,70,20
304,3,50,30
305,3,70,20
306,3,80,10
307,3,50,30
308,3,70,20
309,2,50,30
310,2,70,20
311,2,90,3
312,2,90,3
313,3,70,20
314,3,70,20
315,2,70,20
316,1,50,30
317,1,70,20
318,5,50,30
319,5,70,20
320,5,50,30
321,5,80,10
322,3,50,30
323,3,70,20
324,3,70,20
325,2,50,30
326,2,70,20
327,2,50,30
328,3,50,30
329,3,70,20
330,3,80,10
331,3,50,30
332,3,70,20
333,2,50,30
334,2,80,10
335,2,70,20
336,1,70,20
337,3,70,20
338,3,70,20
339,4,50,30
340,4,70,20
341,4,50,30
342,4,70,20
343,3,50,30
344,3,70,20
345,5,70,20
346,5,80,10
347,5,70,20
348,5,80,10
349,5,70,20
350,5,90,3
351,2,80,10
352,1,70,20
353,1,50,30
354,1,70,20
355,1,50,30
356,1,70,20
357,1,70,20
358,3,80,10
359,3,80,10
360,2,80,10
361,3,50,30
362,3,70,20
363,5,50,30
364,5,70,20
365,5,80,10
366,5,50,30
367,5,80,10
368,5,80,10
369,5,80,10
370,5,50,30
371,3,50,30
372,3,70,20
373,3,80,10
374,3,70,20
375,3,80,10
376,3,90,3
377,3,90,3
378,3,90,3
379,3,90,3
380,2,90,3
381,2,90,3
382,5,90,3
383,3,90,3
384,2,90,3
385,3,100,1
386,3,100,1
387,1,50,30
388,1,80,10
389,1,90,3
390,2,50,30
391,2,80,10
392,2,90,3
393,4,50,30
394,4,80,10
395,4,90,3
396,2,30,50
397,2,50,30
398,2,70,20
399,2,30,50
400,2,50,30
401,1,50,30
402,1,70,20
403,2,50,30
404,2,70,20
405,2,80,10
406,2,80,10
407,2,80,10
408,3,70,20
409,3,80,10
410,3,70,20
411,3,80,10
412,1,50,30
413,1,70,20
414,1,70,20
415,1,50,30
416,1,70,20
417,1,50,30
418,1,70,20
419,3,70,20
420,3,80,10
421,2,90,3
422,5,50,30
423,5,70,20
424,4,50,30
425,4,70,20
426,1,80,10
427,2,50,30
428,2,70,20
429,1,80,10
430,1,80,10
431,2,50,30
432,2,70,20
433,2,70,20
434,3,80,10
435,3,50,30
436,3,70,20
437,3,80,10
438,2,90,3
439,2,90,3
440,2,50,30
441,2,70,20
442,2,80,10
443,3,50,30
444,3,70,20
445,4,50,30
446,4,70,20
447,2,70,20
448,2,50,30
449,2,70,20
450,5,80,10
451,5,50,30
452,5,70,20
453,1,90,3
454,3,50,30
455,3,70,20
456,3,80,10
457,3,90,3
458,3,90,3
459,3,50,30
460,3,70,20
461,3,80,10
462,3,80,10
463,2,80,10
464,3,80,10
465,1,80,10
466,3,80,10
467,3,80,10
468,2,80,10
469,2,80,10
470,2,90,3
471,2,90,3
472,3,80,10
473,3,80,10
474,2,80,10
475,2,80,10
476,3,80,10
477,1,80,10
478,3,80,10
479,2,90,3
480,2,90,3
481,2,90,3
482,2,90,3
483,3,90,3
484,3,90,3
485,3,90,3
486,3,90,3
487,3,90,3
488,1,90,3
489,5,90,3
490,5,100,1
491,3,100,1
492,2,100,1
493,3,100,1
1 species_id area_id base_score rate
2 1 2 50 30
3 2 2 80 10
4 3 2 90 3
5 4 2 50 30
6 5 2 80 10
7 6 2 90 3
8 7 4 50 30
9 8 4 80 10
10 9 4 90 3
11 10 1 30 50
12 11 1 50 30
13 12 1 70 20
14 13 1 30 50
15 14 1 50 30
16 15 1 70 20
17 16 2 30 50
18 17 2 50 30
19 18 2 70 20
20 19 2 30 50
21 20 2 50 30
22 21 2 30 50
23 22 2 50 30
24 23 1 30 50
25 24 1 50 30
26 25 1 80 10
27 26 1 90 3
28 27 3 50 30
29 28 3 70 20
30 29 2 30 50
31 30 2 50 30
32 31 2 70 20
33 32 2 30 50
34 33 2 50 30
35 34 2 70 20
36 35 3 80 10
37 36 3 90 3
38 37 2 70 20
39 38 2 80 10
40 39 2 80 10
41 40 2 90 3
42 41 3 30 50
43 42 3 50 30
44 43 1 30 50
45 44 1 50 30
46 45 1 70 20
47 46 1 30 50
48 47 1 50 30
49 48 1 30 50
50 49 1 50 30
51 50 3 30 50
52 51 3 50 30
53 52 2 50 30
54 53 2 70 20
55 54 4 50 30
56 55 4 70 20
57 56 3 50 30
58 57 3 70 20
59 58 2 70 20
60 59 2 80 10
61 60 4 50 30
62 61 4 80 10
63 62 4 90 3
64 63 2 50 30
65 64 2 80 10
66 65 2 90 3
67 66 3 50 30
68 67 3 80 10
69 68 3 90 3
70 69 1 30 50
71 70 1 50 30
72 71 1 70 20
73 72 5 30 50
74 73 5 50 30
75 74 3 30 50
76 75 3 50 30
77 76 3 70 20
78 77 2 50 30
79 78 2 70 20
80 79 4 50 30
81 80 4 70 20
82 81 3 50 30
83 82 3 70 20
84 83 2 70 20
85 84 2 50 30
86 85 2 70 20
87 86 5 50 30
88 87 5 70 20
89 88 2 50 30
90 89 2 70 20
91 90 5 50 30
92 91 5 70 20
93 92 1 50 30
94 93 1 80 10
95 94 1 90 3
96 95 3 80 10
97 96 1 50 30
98 97 1 70 20
99 98 5 50 30
100 99 5 70 20
101 100 2 50 30
102 101 2 70 20
103 102 1 50 30
104 103 1 70 20
105 104 3 50 30
106 105 3 70 20
107 106 3 80 10
108 107 3 80 10
109 108 2 70 20
110 109 3 50 30
111 110 3 70 20
112 111 3 50 30
113 112 3 70 20
114 113 2 90 3
115 114 1 50 30
116 115 2 70 20
117 116 5 50 30
118 117 5 70 20
119 118 4 50 30
120 119 4 70 20
121 120 5 50 30
122 121 5 70 20
123 122 2 70 20
124 123 2 70 20
125 124 2 70 20
126 125 3 70 20
127 126 3 70 20
128 127 1 70 20
129 128 2 70 20
130 129 4 30 50
131 130 4 90 3
132 131 5 90 3
133 132 2 70 20
134 133 2 90 3
135 134 2 90 3
136 135 2 90 3
137 136 2 90 3
138 137 2 80 10
139 138 5 50 30
140 139 5 70 20
141 140 5 50 30
142 141 5 70 20
143 142 3 70 20
144 143 2 80 10
145 144 3 90 3
146 145 3 90 3
147 146 3 90 3
148 147 4 70 20
149 148 4 80 10
150 149 3 90 3
151 150 2 90 3
152 151 1 100 1
153 152 2 50 30
154 153 2 80 10
155 154 2 90 3
156 155 2 50 30
157 156 2 80 10
158 157 2 90 3
159 158 4 50 30
160 159 4 80 10
161 160 3 90 3
162 161 2 30 50
163 162 2 50 30
164 163 1 30 50
165 164 1 50 30
166 165 2 30 50
167 166 2 50 30
168 167 2 30 50
169 168 2 50 30
170 169 3 90 3
171 170 5 50 30
172 171 5 70 20
173 172 2 80 10
174 173 2 80 10
175 174 2 80 10
176 175 2 80 10
177 176 2 90 3
178 177 1 50 30
179 178 1 70 20
180 179 2 50 30
181 180 2 70 20
182 181 2 80 10
183 182 1 80 10
184 183 4 50 30
185 184 4 70 20
186 185 3 70 20
187 186 4 80 10
188 187 2 50 30
189 188 2 70 20
190 189 2 80 10
191 190 1 70 20
192 191 2 50 30
193 192 2 70 20
194 193 2 80 10
195 194 4 50 30
196 195 4 70 20
197 196 2 90 3
198 197 2 90 3
199 198 1 70 20
200 199 4 80 10
201 200 1 70 20
202 201 1 70 20
203 202 2 80 10
204 203 2 70 20
205 204 1 50 30
206 205 1 70 20
207 206 1 90 3
208 207 3 50 30
209 208 3 90 3
210 209 2 50 30
211 210 2 70 20
212 211 5 80 10
213 212 2 90 3
214 213 5 80 10
215 214 1 80 10
216 215 3 50 30
217 216 1 50 30
218 217 1 70 20
219 218 3 50 30
220 219 3 70 20
221 220 3 50 30
222 221 3 70 20
223 222 5 70 20
224 223 5 50 30
225 224 5 70 20
226 225 3 70 20
227 226 5 70 20
228 227 3 70 20
229 228 3 50 30
230 229 3 70 20
231 230 5 80 10
232 231 3 50 30
233 232 3 70 20
234 233 2 80 10
235 234 2 50 30
236 235 2 80 10
237 236 3 80 10
238 237 3 80 10
239 238 2 80 10
240 239 3 80 10
241 240 3 80 10
242 241 2 70 20
243 242 2 90 3
244 243 3 90 3
245 244 3 90 3
246 245 3 90 3
247 246 3 70 20
248 247 3 80 10
249 248 3 90 3
250 249 3 90 3
251 250 3 90 3
252 251 1 100 1
253 252 1 50 30
254 253 1 80 10
255 254 1 90 3
256 255 2 50 30
257 256 2 80 10
258 257 2 90 3
259 258 4 50 30
260 259 4 80 10
261 260 4 90 3
262 261 2 30 50
263 262 2 50 30
264 263 2 30 50
265 264 2 50 30
266 265 1 30 50
267 266 1 50 30
268 267 1 70 20
269 268 1 50 30
270 269 1 70 20
271 270 4 30 50
272 271 4 50 30
273 272 4 80 10
274 273 1 30 50
275 274 1 50 30
276 275 1 80 10
277 276 2 30 50
278 277 2 50 30
279 278 5 30 50
280 279 5 50 30
281 280 2 50 30
282 281 2 70 20
283 282 2 80 10
284 283 4 50 30
285 284 4 70 20
286 285 1 50 30
287 286 1 70 20
288 287 1 50 30
289 288 1 70 20
290 289 1 80 10
291 290 1 50 30
292 291 1 70 20
293 292 1 80 10
294 293 3 50 30
295 294 3 70 20
296 295 3 80 10
297 296 3 50 30
298 297 3 70 20
299 298 4 80 10
300 299 3 70 20
301 300 2 50 30
302 301 2 70 20
303 302 3 70 20
304 303 3 70 20
305 304 3 50 30
306 305 3 70 20
307 306 3 80 10
308 307 3 50 30
309 308 3 70 20
310 309 2 50 30
311 310 2 70 20
312 311 2 90 3
313 312 2 90 3
314 313 3 70 20
315 314 3 70 20
316 315 2 70 20
317 316 1 50 30
318 317 1 70 20
319 318 5 50 30
320 319 5 70 20
321 320 5 50 30
322 321 5 80 10
323 322 3 50 30
324 323 3 70 20
325 324 3 70 20
326 325 2 50 30
327 326 2 70 20
328 327 2 50 30
329 328 3 50 30
330 329 3 70 20
331 330 3 80 10
332 331 3 50 30
333 332 3 70 20
334 333 2 50 30
335 334 2 80 10
336 335 2 70 20
337 336 1 70 20
338 337 3 70 20
339 338 3 70 20
340 339 4 50 30
341 340 4 70 20
342 341 4 50 30
343 342 4 70 20
344 343 3 50 30
345 344 3 70 20
346 345 5 70 20
347 346 5 80 10
348 347 5 70 20
349 348 5 80 10
350 349 5 70 20
351 350 5 90 3
352 351 2 80 10
353 352 1 70 20
354 353 1 50 30
355 354 1 70 20
356 355 1 50 30
357 356 1 70 20
358 357 1 70 20
359 358 3 80 10
360 359 3 80 10
361 360 2 80 10
362 361 3 50 30
363 362 3 70 20
364 363 5 50 30
365 364 5 70 20
366 365 5 80 10
367 366 5 50 30
368 367 5 80 10
369 368 5 80 10
370 369 5 80 10
371 370 5 50 30
372 371 3 50 30
373 372 3 70 20
374 373 3 80 10
375 374 3 70 20
376 375 3 80 10
377 376 3 90 3
378 377 3 90 3
379 378 3 90 3
380 379 3 90 3
381 380 2 90 3
382 381 2 90 3
383 382 5 90 3
384 383 3 90 3
385 384 2 90 3
386 385 3 100 1
387 386 3 100 1
388 387 1 50 30
389 388 1 80 10
390 389 1 90 3
391 390 2 50 30
392 391 2 80 10
393 392 2 90 3
394 393 4 50 30
395 394 4 80 10
396 395 4 90 3
397 396 2 30 50
398 397 2 50 30
399 398 2 70 20
400 399 2 30 50
401 400 2 50 30
402 401 1 50 30
403 402 1 70 20
404 403 2 50 30
405 404 2 70 20
406 405 2 80 10
407 406 2 80 10
408 407 2 80 10
409 408 3 70 20
410 409 3 80 10
411 410 3 70 20
412 411 3 80 10
413 412 1 50 30
414 413 1 70 20
415 414 1 70 20
416 415 1 50 30
417 416 1 70 20
418 417 1 50 30
419 418 1 70 20
420 419 3 70 20
421 420 3 80 10
422 421 2 90 3
423 422 5 50 30
424 423 5 70 20
425 424 4 50 30
426 425 4 70 20
427 426 1 80 10
428 427 2 50 30
429 428 2 70 20
430 429 1 80 10
431 430 1 80 10
432 431 2 50 30
433 432 2 70 20
434 433 2 70 20
435 434 3 80 10
436 435 3 50 30
437 436 3 70 20
438 437 3 80 10
439 438 2 90 3
440 439 2 90 3
441 440 2 50 30
442 441 2 70 20
443 442 2 80 10
444 443 3 50 30
445 444 3 70 20
446 445 4 50 30
447 446 4 70 20
448 447 2 70 20
449 448 2 50 30
450 449 2 70 20
451 450 5 80 10
452 451 5 50 30
453 452 5 70 20
454 453 1 90 3
455 454 3 50 30
456 455 3 70 20
457 456 3 80 10
458 457 3 90 3
459 458 3 90 3
460 459 3 50 30
461 460 3 70 20
462 461 3 80 10
463 462 3 80 10
464 463 2 80 10
465 464 3 80 10
466 465 1 80 10
467 466 3 80 10
468 467 3 80 10
469 468 2 80 10
470 469 2 80 10
471 470 2 90 3
472 471 2 90 3
473 472 3 80 10
474 473 3 80 10
475 474 2 80 10
476 475 2 80 10
477 476 3 80 10
478 477 1 80 10
479 478 3 80 10
480 479 2 90 3
481 480 2 90 3
482 481 2 90 3
483 482 2 90 3
484 483 3 90 3
485 484 3 90 3
486 485 3 90 3
487 486 3 90 3
488 487 3 90 3
489 488 1 90 3
490 489 5 90 3
491 490 5 100 1
492 491 3 100 1
493 492 2 100 1
494 493 3 100 1

View file

@ -0,0 +1,6 @@
pal_park_area_id,local_language_id,name
1,9,Forest
2,9,Field
3,9,Mountain
4,9,Pond
5,9,Sea
1 pal_park_area_id local_language_id name
2 1 9 Forest
3 2 9 Field
4 3 9 Mountain
5 4 9 Pond
6 5 9 Sea

View file

@ -0,0 +1,6 @@
id,identifier
1,forest
2,field
3,mountain
4,pond
5,sea
1 id identifier
2 1 forest
3 2 field
4 3 mountain
5 4 pond
6 5 sea

View file

@ -0,0 +1,6 @@
pokeathlon_stat_id,local_language_id,name
1,9,Speed
2,9,Power
3,9,Skill
4,9,Stamina
5,9,Jump
1 pokeathlon_stat_id local_language_id name
2 1 9 Speed
3 2 9 Power
4 3 9 Skill
5 4 9 Stamina
6 5 9 Jump

View file

@ -0,0 +1,6 @@
id,identifier
1,speed
2,power
3,skill
4,stamina
5,jump
1 id identifier
2 1 speed
3 2 power
4 3 skill
5 4 stamina
6 5 jump

View file

@ -0,0 +1,13 @@
region_id,local_language_id,name
1,6,Kanto
1,9,Kanto
2,6,Johto
2,9,Johto
3,6,Hoenn
3,9,Hoenn
4,6,Sinnoh
4,9,Sinnoh
5,6,Einall
5,9,Unova
6,6,Kalos
6,9,Kalos
1 region_id local_language_id name
2 1 6 Kanto
3 1 9 Kanto
4 2 6 Johto
5 2 9 Johto
6 3 6 Hoenn
7 3 9 Hoenn
8 4 6 Sinnoh
9 4 9 Sinnoh
10 5 6 Einall
11 5 9 Unova
12 6 6 Kalos
13 6 9 Kalos

7
data/v2/csv/regions.csv Normal file
View file

@ -0,0 +1,7 @@
id,identifier
1,kanto
2,johto
3,hoenn
4,sinnoh
5,unova
6,kalos
1 id identifier
2 1 kanto
3 2 johto
4 3 hoenn
5 4 sinnoh
6 5 unova
7 6 kalos

View file

@ -0,0 +1,7 @@
first_move_id,second_move_id
74,345
96,136
111,205
116,400
244,56
268,422
1 first_move_id second_move_id
2 74 345
3 96 136
4 111 205
5 116 400
6 244 56
7 268 422

View file

@ -0,0 +1,23 @@
super_contest_effect_id,local_language_id,flavor_text
1,9,Enables the user to perform first in the next turn.
2,9,Enables the user to perform last in the next turn.
4,9,Earn +2 if the Judge's Voltage goes up.
5,9,A basic performance using a move known by the Pokémon.
6,9,Earn +3 if no other Pokémon has chosen the same Judge.
7,9,Allows performance of the same move twice in a row.
8,9,Increased Voltage is added to the performance score.
9,9,Earn +15 if all the Pokémon choose the same Judge.
10,9,Lowers the Voltage of all Judges by one each.
11,9,Earn double the score in the next turn.
12,9,Steals the Voltage of the Pokémon that just went.
13,9,Prevents the Voltage from going up in the same turn.
14,9,Makes the order of contestants random in the next turn.
15,9,Earns double the score on the final performance.
16,9,Raises the score if the Voltage is low.
17,9,Earn +2 if the Pokémon performs first in the turn.
18,9,Earn +2 if the Pokémon performs last in the turn.
19,9,Prevents the Voltage from going down in the same turn.
20,9,Earn +3 if two Pokémon raise the Voltage in a row.
21,9,Earn a higher score the later the Pokémon performs.
22,9,Earn +3 if the Pokémon that just went hit max Voltage.
23,9,Earn +3 if the Pokémon gets the lowest score.
1 super_contest_effect_id local_language_id flavor_text
2 1 9 Enables the user to perform first in the next turn.
3 2 9 Enables the user to perform last in the next turn.
4 4 9 Earn +2 if the Judge's Voltage goes up.
5 5 9 A basic performance using a move known by the Pokémon.
6 6 9 Earn +3 if no other Pokémon has chosen the same Judge.
7 7 9 Allows performance of the same move twice in a row.
8 8 9 Increased Voltage is added to the performance score.
9 9 9 Earn +15 if all the Pokémon choose the same Judge.
10 10 9 Lowers the Voltage of all Judges by one each.
11 11 9 Earn double the score in the next turn.
12 12 9 Steals the Voltage of the Pokémon that just went.
13 13 9 Prevents the Voltage from going up in the same turn.
14 14 9 Makes the order of contestants random in the next turn.
15 15 9 Earns double the score on the final performance.
16 16 9 Raises the score if the Voltage is low.
17 17 9 Earn +2 if the Pokémon performs first in the turn.
18 18 9 Earn +2 if the Pokémon performs last in the turn.
19 19 9 Prevents the Voltage from going down in the same turn.
20 20 9 Earn +3 if two Pokémon raise the Voltage in a row.
21 21 9 Earn a higher score the later the Pokémon performs.
22 22 9 Earn +3 if the Pokémon that just went hit max Voltage.
23 23 9 Earn +3 if the Pokémon gets the lowest score.

View file

@ -0,0 +1,23 @@
id,appeal
1,2
2,2
4,2
5,3
6,1
7,2
8,0
9,0
10,2
11,0
12,0
13,2
14,2
15,2
16,0
17,2
18,2
19,2
20,1
21,0
22,2
23,1
1 id appeal
2 1 2
3 2 2
4 4 2
5 5 3
6 6 1
7 7 2
8 8 0
9 9 0
10 10 2
11 11 0
12 12 0
13 13 2
14 14 2
15 15 2
16 16 0
17 17 2
18 18 2
19 19 2
20 20 1
21 21 0
22 22 2
23 23 1

View file

@ -10,12 +10,33 @@ admin.site.register(AbilityFlavorText)
admin.site.register(AbilityChange)
admin.site.register(AbilityChangeDescription)
admin.site.register(Berry)
admin.site.register(BerryFirmness)
admin.site.register(BerryFirmnessName)
admin.site.register(BerryFlavor)
admin.site.register(Characteristic)
admin.site.register(CharacteristicDescription)
admin.site.register(ContestCombo)
admin.site.register(ContestEffectDescription)
admin.site.register(ContestEffect)
admin.site.register(ContestType)
admin.site.register(ContestTypeName)
admin.site.register(EggGroup)
admin.site.register(EggGroupName)
admin.site.register(EncounterCondition)
admin.site.register(EncounterConditionValue)
admin.site.register(EncounterConditionName)
admin.site.register(EncounterConditionValueName)
admin.site.register(EncounterConditionValueMap)
admin.site.register(EncounterMethod)
admin.site.register(EncounterMethodName)
admin.site.register(EncounterSlot)
admin.site.register(Encounter)
admin.site.register(EvolutionChain)
admin.site.register(EvolutionTrigger)
admin.site.register(EvolutionTriggerName)
@ -30,9 +51,31 @@ admin.site.register(GenerationName)
admin.site.register(GrowthRate)
admin.site.register(GrowthRateDescription)
admin.site.register(ItemCategory)
admin.site.register(ItemCategoryName)
admin.site.register(ItemFlag)
admin.site.register(ItemFlagMap)
admin.site.register(ItemFlagDescription)
admin.site.register(ItemFlavorText)
admin.site.register(ItemFlingEffect)
admin.site.register(ItemFlingEffectDescription)
admin.site.register(ItemGameIndex)
admin.site.register(ItemName)
admin.site.register(ItemPocketName)
admin.site.register(ItemPocket)
admin.site.register(ItemDescription)
admin.site.register(Item)
admin.site.register(Language)
admin.site.register(LanguageName)
admin.site.register(LocationAreaEncounterRate)
admin.site.register(LocationAreaName)
admin.site.register(LocationArea)
admin.site.register(LocationGameIndex)
admin.site.register(LocationName)
admin.site.register(Location)
admin.site.register(Machine)
admin.site.register(MoveBattleStyle)
@ -64,6 +107,13 @@ admin.site.register(NatureName)
admin.site.register(NaturePokeathlonStat)
admin.site.register(Nature)
admin.site.register(PalParkArea)
admin.site.register(PalParkAreaName)
admin.site.register(PalPark)
admin.site.register(PokeathlonStatName)
admin.site.register(PokeathlonStat)
admin.site.register(Pokedex)
admin.site.register(PokedexVersionGroup)
admin.site.register(PokedexDescription)
@ -94,9 +144,16 @@ admin.site.register(PokemonSpeciesFlavorText)
admin.site.register(PokemonStat)
admin.site.register(PokemonType)
admin.site.register(Region)
admin.site.register(RegionName)
admin.site.register(StatName)
admin.site.register(Stat)
admin.site.register(SuperContestEffect)
admin.site.register(SuperContestCombo)
admin.site.register(SuperContestEffectDescription)
admin.site.register(Type)
admin.site.register(TypeName)
admin.site.register(TypeGameIndex)

View file

@ -6,8 +6,6 @@ from django.db import models, migrations
class Migration(migrations.Migration):
replaces = [(b'pokemon_v2', '0001_squashed_0021_auto_20150409_0453'), (b'pokemon_v2', '0002_auto_20150412_1636'), (b'pokemon_v2', '0003_auto_20150412_1705'), (b'pokemon_v2', '0004_auto_20150412_1715'), (b'pokemon_v2', '0005_auto_20150412_1721'), (b'pokemon_v2', '0006_auto_20150412_1808'), (b'pokemon_v2', '0007_auto_20150412_1809'), (b'pokemon_v2', '0008_auto_20150412_1810'), (b'pokemon_v2', '0009_auto_20150412_1814'), (b'pokemon_v2', '0010_auto_20150412_1818'), (b'pokemon_v2', '0011_auto_20150412_1820'), (b'pokemon_v2', '0012_auto_20150412_1821'), (b'pokemon_v2', '0013_auto_20150412_1822'), (b'pokemon_v2', '0014_auto_20150412_1823'), (b'pokemon_v2', '0015_auto_20150412_1825'), (b'pokemon_v2', '0016_auto_20150412_1827'), (b'pokemon_v2', '0017_auto_20150412_1828'), (b'pokemon_v2', '0018_auto_20150412_1833'), (b'pokemon_v2', '0019_auto_20150412_1837'), (b'pokemon_v2', '0020_machine')]
dependencies = [
]
@ -82,7 +80,6 @@ class Migration(migrations.Migration):
('short_effect', models.CharField(max_length=300)),
('effect', models.CharField(max_length=4000)),
('ability', models.ForeignKey(blank=True, to='pokemon_v2.Ability', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
@ -155,7 +152,6 @@ class Migration(migrations.Migration):
name='VersionGroupRegion',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('region_id', models.IntegerField()),
('version_group', models.ForeignKey(blank=True, to='pokemon_v2.VersionGroup', null=True)),
],
options={
@ -347,7 +343,6 @@ class Migration(migrations.Migration):
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('max_change', models.IntegerField()),
('nature', models.ForeignKey(blank=True, to='pokemon_v2.Nature', null=True)),
('pokeathlon_stat_id', models.ForeignKey(blank=True, to='pokemon_v2.Stat', null=True)),
],
options={
'abstract': False,
@ -537,7 +532,7 @@ class Migration(migrations.Migration):
name='MoveEffectChangeDescription',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('effect', models.CharField(max_length=2000)),
('effect', models.CharField(max_length=4000)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('move_effect_change', models.ForeignKey(blank=True, to='pokemon_v2.MoveEffectChange', null=True)),
],
@ -1231,7 +1226,7 @@ class Migration(migrations.Migration):
name='AbilityChangeDescription',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('effect', models.CharField(max_length=1000)),
('effect', models.CharField(max_length=4000)),
('ability_change', models.ForeignKey(blank=True, to='pokemon_v2.AbilityChange', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
@ -1522,7 +1517,6 @@ class Migration(migrations.Migration):
name='PokemonItem',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('item_id', models.IntegerField()),
('rarity', models.IntegerField()),
('pokemon', models.ForeignKey(blank=True, to='pokemon_v2.Pokemon', null=True)),
('version', models.ForeignKey(blank=True, to='pokemon_v2.Version', null=True)),
@ -1785,11 +1779,9 @@ class Migration(migrations.Migration):
old_name='baby_evolution_item',
new_name='baby_evolution_item_id',
),
migrations.AlterField(
migrations.RemoveField(
model_name='evolutionchain',
name='baby_evolution_item_id',
field=models.IntegerField(null=True, blank=True),
preserve_default=True,
),
migrations.AlterField(
model_name='abilityflavortext',
@ -1812,17 +1804,13 @@ class Migration(migrations.Migration):
old_name='held_item',
new_name='held_item_id',
),
migrations.AlterField(
migrations.RemoveField(
model_name='pokemonevolution',
name='evolution_item_id',
field=models.IntegerField(null=True, blank=True),
preserve_default=True,
),
migrations.AlterField(
migrations.RemoveField(
model_name='pokemonevolution',
name='held_item_id',
field=models.IntegerField(null=True, blank=True),
preserve_default=True,
),
migrations.AlterField(
model_name='pokemonevolution',
@ -1923,7 +1911,6 @@ class Migration(migrations.Migration):
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('machine_number', models.IntegerField()),
('item_id', models.IntegerField()),
('growth_rate', models.ForeignKey(blank=True, to='pokemon_v2.GrowthRate', null=True)),
('move', models.ForeignKey(blank=True, to='pokemon_v2.Move', null=True)),
('version_group', models.ForeignKey(blank=True, to='pokemon_v2.VersionGroup', null=True)),
@ -1933,4 +1920,754 @@ class Migration(migrations.Migration):
},
bases=(models.Model,),
),
migrations.CreateModel(
name='Item',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('cost', models.IntegerField(null=True, blank=True)),
('fling_power', models.IntegerField(null=True, blank=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemCategory',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemCategoryName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('item_category', models.ForeignKey(blank=True, to='pokemon_v2.ItemCategory', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemDescription',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('effect', models.CharField(max_length=4000)),
('short_effect', models.CharField(max_length=300)),
('item', models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemFlag',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemFlagDescription',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('description', models.CharField(default='', max_length=1000)),
('name', models.CharField(max_length=100)),
('item_flag', models.ForeignKey(blank=True, to='pokemon_v2.ItemFlag', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemFlagMap',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('item', models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True)),
('item_flag', models.ForeignKey(blank=True, to='pokemon_v2.ItemFlag', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemFlavorText',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('flavor_text', models.CharField(max_length=500)),
('item', models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('version_group', models.ForeignKey(blank=True, to='pokemon_v2.VersionGroup', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemFlingEffect',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
],
options={
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemFlingEffectDescription',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('effect', models.CharField(max_length=4000)),
('item_fling_effect', models.ForeignKey(blank=True, to='pokemon_v2.ItemFlingEffect', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemGameIndex',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('game_index', models.IntegerField()),
('generation', models.ForeignKey(blank=True, to='pokemon_v2.Generation', null=True)),
('item', models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('item', models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemPocket',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ItemPocketName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('item_pocket', models.ForeignKey(blank=True, to='pokemon_v2.ItemPocket', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.AddField(
model_name='itemcategory',
name='item_pocket',
field=models.ForeignKey(blank=True, to='pokemon_v2.ItemPocket', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='item',
name='item_category',
field=models.ForeignKey(blank=True, to='pokemon_v2.ItemCategory', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='item',
name='item_fling_effect',
field=models.ForeignKey(blank=True, to='pokemon_v2.ItemFlingEffect', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='evolutionchain',
name='baby_evolution_item',
field=models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='machine',
name='item',
field=models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='pokemonevolution',
name='evolution_item',
field=models.ForeignKey(related_name='evolution_item', blank=True, to='pokemon_v2.Item', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='pokemonevolution',
name='held_item',
field=models.ForeignKey(related_name='held_item', blank=True, to='pokemon_v2.Item', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='pokemonitem',
name='item',
field=models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True),
preserve_default=True,
),
migrations.CreateModel(
name='Berry',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('natural_gift_power', models.IntegerField()),
('size', models.IntegerField()),
('max_harvest', models.IntegerField()),
('growth_time', models.IntegerField()),
('soil_dryness', models.IntegerField()),
('smoothness', models.IntegerField()),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='BerryFirmness',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='BerryFirmnessName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('berry_firmness', models.ForeignKey(blank=True, to='pokemon_v2.BerryFirmness', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='BerryFlavor',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('flavor', models.IntegerField()),
('berry', models.ForeignKey(blank=True, to='pokemon_v2.Berry', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ContestCombo',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('first_move', models.ForeignKey(related_name='first_move', blank=True, to='pokemon_v2.Move', null=True)),
('second_move', models.ForeignKey(related_name='second_move', blank=True, to='pokemon_v2.Move', null=True)),
],
options={
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ContestEffect',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('appeal', models.IntegerField()),
('jam', models.IntegerField()),
],
options={
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ContestEffectDescription',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('effect', models.CharField(max_length=4000)),
('flavor_text', models.CharField(max_length=500)),
('contest_effect', models.ForeignKey(blank=True, to='pokemon_v2.ContestEffect', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ContestType',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='ContestTypeName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('flavor', models.CharField(max_length=10)),
('color', models.CharField(max_length=10)),
('contest_type', models.ForeignKey(blank=True, to='pokemon_v2.ContestType', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.AddField(
model_name='berryflavor',
name='contest_type',
field=models.ForeignKey(blank=True, to='pokemon_v2.ContestType', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='berry',
name='berry_firmness',
field=models.ForeignKey(blank=True, to='pokemon_v2.BerryFirmness', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='berry',
name='item',
field=models.ForeignKey(blank=True, to='pokemon_v2.Item', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='berry',
name='nature',
field=models.ForeignKey(blank=True, to='pokemon_v2.Nature', null=True),
preserve_default=True,
),
migrations.AlterField(
model_name='nature',
name='hates_flavor_id',
field=models.ForeignKey(related_name='hates_flavor', blank=True, to='pokemon_v2.BerryFlavor', null=True),
preserve_default=True,
),
migrations.AlterField(
model_name='nature',
name='likes_flavor_id',
field=models.ForeignKey(related_name='likes_flavor', blank=True, to='pokemon_v2.BerryFlavor', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='abilitydescription',
name='language',
field=models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True),
preserve_default=True,
),
migrations.CreateModel(
name='Region',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='RegionName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('region', models.ForeignKey(blank=True, to='pokemon_v2.Region', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.RemoveField(
model_name='generation',
name='main_region_id',
),
migrations.RemoveField(
model_name='pokedex',
name='region_id',
),
migrations.AddField(
model_name='generation',
name='region',
field=models.ForeignKey(blank=True, to='pokemon_v2.Region', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='pokedex',
name='region',
field=models.ForeignKey(blank=True, to='pokemon_v2.Region', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='versiongroupregion',
name='region',
field=models.ForeignKey(blank=True, to='pokemon_v2.Region', null=True),
preserve_default=True,
),
migrations.CreateModel(
name='Location',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('region', models.ForeignKey(blank=True, to='pokemon_v2.Region', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='LocationArea',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('game_index', models.IntegerField()),
('name', models.CharField(max_length=100)),
('location', models.ForeignKey(blank=True, to='pokemon_v2.Location', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='LocationAreaEncounterRate',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('rate', models.IntegerField()),
('location_area', models.ForeignKey(blank=True, to='pokemon_v2.LocationArea', null=True)),
('version', models.ForeignKey(blank=True, to='pokemon_v2.Version', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='LocationAreaName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('location_area', models.ForeignKey(blank=True, to='pokemon_v2.LocationArea', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='LocationGameIndex',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('game_index', models.IntegerField()),
('generation', models.ForeignKey(blank=True, to='pokemon_v2.Generation', null=True)),
('location', models.ForeignKey(blank=True, to='pokemon_v2.Location', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='LocationName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('location', models.ForeignKey(blank=True, to='pokemon_v2.Location', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='Encounter',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('min_level', models.IntegerField()),
('max_level', models.IntegerField()),
('location_area', models.ForeignKey(blank=True, to='pokemon_v2.LocationArea', null=True)),
('pokemon', models.ForeignKey(blank=True, to='pokemon_v2.Pokemon', null=True)),
('version', models.ForeignKey(blank=True, to='pokemon_v2.Version', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterCondition',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterConditionName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('encounter_condition', models.ForeignKey(blank=True, to='pokemon_v2.EncounterCondition', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterConditionValue',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('is_default', models.BooleanField(default=False)),
('encounter_condition', models.ForeignKey(blank=True, to='pokemon_v2.EncounterCondition', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterConditionValueMap',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('encounter', models.ForeignKey(blank=True, to='pokemon_v2.Encounter', null=True)),
('encounter_condition_value', models.ForeignKey(blank=True, to='pokemon_v2.EncounterConditionValue', null=True)),
],
options={
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterConditionValueName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('encounter_condition_value', models.ForeignKey(blank=True, to='pokemon_v2.EncounterConditionValue', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterMethod',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('order', models.IntegerField(null=True, blank=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterMethodName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('encounter_method', models.ForeignKey(blank=True, to='pokemon_v2.EncounterMethod', null=True)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='EncounterSlot',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('slot', models.IntegerField(null=True, blank=True)),
('rarity', models.IntegerField()),
('encounter_method', models.ForeignKey(blank=True, to='pokemon_v2.EncounterMethod', null=True)),
('version_group', models.ForeignKey(blank=True, to='pokemon_v2.VersionGroup', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.AddField(
model_name='locationareaencounterrate',
name='encounter_method',
field=models.ForeignKey(blank=True, to='pokemon_v2.EncounterMethod', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='encounter',
name='encounter_slot',
field=models.ForeignKey(blank=True, to='pokemon_v2.EncounterSlot', null=True),
preserve_default=True,
),
migrations.CreateModel(
name='PalPark',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('base_score', models.IntegerField()),
('rate', models.IntegerField()),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='PalParkArea',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='PalParkAreaName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('pal_park_area', models.ForeignKey(blank=True, to='pokemon_v2.PalParkArea', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='PokeathlonStat',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='PokeathlonStatName',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('name', models.CharField(max_length=100)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('pokeathlon_stat', models.ForeignKey(blank=True, to='pokemon_v2.PokeathlonStat', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.CreateModel(
name='SuperContestCombo',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('first_move', models.ForeignKey(related_name='first', blank=True, to='pokemon_v2.Move', null=True)),
('second_move', models.ForeignKey(related_name='second', blank=True, to='pokemon_v2.Move', null=True)),
],
options={
},
bases=(models.Model,),
),
migrations.CreateModel(
name='SuperContestEffect',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('appeal', models.IntegerField()),
],
options={
},
bases=(models.Model,),
),
migrations.CreateModel(
name='SuperContestEffectDescription',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('flavor_text', models.CharField(max_length=500)),
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
('super_contest_effect', models.ForeignKey(blank=True, to='pokemon_v2.SuperContestEffect', null=True)),
],
options={
'abstract': False,
},
bases=(models.Model,),
),
migrations.AddField(
model_name='palpark',
name='pal_park_area',
field=models.ForeignKey(blank=True, to='pokemon_v2.PalParkArea', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='palpark',
name='pokemon_species',
field=models.ForeignKey(blank=True, to='pokemon_v2.PokemonSpecies', null=True),
preserve_default=True,
),
migrations.AddField(
model_name='naturepokeathlonstat',
name='pokeathlon_stat',
field=models.ForeignKey(blank=True, to='pokemon_v2.PokeathlonStat', null=True),
preserve_default=True,
),
migrations.AlterField(
model_name='palpark',
name='base_score',
field=models.IntegerField(null=True, blank=True),
preserve_default=True,
),
]

View file

@ -22,6 +22,14 @@ class HasCharacteristic(models.Model):
abstract = True
class HasContestType(models.Model):
contest_type = models.ForeignKey('ContestType', blank=True, null=True)
class Meta:
abstract = True
class HasDescription(models.Model):
description = models.CharField(max_length=1000, default='')
@ -38,6 +46,14 @@ class HasGender(models.Model):
abstract = True
class HasEffect(models.Model):
effect = models.CharField(max_length=4000)
class Meta:
abstract = True
class HasEggGroup(models.Model):
egg_group = models.ForeignKey('EggGroup', blank=True, null=True)
@ -46,6 +62,22 @@ class HasEggGroup(models.Model):
abstract = True
class HasEncounterMethod(models.Model):
encounter_method = models.ForeignKey('EncounterMethod', blank=True, null=True)
class Meta:
abstract = True
class HasEncounterCondition(models.Model):
encounter_condition = models.ForeignKey('EncounterCondition', blank=True, null=True)
class Meta:
abstract = True
class HasEvolutionTrigger(models.Model):
evolution_trigger = models.ForeignKey('EvolutionTrigger', blank=True, null=True)
@ -62,6 +94,14 @@ class HasFlavorText(models.Model):
abstract = True
class HasFlingEffect(models.Model):
item_fling_effect = models.ForeignKey('ItemFlingEffect', blank=True, null=True)
class Meta:
abstract = True
class HasGameIndex(models.Model):
game_index = models.IntegerField()
@ -86,6 +126,30 @@ class HasGrowthRate(models.Model):
abstract = True
class HasItem(models.Model):
item = models.ForeignKey('Item', blank=True, null=True)
class Meta:
abstract = True
class HasItemCategory(models.Model):
item_category = models.ForeignKey('ItemCategory', blank=True, null=True)
class Meta:
abstract = True
class HasItemPocket(models.Model):
item_pocket = models.ForeignKey('ItemPocket', blank=True, null=True)
class Meta:
abstract = True
class HasLanguage(models.Model):
language = models.ForeignKey('Language', blank = True, null = True)
@ -94,6 +158,22 @@ class HasLanguage(models.Model):
abstract = True
class HasLocation(models.Model):
location = models.ForeignKey('Location', blank = True, null = True)
class Meta:
abstract = True
class HasLocationArea(models.Model):
location_area = models.ForeignKey('LocationArea', blank = True, null = True)
class Meta:
abstract = True
class HasMetaAilment(models.Model):
move_meta_ailment = models.ForeignKey('MoveMetaAilment', blank = True, null = True)
@ -174,6 +254,14 @@ class HasOrder(models.Model):
abstract = True
class HasPokeathlonStat(models.Model):
pokeathlon_stat = models.ForeignKey('PokeathlonStat', blank=True, null=True)
class Meta:
abstract = True
class HasPokedex(models.Model):
pokedex = models.ForeignKey('Pokedex', blank=True, null=True)
@ -238,6 +326,22 @@ class HasPokemonSpecies(models.Model):
abstract = True
class HasRegion(models.Model):
region = models.ForeignKey('Region', blank=True, null=True)
class Meta:
abstract = True
class HasShortEffect(models.Model):
short_effect = models.CharField(max_length=300)
class Meta:
abstract = True
class HasStat(models.Model):
stat = models.ForeignKey('Stat', blank=True, null=True)
@ -276,16 +380,6 @@ class IsDescription(HasLanguage, HasDescription):
abstract = True
class IsEffectDescription(HasLanguage):
short_effect = models.CharField(max_length=300)
effect = models.CharField(max_length=4000)
class Meta:
abstract = True
class IsName(HasLanguage, HasName):
class Meta:
@ -315,9 +409,8 @@ class VersionGroup(HasName, HasGeneration, HasOrder):
pass
class VersionGroupRegion(HasVersionGroup):
region_id = models.IntegerField()
class VersionGroupRegion(HasVersionGroup, HasRegion):
pass
class VersionGroupPokemonMoveMethod(HasVersionGroup):
@ -349,9 +442,8 @@ class LanguageName(IsName):
# GENERATION MODELS #
#######################
class Generation(HasName):
main_region_id = models.IntegerField()
class Generation(HasName, HasRegion):
pass
class GenerationName(IsName, HasGeneration):
@ -359,6 +451,19 @@ class GenerationName(IsName, HasGeneration):
###################
# REGION MODELS #
###################
class Region(HasName):
pass
class RegionName(IsName, HasRegion):
pass
####################
# ABILITY MODELS #
####################
@ -368,7 +473,7 @@ class Ability(HasName, HasGeneration):
is_main_series = models.BooleanField(default = False)
class AbilityDescription(IsEffectDescription, HasAbility):
class AbilityDescription(HasLanguage, HasEffect, HasShortEffect, HasAbility):
pass
@ -384,12 +489,10 @@ class AbilityChange(HasAbility):
pass
class AbilityChangeDescription(HasLanguage):
class AbilityChangeDescription(HasLanguage, HasEffect):
ability_change = models.ForeignKey(AbilityChange, blank=True, null=True)
effect = models.CharField(max_length=1000)
#################
@ -461,6 +564,146 @@ class EggGroupName(IsName, HasEggGroup):
#################
# ITEM MODELS #
#################
class ItemPocket(HasName):
pass
class ItemPocketName(IsName, HasItemPocket):
pass
class ItemCategory(HasName, HasItemPocket):
pass
class ItemCategoryName(IsName, HasItemCategory):
pass
class ItemFlingEffect(models.Model):
pass
class ItemFlingEffectDescription(HasFlingEffect, HasLanguage, HasEffect):
pass
class Item(HasName, HasItemCategory, HasFlingEffect):
cost = models.IntegerField(blank=True, null=True)
fling_power = models.IntegerField(blank=True, null=True)
class ItemDescription(HasLanguage, HasEffect, HasShortEffect):
item = models.ForeignKey(Item, blank=True, null=True)
class ItemName(HasItem, IsName):
pass
class ItemFlavorText(HasItem, HasVersionGroup, IsFlavorText):
pass
class ItemFlag(HasName):
pass
class ItemFlagDescription(IsDescription, HasName):
item_flag = models.ForeignKey(ItemFlag, blank=True, null=True)
class ItemFlagMap(HasItem):
item_flag = models.ForeignKey(ItemFlag, blank=True, null=True)
class ItemGameIndex(HasItem, HasGeneration, HasGameIndex):
pass
####################
# CONTEST MODELS #
####################
class ContestType(HasName):
pass
class ContestTypeName(HasContestType, IsName):
flavor = models.CharField(max_length = 10)
color = models.CharField(max_length = 10)
class ContestEffect(models.Model):
appeal = models.IntegerField()
jam = models.IntegerField()
class ContestEffectDescription(HasLanguage, HasEffect, HasFlavorText):
contest_effect = models.ForeignKey(ContestEffect, blank=True, null=True)
class ContestCombo(models.Model):
first_move = models.ForeignKey('Move', blank=True, null=True, related_name='first_move')
second_move = models.ForeignKey('Move', blank=True, null=True, related_name='second_move')
##################
# BERRY MODELS #
##################
class BerryFirmness(HasName):
pass
class BerryFirmnessName(IsName):
berry_firmness = models.ForeignKey(BerryFirmness, blank=True, null=True)
class Berry(HasItem, HasNature):
berry_firmness = models.ForeignKey(BerryFirmness, blank=True, null=True)
natural_gift_power = models.IntegerField()
size = models.IntegerField()
max_harvest = models.IntegerField()
growth_time = models.IntegerField()
soil_dryness = models.IntegerField()
smoothness = models.IntegerField()
class BerryFlavor(HasContestType):
berry = models.ForeignKey(Berry, blank=True, null=True)
flavor = models.IntegerField()
########################
# GROWTH RATE MODELS #
########################
@ -485,9 +728,9 @@ class Nature(HasName):
increased_stat_id = models.ForeignKey(Stat, blank = True, null = True, related_name = 'increased')
hates_flavor_id = models.IntegerField()
hates_flavor_id = models.ForeignKey(BerryFlavor, blank = True, null = True, related_name = 'hates_flavor')
likes_flavor_id = models.IntegerField()
likes_flavor_id = models.ForeignKey(BerryFlavor, blank = True, null = True, related_name = 'likes_flavor')
game_index = models.IntegerField()
@ -496,9 +739,7 @@ class NatureName(IsName, HasNature):
pass
class NaturePokeathlonStat(HasNature):
pokeathlon_stat_id = models.ForeignKey(Stat, blank = True, null = True)
class NaturePokeathlonStat(HasNature, HasPokeathlonStat):
max_change = models.IntegerField()
@ -513,6 +754,90 @@ class NatureBattleStylePreference(HasNature):
#####################
# LOCATION MODELS #
#####################
class Location(HasRegion, HasName):
pass
class LocationName(HasLocation, IsName):
pass
class LocationGameIndex(HasLocation, HasGeneration, HasGameIndex):
pass
class LocationArea(HasLocation, HasGameIndex, HasName):
pass
class LocationAreaName(IsName, HasLocationArea):
pass
class LocationAreaEncounterRate(HasEncounterMethod, HasLocationArea, HasVersion):
rate = models.IntegerField()
######################
# ENCOUNTER MODELS #
######################
class EncounterMethod(HasName, HasOrder):
pass
class EncounterMethodName(HasEncounterMethod, IsName):
pass
class EncounterSlot(HasVersionGroup, HasEncounterMethod):
slot = models.IntegerField(blank = True, null = True)
rarity = models.IntegerField()
class Encounter(HasVersion, HasLocationArea, HasPokemon):
encounter_slot = models.ForeignKey(EncounterSlot, blank = True, null = True)
min_level = models.IntegerField()
max_level = models.IntegerField()
class EncounterCondition(HasName):
pass
class EncounterConditionName(HasEncounterCondition, IsName):
pass
class EncounterConditionValue(HasEncounterCondition, HasName):
is_default = models.BooleanField(default = False)
class EncounterConditionValueName(IsName):
encounter_condition_value = models.ForeignKey(EncounterConditionValue, blank = True, null = True)
class EncounterConditionValueMap(models.Model):
encounter = models.ForeignKey(Encounter, blank = True, null = True)
encounter_condition_value = models.ForeignKey(EncounterConditionValue, blank = True, null = True)
#################
# MOVE MODELS #
#################
@ -591,7 +916,7 @@ class MoveEffect(models.Model):
pass
class MoveEffectDescription(HasMoveEffect, IsEffectDescription):
class MoveEffectDescription(HasLanguage, HasMoveEffect, HasEffect, HasShortEffect):
pass
@ -599,12 +924,10 @@ class MoveEffectChange(HasMoveEffect, HasVersionGroup):
pass
class MoveEffectChangeDescription(HasLanguage):
class MoveEffectChangeDescription(HasLanguage, HasEffect):
move_effect_change = models.ForeignKey('MoveEffectChange', blank = True, null = True)
effect = models.CharField(max_length=2000)
######################
@ -711,25 +1034,81 @@ class Gender(HasName):
# MACHINE MODELS #
####################
class Machine(HasGrowthRate):
class Machine(HasGrowthRate, HasItem):
machine_number = models.IntegerField()
version_group = models.ForeignKey(VersionGroup, blank=True, null=True)
item_id = models.IntegerField()
move = models.ForeignKey(Move, blank=True, null=True)
#######################
# POKEATHLON MODELS #
#######################
class PokeathlonStat(HasName):
pass
class PokeathlonStatName(IsName, HasPokeathlonStat):
pass
#####################
# PAL PARK MODELS #
#####################
class PalParkArea(HasName):
pass
class PalParkAreaName(IsName):
pal_park_area = models.ForeignKey(PalParkArea, blank = True, null = True)
class PalPark(HasPokemonSpecies):
pal_park_area = models.ForeignKey(PalParkArea, blank = True, null = True)
base_score = models.IntegerField(blank = True, null = True)
rate = models.IntegerField()
##########################
# SUPER CONTEST MODELS #
##########################
class SuperContestEffect(models.Model):
appeal = models.IntegerField()
class SuperContestEffectDescription(IsFlavorText):
super_contest_effect = models.ForeignKey(SuperContestEffect, blank = True, null = True)
class SuperContestCombo(models.Model):
first_move = models.ForeignKey(Move, blank = True, null = True, related_name = 'first')
second_move = models.ForeignKey(Move, blank = True, null = True, related_name = 'second')
######################
# EVOLUTION MODELS #
######################
class EvolutionChain(models.Model):
baby_evolution_item_id = models.IntegerField(blank=True, null=True) #Just for now. Need Item models
baby_evolution_item = models.ForeignKey(Item, blank=True, null=True)
class EvolutionTrigger(HasName):
@ -745,9 +1124,7 @@ class EvolutionTriggerName(HasEvolutionTrigger, IsName):
# POKEDEX MODELS #
####################
class Pokedex(HasName):
region_id = models.IntegerField(blank=True, null=True)
class Pokedex(HasName, HasRegion):
is_main_series = models.BooleanField(default = False)
@ -839,7 +1216,7 @@ class PokemonEggGroup(HasPokemonSpecies, HasEggGroup):
class PokemonEvolution(HasEvolutionTrigger, HasGender):
evolution_item_id = models.IntegerField(blank=True, null=True) # need item tables
evolution_item = models.ForeignKey(Item, blank=True, null=True, related_name='evolution_item')
evolved_species = models.ForeignKey(PokemonSpecies, related_name="evolved_species", blank=True, null=True)
@ -847,7 +1224,7 @@ class PokemonEvolution(HasEvolutionTrigger, HasGender):
location_id = models.IntegerField(blank=True, null=True) # need location tables
held_item_id = models.IntegerField(blank=True, null=True) # need item tables
held_item = models.ForeignKey(Item, blank=True, null=True, related_name='held_item')
time_of_day = models.CharField(max_length = 10, blank=True, null=True)
@ -911,9 +1288,7 @@ class PokemonHabitatName(IsName):
pokemon_habitat = models.ForeignKey(PokemonHabitat, blank=True, null=True)
class PokemonItem(HasPokemon, HasVersion):
item_id = models.IntegerField()
class PokemonItem(HasPokemon, HasVersion, HasItem):
rarity = models.IntegerField()