-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add trainer sprites #3
Comments
These sprites are currently not offered by the PokeAPI, AFAICT. Bummer, would have to scrape from a different, less structured source. |
Possible sources to scrape from:
Probably best to limit the scope to named characters like gym leaders, rivals, and the Elite Four? Another issue is that some of these characters/posts change over time (eg, Koga departs his gym and leaves it to his sister Janine, or the Elite Four composition changes), and therefore there are not animated sprites available for all of these characters. Not want to be a stupid genwunner, but maybe focusing on only Kanto and Johto personalities is a good start? |
Include animated trainer sprites.
Namespacing to
pkmn-trainer-…
is probably too long.trainer-…
?pkmn-trnr-
?Also, how can we programmatically limit the trainers used, to just those from one game, or maybe just leaders/E4, to avoid overburdening a Slack?
The text was updated successfully, but these errors were encountered: