Add Sword/Shield encounters (Part 7: Galar Wild Area Max Raids)#1610
Open
jemarq04 wants to merge 58 commits into
Open
Add Sword/Shield encounters (Part 7: Galar Wild Area Max Raids)#1610jemarq04 wants to merge 58 commits into
jemarq04 wants to merge 58 commits into
Conversation
…own-tundra to find terrakion,virizion,cobalion
…s all other regis in their party
…r condition value and missing condition value prose
… calyrex rider forms are not pokemon
…/add-swsh-crown-tundra
…/add-swsh-crown-tundra
…nd glastrier/spectrier encounter at crown-shrine
…es for galarian articuno, zapdos, and moltres encounters
…the wild area news encounters
…/add-swsh-max-raids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change description
The continuation of PR #1550, #1564, #1577, #1581, #1600, #1604, addressing issue #1459. This PR adds all the max raid encounters in the Galar wild areas, loaded from Bulbapedia webpages using a web scraping script. If a pokemon was encountered in its Gigantamax form, I marked them as such.
I did accidentally fork from my crown tundra branch, so there's a bunch of commits from that PR - my bad! Those shouldn't affect anything since that's already been merged into master. The next PR will add the remaining max raids for both DLCs and finish SWSH encounters.
New encounter conditions
I added new encounter conditions to track the rarity and difficulty rating of the den:
max-den-rarityandmax-den-rating. I added condition values for common, rare, and special rarity along with 1-5 star ratings.The
max-den-rarity-specialcondition value is for max dens affected by the Wild Area News feature. Common is for the red pillars of light and rare is for the purple pillars of light beaming from a max den.New location/location areas
I added
galar-wild-area-max-densas a placeholder location for any max den in the Galar wild area. This location was added purely for the Wild Area News special encounters. https://bulbapedia.bulbagarden.net/wiki/Wild_Area_NewsA new location area was added for each max den available in a given wild area location. They are named using Bulbapedia's naming scheme, as I used those pages primarily to add the encounters. Occasionally a table was missing, so I added the information from Serebii manually and double-checked the information.
AI coding assistance disclosure
No AI was used.
Contributor check list