Conversation
The goal of this PR is to add every trade encounter in the non Japanese versions of Red, Blue, and Yellow. It adds: - 1 New location (kanto underground path) - 1 New location area (cinnabar island lab) - requisite encounter slots, encounters, encounter conditions for the trades. I used this bulbapedia article as a source: https://bulbapedia.bulbagarden.net/wiki/In-game_trade#Generation_I I am not including Japanese RBG in this, I intend for it to be a separate PR. I did not include any of the unused trades. Lastly, for the level ranges, in these games the Pokemon you receive from the NPC are at whatever level the Pokemon you sent them were at. So I looked for the lowest level encounter in that game version and set it at the minimum level, and the max I set to 100. In future games where breeding is possible, this range will be 5-100, or 1-100 post gen 4.
Ah, I didn't know. Thanks Co-authored-by: Justin Marquez <37006684+jemarq04@users.noreply.github.com>
jemarq04
left a comment
There was a problem hiding this comment.
Looks great - thanks again blisy :)
|
Thanks again to both of 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. |
The goal of this PR is to add every trade encounter in the non Japanese versions of Red, Blue, and Yellow.
It adds:
1 New location (kanto underground path)
1 New location area (cinnabar island lab)
requisite encounter slots, encounters, encounter conditions for the trades.
I used this bulbapedia article as a source:
https://bulbapedia.bulbagarden.net/wiki/In-game_trade#Generation_I
I am not including Japanese RBG in this, I intend for it to be a separate PR.
I did not include any of the unused trades.
Lastly, for the level ranges, in these games the Pokemon you receive from the NPC are at whatever level the Pokemon you sent them were at. So I looked for the lowest level encounter in that game version and set it at the minimum level, and the max I set to 100.
This comes with a few interesting things:
I did not consider trades or trade backs from GSC.
If a Pokemon was an evolutuion to be traded, but could be found in the wild as well, like Yellows golduck, I chose the lowest level between the two. In this example, golduck is level 15, so rhydon can be 15. However, the nidorino you trade is set to level 16, because that's when nidoran evolves, and wild nidorino is arorund level 30.
In future games where breeding is possible, this range will be 5-100, or 1-100 post gen 4.