Add i18n support and Beedrill fury cutter
parent
3a110989ef
commit
6dcc446786
|
|
@ -203,6 +203,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
||||||
[Species.BEEDRILL]: [
|
[Species.BEEDRILL]: [
|
||||||
[ 0, Moves.TWINEEDLE ],
|
[ 0, Moves.TWINEEDLE ],
|
||||||
[ 1, Moves.FURY_ATTACK ],
|
[ 1, Moves.FURY_ATTACK ],
|
||||||
|
[ 11, Moves.FURY_CUTTER ],
|
||||||
[ 14, Moves.RAGE ],
|
[ 14, Moves.RAGE ],
|
||||||
[ 17, Moves.PURSUIT ],
|
[ 17, Moves.PURSUIT ],
|
||||||
[ 20, Moves.FOCUS_ENERGY ],
|
[ 20, Moves.FOCUS_ENERGY ],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue