mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Add i18n support and Beedrill fury cutter
This commit is contained in:
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
Block a user