Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Last Edit (November 29, 2020): This list will no longer be maintained.
- Further legality documentation will be done through PoGoEncTool (PGET): https://github.com/projectpokemon/PoGoEncTool/
- All Pokémon obtained outside of regular Wild Spawns are guaranteed to have at least 10 for each of their IVs.
- Pokémon hatched from Eggs will also always be in Poké Balls.
- However, because of how Trading adjusts IVs, the minimum floor for IV rerolls is 1/1/1. This means it is possible to obtain a Pokémon exclusive to Eggs, Raid Battles and/or Research with at least 1 for each of their IVs.
- Species that cannot be traded must have 10/10/10 if met with IV requirements.
- This includes Shadow, Purified, and Mythical Pokémon.
- Meltan and Melmetal are the only Mythical Pokémon exempt from these rules, as they are Wild Spawns that can be Traded. */
- // Egg
- // Minimum Lvl: 1
- // Minimum GO IVs: 1/1/1
- // Minimum Core Series IVs: 3/3/3/3/3/0
- (int)Species.Meowth + (2 << 11), (int)Species.Perrserker,
- (int)Species.Ponyta + (1 << 11), (int)Species.Rapidash + (1 << 11),
- (int)Species.Pichu,
- (int)Species.Cleffa,
- (int)Species.Igglybuff,
- (int)Species.Togepi,
- (int)Species.Tyrogue,
- (int)Species.Smoochum,
- (int)Species.Elekid,
- (int)Species.Magby,
- (int)Species.Zigzagoon + (1 << 11), (int)Species.Linoone + (1 << 11), (int)Species.Obstagoon,
- (int)Species.Azurill,
- (int)Species.Wynaut,
- (int)Species.Shinx, (int)Species.Luxio, (int)Species.Luxray,
- (int)Species.Budew,
- (int)Species.Chingling,
- (int)Species.Bonsly,
- (int)Species.Happiny,
- (int)Species.Munchlax,
- (int)Species.Riolu, (int)Species.Lucario,
- (int)Species.Mantyke,
- (int)Species.Sandile, (int)Species.Krokorok, (int)Species.Krookodile,
- (int)Species.Darumaka, (int)Species.Darmanitan,
- (int)Species.Darumaka + (1 << 11), (int)Species.Darmanitan + (2 << 11),
- (int)Species.Klink, (int)Species.Klang, (int)Species.Klinklang,
- (int)Species.Pawniard, (int)Species.Bisharp,
- (int)Species.Vullaby, (int)Species.Mandibuzz,
- // Shiny Baby Evolutions
- // Minimum Lvl: 1
- // Minimum GO IVs: 1/1/1
- // Minimum Core Series IVs: 3/3/3/3/3/0
- // The following Species can only be Shiny if hatched from an Egg.
- // They can be encountered in the wild, but if they are Shiny, they must abide by Egg requirements.
- (int)Species.Togetic, (int)Species.Togekiss,
- (int)Species.Jynx,
- (int)Species.Electabuzz, (int)Species.Electivire,
- (int)Species.Magmar, (int)Species.Magmortar,
- // Raid Battle / Field Research
- // Minimum Lvl: 15
- // Minimum GO IVs: 1/1/1
- // Minimum Core Series IVs: 3/3/3/3/3/0
- // Pokémon from regular Raid Battles (Lv. 20) get moved down to Lv. 15 when Traded to low-level accounts.
- (int)Species.Raichu + (1 << 11),
- (int)Species.Weezing + (1 << 11),
- (int)Species.Articuno,
- (int)Species.Zapdos,
- (int)Species.Moltres,
- (int)Species.Mewtwo,
- (int)Species.Raikou,
- (int)Species.Entei,
- (int)Species.Suicune,
- (int)Species.Lugia,
- (int)Species.HoOh,
- (int)Species.Shedinja,
- (int)Species.Spinda,
- (int)Species.Regirock,
- (int)Species.Regice,
- (int)Species.Registeel,
- (int)Species.Latias,
- (int)Species.Latios,
- (int)Species.Kyogre,
- (int)Species.Groudon,
- (int)Species.Rayquaza,
- (int)Species.Spiritomb,
- (int)Species.Dialga,
- (int)Species.Palkia,
- (int)Species.Heatran,
- (int)Species.Regigigas,
- (int)Species.Giratina,
- (int)Species.Cresselia,
- (int)Species.Victini,
- (int)Species.Yamask + (1 << 11), (int)Species.Runerigus,
- (int)Species.Cobalion,
- (int)Species.Terrakion,
- (int)Species.Virizion,
- (int)Species.Tornadus,
- (int)Species.Thundurus,
- (int)Species.Reshiram,
- (int)Species.Zekrom,
- (int)Species.Landorus,
- (int)Species.Kyurem,
- // Field Research (Mythical)
- // Minimum Lvl: 15
- // Minimum GO IVs: 10/10/10
- // Minimum Core Series IVs: 21/21/21/21/21/0
- (int)Species.Mew,
- (int)Species.Celebi,
- (int)Species.Jirachi,
- (int)Species.Victini,
- (int)Species.Genesect,
- // Raid Battle (Mythical)
- // Minimum Lvl: 20
- // Minimum GO IVs: 10/10/10
- // Minimum Core Series IVs: 21/21/21/21/21/0
- (int)Species.Deoxys,
- (int)Species.Darkrai,
Advertisement
Add Comment
Please, Sign In to add comment