Pokemon with Ability in Version
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.2k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 21
Description
Currently, an ability will return which pokemon have it.
I can also check which pokemon are in what generation.
However, I cannot check what pokemon have an ability in a generation.
For example, does Gengar have Levitate in BDSP? The answer is no, even though Gengar is in the game, and Gengar had levitate in gen 4, because BDSP is gen 8.
I was hoping to make a pokedex that would allow the user to select game version and see information pertaining to that version.
Let me know if this is possible currently. Thanks in advance!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing ability and generation query behavior described in the issue. Define how version-specific ability results should be represented, using Gengar, Levitate, and BDSP as the acceptance example; done means the API can distinguish an ability available in a species' generation from one available in the selected game version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100