pokedextracker.com icon indicating copy to clipboard operation
pokedextracker.com copied to clipboard

Add notes for each pokemon

Open ami opened this issue 8 years ago • 2 comments

for storing IVs, natures, genders, abilities, etc

alternatively, key value pairs or tags to make it more structured

ami avatar Aug 13 '17 22:08 ami

+1 I would like to be able to add also the moves and the blue/pink markers (start, square, triangle, circle, etc.).

First of all congratulations for your project, I had in mind to do something similar in the @capsulemonsters org., but your project progress is way more advanced and It is totally what I wanted to do. I wouldn't mind to share with you some of my ideas and I would also be opened to contribute to the project ;)

One of the things I was thinking about is developing a javascript library for parsing Smogon/Showdown Pokemon format to JSON / JS objects.

One example of the format I am talking about:

Porygon2 @ Eviolite
Ability: Trace
EVs: 252 HP / 104 Def / 152 SpD
Calm Nature
- Recover
- Thunder Wave
- Ice Beam
- Foul Play

With this + the ability to specify the IVs and the blue/pink markers that the Pokemon can have in their boxes, it would be perfect.

Imagine you can search by any of this criteria and build a competitive strategy quickly with the Pokemon you have. That would be great.

itsjavi avatar Oct 14 '17 19:10 itsjavi

In case you are interested, I did some progress on the Showdown format parser: https://capsule-monsters.com/koffing/

itsjavi avatar Mar 27 '18 00:03 itsjavi