mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
9203a0d286
* badges * Added CSV from Veekun * added sprites from Veekun website * quick fixes for an Exception * bumped dependencies version * add comment on how to upgrade to Django 1.11 * added some reminds to caching, our official wrappers and the true cost of the server * remove index.html from sprites * update to conform django-rest-framework 3.3.0 guidelines * lint
1.2 KiB
1.2 KiB
1 | move_displacement_id | local_language_id | name | short_effect | effect |
---|---|---|---|---|---|
2 | 1 | 9 | Advance one tile | User advances one tile. | The user moves to the tile directly in front of it. If the user cannot move to that tile or another Pokémon is already occupying that tile, the move cannot be used. |
3 | 2 | 9 | Advance two tiles | User jumps ahead two tiles. | The user jumps ahead two tiles without crossing the tile in-between. If the user cannot move to that tile or another Pokémon is already occupying that tile, the move cannot be used. |
4 | 3 | 9 | Switch back | User retreats one tile, switching places with any Pokémon already there. | The user moves to the tile behind it, if it can move to that tile. If another Pokémon is already occupying that tile, the user switches places with it. |
5 | 4 | 9 | Knockback | Deals knockback. | $Target is knocked one tile backward in the direction the user is facing, if that tile is one it can move to and if no other Pokémon is already occupying that tile. |
6 | 5 | 9 | Knockback & switch | Deals knockback, switching $target with the Pokémon behind it if applicable. | $Target is knocked one tile backward in the direction the user is facing, if that tile is one it can move to. If another Pokémon is already occupying that tile, the Pokémon switch places. |