This commit is contained in:
Alessandro Pezzè 2021-12-15 19:21:31 +01:00
parent e0d6c0b6ee
commit 36ad7a3d45
3 changed files with 15 additions and 1 deletions

View file

@ -76,9 +76,19 @@ version_group_id,pokemon_move_method_id
17,4
17,6
17,10
17,11
18,1
18,2
18,3
18,4
18,6
18,10
18,11
19,1
19,3
19,4
20,1
20,2
20,3
20,4
20,10

1 version_group_id pokemon_move_method_id
76 17 4
77 17 6
78 17 10
79 17 11
80 18 1
81 18 2
82 18 3
83 18 4
84 18 6
85 18 10
86 18 11
87 19 1
88 19 3
89 19 4
90 20 1
91 20 2
92 20 3
93 20 4
94 20 10

View file

@ -17,5 +17,5 @@ id,identifier,generation_id,order
16,omega-ruby-alpha-sapphire,6,16
17,sun-moon,7,17
18,ultra-sun-ultra-moon,7,18
19,lets-go,7,19
19,lets-go-pikachu-lets-go-eevee,7,19
20,sword-shield,8,20

1 id identifier generation_id order
17 16 omega-ruby-alpha-sapphire 6 16
18 17 sun-moon 7 17
19 18 ultra-sun-ultra-moon 7 18
20 19 lets-go lets-go-pikachu-lets-go-eevee 7 19
21 20 sword-shield 8 20

View file

@ -209,3 +209,7 @@ version_id,local_language_id,name
30,7,Ultraluna
30,8,Ultraluna
30,9,Ultra Moon
31,9,"Lets Go, Pikachu!"
32,9,"Lets Go, Eevee!"
33,9,Sword
34,9,Shield

1 version_id local_language_id name
209 30 7 Ultraluna
210 30 8 Ultraluna
211 30 9 Ultra Moon
212 31 9 Let’s Go, Pikachu!
213 32 9 Let’s Go, Eevee!
214 33 9 Sword
215 34 9 Shield