link test

This commit is contained in:
Adickes 2015-11-28 18:52:05 -05:00
parent 801dacf3b0
commit 009100ef34

View file

@ -2,10 +2,8 @@
### Abilities
### Abilities `api/v2/ability/{id or name}`
---
GET `api/v2/ability/{id or name}`
Abilities provide passive effects for pokemon in battle or overworld. Pokemon can have only one ability at a time.
Name | Description | Data Type
@ -20,14 +18,14 @@ effect_changes | Some abilities effects have changed across different versi
flavor_text_entries | The flavor text of this ability listed in different languages | [VersionSpecificFlavorText] TODO
pokemon | A list of pokemon that could potentially have this ability | [[AbilityPokemonMap](#abilitypokemonmap)]
##### AbilityEffectChange
#### AbilityEffectChange
Name | Description | Data Type
---- | ----------- | ---------
effect_entries | The previous effect of this ability listed in different languages | [Effect]
version_group | The version group in which the previous effect of this ability originated | APIReference
##### AbilityPokemonMap
#### AbilityPokemonMap
Name | Description | Data Type
---- | ----------- | ---------