Skip to content

Commit

Permalink
Add unreleased Pokémon.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatTrinket committed Jun 13, 2014
1 parent dcb1aa2 commit ae74f19
Show file tree
Hide file tree
Showing 12 changed files with 400 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pokedex/data/csv/evolution_chains.csv
Expand Up @@ -362,3 +362,5 @@ id,baby_trigger_item_id
369,
370,
371,
372,
373,
5 changes: 5 additions & 0 deletions pokedex/data/csv/pokemon.csv
Expand Up @@ -718,6 +718,8 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
717,yveltal,717,58,2030,306,777,1
718,zygarde,718,50,3050,270,778,1
719,diancie,719,7,88,270,779,1
720,hoopa,720,5,90,270,1,1
721,volcanion,721,17,1950,270,1,1
10001,deoxys-attack,386,17,608,270,445,0
10002,deoxys-defense,386,17,608,270,446,0
10003,deoxys-speed,386,17,608,270,447,0
Expand Down Expand Up @@ -778,3 +780,6 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
10058,garchomp-mega,445,19,950,315,500,0
10059,lucario-mega,448,13,575,219,503,0
10060,abomasnow-mega,460,27,1850,208,515,0
10061,floette-eternal,670,2,9,243,1,0
10062,latias-mega,380,18,520,315,1,0
10063,latios-mega,381,23,700,315,1,0
6 changes: 6 additions & 0 deletions pokedex/data/csv/pokemon_abilities.csv
Expand Up @@ -1748,6 +1748,8 @@ pokemon_id,ability_id,is_hidden,slot
717,186,0,1
718,188,0,1
719,29,0,1
720,170,0,1
721,11,0,1
10001,46,0,1
10002,46,0,1
10003,46,0,1
Expand Down Expand Up @@ -1827,3 +1829,7 @@ pokemon_id,ability_id,is_hidden,slot
10058,159,0,1
10059,91,0,1
10060,117,0,1
10061,166,0,1
10061,180,1,3
10062,26,0,1
10063,26,0,1
2 changes: 2 additions & 0 deletions pokedex/data/csv/pokemon_dex_numbers.csv
Expand Up @@ -3050,3 +3050,5 @@ species_id,pokedex_id,pokedex_number
718,1,718
718,14,150
719,1,719
720,1,720
721,1,721
2 changes: 2 additions & 0 deletions pokedex/data/csv/pokemon_egg_groups.csv
Expand Up @@ -909,3 +909,5 @@ species_id,egg_group_id
717,15
718,15
719,15
720,15
721,15
10 changes: 10 additions & 0 deletions pokedex/data/csv/pokemon_form_names.csv
Expand Up @@ -377,3 +377,13 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10159,9,Mega Lucario,Mega Lucario
10160,5,Méga-Blizzaroi,Méga-Blizzaroi
10160,9,Mega Abomasnow,Mega Abomasnow
10161,5,Motif Fantaisie,Prismillion Fantaisie
10161,9,Fancy Pattern,Fancy Vivillon
10162,5,Motif Poké Ball,Prismillon Poké Ball
10162,9,Poké Ball Pattern,Poké Ball Vivillon
10163,5,Fleur Éternelle,Floette Éternel
10163,9,Eternal Flower,Eternal Floette
10164,5,Méga-Latias,Méga-Latias
10164,9,Mega Latias,Mega Latias
10165,5,Méga-Latios,Méga-Latios
10165,9,Mega Latios,Mega Latios
7 changes: 7 additions & 0 deletions pokedex/data/csv/pokemon_forms.csv
Expand Up @@ -718,6 +718,8 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
717,yveltal,,717,15,1,0,0,1,857
718,zygarde,,718,15,1,0,0,1,858
719,diancie,,719,15,1,0,0,1,859
720,hoopa,,720,15,1,0,0,1,1
721,volcanion,,721,15,1,0,0,1,1
10001,unown-b,b,201,3,0,0,0,2,247
10002,unown-c,c,201,3,0,0,0,3,248
10003,unown-d,d,201,3,0,0,0,4,249
Expand Down Expand Up @@ -878,3 +880,8 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10158,garchomp-mega,mega,10058,15,1,1,1,2,532
10159,lucario-mega,mega,10059,15,1,1,1,2,535
10160,abomasnow-mega,mega,10060,15,1,1,1,2,547
10161,vivillon-fancy,fancy,666,15,0,0,0,19,1
10162,vivillon-poke-ball,poke-ball,666,15,0,0,0,20,1
10163,floette-eternal,eternal,10061,15,1,0,0,6,1
10164,latias-mega,mega,10062,15,1,1,1,2,1
10165,latios-mega,mega,10063,15,1,1,1,2,1

0 comments on commit ae74f19

Please sign in to comment.