Add Sword/Shield encounters (Part 5: The Isle of Armor)#1600
Conversation
noted from Bulbapedia
…unter method prose
…ect daily property
…e-sea-2 to stepping-stone-sea-area-2
…/add-swsh-isle-of-armor
|
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? |
|
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
|
I've also been having some trouble working with my git fork lately - is the |
|
Ah, Yeah, that's a new |
|
@jemarq04 could you try again and pull? I renamed the release to |
|
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. |
|
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
I'm still seeing a master tag, there's just a new master-branch tag as well. |
|
Maybe you need to pull the tags so that the local version gets deleted |
|
Maybe this can help you: https://stackoverflow.com/a/54297675/3482533 |
|
I mean that the tag is still listed on GitHub: https://github.com/PokeAPI/pokeapi/tags. When I run |
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