Add entries in past abilities for access to new abilities #1231
+541
−1
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.
Added entries in
pokemon_abilities_past.csvfor all pokemon that gained additional abilities. This was previously mentioned in PR #1230. (For example, in Gen. 4, Pidgey gained a secondary ability 'Tangled Feet'. In Gen. 3, Pidgey's ability slot 2 was empty.) The only pokemon omitted were pokemon from Unova that gained a hidden ability in Pokemon Black 2/White 2, as this was within the same generation they were introduced.The information on the abilities was gathered from the following Bulbapedia resources:
Two files were modified:
data/v2/csv/pokemon_abilities_past.csv: Modified to include these entries for pokemon gaining access to new abilities.data/v2/build.py: Modified to allow for "null" option for the previous ability. A "null" option will just mean that this pokemon did not previously have an ability in this slot.