Skip to content

Add missing English effect_entries for as-one-glastrier and as-one-spectrier#1620

Open
santichausis wants to merge 1 commit into
PokeAPI:masterfrom
santichausis:data/as-one-ability-effect-entries
Open

Add missing English effect_entries for as-one-glastrier and as-one-spectrier#1620
santichausis wants to merge 1 commit into
PokeAPI:masterfrom
santichausis:data/as-one-ability-effect-entries

Conversation

@santichausis

Copy link
Copy Markdown
Contributor

Problem

Fixes #1615.

as-one-glastrier (ability 266) and as-one-spectrier (ability 267) had zero rows in data/v2/csv/ability_prose.csv, so effect_entries was empty for both, unlike every other ability which has at least an English entry.

Fix

Added English (local_language_id 9) rows for both abilities, describing them as the combination of Unnerve with Chilling Neigh / Grim Neigh respectively (matching the official in-game description, see Bulbapedia), and reusing the existing English wording already in this CSV for Unnerve (127), Chilling Neigh (264), and Grim Neigh (265).

I only added English entries — I didn't have a reliable source for official French wording so I left that out rather than guess.

Test plan

  • csv.DictReader parses the file cleanly (809 rows, no errors).
  • Rebuilt the local sqlite DB from the CSVs and hit the live endpoints:
    • GET /api/v2/ability/as-one-glastrier/effect_entries now has an English entry.
    • GET /api/v2/ability/as-one-spectrier/ → same.
  • manage.py test pokemon_v2 passes (56 tests).

…ectrier

Both abilities had zero rows in ability_prose.csv, so effect_entries
was empty for them despite every other ability having at least an
English entry.

Fixes PokeAPI#1615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

as-one-glastrier and as-one-spectrier abilities missing effect_entries

1 participant