Add i18n support and Beedrill fury cutter

This commit is contained in:
Temps Ray 2024-04-16 20:44:27 -04:00
parent 3a110989ef
commit 6dcc446786

View File

@ -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 ],