PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.31k stars 952 forks source link

The move effect data for Scale Shot is incorrect #749

Open AshFrancisDev opened 2 years ago

AshFrancisDev commented 2 years ago

Scale Shot's effect entry in English simply reads that it "Inflicts regular damage with no additional effect.", which is incomplete and incorrect. The attack deals regular damage two to five times, raising speed but lowering its defense stat if the attack is successful. This is referenced in the flavor text entry, but not in the effect entry, which is typically the more complete and detailed entry.

For comparison, Close Combat, which has a similar ability to deal damage, but at the detriment of lowering the user's stat, displays this information in the effect entry.

Steps to Reproduce:

  1. https://pokeapi.co/api/v2/move/799/ - Scale Shot
  2. https://pokeapi.co/api/v2/move/370/ - Close Combat
Naramsim commented 2 years ago

Hi, could you open a PR fixing the issue? Maybe you can take the text from Bulbapedia

norman-codes commented 2 years ago

Hi! I'll open a PR fixing this issue soon, within the next few days at the latest. 👍

norman-codes commented 2 years ago

Here is a side-by-side comparison of the effect text before (LEFT) and after (RIGHT) the changes.

749_sidebyside

C-Garza commented 1 year ago

Looks like this got fixed in #758, but the API is still showing the old value? https://pokeapi.co/api/v2/move/scale-shot