From 7ef4fce89ee53e17a4ff75ccab0d16e20a94a25a Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 20 Nov 2019 04:21:41 +0100 Subject: [PATCH] Add Eevveelutions Spawns for Lake of Outrage (#2471) All Eeveelutions spawns at the Lake of Outrage, based on the weather? --- PKHeX.Core/Legality/Encounters/Data/Encounters8.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs index 4c67c7508..52da73721 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs @@ -289,12 +289,12 @@ static Encounters8() new EncounterStatic8 { Species = 609, Level = 60, Location = -1, }, // Chandelure new EncounterStatic8 { Species = 713, Level = 60, Location = 154, }, // Avalugg at the Lake of Outrage (in a Wild Area) new EncounterStatic8 { Species = 756, Level = 60, Location = -1, }, // Shiinotic - new EncounterStatic8 { Species = 134, Level = 56, Location = -1, }, // Vaporeon - new EncounterStatic8 { Species = 135, Level = 56, Location = -1, }, // Jolteon - new EncounterStatic8 { Species = 196, Level = 56, Location = -1, }, // Espeon + new EncounterStatic8 { Species = 134, Level = 56, Location = 154, }, // Vaporeon at the Lake of Outrage (in a Wild Area) + new EncounterStatic8 { Species = 135, Level = 56, Location = 154, }, // Jolteon at the Lake of Outrage (in a Wild Area) + new EncounterStatic8 { Species = 196, Level = 56, Location = 154, }, // Espeon at the Lake of Outrage (in a Wild Area) new EncounterStatic8 { Species = 471, Level = 56, Location = 154, }, // Glaceon at the Lake of Outrage (in a Wild Area) - new EncounterStatic8 { Species = 136, Level = 56, Location = -1, }, // Flareon - new EncounterStatic8 { Species = 197, Level = 56, Location = -1, }, // Umbreon + new EncounterStatic8 { Species = 136, Level = 56, Location = 154, }, // Flareon at the Lake of Outrage (in a Wild Area) + new EncounterStatic8 { Species = 197, Level = 56, Location = 154, }, // Umbreon at the Lake of Outrage (in a Wild Area) new EncounterStatic8 { Species = 700, Level = 56, Location = 154, }, // Sylveon at the Lake of Outrage (in a Wild Area) #endregion };