Add Vanilluxe Multiple Encounters (#2499)

* Add Vanilluxe Multiple Encounters

Vanilluxe spawns also on any Lake if its snowing
This commit is contained in:
Chris 2019-11-23 06:32:39 +01:00 committed by Kurt
parent 9e4c408ac7
commit 03ee264d0c

View File

@ -241,7 +241,7 @@ static Encounters8()
new EncounterStatic8 { Species = 518, Level = 46, Location = 136, }, // Musharna near the Giants Seat (in a Wild Area)
new EncounterStatic8 { Species = 362, Level = 46, Location = 136, }, // Glalie near the Giants Seat (in a Wild Area)
new EncounterStatic8 { Species = 596, Level = 46, Location = -1, }, // Galvantula
new EncounterStatic8 { Species = 584, Level = 47, Location = 134, }, // Vanilluxe at South Lake Miloch (in a Wild Area)
new EncounterStatic8S { Species = 584, Level = 47, Locations = new[] {128, 130, 134, 138 }, }, // Vanilluxe at North/East/South/West Lake Miloch/Axwell (in a Wild Area)
new EncounterStatic8 { Species = 537, Level = 60, Location = 132, }, // Seismitoad on Axews Eye (in a Wild Area)
new EncounterStatic8 { Species = 460, Level = 60, Location = 132, }, // Abomasnow on Axews Eye (in a Wild Area)
new EncounterStatic8 { Species = 036, Level = 36, Location = 140, }, // Clefable at the Motostoke Riverbank (in a Wild Area)