Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Inconsistency between egg moves for some pokemon

Aperta
#1,514 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
48/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
python
Ambito
api, backend

Direzione di ricerca

Inizia riproducendo le risposte di Azumarill per l’elenco delle mosse dei Pokémon e l’elenco learned_by_pokemon dell’endpoint delle mosse, quindi confronta gli stessi dati per gli altri Pokémon e le altre mosse elencati. Traccia la provenienza dei dati delle mosse uovo per queste sezioni dell’API; il lavoro è completato quando i Pokémon e le mosse interessati compaiono in modo coerente in entrambe le risposte.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Azumarill has some move that he should learn but dosen't (belly drum and aqua jet are the only one i found).
Azumarill is in the list of pokemon that can learn belly drum.
But when i go see the moves he can learn, belly drum is not in the list (it should).
It's the same thing with aqua jet.
At first i thought that it was a problem with egg moves in general but i didn't found any other pokemon that have that problem.

Steps to Reproduce:

  1. Search the pokemon "Azumarill" on the api
  2. Go to the moves section -> "Azumarill" can't learn "belly drum" (wrong)
  3. Search the move "belly drum" on the api
  4. Go to the "learned_by_pokemon" section -> "Azumarill" can learn "belly drum" (correct)
    The steps can also be done with the move aqua jet

Azumarill should have belly drum and aqua jet in the list of the move he can learn.

EDITS :
After more research i realised that it's a problem with a lot of other mon that should learn an egg move but don't
the pokemon that have the same problem :
-slowking and slowbro with belly drum
-ursaring and ursaking with belly drum
-clefable with aromaterapy

All of those pokemon are evolved version of a pokemon that learns the move only with breeding.
The move need's to never have been a TM.

There is probably a lot more inconsistency like that but those are the only one i found yet

Lingua principale
Python
Stelle
5.4k
Fork
1.2k
Merge medio
2g 4h
PR unite (30g)
18

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di PokeAPI/pokeapi

Tutte le issue di PokeAPI/pokeapi

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.