PokeMMO Data that can be used by anyone for their projects. Data is built using the data from PokeAPI as a base. Data formats are kept similar to it as well.
If you would like to contribute, please note that changes should not be made directly in this project. Changes should be made in PokeMMO-Data-Gen. That project contains the build scripts that generate the data in this repo.
It is very important that data in this project be as accurate as possible. If you see something that is not correct, please open an issue and it will be addressed as soon as humanly possible.
pokemon-data.json
: This file contains the data for all of the Pokemon.moves-data.json
: This file contains the data for all of the moves.egg-groups-data.json
: This file contains the data for all of the egg groups.abilities-data.json
: This file contains the data for all of the Abilities.- egg-moves-data.json: This file contains the data for egg move breeding chains. (In Progress)
- item-data.json: This file contains the data for all of the Items. (In Progress)
pokemon-sprites.json
: This file contains the sprite data from PokeAPI.location-data.json
: This file contains data for locations and the Pokemon found there.pvp-data.json
: This file contains the PVP tiers and the Pokemon in them.types-data.json
: This file contains the Types and the Pokemon that have those Types.obtainable-data.json
: This file contains lists of the obtainable and unobtainable Pokemon.gender-rates.json
: This file contains a list of the gender rates.natures-data.json
: This file contains data on the natures.location-rarities.json
: This file contains location data sorted by rarity.location-regions.json
: This file contains location data sorted by region.location-types.json
: This file contains location data sorted by encounter type.sprites\
: Folder intended for storing sprites in the project if they are needed.
Note: Files marked with bold are still a work in progress and their data may not be accurate.
Credits can be found in CREDITS.md