mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +01:00
Fix formatting in pokemon-evolutions.ts
No functional changes, just matching how all other evolutions are formatted in the file.
This commit is contained in:
parent
fecf116159
commit
58f42bc5c2
@ -655,10 +655,18 @@ export const pokemonEvolutions: PokemonEvolutions = {
|
||||
new SpeciesEvolution(SpeciesId.GARDEVOIR, 30, null, null),
|
||||
new SpeciesEvolution(SpeciesId.GALLADE, 1, EvolutionItem.DAWN_STONE, {key: EvoCondKey.GENDER, gender: Gender.MALE}, [30, 30, 30]),
|
||||
],
|
||||
[SpeciesId.SURSKIT]: [new SpeciesEvolution(SpeciesId.MASQUERAIN, 22, null, null)],
|
||||
[SpeciesId.SHROOMISH]: [new SpeciesEvolution(SpeciesId.BRELOOM, 23, null, null)],
|
||||
[SpeciesId.SLAKOTH]: [new SpeciesEvolution(SpeciesId.VIGOROTH, 18, null, null)],
|
||||
[SpeciesId.VIGOROTH]: [new SpeciesEvolution(SpeciesId.SLAKING, 36, null, null)],
|
||||
[SpeciesId.SURSKIT]: [
|
||||
new SpeciesEvolution(SpeciesId.MASQUERAIN, 22, null, null)
|
||||
],
|
||||
[SpeciesId.SHROOMISH]: [
|
||||
new SpeciesEvolution(SpeciesId.BRELOOM, 23, null, null)
|
||||
],
|
||||
[SpeciesId.SLAKOTH]: [
|
||||
new SpeciesEvolution(SpeciesId.VIGOROTH, 18, null, null)
|
||||
],
|
||||
[SpeciesId.VIGOROTH]: [
|
||||
new SpeciesEvolution(SpeciesId.SLAKING, 36, null, null)
|
||||
],
|
||||
[SpeciesId.NINCADA]: [
|
||||
new SpeciesEvolution(SpeciesId.NINJASK, 20, null, null),
|
||||
new SpeciesEvolution(SpeciesId.SHEDINJA, 20, null, {key: EvoCondKey.SHEDINJA})
|
||||
@ -736,26 +744,66 @@ export const pokemonEvolutions: PokemonEvolutions = {
|
||||
new SpeciesEvolution(SpeciesId.GLALIE, 42, null, null),
|
||||
new SpeciesEvolution(SpeciesId.FROSLASS, 1, EvolutionItem.DAWN_STONE, {key: EvoCondKey.GENDER, gender: Gender.FEMALE}, [42, 42, 42]),
|
||||
],
|
||||
[SpeciesId.SPHEAL]: [new SpeciesEvolution(SpeciesId.SEALEO, 32, null, null)],
|
||||
[SpeciesId.SEALEO]: [new SpeciesEvolution(SpeciesId.WALREIN, 44, null, null)],
|
||||
[SpeciesId.BAGON]: [new SpeciesEvolution(SpeciesId.SHELGON, 30, null, null)],
|
||||
[SpeciesId.SHELGON]: [new SpeciesEvolution(SpeciesId.SALAMENCE, 50, null, null)],
|
||||
[SpeciesId.BELDUM]: [new SpeciesEvolution(SpeciesId.METANG, 20, null, null)],
|
||||
[SpeciesId.METANG]: [new SpeciesEvolution(SpeciesId.METAGROSS, 45, null, null)],
|
||||
[SpeciesId.TURTWIG]: [new SpeciesEvolution(SpeciesId.GROTLE, 18, null, null)],
|
||||
[SpeciesId.GROTLE]: [new SpeciesEvolution(SpeciesId.TORTERRA, 32, null, null)],
|
||||
[SpeciesId.CHIMCHAR]: [new SpeciesEvolution(SpeciesId.MONFERNO, 14, null, null)],
|
||||
[SpeciesId.MONFERNO]: [new SpeciesEvolution(SpeciesId.INFERNAPE, 36, null, null)],
|
||||
[SpeciesId.PIPLUP]: [new SpeciesEvolution(SpeciesId.PRINPLUP, 16, null, null)],
|
||||
[SpeciesId.PRINPLUP]: [new SpeciesEvolution(SpeciesId.EMPOLEON, 36, null, null)],
|
||||
[SpeciesId.STARLY]: [new SpeciesEvolution(SpeciesId.STARAVIA, 14, null, null)],
|
||||
[SpeciesId.STARAVIA]: [new SpeciesEvolution(SpeciesId.STARAPTOR, 34, null, null)],
|
||||
[SpeciesId.BIDOOF]: [new SpeciesEvolution(SpeciesId.BIBAREL, 15, null, null)],
|
||||
[SpeciesId.KRICKETOT]: [new SpeciesEvolution(SpeciesId.KRICKETUNE, 10, null, null)],
|
||||
[SpeciesId.SHINX]: [new SpeciesEvolution(SpeciesId.LUXIO, 15, null, null)],
|
||||
[SpeciesId.LUXIO]: [new SpeciesEvolution(SpeciesId.LUXRAY, 30, null, null)],
|
||||
[SpeciesId.CRANIDOS]: [new SpeciesEvolution(SpeciesId.RAMPARDOS, 30, null, null)],
|
||||
[SpeciesId.SHIELDON]: [new SpeciesEvolution(SpeciesId.BASTIODON, 30, null, null)],
|
||||
[SpeciesId.SPHEAL]: [
|
||||
new SpeciesEvolution(SpeciesId.SEALEO, 32, null, null)
|
||||
],
|
||||
[SpeciesId.SEALEO]: [
|
||||
new SpeciesEvolution(SpeciesId.WALREIN, 44, null, null)
|
||||
],
|
||||
[SpeciesId.BAGON]: [
|
||||
new SpeciesEvolution(SpeciesId.SHELGON, 30, null, null)
|
||||
],
|
||||
[SpeciesId.SHELGON]: [
|
||||
new SpeciesEvolution(SpeciesId.SALAMENCE, 50, null, null)
|
||||
],
|
||||
[SpeciesId.BELDUM]: [
|
||||
new SpeciesEvolution(SpeciesId.METANG, 20, null, null)
|
||||
],
|
||||
[SpeciesId.METANG]: [
|
||||
new SpeciesEvolution(SpeciesId.METAGROSS, 45, null, null)
|
||||
],
|
||||
[SpeciesId.TURTWIG]: [
|
||||
new SpeciesEvolution(SpeciesId.GROTLE, 18, null, null)
|
||||
],
|
||||
[SpeciesId.GROTLE]: [
|
||||
new SpeciesEvolution(SpeciesId.TORTERRA, 32, null, null)
|
||||
],
|
||||
[SpeciesId.CHIMCHAR]: [
|
||||
new SpeciesEvolution(SpeciesId.MONFERNO, 14, null, null)
|
||||
],
|
||||
[SpeciesId.MONFERNO]: [
|
||||
new SpeciesEvolution(SpeciesId.INFERNAPE, 36, null, null)
|
||||
],
|
||||
[SpeciesId.PIPLUP]: [
|
||||
new SpeciesEvolution(SpeciesId.PRINPLUP, 16, null, null)
|
||||
],
|
||||
[SpeciesId.PRINPLUP]: [
|
||||
new SpeciesEvolution(SpeciesId.EMPOLEON, 36, null, null)
|
||||
],
|
||||
[SpeciesId.STARLY]: [
|
||||
new SpeciesEvolution(SpeciesId.STARAVIA, 14, null, null)
|
||||
],
|
||||
[SpeciesId.STARAVIA]: [
|
||||
new SpeciesEvolution(SpeciesId.STARAPTOR, 34, null, null)
|
||||
],
|
||||
[SpeciesId.BIDOOF]: [
|
||||
new SpeciesEvolution(SpeciesId.BIBAREL, 15, null, null)
|
||||
],
|
||||
[SpeciesId.KRICKETOT]: [
|
||||
new SpeciesEvolution(SpeciesId.KRICKETUNE, 10, null, null)
|
||||
],
|
||||
[SpeciesId.SHINX]: [
|
||||
new SpeciesEvolution(SpeciesId.LUXIO, 15, null, null)
|
||||
],
|
||||
[SpeciesId.LUXIO]: [
|
||||
new SpeciesEvolution(SpeciesId.LUXRAY, 30, null, null)
|
||||
],
|
||||
[SpeciesId.CRANIDOS]: [
|
||||
new SpeciesEvolution(SpeciesId.RAMPARDOS, 30, null, null)
|
||||
],
|
||||
[SpeciesId.SHIELDON]: [
|
||||
new SpeciesEvolution(SpeciesId.BASTIODON, 30, null, null)
|
||||
],
|
||||
[SpeciesId.BURMY]: [
|
||||
new SpeciesEvolution(SpeciesId.MOTHIM, 20, null, {key: EvoCondKey.GENDER, gender: Gender.MALE}),
|
||||
new SpeciesEvolution(SpeciesId.WORMADAM, 20, null, {key: EvoCondKey.GENDER, gender: Gender.FEMALE})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user