mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
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:
parent
1882c47f90
commit
b069ee991b
54 changed files with 103911 additions and 105 deletions
|
@ -54,7 +54,7 @@ and run the build script with
|
||||||
$ execfile('data/v2/build.py')
|
$ 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.
|
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
|
## Contributing
|
||||||
|
|
||||||
|
|
887
data/v2/build.py
887
data/v2/build.py
File diff suppressed because it is too large
Load diff
65
data/v2/csv/berries.csv
Normal file
65
data/v2/csv/berries.csv
Normal 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
|
|
6
data/v2/csv/berry_firmness.csv
Normal file
6
data/v2/csv/berry_firmness.csv
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
id,identifier
|
||||||
|
1,very-soft
|
||||||
|
2,soft
|
||||||
|
3,hard
|
||||||
|
4,very-hard
|
||||||
|
5,super-hard
|
|
6
data/v2/csv/berry_firmness_names.csv
Normal file
6
data/v2/csv/berry_firmness_names.csv
Normal 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
|
|
321
data/v2/csv/berry_flavors.csv
Normal file
321
data/v2/csv/berry_flavors.csv
Normal 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
|
|
247
data/v2/csv/contest_combos.csv
Normal file
247
data/v2/csv/contest_combos.csv
Normal 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
|
|
34
data/v2/csv/contest_effect_prose.csv
Normal file
34
data/v2/csv/contest_effect_prose.csv
Normal 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.
|
|
34
data/v2/csv/contest_effects.csv
Normal file
34
data/v2/csv/contest_effects.csv
Normal 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
|
|
6
data/v2/csv/contest_type_names.csv
Normal file
6
data/v2/csv/contest_type_names.csv
Normal 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
|
|
6
data/v2/csv/contest_types.csv
Normal file
6
data/v2/csv/contest_types.csv
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
id,identifier
|
||||||
|
1,cool
|
||||||
|
2,beauty
|
||||||
|
3,cute
|
||||||
|
4,smart
|
||||||
|
5,tough
|
|
13
data/v2/csv/encounter_condition_prose.csv
Normal file
13
data/v2/csv/encounter_condition_prose.csv
Normal 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
|
|
12176
data/v2/csv/encounter_condition_value_map.csv
Normal file
12176
data/v2/csv/encounter_condition_value_map.csv
Normal file
File diff suppressed because it is too large
Load diff
41
data/v2/csv/encounter_condition_value_prose.csv
Normal file
41
data/v2/csv/encounter_condition_value_prose.csv
Normal 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
|
|
21
data/v2/csv/encounter_condition_values.csv
Normal file
21
data/v2/csv/encounter_condition_values.csv
Normal 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
|
|
7
data/v2/csv/encounter_conditions.csv
Normal file
7
data/v2/csv/encounter_conditions.csv
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
id,identifier
|
||||||
|
1,swarm
|
||||||
|
2,time
|
||||||
|
3,radar
|
||||||
|
4,slot2
|
||||||
|
5,radio
|
||||||
|
6,season
|
|
27
data/v2/csv/encounter_method_prose.csv
Normal file
27
data/v2/csv/encounter_method_prose.csv
Normal 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
|
|
14
data/v2/csv/encounter_methods.csv
Normal file
14
data/v2/csv/encounter_methods.csv
Normal 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
|
|
411
data/v2/csv/encounter_slots.csv
Normal file
411
data/v2/csv/encounter_slots.csv
Normal 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
|
|
44341
data/v2/csv/encounters.csv
Normal file
44341
data/v2/csv/encounters.csv
Normal file
File diff suppressed because it is too large
Load diff
45
data/v2/csv/item_categories.csv
Normal file
45
data/v2/csv/item_categories.csv
Normal 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
|
|
45
data/v2/csv/item_category_prose.csv
Normal file
45
data/v2/csv/item_category_prose.csv
Normal 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
|
|
612
data/v2/csv/item_flag_map.csv
Normal file
612
data/v2/csv/item_flag_map.csv
Normal 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
|
|
9
data/v2/csv/item_flag_prose.csv
Normal file
9
data/v2/csv/item_flag_prose.csv
Normal 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
|
|
9
data/v2/csv/item_flags.csv
Normal file
9
data/v2/csv/item_flags.csv
Normal 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
data/v2/csv/item_flavor_summaries.csv
Normal file
1
data/v2/csv/item_flavor_summaries.csv
Normal file
|
@ -0,0 +1 @@
|
||||||
|
item_id,local_language_id,flavor_summary
|
|
26392
data/v2/csv/item_flavor_text.csv
Normal file
26392
data/v2/csv/item_flavor_text.csv
Normal file
File diff suppressed because it is too large
Load diff
8
data/v2/csv/item_fling_effect_prose.csv
Normal file
8
data/v2/csv/item_fling_effect_prose.csv
Normal 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.
|
|
8
data/v2/csv/item_fling_effects.csv
Normal file
8
data/v2/csv/item_fling_effects.csv
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
id
|
||||||
|
1
|
||||||
|
2
|
||||||
|
3
|
||||||
|
4
|
||||||
|
5
|
||||||
|
6
|
||||||
|
7
|
|
2125
data/v2/csv/item_game_indices.csv
Normal file
2125
data/v2/csv/item_game_indices.csv
Normal file
File diff suppressed because it is too large
Load diff
5157
data/v2/csv/item_names.csv
Normal file
5157
data/v2/csv/item_names.csv
Normal file
File diff suppressed because it is too large
Load diff
9
data/v2/csv/item_pocket_names.csv
Normal file
9
data/v2/csv/item_pocket_names.csv
Normal 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
|
|
9
data/v2/csv/item_pockets.csv
Normal file
9
data/v2/csv/item_pockets.csv
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
id,identifier
|
||||||
|
1,misc
|
||||||
|
2,medicine
|
||||||
|
3,pokeballs
|
||||||
|
4,machines
|
||||||
|
5,berries
|
||||||
|
6,mail
|
||||||
|
7,battle
|
||||||
|
8,key
|
|
1241
data/v2/csv/item_prose.csv
Normal file
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
747
data/v2/csv/items.csv
Normal 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,,
|
|
3866
data/v2/csv/location_area_encounter_rates.csv
Normal file
3866
data/v2/csv/location_area_encounter_rates.csv
Normal file
File diff suppressed because it is too large
Load diff
664
data/v2/csv/location_area_prose.csv
Normal file
664
data/v2/csv/location_area_prose.csv
Normal 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,0–9 different Unown caught
|
||||||
|
116,9,10–25 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,
|
|
664
data/v2/csv/location_areas.csv
Normal file
664
data/v2/csv/location_areas.csv
Normal 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,
|
|
477
data/v2/csv/location_game_indices.csv
Normal file
477
data/v2/csv/location_game_indices.csv
Normal 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
|
|
753
data/v2/csv/location_names.csv
Normal file
753
data/v2/csv/location_names.csv
Normal 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
|
|
632
data/v2/csv/locations.csv
Normal file
632
data/v2/csv/locations.csv
Normal 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
|
|
494
data/v2/csv/pal_park.csv
Normal file
494
data/v2/csv/pal_park.csv
Normal 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
|
|
6
data/v2/csv/pal_park_area_names.csv
Normal file
6
data/v2/csv/pal_park_area_names.csv
Normal 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
|
|
6
data/v2/csv/pal_park_areas.csv
Normal file
6
data/v2/csv/pal_park_areas.csv
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
id,identifier
|
||||||
|
1,forest
|
||||||
|
2,field
|
||||||
|
3,mountain
|
||||||
|
4,pond
|
||||||
|
5,sea
|
|
6
data/v2/csv/pokeathlon_stat_names.csv
Normal file
6
data/v2/csv/pokeathlon_stat_names.csv
Normal 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
|
|
6
data/v2/csv/pokeathlon_stats.csv
Normal file
6
data/v2/csv/pokeathlon_stats.csv
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
id,identifier
|
||||||
|
1,speed
|
||||||
|
2,power
|
||||||
|
3,skill
|
||||||
|
4,stamina
|
||||||
|
5,jump
|
|
13
data/v2/csv/region_names.csv
Normal file
13
data/v2/csv/region_names.csv
Normal 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
|
|
7
data/v2/csv/regions.csv
Normal file
7
data/v2/csv/regions.csv
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
id,identifier
|
||||||
|
1,kanto
|
||||||
|
2,johto
|
||||||
|
3,hoenn
|
||||||
|
4,sinnoh
|
||||||
|
5,unova
|
||||||
|
6,kalos
|
|
7
data/v2/csv/super_contest_combos.csv
Normal file
7
data/v2/csv/super_contest_combos.csv
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
first_move_id,second_move_id
|
||||||
|
74,345
|
||||||
|
96,136
|
||||||
|
111,205
|
||||||
|
116,400
|
||||||
|
244,56
|
||||||
|
268,422
|
|
23
data/v2/csv/super_contest_effect_prose.csv
Normal file
23
data/v2/csv/super_contest_effect_prose.csv
Normal 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.
|
|
23
data/v2/csv/super_contest_effects.csv
Normal file
23
data/v2/csv/super_contest_effects.csv
Normal 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
|
|
|
@ -10,12 +10,33 @@ admin.site.register(AbilityFlavorText)
|
||||||
admin.site.register(AbilityChange)
|
admin.site.register(AbilityChange)
|
||||||
admin.site.register(AbilityChangeDescription)
|
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(Characteristic)
|
||||||
admin.site.register(CharacteristicDescription)
|
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(EggGroup)
|
||||||
admin.site.register(EggGroupName)
|
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(EvolutionChain)
|
||||||
admin.site.register(EvolutionTrigger)
|
admin.site.register(EvolutionTrigger)
|
||||||
admin.site.register(EvolutionTriggerName)
|
admin.site.register(EvolutionTriggerName)
|
||||||
|
@ -30,9 +51,31 @@ admin.site.register(GenerationName)
|
||||||
admin.site.register(GrowthRate)
|
admin.site.register(GrowthRate)
|
||||||
admin.site.register(GrowthRateDescription)
|
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(Language)
|
||||||
admin.site.register(LanguageName)
|
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(Machine)
|
||||||
|
|
||||||
admin.site.register(MoveBattleStyle)
|
admin.site.register(MoveBattleStyle)
|
||||||
|
@ -64,6 +107,13 @@ admin.site.register(NatureName)
|
||||||
admin.site.register(NaturePokeathlonStat)
|
admin.site.register(NaturePokeathlonStat)
|
||||||
admin.site.register(Nature)
|
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(Pokedex)
|
||||||
admin.site.register(PokedexVersionGroup)
|
admin.site.register(PokedexVersionGroup)
|
||||||
admin.site.register(PokedexDescription)
|
admin.site.register(PokedexDescription)
|
||||||
|
@ -94,9 +144,16 @@ admin.site.register(PokemonSpeciesFlavorText)
|
||||||
admin.site.register(PokemonStat)
|
admin.site.register(PokemonStat)
|
||||||
admin.site.register(PokemonType)
|
admin.site.register(PokemonType)
|
||||||
|
|
||||||
|
admin.site.register(Region)
|
||||||
|
admin.site.register(RegionName)
|
||||||
|
|
||||||
admin.site.register(StatName)
|
admin.site.register(StatName)
|
||||||
admin.site.register(Stat)
|
admin.site.register(Stat)
|
||||||
|
|
||||||
|
admin.site.register(SuperContestEffect)
|
||||||
|
admin.site.register(SuperContestCombo)
|
||||||
|
admin.site.register(SuperContestEffectDescription)
|
||||||
|
|
||||||
admin.site.register(Type)
|
admin.site.register(Type)
|
||||||
admin.site.register(TypeName)
|
admin.site.register(TypeName)
|
||||||
admin.site.register(TypeGameIndex)
|
admin.site.register(TypeGameIndex)
|
||||||
|
|
|
@ -6,8 +6,6 @@ from django.db import models, migrations
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
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 = [
|
dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -82,7 +80,6 @@ class Migration(migrations.Migration):
|
||||||
('short_effect', models.CharField(max_length=300)),
|
('short_effect', models.CharField(max_length=300)),
|
||||||
('effect', models.CharField(max_length=4000)),
|
('effect', models.CharField(max_length=4000)),
|
||||||
('ability', models.ForeignKey(blank=True, to='pokemon_v2.Ability', null=True)),
|
('ability', models.ForeignKey(blank=True, to='pokemon_v2.Ability', null=True)),
|
||||||
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
|
|
||||||
],
|
],
|
||||||
options={
|
options={
|
||||||
'abstract': False,
|
'abstract': False,
|
||||||
|
@ -155,7 +152,6 @@ class Migration(migrations.Migration):
|
||||||
name='VersionGroupRegion',
|
name='VersionGroupRegion',
|
||||||
fields=[
|
fields=[
|
||||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
('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)),
|
('version_group', models.ForeignKey(blank=True, to='pokemon_v2.VersionGroup', null=True)),
|
||||||
],
|
],
|
||||||
options={
|
options={
|
||||||
|
@ -347,7 +343,6 @@ class Migration(migrations.Migration):
|
||||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
||||||
('max_change', models.IntegerField()),
|
('max_change', models.IntegerField()),
|
||||||
('nature', models.ForeignKey(blank=True, to='pokemon_v2.Nature', null=True)),
|
('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={
|
options={
|
||||||
'abstract': False,
|
'abstract': False,
|
||||||
|
@ -537,7 +532,7 @@ class Migration(migrations.Migration):
|
||||||
name='MoveEffectChangeDescription',
|
name='MoveEffectChangeDescription',
|
||||||
fields=[
|
fields=[
|
||||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
('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)),
|
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
|
||||||
('move_effect_change', models.ForeignKey(blank=True, to='pokemon_v2.MoveEffectChange', 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',
|
name='AbilityChangeDescription',
|
||||||
fields=[
|
fields=[
|
||||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
('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)),
|
('ability_change', models.ForeignKey(blank=True, to='pokemon_v2.AbilityChange', null=True)),
|
||||||
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
|
('language', models.ForeignKey(blank=True, to='pokemon_v2.Language', null=True)),
|
||||||
],
|
],
|
||||||
|
@ -1522,7 +1517,6 @@ class Migration(migrations.Migration):
|
||||||
name='PokemonItem',
|
name='PokemonItem',
|
||||||
fields=[
|
fields=[
|
||||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
||||||
('item_id', models.IntegerField()),
|
|
||||||
('rarity', models.IntegerField()),
|
('rarity', models.IntegerField()),
|
||||||
('pokemon', models.ForeignKey(blank=True, to='pokemon_v2.Pokemon', null=True)),
|
('pokemon', models.ForeignKey(blank=True, to='pokemon_v2.Pokemon', null=True)),
|
||||||
('version', models.ForeignKey(blank=True, to='pokemon_v2.Version', 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',
|
old_name='baby_evolution_item',
|
||||||
new_name='baby_evolution_item_id',
|
new_name='baby_evolution_item_id',
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
migrations.RemoveField(
|
||||||
model_name='evolutionchain',
|
model_name='evolutionchain',
|
||||||
name='baby_evolution_item_id',
|
name='baby_evolution_item_id',
|
||||||
field=models.IntegerField(null=True, blank=True),
|
|
||||||
preserve_default=True,
|
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
migrations.AlterField(
|
||||||
model_name='abilityflavortext',
|
model_name='abilityflavortext',
|
||||||
|
@ -1812,17 +1804,13 @@ class Migration(migrations.Migration):
|
||||||
old_name='held_item',
|
old_name='held_item',
|
||||||
new_name='held_item_id',
|
new_name='held_item_id',
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
migrations.RemoveField(
|
||||||
model_name='pokemonevolution',
|
model_name='pokemonevolution',
|
||||||
name='evolution_item_id',
|
name='evolution_item_id',
|
||||||
field=models.IntegerField(null=True, blank=True),
|
|
||||||
preserve_default=True,
|
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
migrations.RemoveField(
|
||||||
model_name='pokemonevolution',
|
model_name='pokemonevolution',
|
||||||
name='held_item_id',
|
name='held_item_id',
|
||||||
field=models.IntegerField(null=True, blank=True),
|
|
||||||
preserve_default=True,
|
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
migrations.AlterField(
|
||||||
model_name='pokemonevolution',
|
model_name='pokemonevolution',
|
||||||
|
@ -1923,7 +1911,6 @@ class Migration(migrations.Migration):
|
||||||
fields=[
|
fields=[
|
||||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
||||||
('machine_number', models.IntegerField()),
|
('machine_number', models.IntegerField()),
|
||||||
('item_id', models.IntegerField()),
|
|
||||||
('growth_rate', models.ForeignKey(blank=True, to='pokemon_v2.GrowthRate', null=True)),
|
('growth_rate', models.ForeignKey(blank=True, to='pokemon_v2.GrowthRate', null=True)),
|
||||||
('move', models.ForeignKey(blank=True, to='pokemon_v2.Move', 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)),
|
('version_group', models.ForeignKey(blank=True, to='pokemon_v2.VersionGroup', null=True)),
|
||||||
|
@ -1933,4 +1920,754 @@ class Migration(migrations.Migration):
|
||||||
},
|
},
|
||||||
bases=(models.Model,),
|
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,
|
||||||
|
),
|
||||||
]
|
]
|
|
@ -22,6 +22,14 @@ class HasCharacteristic(models.Model):
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
|
class HasContestType(models.Model):
|
||||||
|
|
||||||
|
contest_type = models.ForeignKey('ContestType', blank=True, null=True)
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
class HasDescription(models.Model):
|
class HasDescription(models.Model):
|
||||||
|
|
||||||
description = models.CharField(max_length=1000, default='')
|
description = models.CharField(max_length=1000, default='')
|
||||||
|
@ -38,6 +46,14 @@ class HasGender(models.Model):
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
|
class HasEffect(models.Model):
|
||||||
|
|
||||||
|
effect = models.CharField(max_length=4000)
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
class HasEggGroup(models.Model):
|
class HasEggGroup(models.Model):
|
||||||
|
|
||||||
egg_group = models.ForeignKey('EggGroup', blank=True, null=True)
|
egg_group = models.ForeignKey('EggGroup', blank=True, null=True)
|
||||||
|
@ -46,6 +62,22 @@ class HasEggGroup(models.Model):
|
||||||
abstract = True
|
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):
|
class HasEvolutionTrigger(models.Model):
|
||||||
|
|
||||||
evolution_trigger = models.ForeignKey('EvolutionTrigger', blank=True, null=True)
|
evolution_trigger = models.ForeignKey('EvolutionTrigger', blank=True, null=True)
|
||||||
|
@ -62,6 +94,14 @@ class HasFlavorText(models.Model):
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
|
class HasFlingEffect(models.Model):
|
||||||
|
|
||||||
|
item_fling_effect = models.ForeignKey('ItemFlingEffect', blank=True, null=True)
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
class HasGameIndex(models.Model):
|
class HasGameIndex(models.Model):
|
||||||
|
|
||||||
game_index = models.IntegerField()
|
game_index = models.IntegerField()
|
||||||
|
@ -86,6 +126,30 @@ class HasGrowthRate(models.Model):
|
||||||
abstract = True
|
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):
|
class HasLanguage(models.Model):
|
||||||
|
|
||||||
language = models.ForeignKey('Language', blank = True, null = True)
|
language = models.ForeignKey('Language', blank = True, null = True)
|
||||||
|
@ -94,6 +158,22 @@ class HasLanguage(models.Model):
|
||||||
abstract = True
|
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):
|
class HasMetaAilment(models.Model):
|
||||||
|
|
||||||
move_meta_ailment = models.ForeignKey('MoveMetaAilment', blank = True, null = True)
|
move_meta_ailment = models.ForeignKey('MoveMetaAilment', blank = True, null = True)
|
||||||
|
@ -174,6 +254,14 @@ class HasOrder(models.Model):
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
|
class HasPokeathlonStat(models.Model):
|
||||||
|
|
||||||
|
pokeathlon_stat = models.ForeignKey('PokeathlonStat', blank=True, null=True)
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
class HasPokedex(models.Model):
|
class HasPokedex(models.Model):
|
||||||
|
|
||||||
pokedex = models.ForeignKey('Pokedex', blank=True, null=True)
|
pokedex = models.ForeignKey('Pokedex', blank=True, null=True)
|
||||||
|
@ -238,6 +326,22 @@ class HasPokemonSpecies(models.Model):
|
||||||
abstract = True
|
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):
|
class HasStat(models.Model):
|
||||||
|
|
||||||
stat = models.ForeignKey('Stat', blank=True, null=True)
|
stat = models.ForeignKey('Stat', blank=True, null=True)
|
||||||
|
@ -276,16 +380,6 @@ class IsDescription(HasLanguage, HasDescription):
|
||||||
abstract = True
|
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 IsName(HasLanguage, HasName):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
@ -315,9 +409,8 @@ class VersionGroup(HasName, HasGeneration, HasOrder):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class VersionGroupRegion(HasVersionGroup):
|
class VersionGroupRegion(HasVersionGroup, HasRegion):
|
||||||
|
pass
|
||||||
region_id = models.IntegerField()
|
|
||||||
|
|
||||||
|
|
||||||
class VersionGroupPokemonMoveMethod(HasVersionGroup):
|
class VersionGroupPokemonMoveMethod(HasVersionGroup):
|
||||||
|
@ -349,9 +442,8 @@ class LanguageName(IsName):
|
||||||
# GENERATION MODELS #
|
# GENERATION MODELS #
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
class Generation(HasName):
|
class Generation(HasName, HasRegion):
|
||||||
|
pass
|
||||||
main_region_id = models.IntegerField()
|
|
||||||
|
|
||||||
|
|
||||||
class GenerationName(IsName, HasGeneration):
|
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 #
|
# ABILITY MODELS #
|
||||||
####################
|
####################
|
||||||
|
@ -368,7 +473,7 @@ class Ability(HasName, HasGeneration):
|
||||||
is_main_series = models.BooleanField(default = False)
|
is_main_series = models.BooleanField(default = False)
|
||||||
|
|
||||||
|
|
||||||
class AbilityDescription(IsEffectDescription, HasAbility):
|
class AbilityDescription(HasLanguage, HasEffect, HasShortEffect, HasAbility):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
@ -384,12 +489,10 @@ class AbilityChange(HasAbility):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class AbilityChangeDescription(HasLanguage):
|
class AbilityChangeDescription(HasLanguage, HasEffect):
|
||||||
|
|
||||||
ability_change = models.ForeignKey(AbilityChange, blank=True, null=True)
|
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 #
|
# GROWTH RATE MODELS #
|
||||||
########################
|
########################
|
||||||
|
@ -485,9 +728,9 @@ class Nature(HasName):
|
||||||
|
|
||||||
increased_stat_id = models.ForeignKey(Stat, blank = True, null = True, related_name = 'increased')
|
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()
|
game_index = models.IntegerField()
|
||||||
|
|
||||||
|
@ -496,9 +739,7 @@ class NatureName(IsName, HasNature):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class NaturePokeathlonStat(HasNature):
|
class NaturePokeathlonStat(HasNature, HasPokeathlonStat):
|
||||||
|
|
||||||
pokeathlon_stat_id = models.ForeignKey(Stat, blank = True, null = True)
|
|
||||||
|
|
||||||
max_change = models.IntegerField()
|
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 #
|
# MOVE MODELS #
|
||||||
#################
|
#################
|
||||||
|
@ -591,7 +916,7 @@ class MoveEffect(models.Model):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class MoveEffectDescription(HasMoveEffect, IsEffectDescription):
|
class MoveEffectDescription(HasLanguage, HasMoveEffect, HasEffect, HasShortEffect):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
@ -599,12 +924,10 @@ class MoveEffectChange(HasMoveEffect, HasVersionGroup):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class MoveEffectChangeDescription(HasLanguage):
|
class MoveEffectChangeDescription(HasLanguage, HasEffect):
|
||||||
|
|
||||||
move_effect_change = models.ForeignKey('MoveEffectChange', blank = True, null = True)
|
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 #
|
# MACHINE MODELS #
|
||||||
####################
|
####################
|
||||||
|
|
||||||
class Machine(HasGrowthRate):
|
class Machine(HasGrowthRate, HasItem):
|
||||||
|
|
||||||
machine_number = models.IntegerField()
|
machine_number = models.IntegerField()
|
||||||
|
|
||||||
version_group = models.ForeignKey(VersionGroup, blank=True, null=True)
|
version_group = models.ForeignKey(VersionGroup, blank=True, null=True)
|
||||||
|
|
||||||
item_id = models.IntegerField()
|
|
||||||
|
|
||||||
move = models.ForeignKey(Move, blank=True, null=True)
|
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 #
|
# EVOLUTION MODELS #
|
||||||
######################
|
######################
|
||||||
|
|
||||||
class EvolutionChain(models.Model):
|
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):
|
class EvolutionTrigger(HasName):
|
||||||
|
@ -745,9 +1124,7 @@ class EvolutionTriggerName(HasEvolutionTrigger, IsName):
|
||||||
# POKEDEX MODELS #
|
# POKEDEX MODELS #
|
||||||
####################
|
####################
|
||||||
|
|
||||||
class Pokedex(HasName):
|
class Pokedex(HasName, HasRegion):
|
||||||
|
|
||||||
region_id = models.IntegerField(blank=True, null=True)
|
|
||||||
|
|
||||||
is_main_series = models.BooleanField(default = False)
|
is_main_series = models.BooleanField(default = False)
|
||||||
|
|
||||||
|
@ -839,7 +1216,7 @@ class PokemonEggGroup(HasPokemonSpecies, HasEggGroup):
|
||||||
|
|
||||||
class PokemonEvolution(HasEvolutionTrigger, HasGender):
|
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)
|
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
|
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)
|
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)
|
pokemon_habitat = models.ForeignKey(PokemonHabitat, blank=True, null=True)
|
||||||
|
|
||||||
|
|
||||||
class PokemonItem(HasPokemon, HasVersion):
|
class PokemonItem(HasPokemon, HasVersion, HasItem):
|
||||||
|
|
||||||
item_id = models.IntegerField()
|
|
||||||
|
|
||||||
rarity = models.IntegerField()
|
rarity = models.IntegerField()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue