Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encounters seem incomplete for gen3, missing npc trades #1115

Open
Machine-Maker opened this issue Jul 21, 2024 · 0 comments
Open

Encounters seem incomplete for gen3, missing npc trades #1115

Machine-Maker opened this issue Jul 21, 2024 · 0 comments

Comments

@Machine-Maker
Copy link

It seems that npc trades are not in the encounters data for at least the gen3 games.
Steps to Reproduce:

query samplePokeAPIquery {
  pokemon_v2_version(where: {id: {_eq: 10}}) {
    name
    id
    pokemon_v2_encounters {
      pokemon_v2_encounterslot {
        pokemon_v2_encountermethod {
          name
        }
      }
    }
  }
}
  1. Observe there are no npc trades, despite there being npc trades within the game to get certain pokemon.
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

No branches or pull requests

1 participant