-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Breaking Changes
- Abilities
abilitiesfield is now an array of objects:{ name: string; description: string; hidden: boolean; }
- Mega Evolution
megafield will now represent whether a Pokemon can mega evolve.megafield will be an object with details of the mega stone if the form is already a mega form.
{ stone: string; sprite: string; }
- Ultra Beasts
- Added
codenamefield for the Ultra Beast's codename - Removed
ultraBeastflag
- Added
abilitiesis now an array of string.genderis now a string representing the gender ratio.familyis now an array of string representing the evolution line.- Removed
familyfield. Removedheightandweightfields.- Removed
mythical,legendaryandstarterflags.
These changes will be implemented after v2 release:
- Pokemon with dex number
???/0 -
Pokemon forms (excluding mega forms) - Mythical flag
- Legendary flag
- Starter flag
- Evolution Family Line
- Branched Evolution Line
- Parallel Evolution Line
Pokedex API has been released: pokedevs.gitbook.io
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request