DanielJSottile / poketeams-client

PokéTeams: The Future of Saving Pokemon Showdown Teams
https://poketeams.now.sh
1 stars 0 forks source link

Add Gigantamax quality to all Pokemon, parser, etc. #43

Closed DanielJSottile closed 3 years ago

DanielJSottile commented 4 years ago

This is a big change. The Pokemon Showdown client now has a boolean value for Gigantamax in the text import/export. This will basically mean that:

1) By default, all mons have this value set to False. 2) Only Pokemon in the Gigantamax list can have the option to flip this value 3) The parser and database will need to be updated to handle this.

Will have to learn how to change tables without completely destroying them tbh. Should also learn how to back up the database.

DanielJSottile commented 3 years ago

This has been added, it may need additional work depending on how i feel my parser should operate i.e. if -Gmax form pokemon automatically have the field but do not show it.