PokeAPI / pokeapi

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

Anorith/Lileep missing in Encounter #1100

Open BigFlagBurito opened 5 months ago

BigFlagBurito commented 5 months ago

Hi, I was looking for some Pokemon on how to get them in Gen IV and I noticed that the encounter for Anorith/Cradily are missing for those games: (diamon, pearl, platinium, heartgold, black, white, black2, white2, x, omegarubiy, alphasapphire, brilliant diamond, shining pearl, sword/shield expansion pass) condition value should be 'item-root-fossil'

Currently available are the entries for ruby, sapphire, emerald, ultra-sun and ultra-moon. I have not checked any other Fossil Pokemon.

Steps to Reproduce:

  1. https://pokeapi.co/api/v2/pokemon/347/encounters
  2. https://pokeapi.co/api/v2/pokemon/345/encounters
Naramsim commented 5 months ago

Could you help us and fill in the data?

Deleca7755 commented 3 days ago

This seems to be true for other fossils https://pokeapi.co/api/v2/pokemon/kabuto/encounters https://pokeapi.co/api/v2/pokemon/amaura/encounters

Sadly there's quite some work to be done for this Issue

Also these Issues do come from veekun. You can view the data or lack thereof on the fossils at the pokedex, to more easily see what's actually missing: https://veekun.com/dex/pokemon/lileep

Gen 4 cities for example seem to generally just be missing everything and If this Is going to be fixed It may be nice to knock out everything else as well

I would be more than happy to try to make a PR but like always I don't know what the consensus Is on bumping the Index numbers or what should be which number as I don't know how to datamine or where I would get concrete datamined Info ( PkHeX or somewhere? ). Adding things with essentially random Indexes sounds messy In the long run