mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 16:09:27 +02:00
[Beta] Further Cosmog Evolution Readjustments (#6203)
Update pokemon-evolutions.ts
This commit is contained in:
parent
5ed9e152ab
commit
491df80b66
@ -1191,11 +1191,11 @@ export const pokemonEvolutions: PokemonEvolutions = {
|
|||||||
new SpeciesEvolution(SpeciesId.KOMMO_O, 45, null, null)
|
new SpeciesEvolution(SpeciesId.KOMMO_O, 45, null, null)
|
||||||
],
|
],
|
||||||
[SpeciesId.COSMOG]: [
|
[SpeciesId.COSMOG]: [
|
||||||
new SpeciesEvolution(SpeciesId.COSMOEM, 1, null, {key: EvoCondKey.FRIENDSHIP, value: 40}, SpeciesWildEvolutionDelay.VERY_LONG)
|
new SpeciesEvolution(SpeciesId.COSMOEM, 1, null, {key: EvoCondKey.FRIENDSHIP, value: 43}, SpeciesWildEvolutionDelay.VERY_LONG)
|
||||||
],
|
],
|
||||||
[SpeciesId.COSMOEM]: [
|
[SpeciesId.COSMOEM]: [
|
||||||
new SpeciesEvolution(SpeciesId.SOLGALEO, 23, EvolutionItem.SUN_FLUTE, null, SpeciesWildEvolutionDelay.VERY_LONG),
|
new SpeciesEvolution(SpeciesId.SOLGALEO, 13, EvolutionItem.SUN_FLUTE, null, SpeciesWildEvolutionDelay.VERY_LONG),
|
||||||
new SpeciesEvolution(SpeciesId.LUNALA, 23, EvolutionItem.MOON_FLUTE, null, SpeciesWildEvolutionDelay.VERY_LONG)
|
new SpeciesEvolution(SpeciesId.LUNALA, 13, EvolutionItem.MOON_FLUTE, null, SpeciesWildEvolutionDelay.VERY_LONG)
|
||||||
],
|
],
|
||||||
[SpeciesId.MELTAN]: [
|
[SpeciesId.MELTAN]: [
|
||||||
new SpeciesEvolution(SpeciesId.MELMETAL, 48, null, null)
|
new SpeciesEvolution(SpeciesId.MELMETAL, 48, null, null)
|
||||||
|
Loading…
Reference in New Issue
Block a user