This commit is contained in:
AJ Fontaine 2025-05-20 15:31:17 +08:00 committed by GitHub
commit 53dbe84fb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1672,7 +1672,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
new SpeciesEvolution(Species.APPLETUN, 1, EvolutionItem.SWEET_APPLE, null, SpeciesWildEvolutionDelay.LONG)
],
[Species.CLOBBOPUS]: [
new SpeciesEvolution(Species.GRAPPLOCT, 35, null, new MoveEvolutionCondition(Moves.TAUNT)/*Once Taunt is implemented, change evo level to 1 and delay to LONG*/)
new SpeciesEvolution(Species.GRAPPLOCT, 1, null, new MoveEvolutionCondition(Moves.TAUNT), SpeciesWildEvolutionDelay.LONG)
],
[Species.SINISTEA]: [
new SpeciesFormEvolution(Species.POLTEAGEIST, "phony", "phony", 1, EvolutionItem.CRACKED_POT, null, SpeciesWildEvolutionDelay.LONG),