vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

update baseStats.json #166

Closed Rplus closed 7 years ago

Rplus commented 7 years ago

data source: https://docs.google.com/spreadsheets/d/1bHftFKdqVKA4psjGQ-oNkokl-X0gAVFEsd8agQO0lGs/

this will close #165

vinnymac commented 7 years ago

@Rplus the base stats are generated dynamically via the files that are located in generateBaseStats. We use the game masters as a base to work off, and then massage it into more usable stats. If you want these changes merged in you can add them as exceptions in the index.js.

A really good solution would be to provide a new game master though, which is why this hasn't been updated. Updating it by hand isn't a good solution, and is error prone.

Thanks for the pull request 👍

Rplus commented 7 years ago

Okay.