This is a little utility to get readouts of pokemon strengths/weaknesses at a glance. You can search by type or by pokemon and get a list of the type modifiers that type will have when attacking and defending.
It's hosted at https://naddeo.org/pokeboard/.
Some examples searches:
- normal type weaknesses
- fighting type weaknesses
- flying type weaknesses
- poison type weaknesses
- ground type weaknesses
- rock type weaknesses
- bug type weaknesses
- ghost type weaknesses
- steel type weaknesses
- fire type weaknesses
- water type weaknesses
- grass type weaknesses
- electric type weaknesses
- psychic type weaknesses
- ice type weaknesses
- dragon type weaknesses
- dark type weaknesses
- fairy type weaknesses
It uses data from https://github.com/veekun/pokedex/tree/master/pokedex/data/csv mostly.
Execute targets using make target-name
. Most shells will autocomplete the target name if you spam tab.
start
- Start the webpack dev server and open the project in a browser. This is probably what you want.stop
- If something goes wrong and the servers are orphaned then this will kill their saved pids in the .server-pids dir.all
- Make everything and put it in./dist
build
- Build just the typescriptbundle
- Build the webpack bundle