pokeapi icon indicating copy to clipboard operation
pokeapi copied to clipboard

Brambleghast missing Egg moves

Open Phyore opened this issue 1 year ago • 3 comments

Looks like this Pokemon is missing their moves such as strength sap according to https://www.serebii.net/pokedex-sv/brambleghast/ - Unsure if there are other Pokemon missing egg moves

Phyore avatar Mar 17 '24 20:03 Phyore

Hi! Could you help us fill in the missing info?

Naramsim avatar Mar 18 '24 16:03 Naramsim

Hi! Could you help us fill in the missing info?

I can do that if pointed at the right location for it :)

Phyore avatar Mar 18 '24 16:03 Phyore

Hi, this file contains all the moves and their learn method: https://raw.githubusercontent.com/PokeAPI/pokeapi/master/data/v2/csv/pokemon_moves.csv

You should add new lines for the move that can be learned as an egg(pokemon_move_method_id). The identifier for the egg method is 2, as described here: https://github.com/PokeAPI/pokeapi/blob/master/data/v2/csv/pokemon_move_methods.csv . You can use 0 as level

Naramsim avatar Mar 18 '24 20:03 Naramsim

Pull request submitted: https://github.com/PokeAPI/pokeapi/pull/1133

Phyore avatar Oct 02 '24 20:10 Phyore