pokedextracker / pokedextracker.com

A website to track your completion of a Living Pokedex.
https://pokedextracker.com
MIT License
168 stars 42 forks source link

Add notes for each pokemon #266

Open ami opened 7 years ago

ami commented 7 years ago

for storing IVs, natures, genders, abilities, etc

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

itsjavi commented 7 years ago

+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 commented 6 years ago

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