Add Pokemon Champions and New Mega Abilities#1480
Open
jemarq04 wants to merge 4 commits intoPokeAPI:masterfrom
Open
Add Pokemon Champions and New Mega Abilities#1480jemarq04 wants to merge 4 commits intoPokeAPI:masterfrom
jemarq04 wants to merge 4 commits intoPokeAPI:masterfrom
Conversation
Contributor
|
For me it makes sense locking it to champions. Who knows how it may diverge from the main series-- I suspect the next games, wind and waves, will be more similar to Z-A than it would be to normal battles. |
Member
|
Agree with @notblisy |
phalt
approved these changes
Apr 9, 2026
…add-new-mega-abilities
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
For this PR, I added the new abilities from Pokemon Champions created for the new Mega Evolutions from Legends Z-A. The new abilities are taken from https://serebii.net/pokemonchampions/newabilities.shtml
I added abilities to Pokemon from what is currently available by Serebii: https://serebii.net/pokemonchampions/megaabilities.shtml. Everything posted as of right now is included in this PR. I don't have the game, so I'm assuming that the list is not complete because only 180 Pokemon are available in the game (according to one of Serebii's posts on Bluesky).
I also added a version and version group for Pokemon Champions, as needed by the new ability entries.
As an open question, there is something that I believe is new here. We haven't yet added battle simulators (like Pokemon Stadium and, now, Pokemon Champions), but this is the first time a battle simulator like Pokemon Champions has added new content (i.e. new abilities). I added a new version and version group for it so that the new abilities could be related accordingly, but would we rather avoid adding Champions and instead mark the abilities as being added in a different version group? I figure this approach is fine, but I wanted to see what others thought.
Contributor check list