Add height, weight, class, and gender rate to pokemon

This commit is contained in:
Dragon Fire
2020-12-03 12:32:58 -05:00
parent 82dfd86730
commit 091e5da53e
5 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class PokemonStore extends Collection {
constructor(options) {
super(options);
this.pokemonCount = 897;
this.pokemonCount = 898;
this.pokemonCountWithCry = 893;
}