mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
BDSP Valley Windworks Drifloon is 3 IV guaranteed
This commit is contained in:
parent
c596804578
commit
cf4de45c03
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ internal static class Encounters8b
|
||||||
new(BDSP) { Gift = true, Species = 385, Level = 05, Ability = OnlySecond, Location = 438, Shiny = Never, FlawlessIVCount = 3, FatefulEncounter = true }, // Jirachi
|
new(BDSP) { Gift = true, Species = 385, Level = 05, Ability = OnlySecond, Location = 438, Shiny = Never, FlawlessIVCount = 3, FatefulEncounter = true }, // Jirachi
|
||||||
|
|
||||||
// Stationary
|
// Stationary
|
||||||
new(BDSP) { Species = 425, Level = 22, Location = 197 }, // Drifloon
|
new(BDSP) { Species = 425, Level = 22, Location = 197, FlawlessIVCount = 3 }, // Drifloon
|
||||||
new(BDSP) { Species = 442, Level = 25, Location = 367 }, // Spiritomb
|
new(BDSP) { Species = 442, Level = 25, Location = 367 }, // Spiritomb
|
||||||
new(BDSP) { Species = 479, Level = 15, Location = 311 }, // Rotom
|
new(BDSP) { Species = 479, Level = 15, Location = 311 }, // Rotom
|
||||||
|
|
||||||
// Roamers
|
// Roamers
|
||||||
new(BDSP) { Species = 481, Level = 50, FlawlessIVCount = 3, Roaming = true }, // Mesprit
|
new(BDSP) { Species = 481, Level = 50, FlawlessIVCount = 3, Roaming = true }, // Mesprit
|
||||||
|
|
Loading…
Reference in a new issue