Open
Conversation
Multiple Pokemon in this file had incorrect stat_id values, causing incorrect stats when referencing past-gen stats. In addition, a few stat changes were missed entirely, so they have been added. Lastly, all of the legends arceus effort value changes have been removed, as there is no way to gain EVs in that game.
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.
Multiple Pokemon in the pokemon_stats_past.csv file had the wrong stat_id values, causing incorrect stats when referencing past-gen stats.
Pikachu had 2 and 4 marked as changed, which is attack and special attack, when what was actually changed was defense and special defense.
I cross-referenced the list in the API with bulbapedias list.
Full list of Pokemon whose stat_id value was changed:
Gen 5 and earlier:
Pikachu: Atk + SpA -> Def + SpD
Raichu: Spd -> Spe
Clefable: Def -> SpA
Alakazam: SpA -> SpD
Bellossom: Atk -> Def
Ampharos: Atk -> Def
Exploud: SpA -> SpD
Stoutland: HP -> Atk
Gigalith: SpA -> SpD
Gen 6 and earlier:
Dugtrio: HP -> Atk
Arbok: HP -> Atk
Mega Alakazam: SpA -> SpD
Electrode: SpD -> Spe
Delcatty: SpD -> Spe
Volbeat: Atk + SpA -> Def + SpD
Illumise: Atk + SpA -> Def + SpD
Chimecho: Atk + SpA -> Def + SpD
Beartic: HP -> Atk
In addition, a few stat changes were missed entirely, so they have been added.
Chimecho -> HP to 65 in Gen 6 and earlier
Cryogonal -> HP to 70 in Gen 6 and earlier
Kleavors stat change got fully removed as well, because it was from Legends Arceus to SV 1.0 (where it wasn't catchable), and then when it was put into the game, the stat changes had reverted. So there was never a way in practice to have a Kleavor with these stats.
Lastly, I removed all of the legends arceus effort value changes, as there is no way to gain EVs in that game.