From 8ada380d4ddf88b4840d94518f59a3c69b441468 Mon Sep 17 00:00:00 2001 From: Blitzy <118096277+Blitz425@users.noreply.github.com> Date: Thu, 9 Oct 2025 17:54:18 -0500 Subject: [PATCH] [Balance] Reduce Meltan Custom Evo Requirement (#6646) * Update pokemon-evolutions.ts --------- Co-authored-by: damocleas --- src/data/balance/pokemon-evolutions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/balance/pokemon-evolutions.ts b/src/data/balance/pokemon-evolutions.ts index 3c5e0eb41b4..b33f690e04d 100644 --- a/src/data/balance/pokemon-evolutions.ts +++ b/src/data/balance/pokemon-evolutions.ts @@ -1152,7 +1152,7 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesEvolution(SpeciesId.LUNALA, 13, EvolutionItem.MOON_FLUTE, null, [53, 73, 79]) ], [SpeciesId.MELTAN]: [ - new SpeciesEvolution(SpeciesId.MELMETAL, 48, null, null) + new SpeciesEvolution(SpeciesId.MELMETAL, 30, null, null, [30, 50, 70]) ], [SpeciesId.ALOLA_RATTATA]: [ new SpeciesEvolution(SpeciesId.ALOLA_RATICATE, 20, null, {key: EvoCondKey.TIME, time: [TimeOfDay.DUSK, TimeOfDay.NIGHT]})