Professor-Redwood-Team / Professor-Redwood

Pokemon Go Discord Bot
MIT License
34 stars 21 forks source link

Gen 6 updates to Professor Sequoia #144

Open Alterraia opened 3 years ago

Alterraia commented 3 years ago

As far as Gen 6 goes, I finished.

--CP.json has CPs for all Gen 6 including various forms. May have to update it as we don't have the data on alt forms such as Unbound Hoopa vs Confined Hoopa. Stats for one are available, but we don't know which. Also don't know the stats for the various Zygarde forms. It seems 50% form is in the system now.

--Moves.json had one move added "Parabolic Charge".

--Pokemon.json has all the moves updated to match what each can know. Stats were updated too.

--String.json (which is pointless but some still use it), is updated.

--Counters.json now includes a graphic for each Pokemon from Gens 1-6 including alt forms & mega forms. Not all megas are out yet, but using the standard form would work, too. Pokemon that do not have moves in the master file get a generic Mising_No graphic as a placeholder. Everything is on GitHub and I update it constantly. My last change to counters.json is doing the stat changes. Instead of showing boss HP & CP, I have Max CP, Stm (stamin), and then counters.js pulls from pokemon.json to show atk & def. It was easier to change it instead of removing it. The only problem is that since I'm no coder, the bot will crash if there is no URL to pull. I don't yet know how to do the if/var thing or whatever it is.

So that being said, I'm totally fine with sharing this with you guys. I don't even live in California anymore, but I still make sure my community, in Eureka, has a functioning bot.

The only things I foresee as major changes in the future are Z-Moves and the Dynamax/Gigantamax from Gen 8. Everything else is easy for a new gen. Just takes time to add the new data for the new mon.