Skip to content
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 information on moves by level up, level of evolutions etc. #1

Open
coyotte508 opened this issue Jul 12, 2012 · 0 comments
Open

Comments

@coyotte508
Copy link
Member

The data folder needs to be filled with some files with information regarding at which level pokemon learn moves, etc.

All that code can be stored in say pokeinfo.js.

Veekun's pokedex has a CSV files (pokemon_moves.csv). For example you can keep only the line where the version id is the one of BW 2 (14 iirc) and where there is a level next to the move.

That should reduce the size of the file by like 20 times.

Also store the EV a pokemon gives when being koed, and the level/target of evolution.

Then we can call pokeinfo.levelupMoves(num), pokeinfo.levelupMovesAt(num, level), etc.

coyotte508 pushed a commit that referenced this issue Jul 19, 2012
This was referenced Nov 28, 2012
coyotte508 pushed a commit that referenced this issue Dec 7, 2012
#7 Generate option, #1 base happiness and some other things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant