mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add the VersionGroupPokemonMoveMethod table
This commit is contained in:
parent
e15b1a257a
commit
48f3957aab
3 changed files with 112 additions and 0 deletions
pokedex/data/csv
54
pokedex/data/csv/version_group_pokemon_move_methods.csv
Normal file
54
pokedex/data/csv/version_group_pokemon_move_methods.csv
Normal file
|
@ -0,0 +1,54 @@
|
|||
version_group_id,pokemon_move_method_id
|
||||
1,1
|
||||
1,4
|
||||
1,5
|
||||
2,1
|
||||
2,4
|
||||
2,5
|
||||
3,1
|
||||
3,2
|
||||
3,4
|
||||
4,1
|
||||
4,2
|
||||
4,3
|
||||
4,4
|
||||
5,1
|
||||
5,2
|
||||
5,4
|
||||
5,6
|
||||
6,1
|
||||
6,2
|
||||
6,3
|
||||
6,4
|
||||
6,6
|
||||
7,1
|
||||
7,2
|
||||
7,3
|
||||
7,4
|
||||
7,6
|
||||
8,1
|
||||
8,2
|
||||
8,3
|
||||
8,4
|
||||
8,6
|
||||
9,1
|
||||
9,2
|
||||
9,3
|
||||
9,4
|
||||
9,6
|
||||
9,10
|
||||
10,1
|
||||
10,2
|
||||
10,3
|
||||
10,4
|
||||
10,6
|
||||
10,10
|
||||
11,1
|
||||
11,2
|
||||
11,3
|
||||
11,4
|
||||
11,6
|
||||
11,10
|
||||
12,1
|
||||
13,1
|
||||
13,3
|
|
Loading…
Add table
Add a link
Reference in a new issue