1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Added Meltan and Melmetal initial data. Moves will be added soon.

This commit is contained in:
ks123 2020-01-19 18:36:13 +02:00
parent 49dcae71b5
commit cc2926b06d
9 changed files with 30 additions and 2 deletions

View file

@ -806,6 +806,8 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
805,stakataka,805,55,8200,257,962,1
806,blacephalon,806,18,130,257,963,1
807,zeraora,807,15,445,270,964,1
808,meltan,808,2,80,135,957,1
809,melmetal,809,25,8000,270,958,1
10001,deoxys-attack,386,17,608,270,497,0
10002,deoxys-defense,386,17,608,270,498,0
10003,deoxys-speed,386,17,608,270,499,0
@ -963,5 +965,3 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
10155,necrozma-dusk,800,38,4600,306,954,0
10156,necrozma-dawn,800,42,3500,306,955,0
10157,necrozma-ultra,800,75,2300,339,956,0
10158,meltan,808,2,80,135,957,1
10159,melmetal,809,25,8000,270,958,1

1 id identifier species_id height weight base_experience order is_default
806 805 stakataka 805 55 8200 257 962 1
807 806 blacephalon 806 18 130 257 963 1
808 807 zeraora 807 15 445 270 964 1
809 808 meltan 808 2 80 135 957 1
810 809 melmetal 809 25 8000 270 958 1
811 10001 deoxys-attack 386 17 608 270 497 0
812 10002 deoxys-defense 386 17 608 270 498 0
813 10003 deoxys-speed 386 17 608 270 499 0
965 10155 necrozma-dusk 800 38 4600 306 954 0
966 10156 necrozma-dawn 800 42 3500 306 955 0
967 10157 necrozma-ultra 800 75 2300 339 956 0
10158 meltan 808 2 80 135 957 1
10159 melmetal 809 25 8000 270 958 1

View file

@ -3457,6 +3457,8 @@ pokemon_form_id,generation_id,game_index
805,7,0
806,7,0
807,7,0
808,7,0
809,7,0
10001,2,1
10001,3,1
10001,4,1

1 pokemon_form_id generation_id game_index
3457 805 7 0
3458 806 7 0
3459 807 7 0
3460 808 7 0
3461 809 7 0
3462 10001 2 1
3463 10001 3 1
3464 10001 4 1

View file

@ -806,6 +806,8 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
805,stakataka,,805,18,1,0,0,1,1121
806,blacephalon,,806,18,1,0,0,1,1122
807,zeraora,,807,18,1,0,0,1,1123
808,meltan,,808,19,1,0,0,1,1124
809,melmetal,,809,19,1,0,0,1,1125
10001,unown-b,b,201,3,0,0,0,2,284
10002,unown-c,c,201,3,0,0,0,3,285
10003,unown-d,d,201,3,0,0,0,4,286

1 id identifier form_identifier pokemon_id introduced_in_version_group_id is_default is_battle_only is_mega form_order order
806 805 stakataka 805 18 1 0 0 1 1121
807 806 blacephalon 806 18 1 0 0 1 1122
808 807 zeraora 807 18 1 0 0 1 1123
809 808 meltan 808 19 1 0 0 1 1124
810 809 melmetal 809 19 1 0 0 1 1125
811 10001 unown-b b 201 3 0 0 0 2 284
812 10002 unown-c c 201 3 0 0 0 3 285
813 10003 unown-d d 201 3 0 0 0 4 286

View file

@ -4841,6 +4841,18 @@ pokemon_id,stat_id,base_stat,effort
807,4,102,0
807,5,80,0
807,6,143,3
808,1,46,0
808,2,65,1
808,3,65,0
808,4,55,0
808,5,35,0
808,6,34,0
809,1,135,0
809,2,143,3
809,3,143,0
809,4,80,0
809,5,65,0
809,6,34,0
10001,1,50,0
10001,2,180,2
10001,3,20,0

1 pokemon_id stat_id base_stat effort
4841 807 4 102 0
4842 807 5 80 0
4843 807 6 143 3
4844 808 1 46 0
4845 808 2 65 1
4846 808 3 65 0
4847 808 4 55 0
4848 808 5 35 0
4849 808 6 34 0
4850 809 1 135 0
4851 809 2 143 3
4852 809 3 143 0
4853 809 4 80 0
4854 809 5 65 0
4855 809 6 34 0
4856 10001 1 50 0
4857 10001 2 180 2
4858 10001 3 20 0

View file

@ -82,3 +82,9 @@ version_group_id,pokemon_move_method_id
18,4
18,6
18,10
19,1
19,2
19,3
19,4
19,6
19,10

1 version_group_id pokemon_move_method_id
82 18 4
83 18 6
84 18 10
85 19 1
86 19 2
87 19 3
88 19 4
89 19 6
90 19 10

View file

@ -18,3 +18,4 @@ version_group_id,region_id
16,3
17,7
18,7
19,7

1 version_group_id region_id
18 16 3
19 17 7
20 18 7
21 19 7

View file

@ -17,3 +17,4 @@ 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-pikachu-lets-go-eevee,7,19

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-pikachu-lets-go-eevee 7 19

View file

@ -179,3 +179,5 @@ version_id,local_language_id,name
30,6,Ultramond
30,8,Ultraluna
30,9,Ultra Moon
31,9,Let's Go Pikachu
32,9,Let's Go Eevee

1 version_id local_language_id name
179 30 6 Ultramond
180 30 8 Ultraluna
181 30 9 Ultra Moon
182 31 9 Let's Go Pikachu
183 32 9 Let's Go Eevee

View file

@ -29,3 +29,5 @@ id,version_group_id,identifier
28,17,moon
29,18,ultra-sun
30,18,ultra-moon
31,19,lets-go-pikachu
32,19,lets-go-eevee

1 id version_group_id identifier
29 28 17 moon
30 29 18 ultra-sun
31 30 18 ultra-moon
32 31 19 lets-go-pikachu
33 32 19 lets-go-eevee