Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Inconsistency between egg moves for some pokemon

オープン
#1,514 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
python
領域
api, backend

調査の方向性

まず、Pokémonの技リストとmoveエンドポイントのlearned_by_pokemonリストに対するAzumarillのレスポンスを再現し、次に、一覧にある他のPokémonと技について同じデータを比較します。これらのAPIセクションのタマゴ技データがどこから来ているのかを追跡します。影響を受けるPokémonと技が両方のレスポンスに一貫して現れれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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

主要言語
Python
スター
5.4k
フォーク
1.2k
平均マージ
2日 12時間
マージ済み PR(30日)
18

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

PokeAPI/pokeapi のほかの issue

PokeAPI/pokeapi の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。