dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Raid Counters : Load Pokemon and Moves directly from Game Master #90

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

The Pokemon JSON from Gamepress is always out of date. Sometimes it gets updated, but it takes a while. When new Pokemon, new Moves, and Move Changes are added, I type in all of these exceptions and changes directly in code, and remembering how to do this gets annoying and sometime time consuming.

Poke Miners keeps an up-to-date version of the Game Master on github https://github.com/PokeMiners/game_masters

The Game Master contains all of the information we want, so we should be pulling all the information from there.

dyreschlock commented 1 year ago

I think we should put all of the information (pokemon, moves) in the database. It will be the easiest way to read everything.

There should be a link on the regen page which will update the information in the database.

dyreschlock commented 1 year ago

Everything is now up to date.

All of the information is now stored in the database, and can be updated with new Game Masters using the regeneration page.