mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 14:55:22 +01:00
[Balance] Reduce Meltan Custom Evo Requirement (#6646)
* Update pokemon-evolutions.ts --------- Co-authored-by: damocleas <damocleas25@gmail.com>
This commit is contained in:
parent
218beb72b2
commit
8ada380d4d
@ -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]})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user