Skip to content

Commit

Permalink
Merge pull request #975 from WyattC16/addIndigoDiskPokemon
Browse files Browse the repository at this point in the history
add indigo disk pokedex and pokemon
  • Loading branch information
Naramsim authored Dec 20, 2023
2 parents f9225dc + c166545 commit f826edc
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 2 deletions.
6 changes: 6 additions & 0 deletions data/v2/csv/evolution_chains.csv
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,9 @@ id,baby_trigger_item_id
541,
542,
543,
544,
545,
546,
547,
548,
549,
2 changes: 1 addition & 1 deletion data/v2/csv/pokedexes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ id,region_id,identifier,is_main_series
30,9,hisui,1
31,10,paldea,1
32,10,kitakami,1
33,10,indigo-disk,1
33,10,blueberry,1
10 changes: 10 additions & 0 deletions data/v2/csv/pokemon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,14 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
1015,munkidori,1015,10,122,,1099,1
1016,fezandipiti,1016,14,301,,1100,1
1017,ogerpon,1017,12,398,,1101,1
1018,archaludon,1018,20,600,,1102,1
1019,hydrapple,1019,18,930,,1103,1
1020,gouging-fire,1020,35,5900,,1104,1
1021,raging-bolt,1021,52,4800,,1105,1
1022,iron-boulder,1022,15,1625,,1106,1
1023,iron-crown,1023,16,1560,,1107,1
1024,terapagos,1024,2,65,,1108,1
1025,pecharunt,1025,3,3,,1109,1
10001,deoxys-attack,386,17,608,270,515,0
10002,deoxys-defense,386,17,608,270,516,0
10003,deoxys-speed,386,17,608,270,517,0
Expand Down Expand Up @@ -1291,3 +1299,5 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
10273,ogerpon-wellspring-mask,1017,12,398,,,0
10274,ogerpon-hearthflame-mask,1017,12,398,,,0
10275,ogerpon-cornerstone-mask,1017,12,398,,,0
10276,terapagos-terastal,1024,3,160,,,0
10277,terapagos-stellar,1024,17,770,,,0
Loading

0 comments on commit f826edc

Please sign in to comment.