Skip to content

Add Sword/Shield encounters (Part 7: Galar Wild Area Max Raids)#1610

Open
jemarq04 wants to merge 58 commits into
PokeAPI:masterfrom
jemarq04:feat/add-swsh-max-raids
Open

Add Sword/Shield encounters (Part 7: Galar Wild Area Max Raids)#1610
jemarq04 wants to merge 58 commits into
PokeAPI:masterfrom
jemarq04:feat/add-swsh-max-raids

Conversation

@jemarq04

Copy link
Copy Markdown
Member

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-rarity and max-den-rating. I added condition values for common, rare, and special rarity along with 1-5 star ratings.

The max-den-rarity-special condition 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-dens as 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_News

A 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

  • I have written a description of the contribution and explained its motivation.
  • I have written tests for my code changes (if applicable).
  • I have read and understood the AI Assisted Contribution guidelines.
  • I will own this change in production, and I am prepared to fix any bugs caused by my code change.

jemarq04 added 30 commits July 10, 2026 13:27
…own-tundra to find terrakion,virizion,cobalion
…r condition value and missing condition value prose
jemarq04 added 28 commits July 15, 2026 10:17
…nd glastrier/spectrier encounter at crown-shrine
…es for galarian articuno, zapdos, and moltres encounters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant