Add Sword/Shield encounters (Part 3: Southern Wild Areas)#1577
Conversation
…d its location area prose
…not change level after beating the game
| @@ -0,0 +1,272 @@ | |||
| #!/usr/bin/env python3 | |||
There was a problem hiding this comment.
There was a problem hiding this comment.
Gotcha, added that in now!
|
Thank you! |
|
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. |
Change description
The continuation of PR #1550 and #1564, 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 southern wild areas in Galar. Missing prose was added for each location area that gained encounters. Only one location area was renamed (from
south-lake-miloch-2tosouth-lake-miloch-area-2to match Serebii).Additionally, I added a script I've cobbled together over time to help review encounter information. I figure that sharing it can help anyone wanting to work on these contributions, and I hadn't noticed the scripts directory until recently. I cleaned it up and added comments to make it understandable - it uses
argparseso running it with-hor--helpwill explain the arguments.I'll be working on the rest of the wild areas next, then on the DLC version split in the API.
AI coding assistance disclosure
No AI was used.
Contributor check list