alefrost / pokedex

Personal project utilizing the PokeAPI project made by Paul Hallett
0 stars 0 forks source link

PokeCompare & Battle Calculator #14

Open alefrost opened 10 years ago

alefrost commented 10 years ago

Create a tool that allows a user to select 2 different pokemon to compare their stats. User should be able to determine the level, EVs, IVs and nature of each pokemon.

In addition, this tool should also show the combat information when a move is selected. It would be ideal to allow for the user to factor in stat multipliers as if moves such Swords Dance, Dragon Dance, etc. were used as well as apply status conditions such as burn, poison, confusion, etc. Serebii has a a lot of guides and articles that will be helpful for creating the foundation for this tool.

This issue requires that each move's type information and category are populated, which is in issue #10