Update the-expert-pokemon-breeder-encounter.ts tera

This commit is contained in:
damocleas 2025-05-01 20:08:28 -04:00 committed by GitHub
parent e6af2d4f12
commit a1020631f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -482,9 +482,9 @@ function getPartyConfig(): EnemyPartyConfig {
abilityIndex: 1, // Magic Guard
shiny: false,
nature: Nature.ADAMANT,
moveSet: [Moves.METEOR_MASH, Moves.FIRE_PUNCH, Moves.ICE_PUNCH, Moves.THUNDER_PUNCH],
moveSet: [Moves.FIRE_PUNCH, Moves.ICE_PUNCH, Moves.THUNDER_PUNCH, Moves.METEOR_MASH],
ivs: [31, 31, 31, 31, 31, 31],
tera: PokemonType.STEEL,
tera: PokemonType.FAIRY,
},
],
};