HGSS Missing PokeWalker Encounters
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.2k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 21
Description
The API is currently missing the PokeWalker encounters from the HGSS companion accessory.
I think this should be supported, first of all, and I would do it in two separate PRs:
- All regular locations
- All event locations
The PokeWalker has its own sub-locations, but whenever a Pokemon caught in it is shown in-game, it just says "pokewalker".
I would propose we add 6 things to include the PokeWalker:
- PokeWalker Location
- Location areas for each PokeWalker area, tied to the pokewalker location: https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9walker#Areas
- Encounter Method called Pokewalker Transfer
- Encounter condition called "steps" and show the minimum number of steps you need to walk to find that Pokemon.
- Encounter condition called "group x" to note which group the pokemon is a part of. Because some mons are mutually exclusive.
- Encounter condition called "region"
On note 6. The "special" areas include event only areas, and some are japan only. Those I would set those areas to the encounter condition called: region-japan, indicating you need a japanese pokewalker.
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 HGSS location, encounter method, and encounter condition data, then compare it with the linked Bulbapedia Pokéwalker areas. Done means the regular Pokéwalker locations, areas, transfer method, and steps, group, and region conditions are represented consistently in the API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100