Uh oh!
There was an error while loading. Please reload this page.
Add Sword/Shield encounters (Part 5: The Isle of Armor) - #1600
Conversation
noted from Bulbapedia
…e-sea-2 to stepping-stone-sea-area-2
…/add-swsh-isle-of-armor
Naramsim
commented
Jul 10, 2026
Hi! Thanks for the PR! I'm a bit confused by the Get 1/100 chance to spawn when entering location for the first time that day phrasing. This is the encounter condition, right? |
jemarq04
commented
Jul 10, 2026
I got the information for the Wailord encounter from Bulbapedia: https://bulbapedia.bulbagarden.net/wiki/Workout_Sea#Pok%C3%A9mon Admittedly, I think I just got confused by the wording. Wandering encounters all have a daily respawn check, this is just a wandering encounter that isn't 100% guaranteed. I'll just update this to use an encounter slot with 1% rarity, as it should be |
…ary encounter condition value
…/add-swsh-isle-of-armor
jemarq04
commented
Jul 10, 2026
I've also been having some trouble working with my git fork lately - is the |
Naramsim
commented
Jul 10, 2026
Ah, Yeah, that's a new |
Uh oh!
There was an error while loading. Please reload this page.
Naramsim
commented
Jul 10, 2026
@jemarq04 could you try again and pull? I renamed the release to |
pokeapi-machine-user
commented
Jul 10, 2026
A PokeAPI/api-data refresh has started. In ~45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data. |
pokeapi-machine-user
commented
Jul 10, 2026
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
jemarq04
commented
Jul 10, 2026
I'm still seeing a master tag, there's just a new master-branch tag as well. |
Naramsim
commented
Jul 10, 2026
Maybe you need to pull the tags so that the local version gets deleted |
Naramsim
commented
Jul 10, 2026
Maybe this can help you: https://stackoverflow.com/a/54297675/3482533 |
jemarq04
commented
Jul 10, 2026
I mean that the tag is still listed on GitHub: https://github.com/PokeAPI/pokeapi/tags. When I run |
Ops, yeah, I deleted only the release, leaving the tag, my bad. Can you try again? |
jemarq04
commented
Jul 13, 2026
Yes that worked, thanks! |
Change description
The continuation of PR #1550, #1564, #1577, #1581, addressing issue #1459. I've reviewed each of the location areas as I usually do for encounter PRs that I review formally to try and catch as many mistakes as possible.
This PR adds encounters for all needed conditions (weather and before/after beating the game) in The Isle of Armor. This PR also adds a new encounter method
chase-waterfor the Sharpedo that appear and chase you whenever you enter water in the surrounding sea. A new encounter condition valueother-daily-1-in-100-chancewas added for the rare level 80 wandering Wailord that appears in Workout Sea.Also, I hadn't realized until checking Bulbapedia but some of the in-game trades I had added in an earlier PR were actually version-exclusive. I removed the relevant encounters for those.
After this, I'll tackle
the-crown-tundraand loop back to add max raid encounters for everything.. I entirely forgot about those!AI coding assistance disclosure
No AI was used.
Contributor check list