[Balance] Reduce Meltan Custom Evo Requirement (#6646)

* Update pokemon-evolutions.ts
---------
Co-authored-by: damocleas <damocleas25@gmail.com>
This commit is contained in:
Blitzy 2025-10-09 17:54:18 -05:00 committed by GitHub
parent 218beb72b2
commit 8ada380d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]})