Brambleghast missing Egg moves
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
Hi! Could you help us fill in the missing info?
Hi! Could you help us fill in the missing info?
I can do that if pointed at the right location for it :)
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
Pull request submitted: https://github.com/PokeAPI/pokeapi/pull/1133