PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 38 forks source link

Ancient power raises the HP stat by one #50

Closed LukeHackwell closed 3 years ago

LukeHackwell commented 3 years ago

The move "ancient-power" raises the HP stat by one. I don't think it's possible to raise HP by a stat change

Naramsim commented 3 years ago

Can you elaborate more?Do we provide incorrect information?

simonorono commented 3 years ago

Ancient power states that it increases HP by 1.

https://pokeapi.co/api/v2/move/ancient-power

However, this is not the case:

https://bulbapedia.bulbagarden.net/wiki/Ancient_Power_(move)#Effect

Naramsim commented 3 years ago

Our flavor_text_entries and effect_entries are taken straight from the ROMs themselves. We don't write those texts.

The very same website you linked reports our very same texts: https://bulbapedia.bulbagarden.net/wiki/Ancient_Power_(move)#Description

Naramsim commented 3 years ago

If you refer to the HP stat change in the property .stat_changes I'll look further and maybe submit a PR.

simonorono commented 3 years ago

Sorry for not being more specific. @Naramsim yes, I meant the HP stat change in stat_changes.

Naramsim commented 3 years ago

PR ready: https://github.com/PokeAPI/pokeapi/pull/627

Naramsim commented 3 years ago

Can you review it?