Pokémon data
Dette scriptet burde ikke installeres direkte. Det er et bibliotek for andre script å inkludere med det nye metadirektivet // @require https://update.greatest.deepsurf.us/scripts/573199/1811195/Pok%C3%A9mon%20Data.js
window.pokemon=[
{
egg:"A turquoise egg with dark spots on it. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Bulbasaur":{
type:["Grass","Poison"],
color:"Green",
from:null,
con:true
},
"Bulbasaur [Shedinja]":{
type:["Grass","Poison"],
color:"Green",
from:"Bulbasaur",
con:false
},
"Ivysaur":{
type:["Grass","Poison"],
color:"Green",
from:"Bulbasaur",
con:true
},
"Venusaur":{
type:["Grass","Poison"],
color:"Green",
from:"Ivysaur",
con:true
},
"Mega Venusaur":{
type:["Grass","Poison"],
color:"Green",
from:"Venusaur",
con:false
},
"Gmax Venusaur":{
type:["Grass","Poison"],
color:"Green",
from:"Venusaur",
con:true
}
}
},{
egg:"An orange egg that radiates heat. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Charmander":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Charmander [Cubone]":{
type:["Fire"],
color:"Red",
from:"Charmander",
con:false
},
"Charmeleon":{
type:["Fire"],
color:"Red",
from:"Charmander",
con:true
},
"Charizard":{
type:["Fire","Flying"],
color:"Red",
from:"Charmeleon",
con:true
},
"Mega Charizard X":{
type:["Fire","Dragon"],
color:"Black",
from:"Charizard",
con:false
},
"Mega Charizard Y":{
type:["Fire","Flying"],
color:"Red",
from:"Charizard",
con:false
},
"Gmax Charizard":{
type:["Fire","Flying"],
color:"Red",
from:"Charizard",
con:false
}
}
},{
egg:"A blue egg that is surprisingly tough. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Squirtle":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Squirtle [Yamask]":{
type:["Water"],
color:"Blue",
from:"Squirtle",
con:false
},
"Wartortle":{
type:["Water"],
color:"Blue",
from:"Squirtle",
con:true
},
"Blastoise":{
type:["Water"],
color:"Blue",
from:"Wartortle",
con:true,
minLv:36
},
"Mega Blastoise":{
type:["Water"],
color:"Blue",
from:"Blastoise",
con:false
},
"Gmax Blastoise":{
type:["Water"],
color:"Blue",
from:"Blastoise",
con:false
}
}
},{
egg:"A green and orange egg. Said to be the egg of some sort of bug.",
rarity:"Common",
steps:3840,
evos:{
"Caterpie":{
type:["Bug"],
color:"Green",
from:null,
con:true
},
"Metapod":{
type:["Bug"],
color:"Green",
from:"Caterpie",
con:true
},
"Butterfree":{
type:["Bug","Flying"],
color:"White",
from:"Metapod",
con:true
},
"Gmax Butterfree":{
type:["Bug","Flying"],
color:"White",
from:"Butterfree",
con:false
}
}
},{
egg:"A tan egg with a red spot. Said to be the egg of some sort of bug.",
rarity:"Common",
steps:3840,
evos:{
"Weedle":{
type:["Bug","Poison"],
color:"Brown",
from:null,
con:true
},
"Kakuna":{
type:["Bug","Poison"],
color:"Yellow",
from:"Weedle",
con:true
},
"Beedrill":{
type:["Bug","Poison"],
color:"Yellow",
from:"Kakuna",
con:true
},
"Mega Beedrill":{
type:["Bug","Poison"],
color:"Yellow",
from:"Beedrill",
con:false
}
}
},{
egg:"A brown and tan egg that has a very interesting pattern on it. Said to be the egg of a common bird.",
rarity:"Common",
steps:3840,
evos:{
"Pidgey":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
},
"Pidgeotto":{
type:["Normal","Flying"],
color:"Brown",
from:"Pidgey",
con:true
},
"Pidgeot":{
type:["Normal","Flying"],
color:"Brown",
from:"Pidgeotto",
con:true
},
"Mega Pidgeot":{
type:["Normal","Flying"],
color:"Brown",
from:"Pidgeot",
con:false
}
}
},{
egg:"An egg that's coloured dark gray with a ragged, tan blotch on it. Sometimes shakes a bit if it's touched.",
rarity:"Common",
steps:3840,
evos:{
"Alolan Rattata":{
type:["Dark","Normal"],
color:"Black",
from:null,
con:true
},
"Alolan Raticate":{
type:["Dark","Normal"],
color:"Black",
from:"Alolan Rattata",
con:true
}
}
},{
egg:"An egg that is coloured purple, tan, and brown. Sometimes shakes a bit if it's touched.",
rarity:"Common",
steps:3840,
evos:{
"Rattata":{
type:["Normal"],
color:"Purple",
from:null,
con:true
},
"Raticate":{
type:["Normal"],
color:"Brown",
from:"Rattata",
con:true
}
}
},{
egg:"A brown egg with a peculiar pink beak-like marking on it. Said to be the egg of a common bird.",
rarity:"Common",
steps:3840,
evos:{
"Spearow":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
},
"Fearow":{
type:["Normal","Flying"],
color:"Brown",
from:"Spearow",
con:true
}
}
},{
egg:"A purple egg with odd markings. Sometimes makes a rattle-like noise if it's touched.",
rarity:"Common",
steps:5120,
evos:{
"Ekans":{
type:["Poison"],
color:"Purple",
from:null,
con:true
},
"Arbok":{
type:["Poison"],
color:"Purple",
from:"Ekans",
con:true
}
}
},{
egg:"A yellow and black egg with two small pink spots. Touching it sometimes shocks you.",
rarity:"Common",
steps:2560,
evos:{
"Pichu":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
},
"Pikachu":{
type:["Electric"],
color:"Yellow",
from:"Pichu",
con:false
},
"Pikachu [Ph.D.]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Libre]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Pop Star]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Rock Star]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Belle]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Original Cap]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Hoenn Cap]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Sinnoh Cap]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Unova Cap]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Kalos Cap]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Alola Cap]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Partner Cap]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Detective Pikachu":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Pikachu [Mimikyu]":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Alolan Raichu":{
type:["Electric","Psychic"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Raichu":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
},
"Gmax Pikachu":{
type:["Electric"],
color:"Yellow",
from:"Pikachu",
con:false
}
}
},{
egg:"A yellow and white egg. The yellow part has a brick-like pattern on it. It's covered in sand.",
rarity:"Common",
steps:5120,
evos:{
"Sandshrew":{
type:["Ground"],
color:"Yellow",
from:null,
con:true
},
"Sandslash":{
type:["Ground"],
color:"Yellow",
from:"Sandshrew",
con:true,
minLv:22
}
}
},{
egg:"A white egg with an ice blue brick-like pattern on it. It reminds you of an igloo.",
rarity:"Common",
steps:5120,
evos:{
"Alolan Sandshrew":{
type:["Ice","Steel"],
color:"White",
from:null,
con:true
},
"Alolan Sandslash":{
type:["Ice","Steel"],
color:"White",
from:"Alolan Sandshrew",
con:false
}
}
},{
egg:"A blueish-purple egg. It's supposed to be part of a pair.",
rarity:"Common",
steps:5120,
evos:{
"Nidoran F":{
type:["Poison"],
color:"Blue",
from:null,
con:true
},
"Nidorina":{
type:["Poison"],
color:"Blue",
from:"Nidoran F",
con:true
},
"Nidoqueen":{
type:["Poison","Ground"],
color:"Blue",
from:"Nidorina",
con:false
}
}
},{
egg:"A pinkish-purple egg. It's supposed to be part of a pair.",
rarity:"Common",
steps:5120,
evos:{
"Nidoran M":{
type:["Poison"],
color:"Purple",
from:null,
con:true
},
"Nidorino":{
type:["Poison"],
color:"Purple",
from:"Nidoran M",
con:true
},
"Nidoking":{
type:["Poison","Ground"],
color:"Purple",
from:"Nidorino",
con:false
}
}
},{
egg:"An egg that is a pink flesh-like colour. The marking on top of it looks like a little swirl.",
rarity:"Common",
steps:2560,
evos:{
"Cleffa":{
type:["Fairy"],
color:"Pink",
from:null,
con:true
},
"Clefairy":{
type:["Fairy"],
color:"Pink",
from:"Cleffa",
con:false
},
"Clefable":{
type:["Fairy"],
color:"Pink",
from:"Clefairy",
con:false
}
}
},{
egg:"An egg that has a dark flesh-like colour. The top of it has an odd dark orange pattern. It radiates heat.",
rarity:"Rare",
steps:5120,
evos:{
"Vulpix":{
type:["Fire"],
color:"Brown",
from:null,
con:true
},
"Ninetales":{
type:["Fire"],
color:"Yellow",
from:"Vulpix",
con:false
}
}
},{
egg:"A light blue egg with an elegant, snowy white pattern adorning it. It's cold to the touch.",
rarity:"Rare",
steps:5120,
evos:{
"Alolan Vulpix":{
type:["Ice"],
color:"White",
from:null,
con:true
},
"Alolan Ninetales":{
type:["Ice","Fairy"],
color:"White",
from:"Alolan Vulpix",
con:false
}
}
},{
egg:"A pink egg. The marking on top of it looks like a little swirl. It bounces around a bit sometimes.",
rarity:"Common",
steps:2560,
evos:{
"Igglybuff":{
type:["Normal","Fairy"],
color:"Pink",
from:null,
con:true
},
"Jigglypuff":{
type:["Normal","Fairy"],
color:"Pink",
from:"Igglybuff",
con:false
},
"Wigglytuff":{
type:["Normal","Fairy"],
color:"Pink",
from:"Jigglypuff",
con:false
}
}
},{
egg:"A blue and purple egg. Sometimes makes a quiet screech-like noise if it's touched.",
rarity:"Common",
steps:3840,
evos:{
"Zubat":{
type:["Poison","Flying"],
color:"Purple",
from:null,
con:true
},
"Golbat":{
type:["Poison","Flying"],
color:"Purple",
from:"Zubat",
con:true
},
"Crobat":{
type:["Poison","Flying"],
color:"Purple",
from:"Golbat",
con:false
}
}
},{
egg:"An egg that's a dull dark blue colour. The two red spots on it almost look like eyes. It's supposed to be the egg of a plant.",
rarity:"Common",
steps:5120,
evos:{
"Oddish":{
type:["Grass","Poison"],
color:"Blue",
from:null,
con:true
},
"Gloom":{
type:["Grass","Poison"],
color:"Blue",
from:"Oddish",
con:true
},
"Vileplume":{
type:["Grass","Poison"],
color:"Red",
from:"Gloom",
con:false
},
"Bellossom":{
type:["Grass"],
color:"Green",
from:"Gloom",
con:false
}
}
},{
egg:"An orange egg. The two white spots on it almost look like eyes. Said to be the egg of a bug.",
rarity:"Common",
steps:5120,
evos:{
"Paras":{
type:["Bug","Grass"],
color:"Red",
from:null,
con:true
},
"Parasect":{
type:["Bug","Grass"],
color:"Red",
from:"Paras",
con:true
}
}
},{
egg:"A dark purple egg. It has precisely three red spots on it. Said to be the egg of a bug.",
rarity:"Common",
steps:5120,
evos:{
"Venonat":{
type:["Bug","Poison"],
color:"Purple",
from:null,
con:true
},
"Venomoth":{
type:["Bug","Poison"],
color:"Purple",
from:"Venonat",
con:true
}
}
},{
egg:"A brown egg with a red spot on it. Sometimes struggles around like it's trying to get underground.",
rarity:"Common",
steps:5120,
evos:{
"Diglett":{
type:["Ground"],
color:"Brown",
from:null,
con:true
},
"Dugtrio":{
type:["Ground"],
color:"Brown",
from:"Diglett",
con:true
}
}
},{
egg:"A brown egg with a bright tuft of hair. Sometimes struggles around like it's trying to get underground.",
rarity:"Common",
steps:5120,
evos:{
"Alolan Diglett":{
type:["Ground","Steel"],
color:"Brown",
from:null,
con:true
},
"Alolan Dugtrio":{
type:["Ground","Steel"],
color:"Brown",
from:"Alolan Diglett",
con:true
}
}
},{
egg:"A light yellow egg. The bolder yellow spot on top of it is shiny like a coin.",
rarity:"Uncommon",
steps:5120,
evos:{
"Meowth":{
type:["Normal"],
color:"Yellow",
from:null,
con:true
},
"Persian":{
type:["Normal"],
color:"Yellow",
from:"Meowth",
con:true
},
"Gmax Meowth":{
type:["Normal"],
color:"Yellow",
from:"Meowth",
con:false
}
}
},{
egg:"A light grey egg with odd black markings. The bold yellow spot on top of it shines brightly in the moonlight.",
rarity:"Uncommon",
steps:5120,
evos:{
"Alolan Meowth":{
type:["Dark"],
color:"Blue",
from:null,
con:true
},
"Alolan Persian":{
type:["Dark"],
color:"Blue",
from:"Alolan Meowth",
con:true
}
}
},{
egg:"A light brown egg. The bold dark spot on top of it shines like metal.",
rarity:"Uncommon",
steps:5120,
evos:{
"Galarian Meowth":{
type:["Steel"],
color:"Brown",
from:null,
con:true
},
"Perrserker":{
type:["Steel"],
color:"Brown",
from:"Galarian Meowth",
con:true
}
}
},{
egg:"A yellow egg. It has an oddly-shaped tan blotch on it that resembles a duck's bill. The egg is slightly damp.",
rarity:"Uncommon",
steps:5120,
evos:{
"Psyduck":{
type:["Water"],
color:"Yellow",
from:null,
con:true
},
"Golduck":{
type:["Water"],
color:"Blue",
from:"Psyduck",
con:true
}
}
},{
egg:"An egg that almost looks white. It has a red spot and actually looks a bit angry....",
rarity:"Common",
steps:5120,
evos:{
"Mankey":{
type:["Fighting"],
color:"Brown",
from:null,
con:true
},
"Primeape":{
type:["Fighting"],
color:"Brown",
from:"Mankey",
con:true
},
"Annihilape":{
type:["Fighting","Ghost"],
color:"Gray",
from:"Primeape",
con:false
}
}
},{
egg:"An egg that is coloured white, orange, and tan. It radiates heat.",
rarity:"Uncommon",
steps:5120,
evos:{
"Growlithe":{
type:["Fire"],
color:"Brown",
from:null,
con:true
},
"Arcanine":{
type:["Fire"],
color:"Brown",
from:"Growlithe",
con:false
}
}
},{
egg:"An egg that is coloured white, red, and tan. It radiates heat and is surprisingly tough.",
rarity:"Uncommon",
steps:5120,
evos:{
"Hisuian Growlithe":{
type:["Fire","Rock"],
color:"Brown",
from:null,
con:true
},
"Hisuian Arcanine":{
type:["Fire","Rock"],
color:"Brown",
from:"Hisuian Growlithe",
con:false
}
}
},{
egg:"A blueish-purple egg with a big white spot. There's a spiral pattern on the spot. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Poliwag":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Poliwhirl":{
type:["Water"],
color:"Blue",
from:"Poliwag",
con:true
},
"Poliwrath":{
type:["Water","Fighting"],
color:"Blue",
from:"Poliwhirl",
con:false
},
"Politoed":{
type:["Water"],
color:"Green",
from:"Poliwhirl",
con:false
}
}
},{
egg:"A yellow egg with a tan spot. The moment you look away from it, it moves to another space.",
rarity:"Common",
steps:5120,
evos:{
"Abra":{
type:["Psychic"],
color:"Brown",
from:null,
con:true
},
"Kadabra":{
type:["Psychic"],
color:"Brown",
from:"Abra",
con:true
},
"Alakazam":{
type:["Psychic"],
color:"Brown",
from:"Kadabra",
con:false
},
"Mega Alakazam":{
type:["Psychic"],
color:"Brown",
from:"Alakazam",
con:false
}
}
},{
egg:"A dull teal egg. It has an odd tan pattern on the top of it. It's a bit on the tough side.",
rarity:"Common",
steps:5120,
evos:{
"Machop":{
type:["Fighting"],
color:"Gray",
from:null,
con:true
},
"Machoke":{
type:["Fighting"],
color:"Gray",
from:"Machop",
con:true
},
"Machamp":{
type:["Fighting"],
color:"Gray",
from:"Machoke",
con:false
},
"Gmax Machamp":{
type:["Fighting"],
color:"Gray",
from:"Machamp",
con:false
}
}
},{
egg:"A pale yellow egg. It has two dark spots and a bigger pink spot. It's supposed to be the egg of a plant.",
rarity:"Common",
steps:5120,
evos:{
"Bellsprout":{
type:["Grass","Poison"],
color:"Green",
from:null,
con:true
},
"Weepinbell":{
type:["Grass","Poison"],
color:"Green",
from:"Bellsprout",
con:true
},
"Victreebel":{
type:["Grass","Poison"],
color:"Green",
from:"Weepinbell",
con:false
}
}
},{
egg:"A bold blue egg with three red spots. The red spots are shiny like gems. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Tentacool":{
type:["Water","Poison"],
color:"Blue",
from:null,
con:true
},
"Tentacruel":{
type:["Water","Poison"],
color:"Blue",
from:"Tentacool",
con:true
}
}
},{
egg:"A rough grey egg. It could easily be mistaken for a rock.",
rarity:"Common",
steps:3840,
evos:{
"Geodude":{
type:["Rock","Ground"],
color:"Brown",
from:null,
con:true
},
"Graveler":{
type:["Rock","Ground"],
color:"Brown",
from:"Geodude",
con:true
},
"Golem":{
type:["Rock","Ground"],
color:"Brown",
from:"Graveler",
con:false
}
}
},{
egg:"A rough grey egg that could easily be mistaken for a rock. Iron is attracted to it.",
rarity:"Common",
steps:3840,
evos:{
"Alolan Geodude":{
type:["Rock","Electric"],
color:"Gray",
from:null,
con:true
},
"Alolan Graveler":{
type:["Rock","Electric"],
color:"Gray",
from:"Alolan Geodude",
con:true
},
"Alolan Golem":{
type:["Rock","Electric"],
color:"Gray",
from:"Alolan Graveler",
con:false
}
}
},{
egg:"An egg that is off-white. It has an orange blotch on the top and brown spots like eyes. It radiates heat.",
rarity:"Common",
steps:5120,
evos:{
"Ponyta":{
type:["Fire"],
color:"Yellow",
from:null,
con:true
},
"Rapidash":{
type:["Fire"],
color:"Yellow",
from:"Ponyta",
con:true
}
}
},{
egg:"An egg that is off-white. It has a purple blotch on the top and blue spots like eyes. It radiates life energy.",
rarity:"Common",
steps:5120,
evos:{
"Galarian Ponyta":{
type:["Psychic"],
color:"White",
from:null,
con:true
},
"Galarian Rapidash":{
type:["Psychic","Fairy"],
color:"White",
from:"Galarian Ponyta",
con:true
}
}
},{
egg:"A pink egg with a big tan spot on the bottom and a big yellow spot on the top. It doesn't react to anything at all.",
rarity:"Common",
steps:5120,
evos:{
"Galarian Slowpoke":{
type:["Psychic"],
color:"Pink",
from:null,
con:true
},
"Galarian Slowbro":{
type:["Poison","Psychic"],
color:"Pink",
from:null,
con:false
},
"Galarian Slowking":{
type:["Poison","Psychic"],
color:"Pink",
from:null,
con:false
}
}
},{
egg:"A pink egg with a big tan spot on it. It doesn't react to anything at all.",
rarity:"Common",
steps:5120,
evos:{
"Slowpoke":{
type:["Water","Psychic"],
color:"Pink",
from:null,
con:true
},
"Slowbro":{
type:["Water","Psychic"],
color:"Pink",
from:"Slowpoke",
con:true
},
"Mega Slowbro":{
type:["Water","Psychic"],
color:"Pink",
from:"Slowbro",
con:false
},
"Slowking":{
type:["Water","Psychic"],
color:"Pink",
from:"Slowpoke",
con:false
}
}
},{
egg:"An egg that is shiny like steel and has two white spots. Iron is attracted to it.",
rarity:"Uncommon",
steps:5120,
evos:{
"Magnemite":{
type:["Electric","Steel"],
color:"Gray",
from:null,
con:true
},
"Magneton":{
type:["Electric","Steel"],
color:"Gray",
from:"Magnemite",
con:true
},
"Magnezone":{
type:["Electric","Steel"],
color:"Gray",
from:"Magneton",
con:false
}
}
},{
egg:"A brown egg with a peculiar dark marking on it. It's supposed to be the egg of a bird.",
rarity:"Uncommon",
steps:5120,
evos:{
"Farfetch'd":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A brown egg with two small spots that look like eyes. It's supposed to be the egg of a bird.",
rarity:"Common",
steps:5120,
evos:{
"Doduo":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
},
"Dodrio":{
type:["Normal","Flying"],
color:"Brown",
from:"Doduo",
con:true
}
}
},{
egg:"A white egg with a tan blotch on it. It's cold to the touch.",
rarity:"Uncommon",
steps:5120,
evos:{
"Seel":{
type:["Water"],
color:"White",
from:null,
con:true
},
"Dewgong":{
type:["Water","Ice"],
color:"White",
from:"Seel",
con:true
}
}
},{
egg:"This thing looks more like a hardened blob of disgusting sludge than an egg....",
rarity:"Common",
steps:5120,
evos:{
"Grimer":{
type:["Poison"],
color:"Purple",
from:null,
con:true
},
"Muk":{
type:["Poison"],
color:"Purple",
from:"Grimer",
con:true
}
}
},{
egg:"This thing looks more like a hardened blob of green, disgusting sludge than an egg. There's a yellow line running across it.",
rarity:"Common",
steps:5120,
evos:{
"Alolan Grimer":{
type:["Poison","Dark"],
color:"Green",
from:null,
con:true
},
"Alolan Muk":{
type:["Poison","Dark"],
color:"Green",
from:"Alolan Grimer",
con:true
}
}
},{
egg:"A purple egg with a peculiar pattern. It's surprisingly tough.",
rarity:"Uncommon",
steps:5120,
evos:{
"Shellder":{
type:["Water"],
color:"Purple",
from:null,
con:true
},
"Spiral Shellder":{
type:["Water"],
color:"Gray",
from:"Shellder",
con:false
},
"Cloyster":{
type:["Water","Ice"],
color:"Purple",
from:"Shellder",
con:false
}
}
},{
egg:"A dark purple egg that is surprisingly light. It gives off a rather sinister vibe....",
rarity:"Common",
steps:5120,
evos:{
"Gastly":{
type:["Ghost","Poison"],
color:"Purple",
from:null,
con:true
},
"Haunter":{
type:["Ghost","Poison"],
color:"Purple",
from:"Gastly",
con:true
},
"Gengar":{
type:["Ghost","Poison"],
color:"Purple",
from:"Haunter",
con:false
},
"Mega Gengar":{
type:["Ghost","Poison"],
color:"Purple",
from:"Gengar",
con:false
},
"Gmax Gengar":{
type:["Ghost","Poison"],
color:"Purple",
from:"Gengar",
con:false
}
}
},{
egg:"A grey egg that could easily be mistaken for a rock. It's almost impossible to lift.",
rarity:"Uncommon",
steps:6400,
evos:{
"Onix":{
type:["Rock","Ground"],
color:"Gray",
from:null,
con:true
},
"Steelix":{
type:["Steel","Ground"],
color:"Gray",
from:"Onix",
con:false
},
"Mega Steelix":{
type:["Steel","Ground"],
color:"Gray",
from:"Steelix",
con:false
}
}
},{
egg:"A yellow egg with brown pattern on the bottom. Its presence is a bit hypnotic.",
rarity:"Uncommon",
steps:5120,
evos:{
"Drowzee":{
type:["Psychic"],
color:"Yellow",
from:null,
con:true
},
"Hypno":{
type:["Psychic"],
color:"Yellow",
from:"Drowzee",
con:true
}
}
},{
egg:"A red-orange egg with an odd tan pattern on the bottom. It's surprisingly tough.",
rarity:"Common",
steps:5120,
evos:{
"Krabby":{
type:["Water"],
color:"Red",
from:null,
con:true
},
"Kingler":{
type:["Water"],
color:"Red",
from:"Krabby",
con:true
},
"Gmax Kingler":{
type:["Water"],
color:"Red",
from:"Kingler",
con:false
}
}
},{
egg:"An egg that is half red and half white. Touching it sometimes shocks you.",
rarity:"Common",
steps:5120,
evos:{
"Voltorb":{
type:["Electric"],
color:"Red",
from:null,
con:true
},
"Electrode":{
type:["Electric"],
color:"Red",
from:"Voltorb",
con:true
}
}
},{
egg:"An egg that is half red and half tan. There is a small hole on top. Touching it sometimes shocks you.",
rarity:"Common",
steps:5120,
evos:{
"Hisuian Voltorb":{
type:["Electric","Grass"],
color:"Red",
from:null,
con:true
},
"Hisuian Electrode":{
type:["Electric","Grass"],
color:"Red",
from:"Hisuian Voltorb",
con:false
}
}
},{
egg:"A plain pink egg. Not exactly the most unique thing ever....",
rarity:"Uncommon",
steps:5120,
evos:{
"Exeggcute":{
type:["Grass","Psychic"],
color:"Pink",
from:null,
con:true
},
"Exeggutor":{
type:["Grass","Psychic"],
color:"Yellow",
from:"Exeggcute",
con:false
},
"Alolan Exeggutor":{
type:["Grass","Dragon"],
color:"Yellow",
from:"Exeggutor",
con:false
}
}
},{
egg:"A grey egg with a brown bottom. The markings on the egg resemble a face. It is surprisingly tough.",
rarity:"Common",
steps:5120,
evos:{
"Cubone":{
type:["Ground"],
color:"Brown",
from:null,
con:true
},
"Marowak":{
type:["Ground"],
color:"Brown",
from:"Cubone",
con:true
},
"Alolan Marowak":{
type:["Fire","Ghost"],
color:"Purple",
from:"Marowak",
con:true
}
}
},{
egg:"A white egg with a bizarre pink marking on the front. Sometimes the marking will change its shape.",
rarity:"Rare",
steps:6400,
evos:{
"Hisuian Zorua":{
type:["Normal","Ghost"],
color:"Gray",
from:null,
con:true
},
"Hisuian Zoroark":{
type:["Normal","Ghost"],
color:"Gray",
from:"Hisuian Zorua",
con:true
}
}
},{
egg:"A pink egg with an odd pattern on it. This pattern resembles a face.",
rarity:"Uncommon",
steps:6400,
evos:{
"Tyrogue":{
type:["Fighting"],
color:"Purple",
from:null,
con:true
},
"Hitmonlee":{
type:["Fighting"],
color:"Brown",
from:"Tyrogue",
con:true
},
"Hitmonchan":{
type:["Fighting"],
color:"Brown",
from:"Tyrogue",
con:true
},
"Hitmontop":{
type:["Fighting"],
color:"Brown",
from:"Tyrogue",
con:true,
minLv:20
}
}
},{
egg:"A pink egg with a big tan band on the front. It's covered in what appears to be saliva....",
rarity:"Uncommon",
steps:5120,
evos:{
"Lickitung":{
type:["Normal"],
color:"Pink",
from:null,
con:true
},
"Lickilicky":{
type:["Normal"],
color:"Pink",
from:"Lickitung",
con:false
}
}
},{
egg:"A purple egg with a tan marking near the bottom. The marking resembles a skull. The egg has a horrible stench....",
rarity:"Common",
steps:5120,
evos:{
"Koffing":{
type:["Poison"],
color:"Purple",
from:null,
con:true
},
"Weezing":{
type:["Poison"],
color:"Purple",
from:"Koffing",
con:true
},
"Galarian Weezing":{
type:["Poison","Fairy"],
color:"Gray",
from:"Koffing",
con:true
}
}
},{
egg:"A grey egg that is incredibly tough. It could easily be mistaken for a rock.",
rarity:"Uncommon",
steps:5120,
evos:{
"Rhyhorn":{
type:["Ground","Rock"],
color:"Gray",
from:null,
con:true
},
"Rhydon":{
type:["Ground","Rock"],
color:"Gray",
from:"Rhyhorn",
con:true
},
"Rhyperior":{
type:["Ground","Rock"],
color:"Gray",
from:"Rhydon",
con:false
}
}
},{
egg:"A pink egg with two dark spots on it. It also has an odd marking near the top. It is oddly cute in a way.",
rarity:"Rare",
steps:10240,
evos:{
"Happiny":{
type:["Normal"],
color:"Pink",
from:null,
con:true
},
"Chansey":{
type:["Normal"],
color:"Pink",
from:"Happiny",
con:false
},
"Blissey":{
type:["Normal"],
color:"Pink",
from:"Chansey",
con:false
}
}
},{
egg:"A blue egg with an odd marking on the front. It feels like seaweed.",
rarity:"Uncommon",
steps:5120,
evos:{
"Tangela":{
type:["Grass"],
color:"Blue",
from:null,
con:true
},
"Tangrowth":{
type:["Grass"],
color:"Blue",
from:"Tangela",
con:false
},
"Professor Tangrowth":{
type:["Grass"],
color:"White",
from:"Tangrowth",
con:false
}
}
},{
egg:"An egg that is a dull dark green on the top and brown on the bottom. It's a bit on the heavy side.",
rarity:"Rare",
steps:5120,
evos:{
"Kangaskhan":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Mega Kangaskhan":{
type:["Normal"],
color:"Brown",
from:"Kangaskhan",
con:false
}
}
},{
egg:"A light blue egg with an odd tan marking on the front. The egg is slightly damp.",
rarity:"Uncommon",
steps:5120,
evos:{
"Horsea":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Seadra":{
type:["Water"],
color:"Blue",
from:"Horsea",
con:true
},
"Kingdra":{
type:["Water","Dragon"],
color:"Blue",
from:"Seadra",
con:false
}
}
},{
egg:"A white egg with several orange splotches all over it. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Goldeen":{
type:["Water"],
color:"Red",
from:null,
con:true
},
"Seaking":{
type:["Water"],
color:"Red",
from:"Goldeen",
con:true
}
}
},{
egg:"A tan and yellow egg with a red spot on it. The spot shines like a gem.",
rarity:"Common",
steps:5120,
evos:{
"Staryu":{
type:["Water"],
color:"Brown",
from:null,
con:true
},
"Starmie":{
type:["Water","Psychic"],
color:"Purple",
from:"Staryu",
con:false
}
}
},{
egg:"A pink egg with a big blue blotch on the top and a small red spot on the front. It sometimes hops around, mimicking your movement.",
rarity:"Common",
steps:6400,
evos:{
"Mime Jr.":{
type:["Psychic","Fairy"],
color:"Pink",
from:null,
con:true
},
"Mr. Mime":{
type:["Psychic","Fairy"],
color:"Pink",
from:"Mime Jr.",
con:false
},
"Galarian Mr. Mime":{
type:["Ice","Psychic"],
color:"Purple",
from:"Mime Jr.",
con:false
},
"Mr. Rime":{
type:["Ice","Psychic"],
color:"Purple",
from:"Galarian Mr. Mime",
con:true
}
}
},{
egg:"A green egg with odd markings on it. The markings resemble a face. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:6400,
evos:{
"Scyther":{
type:["Bug","Flying"],
color:"Green",
from:null,
con:true
},
"Scizor":{
type:["Bug","Steel"],
color:"Red",
from:"Scyther",
con:false
},
"Mega Scizor":{
type:["Bug","Steel"],
color:"Red",
from:"Scizor",
con:false
},
"Kleavor":{
type:["Bug","Rock"],
color:"Brown",
from:"Scyther",
con:false
}
}
},{
egg:"A pink egg with a yellow blotch on the top and a light pink spot on the front. It is cold to the touch.",
rarity:"Uncommon",
steps:6400,
evos:{
"Smoochum":{
type:["Ice","Psychic"],
color:"Pink",
from:null,
con:true
},
"Jynx":{
type:["Ice","Psychic"],
color:"Red",
from:"Smoochum",
con:true
}
}
},{
egg:"A yellow egg with an odd black pattern on the bottom. Touching it sometimes shocks you.",
rarity:"Uncommon",
steps:6400,
evos:{
"Elekid":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
},
"Electabuzz":{
type:["Electric"],
color:"Yellow",
from:"Elekid",
con:true
},
"Electivire":{
type:["Electric"],
color:"Yellow",
from:"Electabuzz",
con:false
}
}
},{
egg:"A pale red egg with a yellow spot on the front. It radiates heat.",
rarity:"Uncommon",
steps:6400,
evos:{
"Magby":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Magmar":{
type:["Fire"],
color:"Red",
from:"Magby",
con:true
},
"Magmortar":{
type:["Fire"],
color:"Red",
from:"Magmar",
con:false
}
}
},{
egg:"A brown egg with an odd stripe pattern on it. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:6400,
evos:{
"Pinsir":{
type:["Bug"],
color:"Brown",
from:null,
con:true
},
"Mega Pinsir":{
type:["Bug","Flying"],
color:"Brown",
from:"Pinsir",
con:false
}
}
},{
egg:"A brown egg with several grey spots on it. The spots form a pattern. It's a bit on the heavy side.",
rarity:"Rare",
steps:5120,
evos:{
"Tauros":{
type:["Normal"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A black egg with several grey spots on it. The spots form a pattern. It's a bit on the heavy side.",
rarity:"Rare",
steps:5120,
evos:{
"Paldean Tauros [Combat Breed]":{
type:["Fighting"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A black egg with several red spots on it. The spots form a pattern. It's a bit on the heavy side and is hot to the touch.",
rarity:"Rare",
steps:5120,
evos:{
"Paldean Tauros [Blaze Breed]":{
type:["Fighting","Fire"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A black egg with several blue spots on it. The spots form a pattern. It's a bit on the heavy side and is moist to the touch.",
rarity:"Rare",
steps:5120,
evos:{
"Paldean Tauros [Aqua Breed]":{
type:["Fighting","Water"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"An orange egg with two white spots and a peach-coloured blotch. It resembles a face. This egg looks like it'd take no time to hatch.",
rarity:"Common",
steps:1280,
evos:{
"Magikarp":{
type:["Water"],
color:"Red",
from:null,
con:true
},
"Gyarados":{
type:["Water","Flying"],
color:"Blue",
from:"Magikarp",
con:true
},
"Mega Gyarados":{
type:["Water","Dark"],
color:"Blue",
from:"Gyarados",
con:false
}
}
},{
egg:"A blue egg with a tan blotch on the bottom. The blue part has a few small spots. It's a bit difficult to lift up.",
rarity:"Rare",
steps:10240,
evos:{
"Lapras":{
type:["Water","Ice"],
color:"Blue",
from:null,
con:true
},
"Gmax Lapras":{
type:["Water","Ice"],
color:"Blue",
from:"Lapras",
con:false
}
}
},{
egg:"A purple egg with odd markings on it. The markings resemble a face. The egg's texture is surprisingly soft.",
rarity:"Common",
steps:5120,
evos:{
"Ditto":{
type:["Normal"],
color:"Purple",
from:null,
con:true
},
"Ditto [Book]":{
type:["Normal"],
color:"White",
from:"Ditto",
con:false
}
}
},{
egg:"A brown egg with a tan bottom. The tan bottom has a few markings on it. This egg reacts strangely to some items.",
rarity:"Rare",
steps:8960,
evos:{
"Eevee":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Vaporeon":{
type:["Water"],
color:"Blue",
from:"Eevee",
con:false
},
"Jolteon":{
type:["Electric"],
color:"Yellow",
from:"Eevee",
con:false
},
"Flareon":{
type:["Fire"],
color:"Red",
from:"Eevee",
con:false
},
"Espeon":{
type:["Psychic"],
color:"Purple",
from:"Eevee",
con:false
},
"Umbreon":{
type:["Dark"],
color:"Black",
from:"Eevee",
con:false
},
"Leafeon":{
type:["Grass"],
color:"Green",
from:"Eevee",
con:false
},
"Autumn Leafeon":{
type:["Grass"],
color:"Red",
from:"Leafeon",
con:false
},
"Glaceon":{
type:["Ice"],
color:"Blue",
from:"Eevee",
con:false
},
"Sylveon":{
type:["Fairy"],
color:"Pink",
from:"Eevee",
con:false
},
"Gmax Eevee":{
type:["Normal"],
color:"Brown",
from:"Eevee",
con:false
}
}
},{
egg:"A pink egg with an odd blue spot on the front and several dark lines running across it. This egg doesn't look like something natural....",
rarity:"Rare",
steps:5120,
evos:{
"Porygon":{
type:["Normal"],
color:"Pink",
from:null,
con:true
},
"Porygon2":{
type:["Normal"],
color:"Red",
from:"Porygon",
con:false
},
"Porygon-Z":{
type:["Normal"],
color:"Red",
from:"Porygon2",
con:false
},
"Porygon-T":{
type:["Normal","Steel"],
color:"Red",
from:"Porygon2",
con:false
}
}
},{
egg:"A tan egg with a stripe pattern on it. It is surprisingly tough.",
rarity:"Uncommon",
steps:7680,
evos:{
"Omanyte":{
type:["Rock","Water"],
color:"Blue",
from:null,
con:true
},
"Omastar":{
type:["Rock","Water"],
color:"Blue",
from:"Omanyte",
con:true
},
"Omastar [Orchid]":{
type:["Grass","Water"],
color:"Purple",
from:"Omanyte",
con:false
}
}
},{
egg:"A brown egg with two dark marks on it. It is surprisingly tough.",
rarity:"Uncommon",
steps:7680,
evos:{
"Kabuto":{
type:["Rock","Water"],
color:"Brown",
from:null,
con:true
},
"Kabutops":{
type:["Rock","Water"],
color:"Brown",
from:"Kabuto",
con:true
}
}
},{
egg:"A dull purple egg that has markings on it that resemble a fierce face. It's a bit on the heavy side.",
rarity:"Rare",
steps:8960,
evos:{
"Aerodactyl":{
type:["Rock","Flying"],
color:"Purple",
from:null,
con:true
},
"Mega Aerodactyl":{
type:["Rock","Flying"],
color:"Purple",
from:"Aerodactyl",
con:false
}
}
},{
egg:"A dark teal egg with a single tan spot on the front. It shakes around a bit if you bring food near it.",
rarity:"Rare",
steps:10240,
evos:{
"Munchlax":{
type:["Normal"],
color:"Black",
from:null,
con:true
},
"Snorlax":{
type:["Normal"],
color:"Black",
from:"Munchlax",
con:false
},
"Gmax Snorlax":{
type:["Normal"],
color:"Black",
from:"Snorlax",
con:false
}
}
},{
egg:"A blue egg with a bizarre dark blue pattern on the top and an odd beak-like pattern on the front. The air around this egg is unbearably cold at times.",
rarity:"Very Rare",
steps:20480,
evos:{
"Articuno":{
type:["Ice","Flying"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A yellow egg with a bizarre black pattern on it. It's often dangerous to touch it, because doing so might result in a really bad shock.",
rarity:"Very Rare",
steps:20480,
evos:{
"Zapdos":{
type:["Electric","Flying"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A yellow-orange egg with a tan spot on the front and several orange flame-like markings. It's difficult to hold for extended periods of time due to being so hot.",
rarity:"Very Rare",
steps:20480,
evos:{
"Moltres":{
type:["Fire","Flying"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A pale blue egg with two grey spots on it. The lower spot is larger than the top one. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Dratini":{
type:["Dragon"],
color:"Blue",
from:null,
con:true
},
"Dragonair":{
type:["Dragon"],
color:"Blue",
from:"Dratini",
con:true
},
"Dragonite":{
type:["Dragon","Flying"],
color:"Brown",
from:"Dragonair",
con:true
}
}
},{
egg:"A grey egg with bizarre markings on the top and a purple blotch on the bottom. A mysterious power radiates from it.",
rarity:"Very Rare",
steps:30720,
evos:{
"Mewtwo":{
type:["Psychic"],
color:"Purple",
from:null,
con:true
},
"Mega Mewtwo X":{
type:["Psychic","Fighting"],
color:"Purple",
from:"Mewtwo",
con:false
},
"Mega Mewtwo Y":{
type:["Psychic"],
color:"Purple",
from:"Mewtwo",
con:false
},
"Armored Mewtwo [V1998]":{
type:["Psychic"],
color:"Purple",
from:"Mewtwo",
con:false
},
"Armored Mewtwo [V2019]":{
type:["Psychic"],
color:"Purple",
from:"Mewtwo",
con:false
}
}
},{
egg:"A plain bright pink egg. It doesn't seem like the most unique thing ever....",
rarity:"Very Rare",
steps:30720,
evos:{
"Mew":{
type:["Psychic"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A pale green egg with a line of green dots around it. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Chikorita":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Bayleef":{
type:["Grass"],
color:"Green",
from:"Chikorita",
con:true
},
"Meganium":{
type:["Grass"],
color:"Green",
from:"Bayleef",
con:true
}
}
},{
egg:"A dark blue egg with a tan bottom. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Cyndaquil":{
type:["Fire"],
color:"Yellow",
from:null,
con:true
},
"Quilava":{
type:["Fire"],
color:"Yellow",
from:"Cyndaquil",
con:true,
minLv:14
},
"Hisuian Typhlosion":{
type:["Fire","Ghost"],
color:"Yellow",
from:"Quilava",
con:true
},
"Typhlosion":{
type:["Fire"],
color:"Yellow",
from:"Quilava",
con:true
}
}
},{
egg:"A blue egg with a big tan mark on it and a couple dark blue spots. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Totodile":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Croconaw":{
type:["Water"],
color:"Blue",
from:"Totodile",
con:true
},
"Feraligatr":{
type:["Water"],
color:"Blue",
from:"Croconaw",
con:true
}
}
},{
egg:"A tan egg with a big light circle marking on the front. Sometimes shakes a bit when it's touched.",
rarity:"Common",
steps:3840,
evos:{
"Sentret":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Furret":{
type:["Normal"],
color:"Brown",
from:"Sentret",
con:true
}
}
},{
egg:"A brown egg with an odd black marking on the front. Its presence is a bit hypnotic.",
rarity:"Common",
steps:3840,
evos:{
"Hoothoot":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
},
"Noctowl":{
type:["Normal","Flying"],
color:"Brown",
from:"Hoothoot",
con:true,
minLv:20
},
"Noctowl [Curator]":{
type:["Normal","Flying"],
color:"Brown",
from:"Hoothoot",
con:false
}
}
},{
egg:"A red-orange egg that has several black spots all over it. Said to be the egg of some sort of bug.",
rarity:"Common",
steps:3840,
evos:{
"Ledyba":{
type:["Bug","Flying"],
color:"Red",
from:null,
con:true
},
"Ledian":{
type:["Bug","Flying"],
color:"Red",
from:"Ledyba",
con:true
}
}
},{
egg:"A bright green egg with three dark markings on it. The markings resemble a face. Said to be the egg of some sort of bug.",
rarity:"Common",
steps:3840,
evos:{
"Spinarak":{
type:["Bug","Poison"],
color:"Green",
from:null,
con:true
},
"Ariados":{
type:["Bug","Poison"],
color:"Red",
from:"Spinarak",
con:true
}
}
},{
egg:"A blue egg with two yellow spots on it. Touching it might shock you.",
rarity:"Common",
steps:5120,
evos:{
"Chinchou":{
type:["Water","Electric"],
color:"Blue",
from:null,
con:true
},
"Lanturn":{
type:["Water","Electric"],
color:"Blue",
from:"Chinchou",
con:true
}
}
},{
egg:"A white egg with several small red and blue marks on it. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:2560,
evos:{
"Togepi":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Togetic":{
type:["Fairy","Flying"],
color:"White",
from:"Togepi",
con:false
},
"Togekiss":{
type:["Fairy","Flying"],
color:"White",
from:"Togetic",
con:false
}
}
},{
egg:"A green egg with a red top, yellow spots, and black marks. It radiates a mysterious power.",
rarity:"Common",
steps:5120,
evos:{
"Natu":{
type:["Psychic","Flying"],
color:"Green",
from:null,
con:true
},
"Xatu":{
type:["Psychic","Flying"],
color:"Green",
from:"Natu",
con:true
}
}
},{
egg:"A blue egg with a yellow top and a grey spot on the back. Touching it sometimes shocks you.",
rarity:"Uncommon",
steps:5120,
evos:{
"Mareep":{
type:["Electric"],
color:"White",
from:null,
con:true
},
"Flaaffy":{
type:["Electric"],
color:"Pink",
from:"Mareep",
con:true
},
"Ampharos":{
type:["Electric"],
color:"Yellow",
from:"Flaaffy",
con:true,
minLv:30
},
"Mega Ampharos":{
type:["Electric","Dragon"],
color:"Yellow",
from:"Ampharos",
con:false
},
"Mareep [Sheared]":{
type:["Electric"],
color:"Blue",
from:"Mareep",
con:false
},
"Flaaffy [Sheared]":{
type:["Electric"],
color:"Pink",
from:"Mareep [Sheared]",
con:true
},
"Ampharos [Woolly]":{
type:["Electric"],
color:"Yellow",
from:"Flaaffy [Sheared]",
con:true
}
}
},{
egg:"A blue egg with two light blue spots on it. It bounces around sometimes.",
rarity:"Common",
steps:2560,
evos:{
"Azurill":{
type:["Normal","Fairy"],
color:"Blue",
from:null,
con:true
},
"Marill":{
type:["Water","Fairy"],
color:"Blue",
from:"Azurill",
con:false
},
"Azumarill":{
type:["Water","Fairy"],
color:"Blue",
from:"Marill",
con:true
}
}
},{
egg:"A brown egg with a green top and one small tan spot. It is surprisingly tough.",
rarity:"Common",
steps:5120,
evos:{
"Bonsly":{
type:["Rock"],
color:"Brown",
from:null,
con:true
},
"Sudowoodo":{
type:["Rock"],
color:"Brown",
from:"Bonsly",
con:false
}
}
},{
egg:"A red egg with a green top, two yellow spots, and a black mark. It is surprisingly light.",
rarity:"Common",
steps:5120,
evos:{
"Hoppip":{
type:["Grass","Flying"],
color:"Pink",
from:null,
con:true
},
"Skiploom":{
type:["Grass","Flying"],
color:"Green",
from:"Hoppip",
con:true
},
"Jumpluff":{
type:["Grass","Flying"],
color:"Blue",
from:"Skiploom",
con:true
}
}
},{
egg:"A purple egg with a big tan blotch on the front. It seems to have good balance for an egg, since it never falls over.",
rarity:"Uncommon",
steps:5120,
evos:{
"Aipom":{
type:["Normal"],
color:"Purple",
from:null,
con:true
},
"Ambipom":{
type:["Normal"],
color:"Purple",
from:"Aipom",
con:false
}
}
},{
egg:"A yellow egg with three vertical stripes coming from the bottom. This egg seems to be covered in what appears to be dew.",
rarity:"Common",
steps:5120,
evos:{
"Sunkern":{
type:["Grass"],
color:"Yellow",
from:null,
con:true
},
"Sunflora":{
type:["Grass"],
color:"Yellow",
from:"Sunkern",
con:false
}
}
},{
egg:"A bright green egg with red on the top and bottom. It's supposed to be the egg of a bug.",
rarity:"Uncommon",
steps:5120,
evos:{
"Yanma":{
type:["Bug","Flying"],
color:"Red",
from:null,
con:true
},
"Yanmega":{
type:["Bug","Flying"],
color:"Green",
from:"Yanma",
con:false
}
}
},{
egg:"A blue egg with a purple spot and three wavy blue lines on the front. It's covered in slime....",
rarity:"Common",
steps:5120,
evos:{
"Wooper":{
type:["Water","Ground"],
color:"Blue",
from:null,
con:true
},
"Quagsire":{
type:["Water","Ground"],
color:"Blue",
from:"Wooper",
con:true
}
}
},{
egg:"A brown egg with a pink spot and a dark brown marking on the front. It's covered in slime....",
rarity:"Common",
steps:5120,
evos:{
"Paldean Wooper":{
type:["Poison","Ground"],
color:"Brown",
from:null,
con:true
},
"Clodsire":{
type:["Poison","Ground"],
color:"Brown",
from:"Paldean Wooper",
con:true
}
}
},{
egg:"A dark blue egg with a yellow beak-like mark on the front. It's supposed to be the egg of some sort of bird.",
rarity:"Uncommon",
steps:5120,
evos:{
"Murkrow":{
type:["Dark","Flying"],
color:"Black",
from:null,
con:true
},
"Honchkrow":{
type:["Dark","Flying"],
color:"Black",
from:"Murkrow",
con:false
}
}
},{
egg:"A dark blueish-purple egg with a purple top and several purple spots. It's surprisingly light.",
rarity:"Uncommon",
steps:6400,
evos:{
"Misdreavus":{
type:["Ghost"],
color:"Gray",
from:null,
con:true
},
"Mismagius":{
type:["Ghost"],
color:"Purple",
from:"Misdreavus",
con:false
},
"Mismagius [Master of Illusions]":{
type:["Ghost"],
color:"Purple",
from:"Mismagius",
con:false
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [A]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [B]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [C]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [D]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [E]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [F]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [G]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [H]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [I]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [J]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [K]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [L]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [M]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [N]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [O]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [P]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [Q]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [R]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [S]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [T]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [U]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [V]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [W]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [X]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [Y]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [Z]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [!]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A grey egg with a big white spot on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Unown [?]":{
type:["Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A blue egg with a thin dark zig-zag line on the front. It might hop up to you if you get close to it.",
rarity:"Rare",
steps:5120,
evos:{
"Wynaut":{
type:["Psychic"],
color:"Blue",
from:null,
con:true
},
"Wobbuffet":{
type:["Psychic"],
color:"Blue",
from:"Wynaut",
con:true
}
}
},{
egg:"An egg with a white top, yellow middle, and dark brown bottom. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:5120,
evos:{
"Girafarig":{
type:["Normal","Psychic"],
color:"Yellow",
from:null,
con:true
},
"Farigiraf":{
type:["Normal","Psychic"],
color:"Yellow",
from:"Girafarig",
con:true
}
}
},{
egg:"A light blue egg with several small dark marks all over it. It's surprisingly tough.",
rarity:"Uncommon",
steps:5120,
evos:{
"Pineco":{
type:["Bug"],
color:"Gray",
from:null,
con:true
},
"Forretress":{
type:["Bug","Steel"],
color:"Purple",
from:"Pineco",
con:true
}
}
},{
egg:"A tan egg with two spots and a blue bottom. The patterns form a face. Struggles around sometimes like it's trying to go underground.",
rarity:"Uncommon",
steps:5120,
evos:{
"Dunsparce":{
type:["Normal"],
color:"Yellow",
from:null,
con:true
},
"Dudunsparce [Two-Segment]":{
type:["Normal"],
color:"Yellow",
from:"Dunsparce",
con:true
},
"Dudunsparce [Three-Segment]":{
type:["Normal"],
color:"Yellow",
from:"Dunsparce",
con:false
}
}
},{
egg:"A purple egg with an odd blue mark on the back. It might suddenly hop up to you if you get closer.",
rarity:"Uncommon",
steps:5120,
evos:{
"Gligar":{
type:["Ground","Flying"],
color:"Purple",
from:null,
con:true
},
"Gliscor":{
type:["Ground","Flying"],
color:"Purple",
from:"Gligar",
con:false
}
}
},{
egg:"A pink egg with one light blue wavy stripe on it. It seems oddly cute in a way.",
rarity:"Common",
steps:5120,
evos:{
"Snubbull":{
type:["Fairy"],
color:"Pink",
from:null,
con:true
},
"Granbull":{
type:["Fairy"],
color:"Purple",
from:"Snubbull",
con:true
}
}
},{
egg:"An egg that is blue on the top and tan on the bottom. It is covered with pointy spikes.",
rarity:"Uncommon",
steps:5120,
evos:{
"Qwilfish":{
type:["Water","Poison"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"An egg that is navy on the top and white on the bottom. It is covered with pointy spikes.",
rarity:"Uncommon",
steps:5120,
evos:{
"Hisuian Qwilfish":{
type:["Dark","Poison"],
color:"Black",
from:null,
con:true
},
"Overqwil":{
type:["Dark","Poison"],
color:"Black",
from:"Hisuian Qwilfish",
con:true
}
}
},{
egg:"A red egg with several peach-coloured spots. It is unbelievably tough.",
rarity:"Rare",
steps:5120,
evos:{
"Shuckle":{
type:["Bug","Rock"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A blue egg with odd markings on the bottom half. It's a bit on the heavy side.",
rarity:"Rare",
steps:6400,
evos:{
"Heracross":{
type:["Bug","Fighting"],
color:"Blue",
from:null,
con:true
},
"Mega Heracross":{
type:["Bug","Fighting"],
color:"Blue",
from:"Heracross",
con:false
}
}
},{
egg:"A blue egg with two dark blotches and one small yellow spot. It has a fierce look to it and is cold to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Sneasel":{
type:["Dark","Ice"],
color:"Black",
from:null,
con:true
},
"Weavile":{
type:["Dark","Ice"],
color:"Black",
from:"Sneasel",
con:false
}
}
},{
egg:"A gray egg with some purple blotches and one small yellow spot. It has a fierce look to it.",
rarity:"Common",
steps:5120,
evos:{
"Hisuian Sneasel":{
type:["Fighting","Poison"],
color:"Gray",
from:null,
con:true
},
"Sneasler":{
type:["Fighting","Poison"],
color:"Blue",
from:"Hisuian Sneasel",
con:false
}
}
},{
egg:"A brown egg with a tan spot on the front. There is a band on the top that resembles a crescent.",
rarity:"Common",
steps:5120,
evos:{
"Teddiursa":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Ursaring":{
type:["Normal"],
color:"Brown",
from:"Teddiursa",
con:true,
minLv:30
},
"Ursaluna":{
type:["Ground","Normal"],
color:"Brown",
from:"Ursaring",
con:false
},
"Ursaluna [Bloodmoon]":{
type:["Ground","Normal"],
color:"Brown",
from:"Ursaring",
con:false
}
}
},{
egg:"A bright orange egg with two yellow spots. It's hot to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Slugma":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Magcargo":{
type:["Fire","Rock"],
color:"Red",
from:"Slugma",
con:true
}
}
},{
egg:"A brown egg with several dark stripes. It's cold to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Swinub":{
type:["Ice","Ground"],
color:"Brown",
from:null,
con:true
},
"Piloswine":{
type:["Ice","Ground"],
color:"Brown",
from:"Swinub",
con:true
},
"Mamoswine":{
type:["Ice","Ground"],
color:"Brown",
from:"Piloswine",
con:false
}
}
},{
egg:"A pink egg with a pretty white pattern on the bottom. It also has several white spots on it. It is surprisingly tough.",
rarity:"Uncommon",
steps:5120,
evos:{
"Corsola":{
type:["Water","Rock"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A white egg with a pretty gray pattern on the bottom. It also has several gray spots on it. It is surprisingly light.",
rarity:"Uncommon",
steps:5120,
evos:{
"Galarian Corsola":{
type:["Ghost"],
color:"White",
from:null,
con:true
},
"Cursola":{
type:["Ghost"],
color:"White",
from:"Galarian Corsola",
con:true
}
}
},{
egg:"A dark brown egg with a peculiar dark marking on it. It's supposed to be the egg of a bird.",
rarity:"Rare",
steps:5120,
evos:{
"Galarian Farfetch'd":{
type:["Fighting"],
color:"Brown",
from:null,
con:true
},
"Sirfetch'd":{
type:["Fighting"],
color:"White",
from:"Galarian Farfetch'd",
con:false
}
}
},{
egg:"A light blue egg that has a line marking and two dark blue stripes. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Remoraid":{
type:["Water"],
color:"Gray",
from:null,
con:true
},
"Octillery":{
type:["Water"],
color:"Red",
from:"Remoraid",
con:true
}
}
},{
egg:"A white egg with a red top and a yellow spot on the front. It's cold to the touch.",
rarity:"Uncommon",
steps:5120,
evos:{
"Delibird":{
type:["Ice","Flying"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A blue egg with two red spots and a light line. The spots and line form a smiley face. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:6400,
evos:{
"Mantyke":{
type:["Water","Flying"],
color:"Blue",
from:null,
con:true
},
"Mantine":{
type:["Water","Flying"],
color:"Purple",
from:"Mantyke",
con:true
}
}
},{
egg:"A pale blue egg that is shiny like steel. It is incredibly tough.",
rarity:"Rare",
steps:6400,
evos:{
"Skarmory":{
type:["Steel","Flying"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A black egg with a brown blotch on it. It radiates heat.",
rarity:"Common",
steps:5120,
evos:{
"Houndour":{
type:["Dark","Fire"],
color:"Black",
from:null,
con:true
},
"Houndoom":{
type:["Dark","Fire"],
color:"Black",
from:"Houndour",
con:true
},
"Mega Houndoom":{
type:["Dark","Fire"],
color:"Black",
from:"Houndoom",
con:false
}
}
},{
egg:"A light blue egg with odd pink blotches on it. It's surprisingly tough.",
rarity:"Common",
steps:5120,
evos:{
"Phanpy":{
type:["Ground"],
color:"Blue",
from:null,
con:true
},
"Donphan":{
type:["Ground"],
color:"Gray",
from:"Phanpy",
con:true
}
}
},{
egg:"A light brown egg with several tan blotches on it. Its presence is hypnotic.",
rarity:"Rare",
steps:5120,
evos:{
"Stantler":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Wyrdeer":{
type:["Normal","Psychic"],
color:"Gray",
from:"Stantler",
con:false
}
}
},{
egg:"A dull tan egg with an odd green blotch on the top. The green top feels a bit slimy....",
rarity:"Uncommon",
steps:5120,
evos:{
"Smeargle":{
type:["Normal"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A black egg with a small pink blotch on the top and a larger one near the bottom. It's a bit difficult to lift up.",
rarity:"Rare",
steps:5120,
evos:{
"Miltank":{
type:["Normal"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"An egg with a purple top, grey and white middle, and yellow bottom. Touching it is incredibly dangerous, as it may end up giving you a powerful shock.",
rarity:"Very Rare",
steps:20480,
evos:{
"Raikou":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"An egg with a bizarre pattern consisting of yellow, orange, white, and brown. The egg is very difficult to hold for very long because it radiates an incredible amount of heat.",
rarity:"Very Rare",
steps:20480,
evos:{
"Entei":{
type:["Fire"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A purple egg with a bizarrely shaped blue blotch on the front. This blue blotch shines like a beautiful crystal. The egg emits a mysterious power.",
rarity:"Very Rare",
steps:20480,
evos:{
"Suicune":{
type:["Water"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A pale green egg with a red blotch on the front and two small dark spots. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Larvitar":{
type:["Rock","Ground"],
color:"Green",
from:null,
con:true
},
"Pupitar":{
type:["Rock","Ground"],
color:"Gray",
from:"Larvitar",
con:true
},
"Tyranitar":{
type:["Rock","Dark"],
color:"Green",
from:"Pupitar",
con:true,
minLv:55
},
"Mega Tyranitar":{
type:["Rock","Dark"],
color:"Green",
from:"Tyranitar",
con:false
}
}
},{
egg:"A white egg with two bizarre light purple patches. It radiates a mysterious power. It sometimes seems like its presence causes the clouds in the sky to turn dark grey.",
rarity:"Very Rare",
steps:30720,
evos:{
"Lugia":{
type:["Psychic","Flying"],
color:"White",
from:null,
con:true
}
}
},{
egg:"An orange egg with two bizarre grey patches and an odd yellow beak-like pattern on the front. It sometimes seems like its presence causes a rainbow to appear in the sky.",
rarity:"Very Rare",
steps:30720,
evos:{
"Ho-oh":{
type:["Fire","Flying"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A light pale green egg with a dark blotch on the top and side. It radiates a wondrous power....",
rarity:"Very Rare",
steps:30720,
evos:{
"Celebi":{
type:["Psychic","Grass"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A green egg with a red blotch near the bottom. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Treecko":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Grovyle":{
type:["Grass"],
color:"Green",
from:"Treecko",
con:true
},
"Sceptile":{
type:["Grass"],
color:"Green",
from:"Grovyle",
con:true
},
"Mega Sceptile":{
type:["Grass","Dragon"],
color:"Green",
from:"Sceptile",
con:false
}
}
},{
egg:"An orange egg with a yellow top and a couple of yellow spots. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Torchic":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Combusken":{
type:["Fire","Fighting"],
color:"Red",
from:"Torchic",
con:true
},
"Blaziken":{
type:["Fire","Fighting"],
color:"Red",
from:"Combusken",
con:true
},
"Mega Blaziken":{
type:["Fire","Fighting"],
color:"Red",
from:"Blaziken",
con:false
}
}
},{
egg:"An egg that is half blue and half grey with two orange spots. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Mudkip":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Marshtomp":{
type:["Water","Ground"],
color:"Blue",
from:"Mudkip",
con:true
},
"Swampert":{
type:["Water","Ground"],
color:"Blue",
from:"Marshtomp",
con:true
},
"Mega Swampert":{
type:["Water","Ground"],
color:"Blue",
from:"Swampert",
con:false
}
}
},{
egg:"A grey egg with a big black blotch on the front. The blotch has a small red spot on it. Sometimes shakes a bit if it's touched.",
rarity:"Common",
steps:3840,
evos:{
"Poochyena":{
type:["Dark"],
color:"Gray",
from:null,
con:true
},
"Mightyena":{
type:["Dark"],
color:"Gray",
from:"Poochyena",
con:true
}
}
},{
egg:"A brown egg with a large tan zig-zag pattern on the middle. Sometimes shakes a bit if it's touched.",
rarity:"Common",
steps:3840,
evos:{
"Zigzagoon":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Linoone":{
type:["Normal"],
color:"White",
from:"Zigzagoon",
con:true
}
}
},{
egg:"A black egg with a large white zig-zag pattern on the middle. It's constantly shaking.",
rarity:"Common",
steps:3840,
evos:{
"Galarian Zigzagoon":{
type:["Dark","Normal"],
color:"Gray",
from:null,
con:true
},
"Galarian Linoone":{
type:["Dark","Normal"],
color:"Gray",
from:"Galarian Zigzagoon",
con:true
},
"Obstagoon":{
type:["Dark","Normal"],
color:"Gray",
from:"Galarian Linoone",
con:false
}
}
},{
egg:"A pale red egg with a tan blotch on the bottom and a yellow spot near the top. It's said to be the egg of some sort of bug.",
rarity:"Common",
steps:3840,
evos:{
"Wurmple":{
type:["Bug"],
color:"Red",
from:null,
con:true
},
"Wurmple [Party Hat]":{
type:["Bug"],
color:"Red",
from:"Wurmple",
con:false
},
"Silcoon":{
type:["Bug"],
color:"White",
from:"Wurmple",
con:true
},
"Beautifly":{
type:["Bug","Flying"],
color:"Yellow",
from:"Silcoon",
con:true
},
"Cascoon":{
type:["Bug"],
color:"Purple",
from:"Wurmple",
con:true
},
"Dustox":{
type:["Bug","Poison"],
color:"Green",
from:"Cascoon",
con:true
}
}
},{
egg:"A blue egg with a green top and a yellow band on the front. The egg is slightly damp.",
rarity:"Common",
steps:3840,
evos:{
"Lotad":{
type:["Water","Grass"],
color:"Green",
from:null,
con:true
},
"Lombre":{
type:["Water","Grass"],
color:"Green",
from:"Lotad",
con:true
},
"Ludicolo":{
type:["Water","Grass"],
color:"Green",
from:"Lombre",
con:false
}
}
},{
egg:"A light brown egg with a grey top. It has a tan blotch on the front. It's supposed to be the egg of a plant.",
rarity:"Common",
steps:3840,
evos:{
"Seedot":{
type:["Grass"],
color:"Brown",
from:null,
con:true
},
"Nuzleaf":{
type:["Grass","Dark"],
color:"Brown",
from:"Seedot",
con:true
},
"Shiftry":{
type:["Grass","Dark"],
color:"Brown",
from:"Nuzleaf",
con:false
}
}
},{
egg:"A blue egg with a red blotch on it. The blotch also has a yellow spot on it. It's supposed to be the egg of a common bird.",
rarity:"Common",
steps:3840,
evos:{
"Taillow":{
type:["Normal","Flying"],
color:"Blue",
from:null,
con:true
},
"Swellow":{
type:["Normal","Flying"],
color:"Blue",
from:"Taillow",
con:true
}
}
},{
egg:"A white egg with two blue stripes. There is a yellow and black spot on the front. It's supposed to be the egg of a common bird.",
rarity:"Common",
steps:5120,
evos:{
"Wingull":{
type:["Water","Flying"],
color:"White",
from:null,
con:true
},
"Pelipper":{
type:["Water","Flying"],
color:"Yellow",
from:"Wingull",
con:true
}
}
},{
egg:"An egg that is green on the top and white on the bottom. It also has an odd red blotch on the green top. It feels like it's trying to sense your emotions.",
rarity:"Uncommon",
steps:5120,
evos:{
"Ralts":{
type:["Psychic","Fairy"],
color:"White",
from:null,
con:true
},
"Kirlia":{
type:["Psychic","Fairy"],
color:"White",
from:"Ralts",
con:true
},
"Gardevoir":{
type:["Psychic","Fairy"],
color:"White",
from:"Kirlia",
con:true,
minLv:30
},
"Mega Gardevoir":{
type:["Psychic","Fairy"],
color:"White",
from:"Gardevoir",
con:false
},
"Gallade":{
type:["Psychic","Fighting"],
color:"White",
from:"Kirlia",
con:false
},
"Mega Gallade":{
type:["Psychic","Fighting"],
color:"White",
from:"Gallade",
con:false
}
}
},{
egg:"A blue egg that has a strange yellow blotch on the top. The egg is slightly damp.",
rarity:"Common",
steps:3840,
evos:{
"Surskit":{
type:["Bug","Water"],
color:"Blue",
from:null,
con:true
},
"Masquerain":{
type:["Bug","Flying"],
color:"Blue",
from:"Surskit",
con:true
}
}
},{
egg:"A brown egg with several green spots all over it. The egg is covered with dust.",
rarity:"Uncommon",
steps:3840,
evos:{
"Shroomish":{
type:["Grass"],
color:"Brown",
from:null,
con:true
},
"Breloom":{
type:["Grass","Fighting"],
color:"Green",
from:"Shroomish",
con:true
}
}
},{
egg:"A brown egg with two dark spots and a small red spot. It doesn't react to anything at all.",
rarity:"Rare",
steps:3840,
evos:{
"Slakoth":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Vigoroth":{
type:["Normal"],
color:"White",
from:"Slakoth",
con:true
},
"Slaking":{
type:["Normal"],
color:"Brown",
from:"Vigoroth",
con:true
}
}
},{
egg:"A plain white egg with a thin wavy line going across it. Supposed to be the egg of some sort of bug.",
rarity:"Uncommon",
steps:3840,
evos:{
"Nincada":{
type:["Bug","Ground"],
color:"Gray",
from:null,
con:true
},
"Ninjask":{
type:["Bug","Flying"],
color:"Yellow",
from:"Nincada",
con:true
},
"Shedinja":{
type:["Bug","Ghost"],
color:"Brown",
from:"Nincada",
con:true
}
}
},{
egg:"A pink egg with several markings on the front and two yellow blotches on the sides. It makes a weird noise when touched sometimes.",
rarity:"Common",
steps:5120,
evos:{
"Whismur":{
type:["Normal"],
color:"Pink",
from:null,
con:true
},
"Loudred":{
type:["Normal"],
color:"Blue",
from:"Whismur",
con:true
},
"Exploud":{
type:["Normal"],
color:"Blue",
from:"Loudred",
con:true,
minLv:40
}
}
},{
egg:"A yellow egg with two red circle markings on the sides. It's a bit difficult to lift up.",
rarity:"Common",
steps:5120,
evos:{
"Makuhita":{
type:["Fighting"],
color:"Yellow",
from:null,
con:true
},
"Hariyama":{
type:["Fighting"],
color:"Brown",
from:"Makuhita",
con:true
}
}
},{
egg:"A grey egg with two dark spots and a big red blotch. The blotch resembles a nose in shape.",
rarity:"Rare",
steps:5120,
evos:{
"Nosepass":{
type:["Rock"],
color:"Gray",
from:null,
con:true
},
"Probopass":{
type:["Rock","Steel"],
color:"Gray",
from:"Nosepass",
con:false
}
}
},{
egg:"A pink egg with a tan blotch on the front and bottom. It seems oddly cute in a way.",
rarity:"Uncommon",
steps:3840,
evos:{
"Skitty":{
type:["Normal"],
color:"Pink",
from:null,
con:true
},
"Delcatty":{
type:["Normal"],
color:"Purple",
from:"Skitty",
con:false
}
}
},{
egg:"A purple egg with a light blue spot on the front of it. The spot shines like a pretty gem.",
rarity:"Uncommon",
steps:6400,
evos:{
"Sableye":{
type:["Dark","Ghost"],
color:"Purple",
from:null,
con:true
},
"Mega Sableye":{
type:["Dark","Ghost"],
color:"Purple",
from:"Sableye",
con:false
}
}
},{
egg:"A grey egg with a yellow spot on the front. On the bottom, there is a band that looks like teeth. It shines like steel.",
rarity:"Uncommon",
steps:5120,
evos:{
"Mawile":{
type:["Steel","Fairy"],
color:"Black",
from:null,
con:true
},
"Mega Mawile":{
type:["Steel","Fairy"],
color:"Black",
from:"Mawile",
con:false
}
}
},{
egg:"A grey egg that is incredibly tough. It has several markings and shines like steel.",
rarity:"Common",
steps:8960,
evos:{
"Aron":{
type:["Steel","Rock"],
color:"Gray",
from:null,
con:true
},
"Lairon":{
type:["Steel","Rock"],
color:"Gray",
from:"Aron",
con:true,
minLv:32
},
"Aggron":{
type:["Steel","Rock"],
color:"Gray",
from:"Lairon",
con:true,
minLv:42
},
"Mega Aggron":{
type:["Steel"],
color:"Gray",
from:"Aggron",
con:false
}
}
},{
egg:"An egg that is grey, blue, and dark grey from top to bottom. It shakes a bit if it's touched.",
rarity:"Common",
steps:5120,
evos:{
"Meditite":{
type:["Fighting","Psychic"],
color:"Blue",
from:null,
con:true
},
"Medicham":{
type:["Fighting","Psychic"],
color:"Red",
from:"Meditite",
con:true
},
"Mega Medicham":{
type:["Fighting","Psychic"],
color:"Red",
from:"Medicham",
con:false
}
}
},{
egg:"A green egg with several yellow blotches on it. Touching it may shock you.",
rarity:"Common",
steps:5120,
evos:{
"Electrike":{
type:["Electric"],
color:"Green",
from:null,
con:true
},
"Manectric":{
type:["Electric"],
color:"Yellow",
from:"Electrike",
con:true
},
"Mega Manectric":{
type:["Electric"],
color:"Yellow",
from:"Manectric",
con:false
}
}
},{
egg:"A pale yellow egg with two pale red spots. It's supposed to be part of a pair.",
rarity:"Common",
steps:5120,
evos:{
"Plusle":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A pale yellow egg with two pale blue spots. It's supposed to be part of a pair.",
rarity:"Common",
steps:5120,
evos:{
"Minun":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A grey egg with a red band across the back. It's supposed to be part of a pair.",
rarity:"Uncommon",
steps:3840,
evos:{
"Volbeat":{
type:["Bug"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A pale blue egg with a purple band across the back. It's supposed to be part of a pair.",
rarity:"Uncommon",
steps:3840,
evos:{
"Illumise":{
type:["Bug"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"An egg that is several different shades of green. It seems to enjoy sunlight.",
rarity:"Common",
steps:5120,
evos:{
"Budew":{
type:["Grass","Poison"],
color:"Green",
from:null,
con:true
},
"Roselia":{
type:["Grass","Poison"],
color:"Green",
from:"Budew",
con:false
},
"Roserade":{
type:["Grass","Poison"],
color:"Green",
from:"Roselia",
con:false
}
}
},{
egg:"A pale green egg with two dark diamond-shaped spots and a yellow top. It shakes around if you bring food near it.",
rarity:"Uncommon",
steps:5120,
evos:{
"Gulpin":{
type:["Poison"],
color:"Green",
from:null,
con:true
},
"Swalot":{
type:["Poison"],
color:"Purple",
from:"Gulpin",
con:true
}
}
},{
egg:"A red and blue egg with several yellow markings. It has a very rough texture that is similar to sandpaper.",
rarity:"Uncommon",
steps:5120,
evos:{
"Carvanha":{
type:["Water","Dark"],
color:"Red",
from:null,
con:true
},
"Sharpedo":{
type:["Water","Dark"],
color:"Blue",
from:"Carvanha",
con:true
},
"Mega Sharpedo":{
type:["Water","Dark"],
color:"Blue",
from:"Sharpedo",
con:false
}
}
},{
egg:"An egg that is blue on top and tan on the bottom. It has a strange white marking on the front. It looks like it'd take a while to hatch.",
rarity:"Uncommon",
steps:10240,
evos:{
"Wailmer":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Wailord":{
type:["Water"],
color:"Blue",
from:"Wailmer",
con:true
}
}
},{
egg:"An egg with a green top, yellow middle, and tan bottom. It radiates heat.",
rarity:"Common",
steps:5120,
evos:{
"Numel":{
type:["Fire","Ground"],
color:"Yellow",
from:null,
con:true
},
"Camerupt":{
type:["Fire","Ground"],
color:"Red",
from:"Numel",
con:true
},
"Mega Camerupt":{
type:["Fire","Ground"],
color:"Red",
from:"Camerupt",
con:false
}
}
},{
egg:"A black egg covered in odd markings with a red top and two red spots. It radiates heat.",
rarity:"Rare",
steps:5120,
evos:{
"Torkoal":{
type:["Fire"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A grey egg with a pink top and two pink spots. It bounces around sometimes.",
rarity:"Common",
steps:5120,
evos:{
"Spoink":{
type:["Psychic"],
color:"Black",
from:null,
con:true
},
"Grumpig":{
type:["Psychic"],
color:"Purple",
from:"Spoink",
con:true
}
}
},{
egg:"A tan egg with a red bottom. It has a faint spiral pattern on the front. It falls over a lot as if it were dizzy.",
rarity:"Uncommon",
steps:3840,
evos:{
"Spinda":{
type:["Normal"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"An orange egg with a white band going across it. It's covered in sand.",
rarity:"Common",
steps:5120,
evos:{
"Trapinch":{
type:["Ground"],
color:"Brown",
from:null,
con:true
},
"Vibrava":{
type:["Ground","Dragon"],
color:"Green",
from:"Trapinch",
con:true
},
"Flygon":{
type:["Ground","Dragon"],
color:"Green",
from:"Vibrava",
con:true
}
}
},{
egg:"A green egg with several dark spots all over it. It has a bit of a prickly texture.",
rarity:"Common",
steps:5120,
evos:{
"Cacnea":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Cacturne":{
type:["Grass","Dark"],
color:"Green",
from:"Cacnea",
con:true
}
}
},{
egg:"A blue egg with two white blotches on the sides. It is surprisingly light.",
rarity:"Uncommon",
steps:5120,
evos:{
"Swablu":{
type:["Normal","Flying"],
color:"Blue",
from:null,
con:true
},
"Altaria":{
type:["Dragon","Flying"],
color:"Blue",
from:"Swablu",
con:true
},
"Mega Altaria":{
type:["Dragon","Fairy"],
color:"Blue",
from:"Altaria",
con:false
},
"Altaria [Constellation]":{
type:["Dragon","Flying"],
color:"Blue",
from:"Altaria",
con:false
},
"Altaria [Cosmic]":{
type:["Dragon","Flying"],
color:"Blue",
from:"Altaria",
con:true
},
"Zhenyin":{
type:["Poison","Flying"],
color:"Purple",
from:"Altaria",
con:false
},
"Simock":{
type:["Dragon","Fairy"],
color:"Blue",
from:"Altaria",
con:false
},
"Altaria [Sundae]":{
type:["Fairy","Flying"],
color:"White",
from:"Altaria",
con:false
}
}
},{
egg:"A white egg with a red M-shape on it. It supposedly has a rival.",
rarity:"Rare",
steps:5120,
evos:{
"Zangoose":{
type:["Normal"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A dark grey egg with a purple S-shape on it. It supposedly has a rival.",
rarity:"Rare",
steps:5120,
evos:{
"Seviper":{
type:["Poison"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A black egg with a tan crescent moon shape on the front.",
rarity:"Rare",
steps:6400,
evos:{
"Lunatone":{
type:["Rock","Psychic"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A light orange egg with an orange sun shape on the front.",
rarity:"Rare",
steps:6400,
evos:{
"Solrock":{
type:["Rock","Psychic"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A grey egg with a dark zigzag marking. The marking could easily be mistaken for a crack. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Barboach":{
type:["Water","Ground"],
color:"Gray",
from:null,
con:true
},
"Whiscash":{
type:["Water","Ground"],
color:"Blue",
from:"Barboach",
con:true
}
}
},{
egg:"An orange egg with a vertical tan band running from the middle and across the bottom. It is surprisingly tough.",
rarity:"Common",
steps:3840,
evos:{
"Corphish":{
type:["Water"],
color:"Red",
from:null,
con:true
},
"Crawdaunt":{
type:["Water","Dark"],
color:"Red",
from:"Corphish",
con:true
}
}
},{
egg:"A brown egg with a strange red pattern on it. It radiates a mysterious power.",
rarity:"Common",
steps:5120,
evos:{
"Baltoy":{
type:["Ground","Psychic"],
color:"Brown",
from:null,
con:true
},
"Claydol":{
type:["Ground","Psychic"],
color:"Black",
from:"Baltoy",
con:true
}
}
},{
egg:"A purple egg with two odd yellow markings on it. It looks kind of creepy....",
rarity:"Uncommon",
steps:7680,
evos:{
"Lileep":{
type:["Rock","Grass"],
color:"Purple",
from:null,
con:true
},
"Cradily":{
type:["Rock","Grass"],
color:"Green",
from:"Lileep",
con:true
}
}
},{
egg:"An egg that is black on the top and dull green on the bottom. The top has two red blotches. It is incredibly tough.",
rarity:"Uncommon",
steps:7680,
evos:{
"Anorith":{
type:["Rock","Bug"],
color:"Gray",
from:null,
con:true
},
"Armaldo":{
type:["Rock","Bug"],
color:"Gray",
from:"Anorith",
con:true
}
}
},{
egg:"A brown egg with several dark brown spots all over it. The egg is slightly damp.",
rarity:"Rare",
steps:5120,
evos:{
"Feebas":{
type:["Water"],
color:"Brown",
from:null,
con:true
},
"Milotic":{
type:["Water"],
color:"Pink",
from:"Feebas",
con:false
}
}
},{
egg:"A grey egg with an oddly-shaped white blotch on the front. It seems to react to the weather.",
rarity:"Rare",
steps:6400,
evos:{
"Castform [Normal]":{
type:["Normal"],
color:"Gray",
from:null,
con:true
},
"Castform [Sunny]":{
type:["Fire"],
color:"Red",
from:"Castform [Normal]",
con:false
},
"Castform [Rain]":{
type:["Water"],
color:"Blue",
from:"Castform [Normal]",
con:false
},
"Castform [Hail]":{
type:["Ice"],
color:"White",
from:"Castform [Normal]",
con:false
}
}
},{
egg:"A green egg with a red zig-zag shaped band going across it. It looks like it disappears at times, if only for a second.",
rarity:"Rare",
steps:5120,
evos:{
"Kecleon":{
type:["Normal"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A plain dull purple egg. Other than being rather light, nothing else seems very unique about it.",
rarity:"Common",
steps:6400,
evos:{
"Shuppet":{
type:["Ghost"],
color:"Black",
from:null,
con:true
},
"Banette":{
type:["Ghost"],
color:"Black",
from:"Shuppet",
con:true
},
"Mega Banette":{
type:["Ghost"],
color:"Black",
from:"Banette",
con:false
}
}
},{
egg:"A dark grey egg that has a tan skull-like pattern on the front and a tan bone-like pattern on the back.",
rarity:"Common",
steps:6400,
evos:{
"Duskull":{
type:["Ghost"],
color:"Black",
from:null,
con:true
},
"Dusclops":{
type:["Ghost"],
color:"Black",
from:"Duskull",
con:true
},
"Dusknoir":{
type:["Ghost"],
color:"Black",
from:"Dusclops",
con:false
}
}
},{
egg:"An egg that is green on the top and brown on the bottom. There is a yellow blotch on the front that resembles a fruit.",
rarity:"Rare",
steps:6400,
evos:{
"Tropius":{
type:["Grass","Flying"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A yellow egg with a red and white band going across the top. It makes a quiet jingle sound sometimes.",
rarity:"Uncommon",
steps:6400,
evos:{
"Chingling":{
type:["Psychic"],
color:"Yellow",
from:null,
con:true
},
"Chimecho":{
type:["Psychic"],
color:"Blue",
from:"Chingling",
con:false
}
}
},{
egg:"A white egg with an odd dull blue pattern on it. It seems to panic from time to time.",
rarity:"Rare",
steps:6400,
evos:{
"Absol":{
type:["Dark"],
color:"White",
from:null,
con:true
},
"Mega Absol":{
type:["Dark"],
color:"White",
from:"Absol",
con:false
}
}
},{
egg:"A yellow egg with a black blotch on the front that is outlined with red. It is cold to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Snorunt":{
type:["Ice"],
color:"Gray",
from:null,
con:true
},
"Glalie":{
type:["Ice"],
color:"Gray",
from:"Snorunt",
con:true
},
"Mega Glalie":{
type:["Ice"],
color:"Gray",
from:"Glalie",
con:false
},
"Froslass":{
type:["Ice","Ghost"],
color:"White",
from:"Snorunt",
con:false
}
}
},{
egg:"A blue egg with a tan blotch on the front and several white spots. It rolls around sometimes.",
rarity:"Uncommon",
steps:5120,
evos:{
"Spheal":{
type:["Ice","Water"],
color:"Blue",
from:null,
con:true
},
"Sealeo":{
type:["Ice","Water"],
color:"Blue",
from:"Spheal",
con:true
},
"Walrein":{
type:["Ice","Water"],
color:"Blue",
from:"Sealeo",
con:true
}
}
},{
egg:"A pink egg with a blue bottom and top. It is surprisingly tough.",
rarity:"Uncommon",
steps:5120,
evos:{
"Clamperl":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Huntail":{
type:["Water"],
color:"Blue",
from:"Clamperl",
con:false
},
"Gorebyss":{
type:["Water"],
color:"Pink",
from:"Clamperl",
con:false
}
}
},{
egg:"An egg that is almost white. It has markings on it that resemble cracks, but it is rather tough. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Relicanth":{
type:["Water","Rock"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A flesh-coloured egg. It has three white spots that look similar to a little face. The egg is slightly damp.",
rarity:"Uncommon",
steps:5120,
evos:{
"Luvdisc":{
type:["Water"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A blue egg with an odd grey blotch on the top and a tan blotch on the bottom. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Bagon":{
type:["Dragon"],
color:"Blue",
from:null,
con:true
},
"Shelgon":{
type:["Dragon"],
color:"White",
from:"Bagon",
con:true
},
"Salamence":{
type:["Dragon","Flying"],
color:"Blue",
from:"Shelgon",
con:true
},
"Mega Salamence":{
type:["Dragon","Flying"],
color:"Blue",
from:"Salamence",
con:false
}
}
},{
egg:"A blue egg with an oddly shaped blotch on the front. It is incredibly tough. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Beldum":{
type:["Steel","Psychic"],
color:"Blue",
from:null,
con:true
},
"Metang":{
type:["Steel","Psychic"],
color:"Blue",
from:"Beldum",
con:true
},
"Metagross":{
type:["Steel","Psychic"],
color:"Blue",
from:"Metang",
con:true
},
"Mega Metagross":{
type:["Steel","Psychic"],
color:"Blue",
from:"Metagross",
con:false
}
}
},{
egg:"A tan egg with a bizarre orange dot pattern on the front. It is incredibly tough and has the texture of a rock.",
rarity:"Very Rare",
steps:20480,
evos:{
"Regirock":{
type:["Rock"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A light pale blue egg with a bizarre yellow dot pattern on the front. It is incredibly cold to the touch.",
rarity:"Very Rare",
steps:20480,
evos:{
"Regice":{
type:["Ice"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A dark grey egg with a bizarre pale red dot pattern on the front. It shines brightly like steel.",
rarity:"Very Rare",
steps:20480,
evos:{
"Registeel":{
type:["Steel"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre pink marking on it. It radiates a mysterious power. It's supposed to be part of a pair.",
rarity:"Very Rare",
steps:30720,
evos:{
"Latias":{
type:["Dragon","Psychic"],
color:"Red",
from:null,
con:true
},
"Mega Latias":{
type:["Dragon","Psychic"],
color:"Purple",
from:"Latias",
con:false
}
}
},{
egg:"A grey egg with a bizarre blue marking on it. It radiates a mysterious power. It's supposed to be part of a pair.",
rarity:"Very Rare",
steps:30720,
evos:{
"Latios":{
type:["Dragon","Psychic"],
color:"Blue",
from:null,
con:true
},
"Mega Latios":{
type:["Dragon","Psychic"],
color:"Purple",
from:"Latios",
con:false
}
}
},{
egg:"A blue egg with a bizarre red pattern on the front that glows. It seems like its presence causes it to rain lightly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Kyogre":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Primal Kyogre [Primal]":{
type:["Water"],
color:"Blue",
from:"Kyogre",
con:false
}
}
},{
egg:"A red egg with a bizarre blue pattern on the front that glows. It seems like its presence causes it to become sunny.",
rarity:"Very Rare",
steps:30720,
evos:{
"Groudon":{
type:["Ground"],
color:"Red",
from:null,
con:true
},
"Primal Groudon [Primal]":{
type:["Ground","Fire"],
color:"Red",
from:"Groudon",
con:false
}
}
},{
egg:"A green egg with a bizarre yellow pattern on the front that glows. It seems like its presence makes the weather calm.",
rarity:"Very Rare",
steps:30720,
evos:{
"Rayquaza":{
type:["Dragon","Flying"],
color:"Green",
from:null,
con:true
},
"Mega Rayquaza":{
type:["Dragon","Flying"],
color:"Green",
from:"Rayquaza",
con:false
}
}
},{
egg:"A white egg with a yellow top and a blue marking. It has a brilliant sheen.",
rarity:"Very Rare",
steps:30720,
evos:{
"Jirachi":{
type:["Steel","Psychic"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A red-orange egg with a bizarre black patch on the bottom. The blueish-purple spot on the front shines like a gem.",
rarity:"Very Rare",
steps:30720,
evos:{
"Deoxys [Normal]":{
type:["Psychic"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A black egg with a bizarre pattern that also consists of a red-orange band. The blueish-purple spot on the front shines like a gem. It feels like it is radiating an incredible power.",
rarity:"Very Rare",
steps:30720,
evos:{
"Deoxys [Attack]":{
type:["Psychic"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A red-orange egg with teal markings on it. The blueish-purple spot on the front shines like a gem. It is incredibly tough.",
rarity:"Very Rare",
steps:30720,
evos:{
"Deoxys [Defense]":{
type:["Psychic"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A black egg with a bizarre pattern. The blueish-purple spot on the front shines like a gem. It moves around sometimes like it's in a hurry to go somewhere.",
rarity:"Very Rare",
steps:30720,
evos:{
"Deoxys [Speed]":{
type:["Psychic"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"This egg is brown, pale green, and yellow from top to bottom. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Turtwig":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Grotle":{
type:["Grass"],
color:"Green",
from:"Turtwig",
con:true
},
"Torterra":{
type:["Grass","Ground"],
color:"Green",
from:"Grotle",
con:true,
minLv:32
}
}
},{
egg:"An orange egg with a big tan blotch on the front. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Chimchar":{
type:["Fire"],
color:"Brown",
from:null,
con:true
},
"Monferno":{
type:["Fire","Fighting"],
color:"Brown",
from:"Chimchar",
con:true,
minLv:14
},
"Infernape":{
type:["Fire","Fighting"],
color:"Brown",
from:"Monferno",
con:true
}
}
},{
egg:"A blue egg with white and light blue blotches on the bottom. Something seems vaguely familiar about it....",
rarity:"Rare",
steps:5120,
evos:{
"Piplup":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Prinplup":{
type:["Water"],
color:"Blue",
from:"Piplup",
con:true
},
"Empoleon":{
type:["Water","Steel"],
color:"Blue",
from:"Prinplup",
con:true
}
}
},{
egg:"A dark grey egg with a huge white blotch on the front and across the bottom. It's said to be the egg of a common bird.",
rarity:"Common",
steps:3840,
evos:{
"Starly":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
},
"Staravia":{
type:["Normal","Flying"],
color:"Brown",
from:"Starly",
con:true
},
"Staraptor":{
type:["Normal","Flying"],
color:"Brown",
from:"Staravia",
con:true
}
}
},{
egg:"A brown egg with a marking on the front that consists of tan, dark brown, red, and white. It doesn't react to anything at all.",
rarity:"Common",
steps:3840,
evos:{
"Bidoof":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Bibarel":{
type:["Normal","Water"],
color:"Brown",
from:"Bidoof",
con:true
}
}
},{
egg:"A dull brown egg that is pale red and pale yellow on the bottom half. Said to be the egg of some sort of bug.",
rarity:"Common",
steps:3840,
evos:{
"Kricketot":{
type:["Bug"],
color:"Red",
from:null,
con:true
},
"Kricketune":{
type:["Bug"],
color:"Red",
from:"Kricketot",
con:true
}
}
},{
egg:"A dull dark blue egg with a yellow x-like shape on the front. Touching it may shock you.",
rarity:"Common",
steps:5120,
evos:{
"Shinx":{
type:["Electric"],
color:"Blue",
from:null,
con:true
},
"Luxio":{
type:["Electric"],
color:"Blue",
from:"Shinx",
con:true
},
"Luxray":{
type:["Electric"],
color:"Blue",
from:"Luxio",
con:true
}
}
},{
egg:"A grey egg that has an odd blue marking on the top. The blue marking is very hard.",
rarity:"Uncommon",
steps:7680,
evos:{
"Cranidos":{
type:["Rock"],
color:"Blue",
from:null,
con:true
},
"Rampardos":{
type:["Rock"],
color:"Blue",
from:"Cranidos",
con:true
}
}
},{
egg:"A black egg with odd silver markings on it. It is incredibly tough.",
rarity:"Uncommon",
steps:7680,
evos:{
"Shieldon":{
type:["Rock","Steel"],
color:"Gray",
from:null,
con:true
},
"Bastiodon":{
type:["Rock","Steel"],
color:"Gray",
from:"Shieldon",
con:true
}
}
},{
egg:"An egg that is grey on the top and green on the bottom. There are supposed to be two other eggs similar to it.",
rarity:"Common",
steps:3840,
evos:{
"Burmy [Grass]":{
type:["Bug"],
color:"Green",
from:null,
con:true
},
"Burmy [Cloakless]":{
type:["Bug"],
color:"Gray",
from:"Burmy [Grass]",
con:false
},
"Wormadam [Grass]":{
type:["Bug","Grass"],
color:"Green",
from:"Burmy [Grass]",
con:false
},
"Mothim":{
type:["Bug","Flying"],
color:"Yellow",
from:"Burmy [Grass]",
con:false
}
}
},{
egg:"An egg that is grey on the top and tan on the bottom. There are supposed to be two other eggs similar to it.",
rarity:"Common",
steps:3840,
evos:{
"Burmy [Ground]":{
type:["Bug"],
color:"Brown",
from:null,
con:true
},
"Wormadam [Ground]":{
type:["Bug","Ground"],
color:"Brown",
from:"Burmy [Ground]",
con:false
}
}
},{
egg:"An egg that is grey on the top and pink on the bottom. There are supposed to be two other eggs similar to it.",
rarity:"Common",
steps:3840,
evos:{
"Burmy [Steel]":{
type:["Bug"],
color:"Red",
from:null,
con:true
},
"Wormadam [Steel]":{
type:["Bug","Steel"],
color:"Red",
from:"Burmy [Steel]",
con:false
}
}
},{
egg:"A gold egg with two black stripes running across it. It makes a buzzing noise sometimes.",
rarity:"Uncommon",
steps:3840,
evos:{
"Combee":{
type:["Bug","Flying"],
color:"Yellow",
from:null,
con:true
},
"Vespiquen":{
type:["Bug","Flying"],
color:"Yellow",
from:"Combee",
con:false
}
}
},{
egg:"A white egg with a blue blotch on the top and two yellow spots near the bottom. Touching it may shock you.",
rarity:"Common",
steps:2560,
evos:{
"Pachirisu":{
type:["Electric"],
color:"White",
from:null,
con:true
}
}
},{
egg:"An orange egg with two small tan blotches on the front. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Buizel":{
type:["Water"],
color:"Brown",
from:null,
con:true
},
"Floatzel":{
type:["Water"],
color:"Brown",
from:"Buizel",
con:true
}
}
},{
egg:"A pink egg with a green blotch on the top. It appears to react to sunlight.",
rarity:"Common",
steps:5120,
evos:{
"Cherubi":{
type:["Grass"],
color:"Pink",
from:null,
con:true
},
"Cherrim [Bud]":{
type:["Grass"],
color:"Purple",
from:"Cherubi",
con:false
},
"Cherrim [Sunny]":{
type:["Grass"],
color:"Pink",
from:"Cherrim [Bud]",
con:false
},
"Cherrim [Damp]":{
type:["Grass","Water"],
color:"Blue",
from:"Cherrim [Sunny]",
con:false
},
"Cherrim [Frost]":{
type:["Grass","Ice"],
color:"Blue",
from:"Cherrim [Bud]",
con:false
},
"Cherrim [Heat]":{
type:["Grass","Fire"],
color:"Brown",
from:"Cherrim [Sunny]",
con:false
}
}
},{
egg:"An egg with a pink top and white bottom that is divided by a yellow band. It's completely covered in slime....",
rarity:"Common",
steps:5120,
evos:{
"Shellos [West]":{
type:["Water"],
color:"Purple",
from:null,
con:true
},
"Gastrodon [West]":{
type:["Water","Ground"],
color:"Purple",
from:"Shellos [West]",
con:true
}
}
},{
egg:"An egg with a blue top and green bottom that is divided by a yellow band. It's completely covered in slime....",
rarity:"Common",
steps:5120,
evos:{
"Shellos [East]":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Gastrodon [East]":{
type:["Water","Ground"],
color:"Blue",
from:"Shellos [East]",
con:true
}
}
},{
egg:"A purple egg with a yellow x-shape on it. It is surprisingly light.",
rarity:"Uncommon",
steps:7680,
evos:{
"Drifloon":{
type:["Ghost","Flying"],
color:"Purple",
from:null,
con:true
},
"Drifblim":{
type:["Ghost","Flying"],
color:"Purple",
from:"Drifloon",
con:true
}
}
},{
egg:"A brown egg with two tan blotches on the sides. It bounces around sometimes.",
rarity:"Common",
steps:5120,
evos:{
"Buneary":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Lopunny":{
type:["Normal"],
color:"Brown",
from:"Buneary",
con:false
},
"Mega Lopunny":{
type:["Normal","Fighting"],
color:"Brown",
from:"Lopunny",
con:false
}
}
},{
egg:"A pale blue egg with a few white blotches all over it. It makes an odd purring noise when touched sometimes.",
rarity:"Common",
steps:5120,
evos:{
"Glameow":{
type:["Normal"],
color:"Gray",
from:null,
con:true
},
"Purugly":{
type:["Normal"],
color:"Gray",
from:"Glameow",
con:true
}
}
},{
egg:"From the foul smell that comes from this purple and tan egg, you'd think it was rotten....",
rarity:"Common",
steps:5120,
evos:{
"Stunky":{
type:["Poison","Dark"],
color:"Purple",
from:null,
con:true
},
"Skuntank":{
type:["Poison","Dark"],
color:"Purple",
from:"Stunky",
con:true
}
}
},{
egg:"A blue egg with an odd pattern on the front that shines like steel. It is incredibly tough.",
rarity:"Uncommon",
steps:5120,
evos:{
"Bronzor":{
type:["Steel","Psychic"],
color:"Green",
from:null,
con:true
},
"Bronzong":{
type:["Steel","Psychic"],
color:"Green",
from:"Bronzor",
con:true
}
}
},{
egg:"An egg that is a colourful mixture of white, blue, yellow, and green. It makes a strange noise when touched.",
rarity:"Uncommon",
steps:5120,
evos:{
"Chatot":{
type:["Normal","Flying"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A purple egg with several small green spots all over it. It glows eerily....",
rarity:"Rare",
steps:7680,
evos:{
"Spiritomb":{
type:["Ghost","Dark"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"An egg that is teal on the top and orange on the bottom. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Gible":{
type:["Dragon","Ground"],
color:"Blue",
from:null,
con:true
},
"Gabite":{
type:["Dragon","Ground"],
color:"Blue",
from:"Gible",
con:true
},
"Garchomp":{
type:["Dragon","Ground"],
color:"Blue",
from:"Gabite",
con:true
},
"Mega Garchomp":{
type:["Dragon","Ground"],
color:"Blue",
from:"Garchomp",
con:false
}
}
},{
egg:"A bold blue egg with a dark grey pattern on it. A faint aura appears around it sometimes.",
rarity:"Rare",
steps:6400,
evos:{
"Riolu":{
type:["Fighting"],
color:"Blue",
from:null,
con:true
},
"Lucario":{
type:["Fighting","Steel"],
color:"Blue",
from:"Riolu",
con:false
},
"Mega Lucario":{
type:["Fighting","Steel"],
color:"Blue",
from:"Lucario",
con:false
}
}
},{
egg:"A tan egg with two darker spots on it. It's covered in sand.",
rarity:"Common",
steps:7680,
evos:{
"Hippopotas":{
type:["Ground"],
color:"Brown",
from:null,
con:true
},
"Hippowdon":{
type:["Ground"],
color:"Brown",
from:"Hippopotas",
con:true
}
}
},{
egg:"A dark purple egg with two turquoise spots near the top. It might hop around a bit when touched.",
rarity:"Uncommon",
steps:5120,
evos:{
"Skorupi":{
type:["Poison","Bug"],
color:"Purple",
from:null,
con:true
},
"Drapion":{
type:["Poison","Dark"],
color:"Purple",
from:"Skorupi",
con:true
}
}
},{
egg:"A dark dull blue egg with a white band going across the bottom of it. It has a very dry surface.",
rarity:"Common",
steps:2560,
evos:{
"Croagunk":{
type:["Poison","Fighting"],
color:"Blue",
from:null,
con:true
},
"Toxicroak":{
type:["Poison","Fighting"],
color:"Blue",
from:"Croagunk",
con:true
}
}
},{
egg:"A dull green egg with several darker spots on it. It shakes if it is touched sometimes. It's supposed to be the egg of a plant.",
rarity:"Uncommon",
steps:6400,
evos:{
"Carnivine":{
type:["Grass"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"An egg that is dark blue on top and light blue on the bottom. The two colours are separated by a pink line. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Finneon":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Lumineon":{
type:["Water"],
color:"Blue",
from:"Finneon",
con:true
}
}
},{
egg:"An egg that is grey on the top and brown on the bottom. It is cold to the touch.",
rarity:"Uncommon",
steps:5120,
evos:{
"Snover":{
type:["Grass","Ice"],
color:"White",
from:null,
con:true
},
"Abomasnow":{
type:["Grass","Ice"],
color:"White",
from:"Snover",
con:true
},
"Mega Abomasnow":{
type:["Grass","Ice"],
color:"White",
from:"Abomasnow",
con:false
}
}
},{
egg:"A light blue egg with a big orange blotch on the front. Touching it may shock you.",
rarity:"Rare",
steps:5120,
evos:{
"Rotom [Normal]":{
type:["Electric","Ghost"],
color:"Red",
from:null,
con:true
},
"Rotom [Heat]":{
type:["Electric","Fire"],
color:"Red",
from:"Rotom [Normal]",
con:false
},
"Rotom [Wash]":{
type:["Electric","Water"],
color:"Red",
from:"Rotom [Normal]",
con:false
},
"Rotom [Freeze]":{
type:["Electric","Ice"],
color:"Red",
from:"Rotom [Normal]",
con:false
},
"Rotom [Fan]":{
type:["Electric","Flying"],
color:"Red",
from:"Rotom [Normal]",
con:false
},
"Rotom [Mow]":{
type:["Electric","Grass"],
color:"Red",
from:"Rotom [Normal]",
con:false
},
"Rotom [Dex]":{
type:["Electric","Ghost"],
color:"Red",
from:"Rotom [Normal]",
con:false
}
}
},{
egg:"A tan egg with a small red spot and a light pale blue swirl on the bottom. Said to be part of a trio.",
rarity:"Very Rare",
steps:20480,
evos:{
"Uxie":{
type:["Psychic"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A pink egg with a small red spot and a light pale blue blotch on the bottom. Said to be part of a trio.",
rarity:"Very Rare",
steps:20480,
evos:{
"Mesprit":{
type:["Psychic"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A blue egg with a small red spot and a light pale blue blotch on the bottom. Said to be part of a trio.",
rarity:"Very Rare",
steps:20480,
evos:{
"Azelf":{
type:["Psychic"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A grey egg with a bizarre pattern. There is a blue spot in the middle that shines like a gem. It seems like time around it is being affected by its presence.",
rarity:"Very Rare",
steps:30720,
evos:{
"Dialga":{
type:["Steel","Dragon"],
color:"White",
from:null,
con:true
},
"Dialga [Origin]":{
type:["Steel","Dragon"],
color:"Blue",
from:"Dialga",
con:true
}
}
},{
egg:"A white and purple egg with a bizarre pattern. There is a red spot in the middle that shines like a gem. It feels like the space around it is being affected by its presence.",
rarity:"Very Rare",
steps:30720,
evos:{
"Palkia":{
type:["Water","Dragon"],
color:"Purple",
from:null,
con:true
},
"Palkia [Origin]":{
type:["Water","Dragon"],
color:"Purple",
from:"Palkia",
con:true
}
}
},{
egg:"A grey egg that is shiny like steel. It has bizarre markings and two dark red spots. It's often hard to approach due to radiating an incredible amount of heat.",
rarity:"Very Rare",
steps:2560,
evos:{
"Heatran":{
type:["Fire","Steel"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A yellow egg with a green spot on the side and a bizarre black dot pattern on the front. It is incredibly heavy.",
rarity:"Very Rare",
steps:30720,
evos:{
"Regigigas":{
type:["Normal"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A grey and yellow egg. It has bizarre markings and two red spots like eyes. It gives off a very eerie and uncomfortable vibe....",
rarity:"Very Rare",
steps:30720,
evos:{
"Giratina [Another]":{
type:["Ghost","Dragon"],
color:"Black",
from:null,
con:true
},
"Giratina [Origin]":{
type:["Ghost","Dragon"],
color:"Black",
from:"Giratina [Another]",
con:false
}
}
},{
egg:"A purple egg with a bizarre yellow band on it that resembles a crescent moon. It radiates a mysterious power.",
rarity:"Very Rare",
steps:30720,
evos:{
"Cresselia":{
type:["Psychic"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A light blue egg with two small darker spots on it. The egg is slightly damp.",
rarity:"Rare",
steps:10240,
evos:{
"Phione":{
type:["Water"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A transparent blue egg with many yellow spots and a red centre. It is frequently illustrated in books and said to be from the bottom of the sea.",
rarity:"Very Rare",
steps:2560,
evos:{
"Manaphy":{
type:["Water"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A white egg with a black pattern. The power that it radiates feels incredibly dark. Standing around it for too long can make you very drowsy....",
rarity:"Very Rare",
steps:30720,
evos:{
"Darkrai":{
type:["Dark"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A green egg with a cute little pink flower pattern on the side. Any flowers near it bloom beautifully.",
rarity:"Very Rare",
steps:30720,
evos:{
"Shaymin [Land]":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Shaymin [Sky]":{
type:["Grass","Flying"],
color:"Green",
from:"Shaymin [Land]",
con:false
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus":{
type:["Normal"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Bug]":{
type:["Bug"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Dark]":{
type:["Dark"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Dragon]":{
type:["Dragon"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Electric]":{
type:["Electric"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Fairy]":{
type:["Fairy"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Fighting]":{
type:["Fighting"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Fire]":{
type:["Fire"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Flying]":{
type:["Flying"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Ghost]":{
type:["Ghost"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Grass]":{
type:["Grass"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Ground]":{
type:["Ground"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Ice]":{
type:["Ice"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Poison]":{
type:["Poison"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Psychic]":{
type:["Psychic"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Rock]":{
type:["Rock"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Steel]":{
type:["Steel"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A white egg with a bizarre golden blotch on the back. An amazing power radiates from it. It glows brilliantly.",
rarity:"Very Rare",
steps:30720,
evos:{
"Arceus [Water]":{
type:["Water"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A tan and bold orange egg with a unique pattern on it. It radiates a ton of heat.",
rarity:"Very Rare",
steps:30720,
evos:{
"Victini":{
type:["Psychic","Fire"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A bold green egg that is decorated with fanciful yellow swirls.",
rarity:"Rare",
steps:5120,
evos:{
"Snivy":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Servine":{
type:["Grass"],
color:"Green",
from:"Snivy",
con:true
},
"Serperior":{
type:["Grass"],
color:"Green",
from:"Servine",
con:true
}
}
},{
egg:"A rather warm egg whose colours consist of yellow, black, and orange.",
rarity:"Rare",
steps:5120,
evos:{
"Tepig":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Pignite":{
type:["Fire","Fighting"],
color:"Red",
from:"Tepig",
con:true
},
"Emboar":{
type:["Fire","Fighting"],
color:"Red",
from:"Pignite",
con:true
}
}
},{
egg:"A blue egg that, oddly enough, appears to have a seashell on it.",
rarity:"Rare",
steps:5120,
evos:{
"Oshawott":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Dewott":{
type:["Water"],
color:"Blue",
from:"Oshawott",
con:true
},
"Samurott":{
type:["Water"],
color:"Blue",
from:"Dewott",
con:true
},
"Hisuian Samurott":{
type:["Water","Dark"],
color:"Blue",
from:"Dewott",
con:true
}
}
},{
egg:"A brown egg with strange tan and black markings. It hops around a bit if you touch it.",
rarity:"Common",
steps:3840,
evos:{
"Patrat":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Watchog":{
type:["Normal"],
color:"Brown",
from:"Patrat",
con:true
}
}
},{
egg:"A brown egg with a big black marking on the front. It hops around if you touch it.",
rarity:"Common",
steps:3840,
evos:{
"Lillipup":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Herdier":{
type:["Normal"],
color:"Gray",
from:"Lillipup",
con:true
},
"Stoutland":{
type:["Normal"],
color:"Gray",
from:"Herdier",
con:true
}
}
},{
egg:"A dark purple egg covered in strange yellow spots. It keeps making weird noises.",
rarity:"Uncommon",
steps:5120,
evos:{
"Purrloin":{
type:["Dark"],
color:"Purple",
from:null,
con:true
},
"Liepard":{
type:["Dark"],
color:"Purple",
from:"Purrloin",
con:true,
minLv:20
}
}
},{
egg:"A tan egg with a green print on the front. Said to be part of a trio.",
rarity:"Uncommon",
steps:5120,
evos:{
"Pansage":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Simisage":{
type:["Grass"],
color:"Green",
from:"Pansage",
con:false
}
}
},{
egg:"A tan egg with an orange print on the front. Said to be part of a trio.",
rarity:"Uncommon",
steps:5120,
evos:{
"Pansear":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Simisear":{
type:["Fire"],
color:"Red",
from:"Pansear",
con:false
}
}
},{
egg:"A tan egg with a blue print on the front. Said to be part of a trio.",
rarity:"Uncommon",
steps:5120,
evos:{
"Panpour":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Simipour":{
type:["Water"],
color:"Blue",
from:"Panpour",
con:false
}
}
},{
egg:"A pink egg with a purple floral pattern on it. Being around it makes you feel sleepy.",
rarity:"Rare",
steps:2560,
evos:{
"Munna":{
type:["Psychic"],
color:"Pink",
from:null,
con:true
},
"Musharna":{
type:["Psychic"],
color:"Pink",
from:"Munna",
con:false
}
}
},{
egg:"A grey egg with a lighter blotch on the front. It hops around if you touch it.",
rarity:"Common",
steps:3840,
evos:{
"Pidove":{
type:["Normal","Flying"],
color:"Gray",
from:null,
con:true
},
"Tranquill":{
type:["Normal","Flying"],
color:"Gray",
from:"Pidove",
con:true
},
"Unfezant":{
type:["Normal","Flying"],
color:"Gray",
from:"Tranquill",
con:true
}
}
},{
egg:"A black egg with a striking white pattern on it. It might shock you if you touch it.",
rarity:"Common",
steps:5120,
evos:{
"Blitzle":{
type:["Electric"],
color:"Black",
from:null,
con:true
},
"Zebstrika":{
type:["Electric"],
color:"Black",
from:"Blitzle",
con:true
}
}
},{
egg:"A dark blue egg with a yellow mark on the front. It's as hard as a rock.",
rarity:"Common",
steps:3840,
evos:{
"Roggenrola":{
type:["Rock"],
color:"Blue",
from:null,
con:true
},
"Boldore":{
type:["Rock"],
color:"Blue",
from:"Roggenrola",
con:true
},
"Gigalith":{
type:["Rock"],
color:"Blue",
from:"Boldore",
con:false
}
}
},{
egg:"A light blue egg with a strange pink ball on the top. The ball has a heart shape on it.",
rarity:"Common",
steps:3840,
evos:{
"Woobat":{
type:["Psychic","Flying"],
color:"Blue",
from:null,
con:true
},
"Swoobat":{
type:["Psychic","Flying"],
color:"Blue",
from:"Woobat",
con:false
}
}
},{
egg:"A black egg with a blue pattern going around it. It's completely covered in dirt.",
rarity:"Uncommon",
steps:5120,
evos:{
"Drilbur":{
type:["Ground"],
color:"Gray",
from:null,
con:true
},
"Excadrill":{
type:["Ground","Steel"],
color:"Gray",
from:"Drilbur",
con:true
}
}
},{
egg:"A tan egg with a light pink pattern wrapping around it. It has an odd, comforting feel.",
rarity:"Uncommon",
steps:5120,
evos:{
"Audino":{
type:["Normal"],
color:"Pink",
from:null,
con:true
},
"Mega Audino":{
type:["Normal","Fairy"],
color:"White",
from:"Audino",
con:false
}
}
},{
egg:"A brown egg that looks like it has a pink vein on its side. It's surprisingly tough.",
rarity:"Common",
steps:5120,
evos:{
"Timburr":{
type:["Fighting"],
color:"Gray",
from:null,
con:true
},
"Gurdurr":{
type:["Fighting"],
color:"Gray",
from:"Timburr",
con:true
},
"Conkeldurr":{
type:["Fighting"],
color:"Brown",
from:"Gurdurr",
con:false
}
}
},{
egg:"A bold blue egg that has a line of bumps on it. It's always making weird noises.",
rarity:"Common",
steps:5120,
evos:{
"Tympole":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Palpitoad":{
type:["Water","Ground"],
color:"Blue",
from:"Tympole",
con:true
},
"Seismitoad":{
type:["Water","Ground"],
color:"Blue",
from:"Palpitoad",
con:true
}
}
},{
egg:"A red egg with an odd black marking on the front. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:5120,
evos:{
"Throh":{
type:["Fighting"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A blue egg with an odd black marking on the front. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:5120,
evos:{
"Sawk":{
type:["Fighting"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A green egg that looks more like a curled up leaf than an actual egg.",
rarity:"Common",
steps:3840,
evos:{
"Sewaddle":{
type:["Bug","Grass"],
color:"Green",
from:null,
con:true
},
"Swadloon":{
type:["Bug","Grass"],
color:"Green",
from:"Sewaddle",
con:true
},
"Leavanny":{
type:["Bug","Grass"],
color:"Green",
from:"Swadloon",
con:false
}
}
},{
egg:"A red egg with a strange green pattern wrapping around it. Said to be the egg of a bug.",
rarity:"Uncommon",
steps:3840,
evos:{
"Venipede":{
type:["Bug","Poison"],
color:"Red",
from:null,
con:true
},
"Whirlipede":{
type:["Bug","Poison"],
color:"Gray",
from:"Venipede",
con:true
},
"Scolipede":{
type:["Bug","Poison"],
color:"Red",
from:"Whirlipede",
con:true
}
}
},{
egg:"A white egg with a soft texture. There's a strange green protrusion on the front of the egg.",
rarity:"Uncommon",
steps:5120,
evos:{
"Cottonee":{
type:["Grass","Fairy"],
color:"Green",
from:null,
con:true
},
"Whimsicott":{
type:["Grass","Fairy"],
color:"Green",
from:"Cottonee",
con:false
}
}
},{
egg:"A white egg with a pretty light green pattern wrapping around it. It hops around sometimes.",
rarity:"Uncommon",
steps:5120,
evos:{
"Petilil":{
type:["Grass"],
color:"Gray",
from:null,
con:true
},
"Lilligant":{
type:["Grass"],
color:"Green",
from:"Petilil",
con:false
},
"Hisuian Lilligant":{
type:["Grass","Fighting"],
color:"Green",
from:"Petilil",
con:false
}
}
},{
egg:"A green egg with a big red stripe on it. It might hop closer to you if you touch it.",
rarity:"Common",
steps:10240,
evos:{
"Basculin [Red]":{
type:["Water"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A green egg with a big blue stripe on it. It might hop closer to you if you touch it.",
rarity:"Common",
steps:10240,
evos:{
"Basculin [Blue]":{
type:["Water"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A green egg with a big white stripe on it. It might hop closer to you if you touch it.",
rarity:"Common",
steps:10240,
evos:{
"Basculin [White]":{
type:["Water"],
color:"Green",
from:null,
con:true
},
"Basculegion":{
type:["Water","Ghost"],
color:"Green",
from:"Basculin [White]",
con:false
}
}
},{
egg:"A brown egg with a strange black marking on the front. It's completely covered in sand.",
rarity:"Common",
steps:5120,
evos:{
"Sandile":{
type:["Ground","Dark"],
color:"Brown",
from:null,
con:true
},
"Krokorok":{
type:["Ground","Dark"],
color:"Brown",
from:"Sandile",
con:true
},
"Krookodile":{
type:["Ground","Dark"],
color:"Red",
from:"Krokorok",
con:true
}
}
},{
egg:"A bright red egg with yellow markings all over it. It's hot to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Darumaka":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Darmanitan [Normal]":{
type:["Fire"],
color:"Red",
from:"Darumaka",
con:true
},
"Darmanitan [Daruma]":{
type:["Fire","Psychic"],
color:"Blue",
from:"Darmanitan [Normal]",
con:false
}
}
},{
egg:"A white egg that is covered in various blue crystals. It's cold to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Galarian Darumaka":{
type:["Ice"],
color:"White",
from:null,
con:true
},
"Galarian Darmanitan [Normal]":{
type:["Ice"],
color:"White",
from:"Galarian Darumaka",
con:false
},
"Galarian Darmanitan [Zen Mode]":{
type:["Ice","Fire"],
color:"White",
from:"Galarian Darmanitan [Normal]",
con:false
}
}
},{
egg:"A green egg with pointy yellow spikes towards the top. It's supposed to be the egg of a plant.",
rarity:"Uncommon",
steps:5120,
evos:{
"Maractus":{
type:["Grass"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A brown egg that looks a lot like a chunk out of a rock. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:5120,
evos:{
"Dwebble":{
type:["Bug","Rock"],
color:"Red",
from:null,
con:true
},
"Crustle":{
type:["Bug","Rock"],
color:"Red",
from:"Dwebble",
con:true
}
}
},{
egg:"A pale egg with a strange yellow film on top of it. It's harder than a rock.",
rarity:"Common",
steps:3840,
evos:{
"Scraggy":{
type:["Dark","Fighting"],
color:"Yellow",
from:null,
con:true
},
"Scrafty":{
type:["Dark","Fighting"],
color:"Red",
from:"Scraggy",
con:true
}
}
},{
egg:"A green egg with a black marking around the middle that has two blue spots. It's like it's really staring at you.",
rarity:"Rare",
steps:5120,
evos:{
"Sigilyph":{
type:["Psychic","Flying"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A shiny gold and blue egg with an elaborate pattern on it. It gives off an unsettling vibe....",
rarity:"Common",
steps:6400,
evos:{
"Yamask":{
type:["Ghost"],
color:"Black",
from:null,
con:true
},
"Cofagrigus":{
type:["Ghost"],
color:"Yellow",
from:"Yamask",
con:true
}
}
},{
egg:"A rough brown egg covered in a snaking red pattern. It seems to be barely held together somehow. It gives off an unsettling vibe...",
rarity:"Common",
steps:6400,
evos:{
"Galarian Yamask":{
type:["Ground","Ghost"],
color:"Black",
from:null,
con:true
},
"Runerigus":{
type:["Ground","Ghost"],
color:"Gray",
from:"Galarian Yamask",
con:false
}
}
},{
egg:"A dark grey egg with a very rough surface. It's as hard as a rock.",
rarity:"Uncommon",
steps:7680,
evos:{
"Tirtouga":{
type:["Water","Rock"],
color:"Blue",
from:null,
con:true
},
"Carracosta":{
type:["Water","Rock"],
color:"Blue",
from:"Tirtouga",
con:true
}
}
},{
egg:"An egg that is half blue and half yellow. It has many red feathers sticking out of it.",
rarity:"Uncommon",
steps:7680,
evos:{
"Archen":{
type:["Rock","Flying"],
color:"Yellow",
from:null,
con:true
},
"Archeops":{
type:["Rock","Flying"],
color:"Yellow",
from:"Archen",
con:true
}
}
},{
egg:"A dark green egg with a peculiar pattern on it. For some reason, it's sitting in a pile of trash.",
rarity:"Common",
steps:5120,
evos:{
"Trubbish":{
type:["Poison"],
color:"Green",
from:null,
con:true
},
"Garbodor":{
type:["Poison"],
color:"Green",
from:"Trubbish",
con:true
},
"Gmax Garbodor":{
type:["Poison"],
color:"Green",
from:"Garbodor",
con:false
}
}
},{
egg:"A black egg with a bizarre red marking on the front. Sometimes the marking will change its shape.",
rarity:"Rare",
steps:6400,
evos:{
"Zorua":{
type:["Dark"],
color:"Gray",
from:null,
con:true
},
"Zoroark":{
type:["Dark"],
color:"Gray",
from:"Zorua",
con:true
}
}
},{
egg:"A light brown egg with several white blotches on it. Its surface is completely clean.",
rarity:"Common",
steps:3840,
evos:{
"Minccino":{
type:["Normal"],
color:"Gray",
from:null,
con:true
},
"Cinccino":{
type:["Normal"],
color:"Gray",
from:"Minccino",
con:false
}
}
},{
egg:"A black egg with a purple swirl along the back of it. It appears to be decorated with a white bow.",
rarity:"Common",
steps:5120,
evos:{
"Gothita":{
type:["Psychic"],
color:"Purple",
from:null,
con:true
},
"Gothorita":{
type:["Psychic"],
color:"Purple",
from:"Gothita",
con:true
},
"Gothitelle":{
type:["Psychic"],
color:"Purple",
from:"Gothorita",
con:true
}
}
},{
egg:"A translucent pale green egg. You can see what's forming inside of it.",
rarity:"Common",
steps:5120,
evos:{
"Solosis":{
type:["Psychic"],
color:"Green",
from:null,
con:true
},
"Duosion":{
type:["Psychic"],
color:"Green",
from:"Solosis",
con:true
},
"Reuniclus":{
type:["Psychic"],
color:"Green",
from:"Duosion",
con:true
}
}
},{
egg:"A white egg with a pale blue blotch on the front. Its surface is surprisingly clean.",
rarity:"Rare",
steps:5120,
evos:{
"Ducklett":{
type:["Water","Flying"],
color:"Blue",
from:null,
con:true
},
"Swanna":{
type:["Water","Flying"],
color:"White",
from:"Ducklett",
con:true,
minLv:35
}
}
},{
egg:"A shiny blue egg with the strangest white pattern on the front of it. It's like it's really staring at you.",
rarity:"Common",
steps:5120,
evos:{
"Vanillite":{
type:["Ice"],
color:"White",
from:null,
con:true
},
"Vanillite [Snowless]":{
type:["Ice","Water"],
color:"Blue",
from:"Vanillite",
con:false
},
"Vanillish":{
type:["Ice"],
color:"White",
from:"Vanillite",
con:true
},
"Vanilluxe":{
type:["Ice"],
color:"White",
from:"Vanillish",
con:true
},
"Vanillishake":{
type:["Ice"],
color:"White",
from:"Vanilluxe",
con:false
},
"Melonait":{
type:["Ice","Grass"],
color:"Green",
from:"Vanilluxe",
con:false
}
}
},{
egg:"A pink egg with a pretty yellow pattern on it. Its colours represent spring well.",
rarity:"Common",
steps:5120,
evos:{
"Deerling [Spring]":{
type:["Normal","Grass"],
color:"Pink",
from:null,
con:true
},
"Sawsbuck [Spring]":{
type:["Normal","Grass"],
color:"Brown",
from:"Deerling [Spring]",
con:true
}
}
},{
egg:"A green egg with a pretty yellow pattern on it. Its colours represent summer well.",
rarity:"Common",
steps:5120,
evos:{
"Deerling [Summer]":{
type:["Normal","Grass"],
color:"Green",
from:null,
con:true
},
"Sawsbuck [Summer]":{
type:["Normal","Grass"],
color:"Brown",
from:"Deerling [Summer]",
con:true
}
}
},{
egg:"An orange egg with a pretty yellow pattern on it. Its colours represent fall well.",
rarity:"Common",
steps:5120,
evos:{
"Deerling [Fall]":{
type:["Normal","Grass"],
color:"Red",
from:null,
con:true
},
"Sawsbuck [Fall]":{
type:["Normal","Grass"],
color:"Brown",
from:"Deerling [Fall]",
con:true
}
}
},{
egg:"A brown egg with a pretty yellow pattern on it. Its colours represent winter well.",
rarity:"Common",
steps:5120,
evos:{
"Deerling [Winter]":{
type:["Normal","Grass"],
color:"Brown",
from:null,
con:true
},
"Sawsbuck [Winter]":{
type:["Normal","Grass"],
color:"Brown",
from:"Deerling [Winter]",
con:true
}
}
},{
egg:"A black egg with a big yellow marking on the front. Touching it may shock you.",
rarity:"Rare",
steps:5120,
evos:{
"Emolga":{
type:["Electric","Flying"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A bold blue egg with a pattern on it consisting of black, cyan, and yellow. It hops around if you touch it.",
rarity:"Common",
steps:3840,
evos:{
"Karrablast":{
type:["Bug"],
color:"Blue",
from:null,
con:true
},
"Escavalier":{
type:["Bug","Steel"],
color:"Gray",
from:"Karrablast",
con:true
}
}
},{
egg:"An egg that is half white and half red with a big spot on the top. It's covered in dust.",
rarity:"Uncommon",
steps:5120,
evos:{
"Foongus":{
type:["Grass","Poison"],
color:"White",
from:null,
con:true
},
"Amoonguss":{
type:["Grass","Poison"],
color:"Gray",
from:"Foongus",
con:true,
minLv:39
}
}
},{
egg:"A light blue egg decorated with pink swirls. It's surprisingly light.",
rarity:"Uncommon",
steps:5120,
evos:{
"Frillish":{
type:["Water","Ghost"],
color:"White",
from:null,
con:true
},
"Jellicent":{
type:["Water","Ghost"],
color:"White",
from:"Frillish",
con:true
}
}
},{
egg:"A bright pink egg with a dark teal heart shape on the front. The egg seems to be damp.",
rarity:"Rare",
steps:10240,
evos:{
"Alomomola":{
type:["Water"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A very tiny yellow and blue egg. It might shock you if you touch it.",
rarity:"Common",
steps:5120,
evos:{
"Joltik":{
type:["Bug","Electric"],
color:"Yellow",
from:null,
con:true
},
"Galvantula":{
type:["Bug","Electric"],
color:"Yellow",
from:"Joltik",
con:true
}
}
},{
egg:"A grey egg that's covered in pointy green spikes. It spins around sometimes.",
rarity:"Common",
steps:5120,
evos:{
"Ferroseed":{
type:["Grass","Steel"],
color:"Gray",
from:null,
con:true
},
"Ferrothorn":{
type:["Grass","Steel"],
color:"Gray",
from:"Ferroseed",
con:true
}
}
},{
egg:"A grey egg with a dark marking on the front and two green spots. It spins around sometimes.",
rarity:"Uncommon",
steps:5120,
evos:{
"Klink":{
type:["Steel"],
color:"Gray",
from:null,
con:true
},
"Klang":{
type:["Steel"],
color:"Gray",
from:"Klink",
con:true
},
"Klinklang":{
type:["Steel"],
color:"Gray",
from:"Klang",
con:true
}
}
},{
egg:"A dark teal egg with small yellow spots on it. It keeps making weird noises.",
rarity:"Rare",
steps:5120,
evos:{
"Tynamo":{
type:["Electric"],
color:"White",
from:null,
con:true
},
"Eelektrik":{
type:["Electric"],
color:"Blue",
from:"Tynamo",
con:true
},
"Eelektross":{
type:["Electric"],
color:"Blue",
from:"Eelektrik",
con:false
}
}
},{
egg:"A pale green egg with a strange black pattern on the front. It has an odd indent on its side.",
rarity:"Uncommon",
steps:5120,
evos:{
"Elgyem":{
type:["Psychic"],
color:"Blue",
from:null,
con:true
},
"Beheeyem":{
type:["Psychic"],
color:"Brown",
from:"Elgyem",
con:true
}
}
},{
egg:"A white egg that looks like it's melting. It's hot to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Litwick":{
type:["Ghost","Fire"],
color:"White",
from:null,
con:true
},
"Lampent":{
type:["Ghost","Fire"],
color:"Black",
from:"Litwick",
con:true
},
"Chandelure":{
type:["Ghost","Fire"],
color:"Black",
from:"Lampent",
con:false
},
"Dreident":{
type:["Steel","Fire"],
color:"Gray",
from:"Litwick",
con:false
},
"Menoralure":{
type:["Steel","Fire"],
color:"Gray",
from:"Dreident",
con:false
}
}
},{
egg:"A green egg with a ring around it. It hops closer to you if you touch it.",
rarity:"Uncommon",
steps:10240,
evos:{
"Axew":{
type:["Dragon"],
color:"Green",
from:null,
con:true
},
"Fraxure":{
type:["Dragon"],
color:"Green",
from:"Axew",
con:true
},
"Haxorus":{
type:["Dragon"],
color:"Yellow",
from:"Fraxure",
con:true
}
}
},{
egg:"An egg that is blue on the top and white on the bottom. It's cold to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Cubchoo":{
type:["Ice"],
color:"White",
from:null,
con:true
},
"Beartic":{
type:["Ice"],
color:"White",
from:"Cubchoo",
con:true
}
}
},{
egg:"An egg with a bizarre pattern that is several different shades of blue. It's cold to the touch.",
rarity:"Rare",
steps:6400,
evos:{
"Cryogonal":{
type:["Ice"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A pink egg with two green stripes and a black marking on the front. It hops around if you touch it.",
rarity:"Common",
steps:3840,
evos:{
"Shelmet":{
type:["Bug"],
color:"Gray",
from:null,
con:true
},
"Accelgor":{
type:["Bug"],
color:"Blue",
from:"Shelmet",
con:true
}
}
},{
egg:"A brown egg with a yellow pattern on the front and bottom. Touching it may shock you.",
rarity:"Common",
steps:5120,
evos:{
"Stunfisk":{
type:["Ground","Electric"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A gray egg with three large green markings. It is incredibly tough, seemingly made of steel.",
rarity:"Uncommon",
steps:5120,
evos:{
"Galarian Stunfisk":{
type:["Ground","Steel"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A pale yellow egg with two black spots and a red band around it. It makes a weird noise when you touch it.",
rarity:"Common",
steps:6400,
evos:{
"Mienfoo":{
type:["Fighting"],
color:"Yellow",
from:null,
con:true
},
"Mienshao":{
type:["Fighting"],
color:"Purple",
from:"Mienfoo",
con:true
}
}
},{
egg:"A blue egg with a wavy brown line running across it. It's covered with several pointy red spikes.",
rarity:"Uncommon",
steps:7680,
evos:{
"Druddigon":{
type:["Dragon"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A blue egg that appears to have a second shell on it. The shell consists of brown, blue, and an odd yellow marking.",
rarity:"Rare",
steps:6400,
evos:{
"Golett":{
type:["Ground","Ghost"],
color:"Green",
from:null,
con:true
},
"Golurk":{
type:["Ground","Ghost"],
color:"Green",
from:"Golett",
con:true
}
}
},{
egg:"An egg that is red on the top and dark grey on the bottom. It might hop closer to you if you touch it.",
rarity:"Common",
steps:5120,
evos:{
"Pawniard":{
type:["Dark","Steel"],
color:"Red",
from:null,
con:true
},
"Bisharp":{
type:["Dark","Steel"],
color:"Red",
from:"Pawniard",
con:true
},
"Kingambit":{
type:["Dark","Steel"],
color:"Black",
from:"Bisharp",
con:false
}
}
},{
egg:"A dark brown egg that appears to have an afro on it. It's a bit on the heavy side.",
rarity:"Uncommon",
steps:5120,
evos:{
"Bouffalant":{
type:["Normal"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A red egg with a dazzling white and blue pattern running across it. It might hop closer to you if you touch it.",
rarity:"Rare",
steps:5120,
evos:{
"Rufflet":{
type:["Normal","Flying"],
color:"White",
from:null,
con:true
},
"Braviary":{
type:["Normal","Flying"],
color:"Red",
from:"Rufflet",
con:true,
minLv:54
},
"Hisuian Braviary":{
type:["Psychic","Flying"],
color:"White",
from:"Rufflet",
con:true
}
}
},{
egg:"It's a plain tan egg. Not terribly exciting.",
rarity:"Rare",
steps:5120,
evos:{
"Vullaby":{
type:["Dark","Flying"],
color:"Brown",
from:null,
con:true
},
"Mandibuzz":{
type:["Dark","Flying"],
color:"Brown",
from:"Vullaby",
con:true
}
}
},{
egg:"A red egg with several yellow stripes on it. There is an odd brown protrusion towards the bottom of the egg.",
rarity:"Common",
steps:5120,
evos:{
"Heatmor":{
type:["Fire"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A grey egg with an odd pattern and several bumps on it. It is incredibly tough.",
rarity:"Common",
steps:5120,
evos:{
"Durant":{
type:["Bug","Steel"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A blue egg that is half covered in a black fuzz. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Deino":{
type:["Dark","Dragon"],
color:"Blue",
from:null,
con:true
},
"Zweilous":{
type:["Dark","Dragon"],
color:"Blue",
from:"Deino",
con:true
},
"Hydreigon":{
type:["Dark","Dragon"],
color:"Blue",
from:"Zweilous",
con:true
}
}
},{
egg:"A bold orange egg with several black spots all over it. It radiates an incredible amount of heat.",
rarity:"Rare",
steps:10240,
evos:{
"Larvesta":{
type:["Bug","Fire"],
color:"White",
from:null,
con:true
},
"Volcarona":{
type:["Bug","Fire"],
color:"White",
from:"Larvesta",
con:true
}
}
},{
egg:"A blue egg with a light blue pattern on the bottom. It is as hard as steel, and has a strange tan protrusion coming out towards the top.",
rarity:"Very Rare",
steps:20480,
evos:{
"Cobalion":{
type:["Steel","Fighting"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A grey egg with a tan pattern on the bottom. It is really heavy, and has a strange yellow protrusion coming out towards the bottom.",
rarity:"Very Rare",
steps:20480,
evos:{
"Terrakion":{
type:["Rock","Fighting"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A green egg with a lighter pattern on the bottom. It has a sleek feel, and has two strange pink protrusions coming out towards the top.",
rarity:"Very Rare",
steps:20480,
evos:{
"Virizion":{
type:["Grass","Fighting"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A dark green egg covered in purple splotches. It's surrounded by a mysterious air.",
rarity:"Very Rare",
steps:30720,
evos:{
"Tornadus [Incarnate]":{
type:["Flying"],
color:"Green",
from:null,
con:true
},
"Tornadus [Therian]":{
type:["Flying"],
color:"Green",
from:"Tornadus [Incarnate]",
con:false
}
}
},{
egg:"A bright blue egg covered in purple splotches. Thundering sounds can be heard near it.",
rarity:"Very Rare",
steps:30720,
evos:{
"Thundurus [Incarnate]":{
type:["Electric","Flying"],
color:"Blue",
from:null,
con:true
},
"Thundurus [Therian]":{
type:["Electric","Flying"],
color:"Blue",
from:"Thundurus [Incarnate]",
con:false
}
}
},{
egg:"An intensely white egg of immense size. It has a wispy pattern on it and a shining ring. It radiates an incredible amount of heat.",
rarity:"Very Rare",
steps:30720,
evos:{
"Reshiram":{
type:["Dragon","Fire"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A grey and black egg of immense size. Many blue sparks of electricity are jumping around on its surface.",
rarity:"Very Rare",
steps:30720,
evos:{
"Zekrom":{
type:["Dragon","Electric"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A bold orange egg covered in red splotches. The space around it is in pristine condition.",
rarity:"Very Rare",
steps:30720,
evos:{
"Landorus [Incarnate]":{
type:["Ground","Flying"],
color:"Brown",
from:null,
con:true
},
"Landorus [Therian]":{
type:["Ground","Flying"],
color:"Brown",
from:"Landorus [Incarnate]",
con:false
}
}
},{
egg:"An icy blue egg of immense size. The odd pattern running along the egg makes it look like it's already cracking.",
rarity:"Very Rare",
steps:30720,
evos:{
"Kyurem":{
type:["Dragon","Ice"],
color:"Gray",
from:null,
con:true
},
"Black Kyurem":{
type:["Dragon","Ice"],
color:"Black",
from:"Kyurem",
con:false
},
"White Kyurem":{
type:["Dragon","Ice"],
color:"White",
from:"Kyurem",
con:false
}
}
},{
egg:"An egg with an intricate pattern composed of off-white, red, and blue. It has a dark blue ridge around it and looks very delicate.",
rarity:"Very Rare",
steps:20480,
evos:{
"Keldeo [Ordinary]":{
type:["Water","Fighting"],
color:"Yellow",
from:null,
con:true
},
"Keldeo [Resolute]":{
type:["Water","Fighting"],
color:"Yellow",
from:"Keldeo [Ordinary]",
con:false
}
}
},{
egg:"A light green egg with a bizarre black protrusion on the front and a single dark spot. Being around it fills your head with music.",
rarity:"Very Rare",
steps:30720,
evos:{
"Meloetta [Voice]":{
type:["Normal","Psychic"],
color:"White",
from:null,
con:true
},
"Meloetta [Step]":{
type:["Normal","Fighting"],
color:"White",
from:"Meloetta [Voice]",
con:false
}
}
},{
egg:"A dark purple egg with a lighter band on the bottom. It is as hard as steel and has a red spot on the top that blinks like an ominous light.",
rarity:"Very Rare",
steps:30720,
evos:{
"Genesect":{
type:["Bug","Steel"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A green egg with a light brown blotch. It has some odd, triangular markings pointing towards the center.",
rarity:"Rare",
steps:5120,
evos:{
"Chespin":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Snowman Chespin":{
type:["Grass","Ice"],
color:"Green",
from:"Chespin",
con:false
},
"Quilladin":{
type:["Grass"],
color:"Green",
from:"Chespin",
con:true
},
"Chesnaught":{
type:["Grass","Fighting"],
color:"Green",
from:"Quilladin",
con:true
}
}
},{
egg:"A pale yellow egg with a strange, dark orange blotch on the bottom. It's quite hot to the touch.",
rarity:"Rare",
steps:5120,
evos:{
"Fennekin":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Snowman Fennekin":{
type:["Fire","Ice"],
color:"Red",
from:"Fennekin",
con:false
},
"Braixen":{
type:["Fire"],
color:"Red",
from:"Fennekin",
con:true
},
"Delphox":{
type:["Fire","Psychic"],
color:"Red",
from:"Braixen",
con:true
}
}
},{
egg:"A light blue egg with a darker, vertical stripe running from the top to the center. There also appear to be two small, white bubbles on the front.",
rarity:"Rare",
steps:5120,
evos:{
"Froakie":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Snowman Froakie":{
type:["Water","Ice"],
color:"Blue",
from:"Froakie",
con:false
},
"Frogadier":{
type:["Water"],
color:"Blue",
from:"Froakie",
con:true
},
"Greninja":{
type:["Water","Dark"],
color:"Blue",
from:"Frogadier",
con:true
},
"Greninja [Ash]":{
type:["Water","Dark"],
color:"Blue",
from:"Greninja",
con:false
}
}
},{
egg:"A grey and brown egg that's covered with a thin layer of dirt.",
rarity:"Uncommon",
steps:3840,
evos:{
"Bunnelby":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Diggersby":{
type:["Normal","Ground"],
color:"Brown",
from:"Bunnelby",
con:true
}
}
},{
egg:"A light blue and red-orange egg with a yellow spot. It's comfortably warm.",
rarity:"Uncommon",
steps:3840,
evos:{
"Fletchling":{
type:["Normal","Flying"],
color:"Red",
from:null,
con:true
},
"Fletchinder":{
type:["Fire","Flying"],
color:"Red",
from:"Fletchling",
con:true
},
"Talonflame":{
type:["Fire","Flying"],
color:"Red",
from:"Fletchinder",
con:true
}
}
},{
egg:"A black egg that's mostly covered in a thick white fuzz. The fuzz is covered with several black and red specks.",
rarity:"Rare",
steps:3840,
evos:{
"Scatterbug":{
type:["Bug"],
color:"Black",
from:null,
con:true
},
"Spewpa":{
type:["Bug"],
color:"Black",
from:"Scatterbug",
con:true
},
"Vivillon [Meadow]":{
type:["Bug","Flying"],
color:"Pink",
from:"Spewpa",
con:true
},
"Vivillon [Archipelago]":{
type:["Bug","Flying"],
color:"Brown",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Continental]":{
type:["Bug","Flying"],
color:"Yellow",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Elegant]":{
type:["Bug","Flying"],
color:"Purple",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Fancy]":{
type:["Bug","Flying"],
color:"Pink",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Garden]":{
type:["Bug","Flying"],
color:"Green",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [High Plains]":{
type:["Bug","Flying"],
color:"Brown",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Icy Snow]":{
type:["Bug","Flying"],
color:"White",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Jungle]":{
type:["Bug","Flying"],
color:"Green",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Love]":{
type:["Bug","Flying"],
color:"Pink",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Marine]":{
type:["Bug","Flying"],
color:"Blue",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Modern]":{
type:["Bug","Flying"],
color:"Red",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Monsoon]":{
type:["Bug","Flying"],
color:"Gray",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Ocean]":{
type:["Bug","Flying"],
color:"Red",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Poke Ball]":{
type:["Bug","Flying"],
color:"Red",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Polar]":{
type:["Bug","Flying"],
color:"Blue",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [River]":{
type:["Bug","Flying"],
color:"Brown",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Sandstorm]":{
type:["Bug","Flying"],
color:"Brown",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Savannah]":{
type:["Bug","Flying"],
color:"Green",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Sun]":{
type:["Bug","Flying"],
color:"Red",
from:"Vivillon [Meadow]",
con:false
},
"Vivillon [Tundra]":{
type:["Bug","Flying"],
color:"Blue",
from:"Vivillon [Meadow]",
con:false
}
}
},{
egg:"An egg that is two different shades of brown. It has a glowing red stripe at the top that emanates heat.",
rarity:"Uncommon",
steps:5120,
evos:{
"Litleo":{
type:["Fire","Normal"],
color:"Brown",
from:null,
con:true
},
"Pyroar":{
type:["Fire","Normal"],
color:"Brown",
from:"Litleo",
con:true
}
}
},{
egg:"A white and green egg with a yellow ring at the top. It had some orange flower petals on it, but they fell off at some point.",
rarity:"Common",
steps:5120,
evos:{
"Flabebe [Orange]":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Floette [Orange]":{
type:["Fairy"],
color:"White",
from:"Flabebe [Orange]",
con:true
},
"Florges [Orange]":{
type:["Fairy"],
color:"White",
from:"Floette [Orange]",
con:false
}
}
},{
egg:"A white and green egg with a yellow ring at the top. It had some blue flower petals on it, but they fell off at some point.",
rarity:"Common",
steps:5120,
evos:{
"Flabebe [Blue]":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Floette [Blue]":{
type:["Fairy"],
color:"White",
from:"Flabebe [Blue]",
con:true
},
"Florges [Blue]":{
type:["Fairy"],
color:"White",
from:"Floette [Blue]",
con:false
}
}
},{
egg:"A white and green egg with a yellow ring at the top. It had some red flower petals on it, but they fell off at some point.",
rarity:"Common",
steps:5120,
evos:{
"Flabebe [Red]":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Floette [Red]":{
type:["Fairy"],
color:"White",
from:"Flabebe [Red]",
con:true
},
"Florges [Red]":{
type:["Fairy"],
color:"White",
from:"Floette [Red]",
con:false
}
}
},{
egg:"A white and green egg with a yellow ring at the top. It had some white flower petals on it, but they fell off at some point.",
rarity:"Common",
steps:5120,
evos:{
"Flabebe [White]":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Floette [White]":{
type:["Fairy"],
color:"White",
from:"Flabebe [White]",
con:true
},
"Florges [White]":{
type:["Fairy"],
color:"White",
from:"Floette [White]",
con:false
}
}
},{
egg:"A white and green egg with a yellow ring at the top. It had some yellow flower petals on it, but they fell off at some point.",
rarity:"Common",
steps:5120,
evos:{
"Flabebe [Yellow]":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Floette [Yellow]":{
type:["Fairy"],
color:"White",
from:"Flabebe [Yellow]",
con:true
},
"Florges [Yellow]":{
type:["Fairy"],
color:"White",
from:"Floette [Yellow]",
con:false
}
}
},{
egg:"An egg that's brown on the top and white on the bottom. It's nestled in a lush bed of leaves.",
rarity:"Uncommon",
steps:5120,
evos:{
"Skiddo":{
type:["Grass"],
color:"Brown",
from:null,
con:true
},
"Gogoat":{
type:["Grass"],
color:"Brown",
from:"Skiddo",
con:true
}
}
},{
egg:"A patterned dark grey egg with a singular leaf on top of it. It might hop if you touched it.",
rarity:"Uncommon",
steps:6400,
evos:{
"Pancham":{
type:["Fighting"],
color:"White",
from:null,
con:true
},
"Pangoro":{
type:["Fighting","Dark"],
color:"White",
from:"Pancham",
con:true
}
}
},{
egg:"An egg that's absolutely covered in white fur. It makes noises if you touch it.",
rarity:"Common",
steps:5120,
evos:{
"Furfrou":{
type:["Normal"],
color:"White",
from:null,
con:true
},
"Furfrou [Heart Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [Diamond Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [Star Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [Pharaoh Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [Kabuki Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [La Reine Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [Matron Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [Dandy Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
},
"Furfrou [Debutante Trim]":{
type:["Normal"],
color:"White",
from:"Furfrou",
con:false
}
}
},{
egg:"A grey egg with a pair of purple markings that are undoubtedly staring at you.",
rarity:"Common",
steps:5120,
evos:{
"Espurr":{
type:["Psychic"],
color:"Gray",
from:null,
con:true
},
"Meowstic":{
type:["Psychic"],
color:"Blue",
from:"Espurr",
con:true
}
}
},{
egg:"A brown egg with an intricate pattern that wraps around itself. It has a blue segment that shines ominously.",
rarity:"Common",
steps:5120,
evos:{
"Honedge":{
type:["Steel","Ghost"],
color:"Brown",
from:null,
con:true
},
"Doublade":{
type:["Steel","Ghost"],
color:"Brown",
from:"Honedge",
con:true
},
"Aegislash [Blade]":{
type:["Steel","Ghost"],
color:"Brown",
from:"Doublade",
con:false
},
"Aegislash [Shield]":{
type:["Steel","Ghost"],
color:"Brown",
from:"Aegislash [Blade]",
con:false
}
}
},{
egg:"A fluffy pink egg with a white protrusion on its front. It has a strong perfume scent.",
rarity:"Uncommon",
steps:5120,
evos:{
"Spritzee":{
type:["Fairy"],
color:"Pink",
from:null,
con:true
},
"Aromatisse":{
type:["Fairy"],
color:"Pink",
from:"Spritzee",
con:false
}
}
},{
egg:"A fluffy light pink, almost white egg with an overwhelmingly sweet scent.",
rarity:"Uncommon",
steps:5120,
evos:{
"Swirlix":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Slurpuff":{
type:["Fairy"],
color:"White",
from:"Swirlix",
con:false
}
}
},{
egg:"A white, pink, and blue egg. It has several yellow spots that glow mysteriously.",
rarity:"Uncommon",
steps:5120,
evos:{
"Inkay":{
type:["Dark","Psychic"],
color:"Blue",
from:null,
con:true
},
"Malamar":{
type:["Dark","Psychic"],
color:"Blue",
from:"Inkay",
con:true
}
}
},{
egg:"A heavy grey egg that could easily be mistaken for a rock. It smells like brine.",
rarity:"Uncommon",
steps:5120,
evos:{
"Binacle":{
type:["Rock","Water"],
color:"Brown",
from:null,
con:true
},
"Barbaracle":{
type:["Rock","Water"],
color:"Brown",
from:"Binacle",
con:true
}
}
},{
egg:"A pink egg decorated with what appears to be kelp. It smells like brine.",
rarity:"Common",
steps:5120,
evos:{
"Skrelp":{
type:["Poison","Water"],
color:"Brown",
from:null,
con:true
},
"Dragalge":{
type:["Poison","Dragon"],
color:"Brown",
from:"Skrelp",
con:true
}
}
},{
egg:"A light blue egg with a perfectly round, yellow indent. It smells like brine.",
rarity:"Common",
steps:3840,
evos:{
"Clauncher":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Clawitzer":{
type:["Water"],
color:"Blue",
from:"Clauncher",
con:true
}
}
},{
egg:"An egg that's black on the top and yellow on the bottom. It has a very dry, but smooth surface.",
rarity:"Uncommon",
steps:5120,
evos:{
"Helioptile":{
type:["Electric","Normal"],
color:"Yellow",
from:null,
con:true
},
"Heliolisk":{
type:["Electric","Normal"],
color:"Yellow",
from:"Helioptile",
con:false
}
}
},{
egg:"A rugged brown egg with two orange spikes on top of it. It's heavier than it looks.",
rarity:"Common",
steps:7680,
evos:{
"Tyrunt":{
type:["Rock","Dragon"],
color:"Brown",
from:null,
con:true
},
"Tyrantrum":{
type:["Rock","Dragon"],
color:"Red",
from:"Tyrunt",
con:true
}
}
},{
egg:"A light blue egg with a gem and a pair of shining frills. It's heavier than it looks.",
rarity:"Common",
steps:7680,
evos:{
"Amaura":{
type:["Rock","Ice"],
color:"Blue",
from:null,
con:true
},
"Aurorus":{
type:["Rock","Ice"],
color:"Blue",
from:"Amaura",
con:true
}
}
},{
egg:"An egg comprised of teal, orange, red, and white markings. These markings somewhat resemble a face.",
rarity:"Uncommon",
steps:5120,
evos:{
"Hawlucha":{
type:["Fighting","Flying"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"An orange egg with a black segment that curls around it. Touching it might shock you.",
rarity:"Uncommon",
steps:5120,
evos:{
"Dedenne":{
type:["Electric","Fairy"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A dull purple egg encrusted with several beautiful gems. The gems shine brightly in the light.",
rarity:"Rare",
steps:6400,
evos:{
"Carbink":{
type:["Rock","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"An egg that's two shades of purple with two green spots. It's really sticky.",
rarity:"Uncommon",
steps:10240,
evos:{
"Goomy":{
type:["Dragon"],
color:"Purple",
from:null,
con:true
},
"Sliggoo":{
type:["Dragon"],
color:"Purple",
from:"Goomy",
con:true
},
"Goodra":{
type:["Dragon"],
color:"Purple",
from:"Sliggoo",
con:false
},
"Hisuian Sliggoo":{
type:["Steel","Dragon"],
color:"Purple",
from:"Goomy",
con:true
},
"Hisuian Goodra":{
type:["Steel","Dragon"],
color:"Purple",
from:"Hisuian Sliggoo",
con:false
}
}
},{
egg:"A tiny silver egg that shines like steel. It sometimes makes rattling noises.",
rarity:"Common",
steps:5120,
evos:{
"Klefki":{
type:["Steel","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"This brown egg looks and feels uncannily like tree bark. It has two curling protrusions on top of it.",
rarity:"Rare",
steps:5120,
evos:{
"Phantump":{
type:["Ghost","Grass"],
color:"Brown",
from:null,
con:true
},
"Trevenant":{
type:["Ghost","Grass"],
color:"Brown",
from:"Phantump",
con:false
}
}
},{
egg:"A large brown egg with a curled lump on top of it. It's about as heavy as you'd expect it to be.",
rarity:"Uncommon",
steps:5120,
evos:{
"Pumpkaboo":{
type:["Ghost","Grass"],
color:"Brown",
from:null,
con:true
},
"Gourgeist":{
type:["Ghost","Grass"],
color:"Brown",
from:"Pumpkaboo",
con:false
}
}
},{
egg:"A light blue and white egg with a sharp protrusion on the front. It's cold to the touch.",
rarity:"Rare",
steps:5120,
evos:{
"Bergmite":{
type:["Ice"],
color:"Blue",
from:null,
con:true
},
"Avalugg":{
type:["Ice"],
color:"Blue",
from:"Bergmite",
con:true
},
"Hisuian Avalugg":{
type:["Ice","Rock"],
color:"Blue",
from:"Bergmite",
con:true
}
}
},{
egg:"A purple and black egg with a dark purple marking on the front. It's constantly making noises.",
rarity:"Common",
steps:5120,
evos:{
"Noibat":{
type:["Flying","Dragon"],
color:"Purple",
from:null,
con:true
},
"Noivern":{
type:["Flying","Dragon"],
color:"Purple",
from:"Noibat",
con:true
}
}
},{
egg:"A light blue egg with an intricate pattern that wraps around itself. It emits an energising aura and glows with a mysterious light.",
rarity:"Very Rare",
steps:30720,
evos:{
"Xerneas [Neutral]":{
type:["Fairy"],
color:"Blue",
from:null,
con:true
},
"Xerneas [Active]":{
type:["Fairy"],
color:"Blue",
from:"Xerneas [Neutral]",
con:false
}
}
},{
egg:"A mostly black egg whose form wraps around itself. It drains the energy of everything near it as it glows with a mysterious light.",
rarity:"Very Rare",
steps:30720,
evos:{
"Yveltal":{
type:["Dark","Flying"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A bright green egg with a green hexagonal pattern on the front. It shines when exposed to light.",
rarity:"Novelty",
steps:8960,
evos:{
"Zygarde [Cell]":{
type:["Dragon","Ground"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A bright green egg with a red hexagonal pattern on the front. It shines when exposed to light.",
rarity:"Novelty",
steps:30720,
evos:{
"Zygarde [Core]":{
type:["Dragon","Ground"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A black egg with two white, hexagonal marks on the front. You feel like you're being watched.",
rarity:"Very Rare",
steps:30720,
evos:{
"Zygarde [10%]":{
type:["Dragon","Ground"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A black and green egg decorated with a hexagonal pattern. It has several white segments that glow with a mysterious light.",
rarity:"Very Rare",
steps:30720,
evos:{
"Zygarde [50%]":{
type:["Dragon","Ground"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A black egg with several green and white hexagonal markings. You feel in tune with your surroundings when you approach it.",
rarity:"Very Rare",
steps:30720,
evos:{
"Zygarde [Complete]":{
type:["Dragon","Ground"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A dull pink egg encrusted with several beautiful gems. The gems shine brightly in the light.",
rarity:"Very Rare",
steps:30720,
evos:{
"Diancie":{
type:["Rock","Fairy"],
color:"Gray",
from:null,
con:true
},
"Mega Diancie":{
type:["Rock","Fairy"],
color:"Pink",
from:"Diancie",
con:false
}
}
},{
egg:"A gray egg with pink blotches and a round, yellow marking on the front. There's a golden ring around the egg that emits a huge power.",
rarity:"Very Rare",
steps:30720,
evos:{
"Hoopa [Confined]":{
type:["Psychic","Ghost"],
color:"Purple",
from:null,
con:true
},
"Hoopa [Unbound]":{
type:["Psychic","Dark"],
color:"Purple",
from:"Hoopa [Confined]",
con:false
}
}
},{
egg:"A red egg with a cyan orb and large, round hole protruding from it. There appears to be some steam rising as you hold it...",
rarity:"Very Rare",
steps:30720,
evos:{
"Volcanion":{
type:["Fire","Water"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A brown egg with some white blotches on the front. The two small leaves sprouting from it resemble a bowtie.",
rarity:"Rare",
steps:5120,
evos:{
"Rowlet":{
type:["Grass","Flying"],
color:"Brown",
from:null,
con:true
},
"Dartrix":{
type:["Grass","Flying"],
color:"Brown",
from:"Rowlet",
con:true
},
"Decidueye":{
type:["Grass","Ghost"],
color:"Brown",
from:"Dartrix",
con:true
},
"Hisuian Decidueye":{
type:["Grass","Fighting"],
color:"Brown",
from:"Dartrix",
con:true
}
}
},{
egg:"A black and red egg. There's a strange marking on the front. A faint purring can be heard if you hold it for a while.",
rarity:"Rare",
steps:5120,
evos:{
"Litten":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Torracat":{
type:["Fire"],
color:"Red",
from:"Litten",
con:true
},
"Incineroar":{
type:["Fire","Dark"],
color:"Red",
from:"Torracat",
con:true
}
}
},{
egg:"A blue egg with a white and pink spot. It's slightly damp and bounces around if you touch it.",
rarity:"Rare",
steps:5120,
evos:{
"Popplio":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Brionne":{
type:["Water"],
color:"Blue",
from:"Popplio",
con:true
},
"Primarina":{
type:["Water","Fairy"],
color:"Blue",
from:"Brionne",
con:true
}
}
},{
egg:"A black, red, and white egg. You can hear a faint pecking sound coming from the inside.",
rarity:"Common",
steps:3840,
evos:{
"Pikipek":{
type:["Normal","Flying"],
color:"Black",
from:null,
con:true
},
"Trumbeak":{
type:["Normal","Flying"],
color:"Black",
from:"Pikipek",
con:true
},
"Toucannon":{
type:["Normal","Flying"],
color:"Black",
from:"Trumbeak",
con:true
}
}
},{
egg:"A brown egg with a tuft of yellow fur along its back. It seems to be weirdly grinning at you.",
rarity:"Common",
steps:3840,
evos:{
"Yungoos":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Gumshoos":{
type:["Normal"],
color:"Brown",
from:"Yungoos",
con:true
}
}
},{
egg:"A small, reddish-orange egg that shakes when it's near electric power sources. It seems to be the egg of a bug.",
rarity:"Common",
steps:3840,
evos:{
"Grubbin":{
type:["Bug"],
color:"Gray",
from:null,
con:true
},
"Charjabug":{
type:["Bug","Electric"],
color:"Green",
from:"Grubbin",
con:true
},
"Charjabug [Sophocles Lab]":{
type:["Bug","Electric"],
color:"Green",
from:"Charjabug",
con:false
},
"Charjabug [Electric Princess]":{
type:["Bug","Electric"],
color:"Pink",
from:"Charjabug",
con:false
},
"Charjabug [Red Comet]":{
type:["Bug","Electric"],
color:"Red",
from:"Charjabug",
con:false
},
"Charjabug [Science Speed]":{
type:["Bug","Electric"],
color:"Purple",
from:"Charjabug",
con:false
},
"Charjabug [Twin Starmie]":{
type:["Bug","Electric"],
color:"Blue",
from:"Charjabug",
con:false
},
"Vikavolt":{
type:["Bug","Electric"],
color:"Blue",
from:"Charjabug",
con:false
}
}
},{
egg:"A purple egg with yellow and blue accents. It hops around a bit when touched.",
rarity:"Common",
steps:5120,
evos:{
"Crabrawler":{
type:["Fighting"],
color:"Purple",
from:null,
con:true
},
"Crabominable":{
type:["Fighting","Ice"],
color:"White",
from:"Crabrawler",
con:false
}
}
},{
egg:"A pale yellow egg that's partly covered in fluffy, yellow feathers. It occasionally hops around. Touching it might shock you.",
rarity:"Common",
steps:5120,
evos:{
"Oricorio [Pom-Pom]":{
type:["Electric","Flying"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"This egg is completely covered in red and black feathers. It occasionally hops around. It is warm to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Oricorio [Baile]":{
type:["Fire","Flying"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A pink egg with a decorative ring around it. It occasionally hops around. Holding it helps to focus your mind.",
rarity:"Common",
steps:5120,
evos:{
"Oricorio [Pa'u]":{
type:["Psychic","Flying"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A purple egg with a fan-shaped pattern on it. It occasionally hops around. Holding it calms your spirit.",
rarity:"Common",
steps:5120,
evos:{
"Oricorio [Sensu]":{
type:["Ghost","Flying"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A tiny, yellow egg with a white blotch on it. It shakes enthusiastically when it's near flowers or living creatures with strong emotions.",
rarity:"Common",
steps:5120,
evos:{
"Cutiefly":{
type:["Bug","Fairy"],
color:"Yellow",
from:null,
con:true
},
"Ribombee":{
type:["Bug","Fairy"],
color:"Yellow",
from:"Cutiefly",
con:true
}
}
},{
egg:"A light brown egg with a dark spot in the middle. It rolls towards you when touched.",
rarity:"Common",
steps:5120,
evos:{
"Rockruff":{
type:["Rock"],
color:"Brown",
from:null,
con:true
},
"Lycanroc [Midday]":{
type:["Rock"],
color:"Brown",
from:"Rockruff",
con:true
},
"Lycanroc [Midnight]":{
type:["Rock"],
color:"Red",
from:"Rockruff",
con:true
},
"Lycanroc [Dusk]":{
type:["Rock"],
color:"Brown",
from:"Rockruff",
con:true
}
}
},{
egg:"A white, blue and gray egg. It's slightly damp. All by itself, it seems incredibly useless.",
rarity:"Common",
steps:3840,
evos:{
"Wishiwashi [Solo]":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Wishiwashi [School]":{
type:["Water"],
color:"Blue",
from:"Wishiwashi [Solo]",
con:false
}
}
},{
egg:"A light blue egg lined with a crown of purple spikes. It requires great care when held.",
rarity:"Uncommon",
steps:5120,
evos:{
"Mareanie":{
type:["Poison","Water"],
color:"Blue",
from:null,
con:true
},
"Toxapex":{
type:["Poison","Water"],
color:"Blue",
from:"Mareanie",
con:true
}
}
},{
egg:"A dark brown egg with a cream-colored blotch on the front. If you put it down in the mud, it will roll around.",
rarity:"Common",
steps:5120,
evos:{
"Mudbray":{
type:["Ground"],
color:"Brown",
from:null,
con:true
},
"Mudsdale":{
type:["Ground"],
color:"Brown",
from:"Mudbray",
con:true
}
}
},{
egg:"A small egg that's covered by a water bubble. Three green thin legs anchor it to the base of the egg.",
rarity:"Common",
steps:3840,
evos:{
"Dewpider":{
type:["Water","Bug"],
color:"Green",
from:null,
con:true
},
"Araquanid":{
type:["Water","Bug"],
color:"Green",
from:"Dewpider",
con:true
}
}
},{
egg:"This egg resembles a dark green bulb with light green leaves around the bottom half. It seems to enjoy sunlight.",
rarity:"Common",
steps:5120,
evos:{
"Fomantis":{
type:["Grass"],
color:"Pink",
from:null,
con:true
},
"Lurantis":{
type:["Grass"],
color:"Pink",
from:"Fomantis",
con:true
}
}
},{
egg:"A pink egg with a darker ring around the base. It shakes from time to time, scattering spores.",
rarity:"Common",
steps:5120,
evos:{
"Morelull":{
type:["Grass","Fairy"],
color:"Purple",
from:null,
con:true
},
"Shiinotic":{
type:["Grass","Fairy"],
color:"Purple",
from:"Morelull",
con:true
}
}
},{
egg:"A dark grey egg with an odd orange pattern on it. It emits a strangely sweet smell.",
rarity:"Common",
steps:5120,
evos:{
"Salandit":{
type:["Poison","Fire"],
color:"Black",
from:null,
con:true
},
"Salazzle":{
type:["Poison","Fire"],
color:"Black",
from:"Salandit",
con:false
}
}
},{
egg:"An adorable pink egg with a white tag on the back. When you hold it, it shakes wildly as if to escape your grip.",
rarity:"Rare",
steps:3840,
evos:{
"Stufful":{
type:["Normal","Fighting"],
color:"Pink",
from:null,
con:true
},
"Bewear":{
type:["Normal","Fighting"],
color:"Black",
from:"Stufful",
con:true
}
}
},{
egg:"A pink egg with a green blotch on top and a white one on the bottom. It smells deliciously sweet.",
rarity:"Common",
steps:5120,
evos:{
"Bounsweet":{
type:["Grass"],
color:"Purple",
from:null,
con:true
},
"Steenee":{
type:["Grass"],
color:"Purple",
from:"Bounsweet",
con:true
},
"Tsareena":{
type:["Grass"],
color:"Purple",
from:"Steenee",
con:false
}
}
},{
egg:"A light green and orange egg seemingly covered with lovely flowers. It emits a soothing scent.",
rarity:"Rare",
steps:5120,
evos:{
"Comfey":{
type:["Fairy"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A white egg covered with what seems to be a purple fur cape. There are some blue and orange stripes on it.",
rarity:"Uncommon",
steps:5120,
evos:{
"Oranguru":{
type:["Normal","Psychic"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A green egg that resembles a coconut. There's an orange blaze on the front. It's surprisingly tough.",
rarity:"Uncommon",
steps:5120,
evos:{
"Passimian":{
type:["Fighting"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A purple egg that's partly covered in silver plating. It tries to hop away if you touch it.",
rarity:"Uncommon",
steps:5120,
evos:{
"Wimpod":{
type:["Bug","Water"],
color:"Gray",
from:null,
con:true
},
"Golisopod":{
type:["Bug","Water"],
color:"Gray",
from:"Wimpod",
con:true
}
}
},{
egg:"An egg that mostly resembles a pile of sand. You feel slightly uncomfortable when holding it.",
rarity:"Uncommon",
steps:3840,
evos:{
"Sandygast":{
type:["Ghost","Ground"],
color:"Brown",
from:null,
con:true
},
"Palossand":{
type:["Ghost","Ground"],
color:"Brown",
from:"Sandygast",
con:true
}
}
},{
egg:"A black egg with a white marking on the front. It shakes when you try to move it from its spot.",
rarity:"Uncommon",
steps:3840,
evos:{
"Pyukumuku":{
type:["Water"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A black egg that is half covered in faded grey fur. Touching it almost feels unnatural. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:30720,
evos:{
"Type: Null":{
type:["Normal"],
color:"Gray",
from:null,
con:true
},
"Silvally":{
type:["Normal"],
color:"Gray",
from:"Type: Null",
con:false
},
"Silvally [Bug]":{
type:["Bug"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Dark]":{
type:["Dark"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Dragon]":{
type:["Dragon"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Electric]":{
type:["Electric"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Fairy]":{
type:["Fairy"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Fighting]":{
type:["Fighting"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Fire]":{
type:["Fire"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Flying]":{
type:["Flying"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Ghost]":{
type:["Ghost"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Grass]":{
type:["Grass"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Ground]":{
type:["Ground"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Ice]":{
type:["Ice"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Poison]":{
type:["Poison"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Psychic]":{
type:["Psychic"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Rock]":{
type:["Rock"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Steel]":{
type:["Steel"],
color:"Gray",
from:"Silvally",
con:false
},
"Silvally [Water]":{
type:["Water"],
color:"Gray",
from:"Silvally",
con:false
}
}
},{
egg:"An egg that you'd easily mistake for a regular rock, if it weren't for the strange cracks and markings. It keeps slowly spinning around.",
rarity:"Common",
steps:6400,
evos:{
"Minior [Meteor]":{
type:["Rock","Flying"],
color:"Brown",
from:null,
con:true
},
"Minior [Red Core]":{
type:["Rock","Flying"],
color:"Red",
from:"Minior [Meteor]",
con:false
},
"Minior [Orange Core]":{
type:["Rock","Flying"],
color:"Brown",
from:"Minior [Meteor]",
con:false
},
"Minior [Yellow Core]":{
type:["Rock","Flying"],
color:"Yellow",
from:"Minior [Meteor]",
con:false
},
"Minior [Green Core]":{
type:["Rock","Flying"],
color:"Green",
from:"Minior [Meteor]",
con:false
},
"Minior [Blue Core]":{
type:["Rock","Flying"],
color:"Blue",
from:"Minior [Meteor]",
con:false
},
"Minior [Indigo Core]":{
type:["Rock","Flying"],
color:"Blue",
from:"Minior [Meteor]",
con:false
},
"Minior [Violet Core]":{
type:["Rock","Flying"],
color:"Purple",
from:"Minior [Meteor]",
con:false
}
}
},{
egg:"A gray egg with four white puffs of fur on the front. You feel slightly drowsy when holding it.",
rarity:"Common",
steps:5120,
evos:{
"Komala":{
type:["Normal"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A sturdy, red egg with a yellow and brown pattern on top. It smells like sulfur.",
rarity:"Uncommon",
steps:5120,
evos:{
"Turtonator":{
type:["Fire","Dragon"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A gray and white egg with yellow and brown markings on the back. Agitating it might cause sharp spikes to stand up.",
rarity:"Uncommon",
steps:2560,
evos:{
"Togedemaru":{
type:["Electric","Steel"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"The real egg seems to be hidden under a rag, decorated by red crayon scribbles. It shakes when it's left alone.",
rarity:"Rare",
steps:5120,
evos:{
"Mimikyu":{
type:["Ghost","Fairy"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A pink egg with yellow markings and light blue spots. Sometimes, a grinding noise can be heard coming from within.",
rarity:"Uncommon",
steps:3840,
evos:{
"Bruxish":{
type:["Water","Psychic"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A blue-green egg with pale green markings on it. Though you feel like great power emits from the egg, it sits peacefully in your arms.",
rarity:"Uncommon",
steps:5120,
evos:{
"Drampa":{
type:["Normal","Dragon"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A rusty, brown egg with some green seaweed around it. It's surprisingly heavy.",
rarity:"Rare",
steps:6400,
evos:{
"Dhelmise":{
type:["Ghost","Grass"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A light gray egg with a large, yellow scale on it. It rolls around, never turning its back on you. It looks like it'd take a while to hatch.",
rarity:"Rare",
steps:10240,
evos:{
"Jangmo-o":{
type:["Dragon"],
color:"Gray",
from:null,
con:true
},
"Hakamo-o":{
type:["Dragon","Fighting"],
color:"Gray",
from:"Jangmo-o",
con:true
},
"Kommo-o":{
type:["Dragon","Fighting"],
color:"Gray",
from:"Hakamo-o",
con:true
}
}
},{
egg:"A yellow egg with strange black, orange and white markings. Electric energy seems to build up around it. Touching the egg causes it to shake violently.",
rarity:"Very Rare",
steps:20480,
evos:{
"Tapu Koko":{
type:["Electric","Fairy"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A pink egg with strange black, white and darker pink markings. When you hold it, it sometimes releases glowing scales that will heal any wounds you might have.",
rarity:"Very Rare",
steps:20480,
evos:{
"Tapu Lele":{
type:["Psychic","Fairy"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A red egg with strange black, white, and yellow markings. Touching it feels almost wooden. If held, vegetation begins to surround it and change shape as if under command.",
rarity:"Very Rare",
steps:20480,
evos:{
"Tapu Bulu":{
type:["Grass","Fairy"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A purple egg with strange black, white and blue markings. It shakes lightly when you hold it, as if assessing you. If you're worthy, purifying water will seep from it.",
rarity:"Very Rare",
steps:20480,
evos:{
"Tapu Fini":{
type:["Water","Fairy"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A mysterious egg with a starscape pattern on it. It radiates a great, otherworldly power.",
rarity:"Very Rare",
steps:30720,
evos:{
"Cosmog":{
type:["Psychic"],
color:"Blue",
from:null,
con:true
},
"Cosmoem":{
type:["Psychic"],
color:"Blue",
from:"Cosmog",
con:true
},
"Solgaleo":{
type:["Psychic","Steel"],
color:"White",
from:"Cosmoem",
con:false
},
"Solgaleo [Radiant Sun]":{
type:["Psychic","Steel"],
color:"White",
from:"Solgaleo",
con:false
},
"Lunala":{
type:["Psychic","Ghost"],
color:"Purple",
from:"Cosmoem",
con:false
},
"Lunala [Full Moon]":{
type:["Psychic","Ghost"],
color:"Purple",
from:"Lunala",
con:false
}
}
},{
egg:"A beautiful white egg with a ring of star-shaped designs. Touching it makes you feel uneasy.",
rarity:"Very Rare",
steps:30720,
evos:{
"Nihilego":{
type:["Rock","Poison"],
color:"White",
from:null,
con:true
},
"Nihilego [Parasite]":{
type:["Rock","Poison"],
color:"Black",
from:"Nihilego",
con:false
}
}
},{
egg:"A strange egg that seems to be filled with red fluid. It seems to be tougher every time you hold it.",
rarity:"Very Rare",
steps:30720,
evos:{
"Buzzwole":{
type:["Bug","Fighting"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A pale egg adorned with a golden crown. It vibrates occasionally, releasing a relaxing scent.",
rarity:"Very Rare",
steps:30720,
evos:{
"Pheromosa":{
type:["Bug","Fighting"],
color:"White",
from:null,
con:true
}
}
},{
egg:"An egg that strongly resembles a roll of black cables, including a zip tie.",
rarity:"Very Rare",
steps:30720,
evos:{
"Xurkitree":{
type:["Electric"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A green egg with various layers that are reminiscent of a dress. It radiates an incredible power. It's surprisingly heavy.",
rarity:"Very Rare",
steps:30720,
evos:{
"Celesteela":{
type:["Steel","Flying"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A white egg with orange and yellow markings. It is incredibly light. Holding it gives you a strong sense of danger.",
rarity:"Very Rare",
steps:30720,
evos:{
"Kartana":{
type:["Grass","Steel"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A black and yellow egg with an ominous pattern on the front that reminds you of teeth. It's extremely heavy.",
rarity:"Very Rare",
steps:30720,
evos:{
"Guzzlord":{
type:["Dark","Dragon"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A black, crystalline egg. It refracts light like a prism and often shakes viciously.",
rarity:"Very Rare",
steps:30720,
evos:{
"Necrozma":{
type:["Psychic"],
color:"Black",
from:null,
con:true
},
"Necrozma [Dusk Mane]":{
type:["Psychic","Steel"],
color:"Black",
from:"Necrozma",
con:false
},
"Necrozma [Dawn Wings]":{
type:["Psychic","Ghost"],
color:"Black",
from:"Necrozma",
con:false
},
"Ultra Necrozma":{
type:["Psychic","Dragon"],
color:"White",
from:"Necrozma [Dusk Mane]",
con:false
}
}
},{
egg:"A metallic, gray and white egg with a pair of wavy, gold lines on it. It vaguely reminds you of a Pokéball. The colors seem to have faded over time.",
rarity:"Very Rare",
steps:30720,
evos:{
"Magearna":{
type:["Steel","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A metallic, red and white egg with a pair of wavy, gold lines on it. It strongly reminds you of a Pokéball. The colors seem to be fresh, as if applied recently.",
rarity:"Very Rare",
steps:30720,
evos:{
"Magearna [Original Color]":{
type:["Steel","Fairy"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A dark gray egg. Barely more than a shadow, it's easily overlooked.",
rarity:"Very Rare",
steps:30720,
evos:{
"Marshadow":{
type:["Fighting","Ghost"],
color:"Gray",
from:null,
con:true
},
"Marshadow [Zenith]":{
type:["Fighting","Ghost"],
color:"Gray",
from:"Marshadow",
con:false
}
}
},{
egg:"A purple egg with a fuchsia top. It looks out of place in this world.",
rarity:"Very Rare",
steps:30720,
evos:{
"Poipole":{
type:["Poison"],
color:"Purple",
from:null,
con:true
},
"Naganadel":{
type:["Poison","Dragon"],
color:"Purple",
from:"Poipole",
con:false
}
}
},{
egg:"A dark gray egg made of stone with some blue marks on it. Touching the top will cause it to shake violently.",
rarity:"Very Rare",
steps:30720,
evos:{
"Stakataka":{
type:["Rock","Steel"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A dazzling, yellow egg with pink and blue stripes. It rolls around freely.",
rarity:"Very Rare",
steps:30720,
evos:{
"Blacephalon":{
type:["Fire","Ghost"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A yellow egg with a black blotch and blue lightning bolt-shaped stripes on it. It shakes intensely when something electric is near.",
rarity:"Very Rare",
steps:30720,
evos:{
"Zeraora":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A shiny, silvery egg. It shakes when any type of metal is near.",
rarity:"Very Rare",
steps:30720,
evos:{
"Meltan":{
type:["Steel"],
color:"Gray",
from:null,
con:true
},
"Melmetal":{
type:["Steel"],
color:"Gray",
from:"Meltan",
con:false
},
"Gmax Melmetal":{
type:["Steel"],
color:"Gray",
from:"Melmetal",
con:false
}
}
},{
egg:"A green egg with yellow and orange blotches on the front. You can hear a soft tapping sound coming from within.",
rarity:"Rare",
steps:5120,
evos:{
"Grookey":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Thwackey":{
type:["Grass"],
color:"Green",
from:"Grookey",
con:true
},
"Rillaboom":{
type:["Grass"],
color:"Green",
from:"Thwackey",
con:true
},
"Gmax Rillaboom":{
type:["Grass"],
color:"Green",
from:"Rillaboom",
con:false
}
}
},{
egg:"A white egg with an orange top. When it shakes, the yellow spot on the front heats up.",
rarity:"Rare",
steps:5120,
evos:{
"Scorbunny":{
type:["Fire"],
color:"White",
from:null,
con:true
},
"Raboot":{
type:["Fire"],
color:"Gray",
from:"Scorbunny",
con:true
},
"Cinderace":{
type:["Fire"],
color:"White",
from:"Raboot",
con:true
},
"Gmax Cinderace":{
type:["Fire"],
color:"White",
from:"Cinderace",
con:false
}
}
},{
egg:"A blue egg with a strange, circular pattern on it. When wet, it becomes difficult to see.",
rarity:"Rare",
steps:5120,
evos:{
"Sobble":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Drizzile":{
type:["Water"],
color:"Blue",
from:"Sobble",
con:true
},
"Inteleon":{
type:["Water"],
color:"Blue",
from:"Drizzile",
con:true
},
"Gmax Inteleon":{
type:["Water"],
color:"Blue",
from:"Inteleon",
con:false
}
}
},{
egg:"A dark brown egg with orange spots. It shakes in excitement when berries are near.",
rarity:"Common",
steps:5120,
evos:{
"Skwovet":{
type:["Normal"],
color:"Brown",
from:null,
con:true
},
"Greedent":{
type:["Normal"],
color:"Brown",
from:"Skwovet",
con:true
}
}
},{
egg:"An egg with a pattern of blue, black and yellow. It hops around sometimes.",
rarity:"Common",
steps:3840,
evos:{
"Rookidee":{
type:["Flying"],
color:"Blue",
from:null,
con:true
},
"Corvisquire":{
type:["Flying"],
color:"Blue",
from:"Rookidee",
con:true
},
"Corviknight":{
type:["Flying","Steel"],
color:"Purple",
from:"Corvisquire",
con:true
},
"Gmax Corviknight":{
type:["Flying","Steel"],
color:"Purple",
from:"Corviknight",
con:false
}
}
},{
egg:"A red egg with a total of seven purple spots on it. Said to be the egg of some sort of bug.",
rarity:"Common",
steps:3840,
evos:{
"Blipbug":{
type:["Bug"],
color:"Blue",
from:null,
con:true
},
"Dottler":{
type:["Bug","Psychic"],
color:"Yellow",
from:"Blipbug",
con:true
},
"Orbeetle":{
type:["Bug","Psychic"],
color:"Red",
from:"Dottler",
con:true
},
"Gmax Orbeetle":{
type:["Bug","Psychic"],
color:"Red",
from:"Orbeetle",
con:false
}
}
},{
egg:"A reddish brown egg with dirt covering its bottom. Any traces or marks it leaves behind seems to get swept away somehow.",
rarity:"Common",
steps:3840,
evos:{
"Nickit":{
type:["Dark"],
color:"Brown",
from:null,
con:true
},
"Thievul":{
type:["Dark"],
color:"Brown",
from:"Nickit",
con:true
}
}
},{
egg:"A yellow egg with some petals on top. It will whirl around when exposed to wind.",
rarity:"Common",
steps:5120,
evos:{
"Gossifleur":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Eldegoss":{
type:["Grass"],
color:"Green",
from:"Gossifleur",
con:true
}
}
},{
egg:"A brown egg that seems to be covered with a thick layer of fluffy white wool.",
rarity:"Common",
steps:3840,
evos:{
"Wooloo":{
type:["Normal"],
color:"White",
from:null,
con:true
},
"Dubwool":{
type:["Normal"],
color:"White",
from:"Wooloo",
con:true
}
}
},{
egg:"A light blue egg with a white protrusion at the front and two orange dots on either side of it.",
rarity:"Uncommon",
steps:5120,
evos:{
"Chewtle":{
type:["Water"],
color:"Green",
from:null,
con:true
},
"Drednaw":{
type:["Water","Rock"],
color:"Green",
from:"Chewtle",
con:true
},
"Gmax Drednaw":{
type:["Water","Rock"],
color:"Green",
from:"Drednaw",
con:false
}
}
},{
egg:"A tan egg with a heart patch on it. Touching it causes sparks to crackle across its surface.",
rarity:"Uncommon",
steps:5120,
evos:{
"Yamper":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
},
"Boltund":{
type:["Electric"],
color:"Yellow",
from:"Yamper",
con:true
}
}
},{
egg:"A coal-black egg. When you hold it, it radiates a comfortable heat. It rolls around sometimes.",
rarity:"Common",
steps:3840,
evos:{
"Rolycoly":{
type:["Rock"],
color:"Black",
from:null,
con:true
},
"Carkol":{
type:["Rock","Fire"],
color:"Black",
from:"Rolycoly",
con:true
},
"Coalossal":{
type:["Rock","Fire"],
color:"Black",
from:"Carkol",
con:true
},
"Gmax Coalossal":{
type:["Rock","Fire"],
color:"Black",
from:"Coalossal",
con:false
}
}
},{
egg:"An egg that looks exactly like a red apple, and nothing more.",
rarity:"Uncommon",
steps:5120,
evos:{
"Applin":{
type:["Grass","Dragon"],
color:"Green",
from:null,
con:true
},
"Flapple":{
type:["Grass","Dragon"],
color:"Green",
from:"Applin",
con:false
},
"Gmax Flapple":{
type:["Grass","Dragon"],
color:"Green",
from:"Flapple",
con:false
},
"Appletun":{
type:["Grass","Dragon"],
color:"Green",
from:"Applin",
con:false
},
"Gmax Appletun":{
type:["Grass","Dragon"],
color:"Green",
from:"Appletun",
con:false
},
"Dipplin":{
type:["Grass","Dragon"],
color:"Green",
from:"Applin",
con:false
},
"Hydrapple":{
type:["Grass","Dragon"],
color:"Green",
from:"Dipplin",
con:false
}
}
},{
egg:"A green egg with a white blotch on top and several black marks. It's covered in sand.",
rarity:"Common",
steps:5120,
evos:{
"Silicobra":{
type:["Ground"],
color:"Green",
from:null,
con:true
},
"Sandaconda":{
type:["Ground"],
color:"Green",
from:"Silicobra",
con:true
},
"Gmax Sandaconda":{
type:["Ground"],
color:"Green",
from:"Sandaconda",
con:false
}
}
},{
egg:"A blue egg with two large green spots that look like eyes. It shakes when near food.",
rarity:"Common",
steps:5120,
evos:{
"Cramorant":{
type:["Flying","Water"],
color:"Blue",
from:null,
con:true
},
"Cramorant [Gulping]":{
type:["Flying","Water"],
color:"Blue",
from:"Cramorant",
con:true
},
"Cramorant [Gorging]":{
type:["Flying","Water"],
color:"Blue",
from:"Cramorant",
con:true
}
}
},{
egg:"An egg that is two shades of brown. It tries to roll towards you when you approach, but it's not very good at it.",
rarity:"Common",
steps:5120,
evos:{
"Arrokuda":{
type:["Water"],
color:"Brown",
from:null,
con:true
},
"Barraskewda":{
type:["Water"],
color:"Brown",
from:"Arrokuda",
con:true
}
}
},{
egg:"A violet egg with odd markings on it. Touching it gives you a tingling paralysis.",
rarity:"Rare",
steps:6400,
evos:{
"Toxel":{
type:["Electric","Poison"],
color:"Purple",
from:null,
con:true
},
"Toxtricity [Amped]":{
type:["Electric","Poison"],
color:"Purple",
from:"Toxel",
con:false
},
"Toxtricity [Low Key]":{
type:["Electric","Poison"],
color:"Purple",
from:"Toxel",
con:false
},
"Gmax Toxtricity":{
type:["Electric","Poison"],
color:"Purple",
from:"Toxtricity [Amped]",
con:false
}
}
},{
egg:"A red egg covered with a brown shell. It has a yellow circle on it that gives off heat. It moves around when you try to hold it.",
rarity:"Uncommon",
steps:5120,
evos:{
"Sizzlipede":{
type:["Fire","Bug"],
color:"Red",
from:null,
con:true
},
"Centiskorch":{
type:["Fire","Bug"],
color:"Red",
from:"Sizzlipede",
con:true
},
"Gmax Centiskorch":{
type:["Fire","Bug"],
color:"Red",
from:"Centiskorch",
con:false
}
}
},{
egg:"An off-white egg with orange spots on top. It rolls around, bumping into you sometimes.",
rarity:"Common",
steps:6400,
evos:{
"Clobbopus":{
type:["Fighting"],
color:"Brown",
from:null,
con:true
},
"Grapploct":{
type:["Fighting"],
color:"Blue",
from:"Clobbopus",
con:false
}
}
},{
egg:"A bold purple egg with gold swirls. The egg smells strangely fragrant.",
rarity:"Uncommon",
steps:5120,
evos:{
"Sinistea":{
type:["Ghost"],
color:"Purple",
from:null,
con:true
},
"Polteageist":{
type:["Ghost"],
color:"Purple",
from:"Sinistea",
con:false
}
}
},{
egg:"A blue and pink egg with several white spots. It feels like it's trying to sense your emotions.",
rarity:"Uncommon",
steps:5120,
evos:{
"Hatenna":{
type:["Psychic"],
color:"Pink",
from:null,
con:true
},
"Hattrem":{
type:["Psychic"],
color:"Pink",
from:"Hatenna",
con:true
},
"Hatterene":{
type:["Psychic","Fairy"],
color:"Pink",
from:"Hattrem",
con:true
},
"Gmax Hatterene":{
type:["Psychic","Fairy"],
color:"Pink",
from:"Hatterene",
con:false
}
}
},{
egg:"A pink egg with a black mask pattern and a red mark near the bottom. It shakes uncontrollably when you are near.",
rarity:"Uncommon",
steps:5120,
evos:{
"Impidimp":{
type:["Dark","Fairy"],
color:"Pink",
from:null,
con:true
},
"Morgrem":{
type:["Dark","Fairy"],
color:"Pink",
from:"Impidimp",
con:true
},
"Grimmsnarl":{
type:["Dark","Fairy"],
color:"Purple",
from:"Morgrem",
con:true
},
"Gmax Grimmsnarl":{
type:["Dark","Fairy"],
color:"Purple",
from:"Grimmsnarl",
con:false
}
}
},{
egg:"A cream colored egg with two white spots that look like eyes. It spins around sometimes.",
rarity:"Uncommon",
steps:2560,
evos:{
"Milcery":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Alcremie [Strawberry]":{
type:["Fairy"],
color:"White",
from:"Milcery",
con:false
},
"Alcremie [Berry]":{
type:["Fairy"],
color:"White",
from:"Milcery",
con:false
},
"Alcremie [Love]":{
type:["Fairy"],
color:"White",
from:"Milcery",
con:false
},
"Alcremie [Star]":{
type:["Fairy"],
color:"White",
from:"Milcery",
con:false
},
"Alcremie [Clover]":{
type:["Fairy"],
color:"White",
from:"Milcery",
con:false
},
"Alcremie [Flower]":{
type:["Fairy"],
color:"White",
from:"Milcery",
con:false
},
"Alcremie [Ribbon]":{
type:["Fairy"],
color:"White",
from:"Milcery",
con:false
},
"Gmax Alcremie":{
type:["Fairy"],
color:"Yellow",
from:"Alcremie [Strawberry]",
con:false
}
}
},{
egg:"A yellow and red egg with a black blotch and a large crest in the front. The egg rocks back and forth rhythmically.",
rarity:"Rare",
steps:6400,
evos:{
"Falinks":{
type:["Fighting"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A dark egg with a yellow blotch on the front. The gray spots will give an electric shock when touched.",
rarity:"Rare",
steps:5120,
evos:{
"Pincurchin":{
type:["Electric"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A white egg encased in ice. Said to be the egg of a bug.",
rarity:"Common",
steps:5120,
evos:{
"Snom":{
type:["Ice","Bug"],
color:"White",
from:null,
con:true
},
"Frosmoth":{
type:["Ice","Bug"],
color:"White",
from:"Snom",
con:false
}
}
},{
egg:"A gray egg covered in mud. There appears to be a strange glyph protruding from its surface.",
rarity:"Rare",
steps:6400,
evos:{
"Stonjourner":{
type:["Rock"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A black and white egg that somehow seems to be encased in a solid block of ice.",
rarity:"Rare",
steps:5120,
evos:{
"Eiscue [Ice Face]":{
type:["Ice"],
color:"Blue",
from:null,
con:true
},
"Eiscue [Noice Face]":{
type:["Ice"],
color:"Blue",
from:null,
con:false
}
}
},{
egg:"An egg that is colored purple and white. It emanates an odd comforting feel.",
rarity:"Rare",
steps:10240,
evos:{
"Indeedee":{
type:["Psychic","Normal"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A yellow egg with black and brown patches on it. When touched, it can suddenly switch from gently moving to shaking violently, and back again.",
rarity:"Uncommon",
steps:2560,
evos:{
"Morpeko [Full Belly]":{
type:["Electric","Dark"],
color:"Yellow",
from:null,
con:true
},
"Morpeko [Hangry]":{
type:["Dark","Electric"],
color:"Purple",
from:"Morpeko [Full Belly]",
con:false
}
}
},{
egg:"A tangerine egg with a green pattern on it. Exposing it to rain will tarnish its surface.",
rarity:"Uncommon",
steps:6400,
evos:{
"Cufant":{
type:["Steel"],
color:"Yellow",
from:null,
con:true
},
"Copperajah":{
type:["Steel"],
color:"Green",
from:"Cufant",
con:true
},
"Gmax Copperajah":{
type:["Steel"],
color:"Green",
from:"Copperajah",
con:false
}
}
},{
egg:"A dark green egg with red and yellow markings. It seems a bit lopsided...",
rarity:"Rare",
steps:8960,
evos:{
"Dracozolt":{
type:["Electric","Dragon"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A blue egg with snow on top. It has one large light blue spot and two smaller yellow spots. It shakes uncomfortably.",
rarity:"Rare",
steps:8960,
evos:{
"Arctozolt":{
type:["Electric","Ice"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A blue egg with gray, red, and green patterns. It's top-heavy and falls over often.",
rarity:"Rare",
steps:8960,
evos:{
"Dracovish":{
type:["Water","Dragon"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A light blue egg with gray and dark blue markings. It's cold to the touch and a bit uncomfortable to hold.",
rarity:"Rare",
steps:8960,
evos:{
"Arctovish":{
type:["Water","Ice"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A silver egg that is dark blue on the bottom, and resembles polished metal. It's surprisingly light.",
rarity:"Rare",
steps:7680,
evos:{
"Duraludon":{
type:["Steel","Dragon"],
color:"Gray",
from:null,
con:true
},
"Gmax Duraludon":{
type:["Steel","Dragon"],
color:"Gray",
from:"Duraludon",
con:false
},
"Archaludon":{
type:["Steel","Dragon"],
color:"White",
from:"Duraludon",
con:false
}
}
},{
egg:"A green egg with a light green bottom and red stripes along the sides. It seems like it wants to be held.",
rarity:"Rare",
steps:10240,
evos:{
"Dreepy":{
type:["Dragon","Ghost"],
color:"Green",
from:null,
con:true
},
"Drakloak":{
type:["Dragon","Ghost"],
color:"Green",
from:"Dreepy",
con:true
},
"Dragapult":{
type:["Dragon","Ghost"],
color:"Green",
from:"Drakloak",
con:true
}
}
},{
egg:"A blue egg with a copper-orange pattern. It sometimes makes metallic clanking noises, as if something is fighting to get out.",
rarity:"Very Rare",
steps:30720,
evos:{
"Zacian [Hero of Many Battles]":{
type:["Fairy"],
color:"Blue",
from:null,
con:true
},
"Zacian [Crowned Sword]":{
type:["Fairy","Steel"],
color:"Blue",
from:"Zacian [Hero of Many Battles]",
con:true
}
}
},{
egg:"A blood-red egg with a dark blue pattern. It is unbelievably tough, as if it could never break.",
rarity:"Very Rare",
steps:30720,
evos:{
"Zamazenta [Hero of Many Battles]":{
type:["Fighting"],
color:"Red",
from:null,
con:true
},
"Zamazenta [Crowned Shield]":{
type:["Fighting","Steel"],
color:"Red",
from:"Zamazenta [Hero of Many Battles]",
con:true
}
}
},{
egg:"A pale egg covered in extremely solid ice. It is heavier than it seems. It appears to freeze everything around it.",
rarity:"Very Rare",
steps:30720,
evos:{
"Glastrier":{
type:["Ice"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A black and purple egg with a wavy pale pattern. It gives off an eerie and uncomfortable vibe...",
rarity:"Very Rare",
steps:30720,
evos:{
"Spectrier":{
type:["Ghost"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A dark green egg with an odd navy triangular pattern and a mark on the top. It gives off an aura of nobility.",
rarity:"Very Rare",
steps:20480,
evos:{
"Calyrex":{
type:["Psychic","Grass"],
color:"Green",
from:null,
con:true
},
"Calyrex [Ice Rider]":{
type:["Psychic","Ice"],
color:"Green",
from:"Calyrex",
con:false
},
"Calyrex [Shadow Rider]":{
type:["Psychic","Ghost"],
color:"Green",
from:"Calyrex",
con:false
}
}
},{
egg:"A pinkish-red egg with a bright, swirling center. You feel a tremendous energy emanating from it. The sky darkens as you approach.",
rarity:"Very Rare",
steps:30720,
evos:{
"Eternatus":{
type:["Poison","Dragon"],
color:"Purple",
from:null,
con:true
},
"Emax Eternatus [Eternamax]":{
type:["Poison","Dragon"],
color:"Purple",
from:"Eternatus",
con:false
}
}
},{
egg:"A gray egg with a pale yellow blotch on the front. Being around it gets you pumped up.",
rarity:"Very Rare",
steps:30720,
evos:{
"Kubfu":{
type:["Fighting"],
color:"Gray",
from:null,
con:true
},
"Urshifu [Single Strike]":{
type:["Fighting","Dark"],
color:"Gray",
from:"Kubfu",
con:false
},
"Gmax Urshifu [Single Strike Gmax]":{
type:["Fighting","Dark"],
color:"Gray",
from:"Urshifu [Single Strike]",
con:false
},
"Urshifu [Rapid Strike]":{
type:["Fighting","Water"],
color:"Gray",
from:"Kubfu",
con:false
},
"Gmax Urshifu [Rapid Strike Gmax]":{
type:["Fighting","Water"],
color:"Gray",
from:"Urshifu [Rapid Strike]",
con:false
}
}
},{
egg:"A magenta egg with a bizarre cyan dot pattern on the front. It radiates draconic energy.",
rarity:"Very Rare",
steps:20480,
evos:{
"Regidrago":{
type:["Dragon"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A yellow egg with a bizarre red dot pattern on the front. It shakes rapidly while releasing electricity.",
rarity:"Very Rare",
steps:20480,
evos:{
"Regieleki":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A pinkish egg with a bizarre dark purple pattern on the top and an odd beak-like pattern on the front. The air around this egg is unbearably cold at times.",
rarity:"Very Rare",
steps:20480,
evos:{
"Galarian Articuno":{
type:["Psychic","Flying"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"An orange egg with a bizarre black pattern on it. It's often dangerous to touch it, because doing so might result in a really bad shock.",
rarity:"Very Rare",
steps:20480,
evos:{
"Galarian Zapdos":{
type:["Fighting","Flying"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A black with a red spot on the front and several pink flame-like markings. It's difficult to hold for extended periods of time due to being so hot.",
rarity:"Very Rare",
steps:20480,
evos:{
"Galarian Moltres":{
type:["Dark","Flying"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A hot pink egg covered in red splotches. Its presence makes flowers bloom nearby.",
rarity:"Very Rare",
steps:30720,
evos:{
"Enamorus [Incarnate]":{
type:["Fairy","Flying"],
color:"Pink",
from:null,
con:true
},
"Enamorus [Therian]":{
type:["Fairy","Flying"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A green egg with a large, dark green splotch and a pink spot on the front. Something seems vaguely familiar about it...",
rarity:"Rare",
steps:5120,
evos:{
"Sprigatito":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Floragato":{
type:["Grass"],
color:"Green",
from:"Sprigatito",
con:true
},
"Meowscarada":{
type:["Grass","Dark"],
color:"Green",
from:"Floragato",
con:true
}
}
},{
egg:"A red egg with a cream, skull-like marking. Something seems vaguely familiar about it...",
rarity:"Rare",
steps:5120,
evos:{
"Fuecoco":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Crocalor":{
type:["Fire"],
color:"Red",
from:"Fuecoco",
con:true
},
"Skeledirge":{
type:["Fire","Ghost"],
color:"Red",
from:"Crocalor",
con:true
}
}
},{
egg:"A white egg with a light blue wad of gel on top. It shakes rhythmically when it hears music. There’s something vaguely familiar about it...",
rarity:"Rare",
steps:5120,
evos:{
"Quaxly":{
type:["Water"],
color:"White",
from:null,
con:true
},
"Quaxwell":{
type:["Water"],
color:"White",
from:"Quaxly",
con:true
},
"Quaquaval":{
type:["Water","Fighting"],
color:"Blue",
from:"Quaxwell",
con:true
}
}
},{
egg:"A black egg with a brown splotch and a pink spot shaped like a nose. The egg smells like herbs.",
rarity:"Common",
steps:3840,
evos:{
"Lechonk":{
type:["Normal"],
color:"Gray",
from:null,
con:true
},
"Oinkologne":{
type:["Normal"],
color:"Gray",
from:"Lechonk",
con:false
}
}
},{
egg:"A white egg that looks like it's made out of string all wrapped up into a ball.",
rarity:"Common",
steps:3840,
evos:{
"Tarountula":{
type:["Bug"],
color:"White",
from:null,
con:true
},
"Spidops":{
type:["Bug"],
color:"Green",
from:"Tarountula",
con:true
}
}
},{
egg:"A blue-gray egg with an orange blotch and two gray horns. It hops around sometimes.",
rarity:"Common",
steps:5120,
evos:{
"Nymble":{
type:["Bug"],
color:"Gray",
from:null,
con:true
},
"Lokix":{
type:["Bug","Dark"],
color:"Gray",
from:"Nymble",
con:true
}
}
},{
egg:"An orange egg with a beige spot and two yellow spots. Touching it may shock you.",
rarity:"Rare",
steps:3840,
evos:{
"Pawmi":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
},
"Pawmo":{
type:["Electric","Fighting"],
color:"Yellow",
from:"Pawmi",
con:true
},
"Pawmot":{
type:["Electric","Fighting"],
color:"Yellow",
from:"Pawmo",
con:true
}
}
},{
egg:"A white and blue egg with an interlocking jigsaw pattern.",
rarity:"Common",
steps:3840,
evos:{
"Tandemaus":{
type:["Normal"],
color:"White",
from:null,
con:true
},
"Maushold [Family of Three]":{
type:["Normal"],
color:"White",
from:"Tandemaus",
con:true
},
"Maushold [Family of Four]":{
type:["Normal"],
color:"White",
from:"Tandemaus",
con:true
}
}
},{
egg:"A tan egg that's soft as kneaded dough. It's sticky to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Fidough":{
type:["Fairy"],
color:"Yellow",
from:null,
con:true
},
"Dachsbun":{
type:["Fairy"],
color:"Brown",
from:"Fidough",
con:true
}
}
},{
egg:"A shiny green egg. It seems to be sweating fragrant oil...",
rarity:"Common",
steps:5120,
evos:{
"Smoliv":{
type:["Grass","Normal"],
color:"Green",
from:null,
con:true
},
"Dolliv":{
type:["Grass","Normal"],
color:"Green",
from:"Smoliv",
con:true
},
"Arboliva":{
type:["Grass","Normal"],
color:"Green",
from:"Dolliv",
con:true
}
}
},{
egg:"An egg colored black, gold, gray, and green. It's supposed to be the egg of a bird. It shakes when near similar-looking eggs of different colors.",
rarity:"Common",
steps:3840,
evos:{
"Squawkabilly [Green Plumage]":{
type:["Normal","Flying"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"An egg colored black, gold, gray, and white. It's supposed to be the egg of a bird. It shakes when near similar-looking eggs of different colors.",
rarity:"Common",
steps:3840,
evos:{
"Squawkabilly [White Plumage]":{
type:["Normal","Flying"],
color:"White",
from:null,
con:true
}
}
},{
egg:"An egg colored black, gold, gray, and yellow. It's supposed to be the egg of a bird. It shakes when near similar-looking eggs of different colors.",
rarity:"Common",
steps:3840,
evos:{
"Squawkabilly [Yellow Plumage]":{
type:["Normal","Flying"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"An egg colored black, gold, gray, and blue. It's supposed to be the egg of a bird. It shakes when near similar-looking eggs of different colors.",
rarity:"Common",
steps:3840,
evos:{
"Squawkabilly [Blue Plumage]":{
type:["Normal","Flying"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A brown egg with a light brown stripe. It has a grainy cube of what appears to be salt sticking out of it.",
rarity:"Common",
steps:5120,
evos:{
"Nacli":{
type:["Rock"],
color:"Brown",
from:null,
con:true
},
"Naclstack":{
type:["Rock"],
color:"Brown",
from:"Nacli",
con:true
},
"Garganacl":{
type:["Rock"],
color:"Brown",
from:"Naclstack",
con:true
}
}
},{
egg:"A dark gray egg with a brown band, red notches, and three black marks. It is very hot to the touch and appears to be made of charcoal.",
rarity:"Rare",
steps:8960,
evos:{
"Charcadet":{
type:["Fire"],
color:"Red",
from:null,
con:true
},
"Armarouge":{
type:["Fire","Psychic"],
color:"Red",
from:"Charcadet",
con:false
},
"Ceruledge":{
type:["Fire","Ghost"],
color:"Purple",
from:"Charcadet",
con:false
}
}
},{
egg:"A grey egg with a yellow top and an orange band along the bottom. The white spots on its top occasionally light up.",
rarity:"Common",
steps:5120,
evos:{
"Tadbulb":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
},
"Bellibolt":{
type:["Electric"],
color:"Green",
from:"Tadbulb",
con:false
}
}
},{
egg:"A black egg with a yellow blotch and orange spot on the front. Touching it sometimes shocks you.",
rarity:"Common",
steps:5120,
evos:{
"Wattrel":{
type:["Electric","Flying"],
color:"Black",
from:null,
con:true
},
"Kilowattrel":{
type:["Electric","Flying"],
color:"Yellow",
from:"Wattrel",
con:true
}
}
},{
egg:"A brick red egg with a yellow spot on top. It also has a purple and white patch that looks like it's snarling.",
rarity:"Common",
steps:5120,
evos:{
"Maschiff":{
type:["Dark"],
color:"Brown",
from:null,
con:true
},
"Mabosstiff":{
type:["Dark"],
color:"Gray",
from:"Maschiff",
con:true
}
}
},{
egg:"An egg that is half blue and half black. It smells like paint.",
rarity:"Uncommon",
steps:5120,
evos:{
"Shroodle":{
type:["Poison","Normal"],
color:"Gray",
from:null,
con:true
},
"Grafaiai":{
type:["Poison","Normal"],
color:"Gray",
from:"Shroodle",
con:true
}
}
},{
egg:"An egg that is half brown and half orange. The slightest breeze will send it rolling away.",
rarity:"Common",
steps:5120,
evos:{
"Bramblin":{
type:["Grass","Ghost"],
color:"Brown",
from:null,
con:true
},
"Brambleghast":{
type:["Grass","Ghost"],
color:"Brown",
from:"Bramblin",
con:true
}
}
},{
egg:"A pale pink egg with three yellow spots. The egg is squishy and looks delicious.",
rarity:"Rare",
steps:5120,
evos:{
"Toedscool":{
type:["Ground","Grass"],
color:"Yellow",
from:null,
con:true
},
"Toedscruel":{
type:["Ground","Grass"],
color:"Black",
from:"Toedscool",
con:true
}
}
},{
egg:"A tan egg with several intricate etchings into the shell. If you place it on a wall, it sticks for a few minutes.",
rarity:"Rare",
steps:8960,
evos:{
"Klawf":{
type:["Rock"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A green egg with an orange blotch and a white pattern on top. It is warm to the touch.",
rarity:"Common",
steps:5120,
evos:{
"Capsakid":{
type:["Grass"],
color:"Green",
from:null,
con:true
},
"Scovillain":{
type:["Grass","Fire"],
color:"Green",
from:"Capsakid",
con:false
}
}
},{
egg:"This looks more like a ball of mud than an egg. It rolls around freely.",
rarity:"Uncommon",
steps:5120,
evos:{
"Rellor":{
type:["Bug"],
color:"Brown",
from:null,
con:true
},
"Rabsca":{
type:["Bug","Psychic"],
color:"Green",
from:"Rellor",
con:true
}
}
},{
egg:"A yellow egg with purple and orange stripes on the bottom and a purple triangle on the front. It radiates a strange power.",
rarity:"Common",
steps:5120,
evos:{
"Flittle":{
type:["Psychic"],
color:"Yellow",
from:null,
con:true
},
"Espathra":{
type:["Psychic"],
color:"Yellow",
from:"Flittle",
con:true
}
}
},{
egg:"A dark pink egg with light pink spots on the top and sides. It has a purple gem on the front that shines like steel.",
rarity:"Rare",
steps:5120,
evos:{
"Tinkatink":{
type:["Fairy","Steel"],
color:"Pink",
from:null,
con:true
},
"Tinkatuff":{
type:["Fairy","Steel"],
color:"Pink",
from:"Tinkatink",
con:true
},
"Tinkaton":{
type:["Fairy","Steel"],
color:"Pink",
from:"Tinkatuff",
con:true
}
}
},{
egg:"A white egg with a pink spot on it. The egg is slightly damp.",
rarity:"Common",
steps:5120,
evos:{
"Wiglett":{
type:["Water"],
color:"White",
from:null,
con:true
},
"Wugtrio":{
type:["Water"],
color:"Red",
from:"Wiglett",
con:true
}
}
},{
egg:"A white egg with a gray and black feather pattern on the sides. It's supposed to be the egg of a bird.",
rarity:"Uncommon",
steps:8960,
evos:{
"Bombirdier":{
type:["Flying","Dark"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A teal egg with a dark pink heart and white markings. The egg is slightly damp.",
rarity:"Uncommon",
steps:10240,
evos:{
"Finizen":{
type:["Water"],
color:"Blue",
from:null,
con:true
},
"Palafin [Zero]":{
type:["Water"],
color:"Blue",
from:"Finizen",
con:true
},
"Palafin [Hero]":{
type:["Water"],
color:"Blue",
from:"Palafin [Zero]",
con:false
}
}
},{
egg:"A silver and dark gray striped egg. It sometimes makes noises like a car engine.",
rarity:"Common",
steps:5120,
evos:{
"Varoom":{
type:["Steel","Poison"],
color:"Gray",
from:null,
con:true
},
"Revavroom":{
type:["Steel","Poison"],
color:"Gray",
from:"Varoom",
con:true
},
"Revavroom [Starmobile]":{
type:["Poison","Steel"],
color:"Gray",
from:"Revavroom",
con:true
}
}
},{
egg:"An egg that is part green, part white, and part black with treads that look like a tire. It rolls around a lot.",
rarity:"Uncommon",
steps:7680,
evos:{
"Cyclizar":{
type:["Dragon","Normal"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A half-beige, half-red egg with a blue hole on the side. It appears to be made of metal.",
rarity:"Uncommon",
steps:8960,
evos:{
"Orthworm":{
type:["Steel"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"An egg that looks like it is made of dark blue flower petals. It is hard as a rock.",
rarity:"Rare",
steps:7680,
evos:{
"Glimmet":{
type:["Rock","Poison"],
color:"Blue",
from:null,
con:true
},
"Glimmora":{
type:["Rock","Poison"],
color:"Blue",
from:"Glimmet",
con:false
}
}
},{
egg:"A pale blue egg with a small black dot and what looks like shaggy fringe. It follows you around from the moment you look at it.",
rarity:"Uncommon",
steps:5120,
evos:{
"Greavard":{
type:["Ghost"],
color:"White",
from:null,
con:true
},
"Houndstone":{
type:["Ghost"],
color:"White",
from:"Greavard",
con:false
}
}
},{
egg:"A bright pink egg with white and black markings. It appears to have perfect balance.",
rarity:"Uncommon",
steps:5120,
evos:{
"Flamigo":{
type:["Flying","Fighting"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A white egg with a wavy ridge and a pink mark. It's very heavy and cold to the touch.",
rarity:"Uncommon",
steps:6400,
evos:{
"Cetoddle":{
type:["Ice"],
color:"White",
from:null,
con:true
},
"Cetitan":{
type:["Ice"],
color:"White",
from:"Cetoddle",
con:false
}
}
},{
egg:"A gray egg with a purple stripe, pink protrusions, and gray spikes on the side. Parts of the egg flake off and then regrow occasionally.",
rarity:"Uncommon",
steps:5120,
evos:{
"Veluza":{
type:["Water","Psychic"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"An extremely heavy egg that is dark blue and light blue with a hexagon pattern.",
rarity:"Rare",
steps:10240,
evos:{
"Dondozo":{
type:["Water"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"An orange egg with light orange and white blotches. It is resting on what appears to be a bed of rice.",
rarity:"Uncommon",
steps:8960,
evos:{
"Tatsugiri [Curly]":{
type:["Dragon","Water"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A hot pink egg with a white blotch. It is resting on what appears to be a bed of rice.",
rarity:"Uncommon",
steps:8960,
evos:{
"Tatsugiri [Droopy]":{
type:["Dragon","Water"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A plain yellow egg. It is resting on what appears to be a bed of rice.",
rarity:"Uncommon",
steps:8960,
evos:{
"Tatsugiri [Stretchy]":{
type:["Dragon","Water"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A light blue egg with odd purple blotches and pink spikes on it. It's surprisingly tough. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Great Tusk":{
type:["Ground","Fighting"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A pink egg with a dark pink marking. It sometimes makes a loud noise. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Scream Tail":{
type:["Fairy","Psychic"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"An egg that is half gray and half red with some leaves sprouting at the top. It's covered in dust. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Brute Bonnet":{
type:["Grass","Dark"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A blueish-purple egg with a purple top and several red spots. It's surprisingly light. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Flutter Mane":{
type:["Ghost","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A white egg covered in thick, fluffy fur, with red horn-like protrusions on top. It's surprisingly tough. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Slither Wing":{
type:["Bug","Fighting"],
color:"White",
from:null,
con:true
}
}
},{
egg:"An egg that is shiny like steel and has a yellow spot. Iron filings are attracted to it. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Sandy Shocks":{
type:["Electric","Ground"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A steel-gray egg with large black markings on it. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Iron Treads":{
type:["Ground","Steel"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A white egg with a red top, a yellow spot, and several gray etchings. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Iron Bundle":{
type:["Ice","Water"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A silver egg with a blue top, two metal bolts, and a dark gray spot. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Iron Hands":{
type:["Fighting","Electric"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A gray egg with blue sides and bright pink stripes. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Iron Jugulis":{
type:["Dark","Flying"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"This egg feels like it's made of metal. The top half is bright orange and the base has red and silver markings. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Iron Moth":{
type:["Fire","Poison"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A shiny green egg with a large gray blotch on the front and four smaller gray blotches. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Iron Thorns":{
type:["Rock","Electric"],
color:"Green",
from:null,
con:true
}
}
},{
egg:"A gray egg with two yellow marks and a pale blue splotch in the middle. It is cold to the touch.",
rarity:"Rare",
steps:10240,
evos:{
"Frigibax":{
type:["Dragon","Ice"],
color:"Gray",
from:null,
con:true
},
"Arctibax":{
type:["Dragon","Ice"],
color:"Blue",
from:"Frigibax",
con:true
},
"Baxcalibur":{
type:["Dragon","Ice"],
color:"Blue",
from:"Arctibax",
con:true
}
}
},{
egg:"A gray egg with two yellow spots. It shakes when placed near money.",
rarity:"Common",
steps:10240,
evos:{
"Gimmighoul [Roaming]":{
type:["Ghost"],
color:"Gray",
from:null,
con:true
},
"Gimmighoul [Chest]":{
type:["Ghost"],
color:"Red",
from:"Gimmighoul [Roaming]",
con:false
},
"Gholdengo":{
type:["Steel","Ghost"],
color:"Yellow",
from:"Gimmighoul [Roaming]",
con:false
}
}
},{
egg:"An ominous egg covered with bizarre sage and tan leaves. The air around it feels crisp and heavy with ruin.",
rarity:"Very Rare",
steps:20480,
evos:{
"Wo-Chien":{
type:["Dark","Grass"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A snow white egg with bizarre blue crystals on it. The air around it feels bitter cold and heavy with ruin.",
rarity:"Very Rare",
steps:20480,
evos:{
"Chien-Pao":{
type:["Dark","Ice"],
color:"White",
from:null,
con:true
}
}
},{
egg:"An earthy tan egg with bizarre cream, red, and brown layers. The air around it feels dusty and heavy with ruin.",
rarity:"Very Rare",
steps:20480,
evos:{
"Ting-Lu":{
type:["Dark","Ground"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"An apricot egg with bizarre scarlet markings. The air around it feels stiflingly hot and heavy with ruin.",
rarity:"Very Rare",
steps:20480,
evos:{
"Chi-Yu":{
type:["Dark","Fire"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A blue egg with an odd gray blotch on the top some red blotches on the bottom and sides. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Roaring Moon":{
type:["Dragon","Dark"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"An egg that is green and white with a teal blotch on top. The egg seems familiar, but almost like it doesn't belong here.",
rarity:"Very Rare",
steps:20480,
evos:{
"Iron Valiant":{
type:["Fairy","Fighting"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A bold green egg with yellow swirls. The egg smells like green tea.",
rarity:"Uncommon",
steps:5120,
evos:{
"Poltchageist":{
type:["Grass","Ghost"],
color:"Green",
from:null,
con:true
},
"Sinistcha":{
type:["Grass","Ghost"],
color:"Green",
from:"Poltchageist",
con:false
}
}
},{
egg:"A black egg with a green spade pattern and a magenta chain on top. Being around it makes you feel combative.",
rarity:"Very Rare",
steps:30720,
evos:{
"Okidogi":{
type:["Poison","Fighting"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A black egg with a blue arrow pattern and a magenta chain on top. Being around it makes you feel dizzy.",
rarity:"Very Rare",
steps:30720,
evos:{
"Munkidori":{
type:["Poison","Psychic"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A black and white egg with a red line and a magenta chain on the front. Being around it makes you want to sing.",
rarity:"Very Rare",
steps:30720,
evos:{
"Fezandipiti":{
type:["Poison","Fairy"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A green-blue egg that shines brilliantly like a gemstone. Its presence seems to make other eggs shine.",
rarity:"Very Rare",
steps:30720,
evos:{
"Terapagos":{
type:["Normal"],
color:"Blue",
from:null,
con:true
},
"Terapagos [Terastal]":{
type:["Normal"],
color:"Blue",
from:"Terapagos",
con:true
},
"Terapagos [Stellar]":{
type:["Normal"],
color:"Blue",
from:"Terapagos [Terastal]",
con:true
}
}
},{
egg:"A bizarre deep fuchsia egg with a small black hole in the center. It smells strongly of a certain berry.",
rarity:"Very Rare",
steps:20480,
evos:{
"Pecharunt":{
type:["Poison","Ghost"],
color:"Purple",
from:null,
con:true
},
"Pecharunt [Closed]":{
type:["Poison","Ghost"],
color:"Purple",
from:null,
con:false
}
}
},{
egg:"A dark red egg with an eerie glowing pattern on the front. It looks like it's melting....",
rarity:"Novelty",
steps:30720,
evos:{
"Fake Groudon":{
type:["Ground","Dark"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A strange green egg with a grey W-shaped mark on it. Nobody has any clue what might hatch from it....",
rarity:"Novelty",
steps:10240,
evos:{
"Dracowymsy [Regular]":{
type:["Dragon","Fire"],
color:"Brown",
from:null,
con:true
},
"Dracowymsy [Battlesuit]":{
type:["Dragon","Steel"],
color:"Brown",
from:"Dracowymsy [Regular]",
con:false
},
"Dracowymsy [Druid]":{
type:["Dragon","Dark"],
color:"Brown",
from:"Dracowymsy [Regular]",
con:false
},
"Dracowymsy [Kick]":{
type:["Dragon","Fighting"],
color:"Brown",
from:"Dracowymsy [Regular]",
con:false
},
"Dracowymsy [Winter]":{
type:["Dragon","Ice"],
color:"Brown",
from:"Dracowymsy [Regular]",
con:false
},
"Dracowymsy [Charge]":{
type:["Dragon","Electric"],
color:"Brown",
from:"Dracowymsy [Regular]",
con:false
}
}
},{
egg:"A grey egg with a bizarre pattern. There is a red spot in the middle that shines like a gem. It radiates a very dark power....",
rarity:"Novelty",
steps:30720,
evos:{
"Primal Dialga":{
type:["Dark","Dragon"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"This egg's pattern looks rather busy. It consists of black, white, purple and light orange.",
rarity:"Novelty",
steps:7680,
evos:{
"MissingNo. [Glitch]":{
type:["Bird","Normal"],
color:"White",
from:null,
con:true
},
"MissingNo. [Kabutops Fossil]":{
type:["Bird","Normal"],
color:"White",
from:"MissingNo. [Glitch]",
con:false
},
"MissingNo. [Aerodactyl Fossil]":{
type:["Bird","Normal"],
color:"White",
from:"MissingNo. [Glitch]",
con:false
},
"MissingNo. [Ghost]":{
type:["Bird","Normal"],
color:"White",
from:"MissingNo. [Glitch]",
con:false
}
}
},{
egg:"A dark gray egg with a blue Z-shaped mark on it. Nobody has any clue what might hatch from it....",
rarity:"Novelty",
steps:5120,
evos:{
"Zergoose":{
type:["Normal","Dark"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A dark grayish-blue egg with a blue Z-shaped mark on it. The mark feels like it was carved by a sharp claw.",
rarity:"Novelty",
steps:20480,
evos:{
"Zergoose [Feral]":{
type:["Normal","Dark"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A cyan egg with two pink blotches on the sides. It bounces around sometimes",
rarity:"Novelty",
steps:5120,
evos:{
"Easter Buneary":{
type:["Normal","Grass"],
color:"Blue",
from:null,
con:true
},
"Easter Lopunny":{
type:["Normal","Grass"],
color:"Blue",
from:"Easter Buneary",
con:false
}
}
},{
egg:"A light blue egg that shines beautifully like crystal. It's almost impossible to lift.",
rarity:"Novelty",
steps:6400,
evos:{
"Crystal Onix":{
type:["Rock","Ice"],
color:"Blue",
from:null,
con:true
},
"Crystal Steelix":{
type:["Steel","Ice"],
color:"Blue",
from:"Crystal Onix",
con:false
}
}
},{
egg:"A dark purple egg with two bizarre light grey patches. It radiates a dark and mysterious power. Being around this egg makes you feel slightly uneasy.",
rarity:"Novelty",
steps:30720,
evos:{
"Shadow Lugia":{
type:["Psychic","Dark"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A turquoise egg with several dark markings all over it. Something seems off about it....",
rarity:"Novelty",
steps:5120,
evos:{
"Bulbasaur Clone":{
type:["Grass","Dark"],
color:"Blue",
from:null,
con:true
},
"Ivysaur Clone":{
type:["Grass","Dark"],
color:"Blue",
from:"Bulbasaur Clone",
con:true
},
"Venusaur Clone":{
type:["Grass","Dark"],
color:"Blue",
from:"Ivysaur Clone",
con:true
}
}
},{
egg:"An orange egg with several dark markings all over it. Something seems off about it....",
rarity:"Novelty",
steps:5120,
evos:{
"Charmander Clone":{
type:["Fire","Dark"],
color:"Red",
from:null,
con:true
},
"Charmeleon Clone":{
type:["Fire","Dark"],
color:"Red",
from:"Charmander Clone",
con:true
},
"Charizard Clone":{
type:["Fire","Dark"],
color:"Red",
from:"Charmeleon Clone",
con:true
}
}
},{
egg:"A light blue egg with several dark markings all over it. Something seems off about it....",
rarity:"Novelty",
steps:5120,
evos:{
"Squirtle Clone":{
type:["Water","Dark"],
color:"Blue",
from:null,
con:true
},
"Wartortle Clone":{
type:["Water","Dark"],
color:"Blue",
from:"Squirtle Clone",
con:true
},
"Blastoise Clone":{
type:["Water","Dark"],
color:"Blue",
from:"Wartortle Clone",
con:true
}
}
},{
egg:"A yellow and black egg with an interesting pattern. Touching it might shock you.",
rarity:"Novelty",
steps:2560,
evos:{
"Spiky-Eared Pichu":{
type:["Electric"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A black egg with several dark green spots on it. It emits a horrible smell....",
rarity:"Novelty",
steps:20480,
evos:{
"Slime Slugma":{
type:["Poison"],
color:"Green",
from:null,
con:true
},
"Slime Magcargo":{
type:["Poison","Rock"],
color:"Green",
from:"Slime Slugma",
con:true
}
}
},{
egg:"A brown egg with a marking on the front that consists of white, red, dark brown and tan. It doesn't react to anything at all.",
rarity:"Novelty",
steps:20480,
evos:{
"Bidofo [Sword]":{
type:["Normal","Steel"],
color:"Brown",
from:null,
con:true
},
"Bidofo [Lance]":{
type:["Normal","Fighting"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Axe]":{
type:["Normal","Rock"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Bow]":{
type:["Normal","Bug"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Wind Magic]":{
type:["Normal","Flying"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Fire Magic]":{
type:["Normal","Fire"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Thunder Magic]":{
type:["Normal","Electric"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Light Magic]":{
type:["Normal","Psychic"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Dark Magic]":{
type:["Normal","Dark"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
},
"Bidofo [Staff]":{
type:["Normal","Water"],
color:"Brown",
from:"Bidofo [Sword]",
con:false
}
}
},{
egg:"An eerie-looking egg with a marking on the front. It doesn't react to anything at all, but you feel uneasy around it nevertheless.",
rarity:"Novelty",
steps:40960,
evos:{
"Zombidofo":{
type:["Dark","Normal"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A light blue egg that looks incredibly angry somehow....",
rarity:"Novelty",
steps:5120,
evos:{
"Remorage":{
type:["Water"],
color:"Gray",
from:null,
con:true
},
"Octillerage":{
type:["Water"],
color:"Red",
from:"Remorage",
con:true
}
}
},{
egg:"This light blue egg has a strange swirling pattern and shines brilliantly.",
rarity:"Novelty",
steps:6400,
evos:{
"Winter Vulpix":{
type:["Fire"],
color:"White",
from:null,
con:true
},
"Winter Ninetales":{
type:["Fire"],
color:"White",
from:"Winter Vulpix",
con:false
}
}
},{
egg:"A gray, scaly egg. It is extremely dry-feeling.",
rarity:"Novelty",
steps:10240,
evos:{
"Summer Swinub":{
type:["Ice","Ground"],
color:"Gray",
from:null,
con:true
},
"Summer Piloswine":{
type:["Ice","Ground"],
color:"Gray",
from:"Summer Swinub",
con:false
},
"Summer Mamoswine":{
type:["Ice","Ground"],
color:"Gray",
from:"Summer Piloswine",
con:false
}
}
},{
egg:"A purple egg with a giant fist on the front. It's surprisingly tough.",
rarity:"Novelty",
steps:10240,
evos:{
"Shellderboy":{
type:["Water","Fighting"],
color:"Purple",
from:null,
con:true
},
"Cloysterman":{
type:["Water","Fighting"],
color:"Purple",
from:"Shellderboy",
con:false
}
}
},{
egg:"A black egg covered in spiky fur. Sometimes shakes a bit if it's touched. Something about the egg seems foreign.",
rarity:"Novelty",
steps:27648,
evos:{
"Pokii [Avatar]":{
type:["Dark"],
color:"Black",
from:null,
con:true
},
"Pokii [True]":{
type:["Dark","Flying"],
color:"Black",
from:"Pokii [Avatar]",
con:false
}
}
},{
egg:"A hot pink egg that is covered in lots of hearts and spots.",
rarity:"Novelty",
steps:10240,
evos:{
"Valentacool":{
type:["Water","Fairy"],
color:"Pink",
from:null,
con:true
},
"Valentacruel":{
type:["Water","Fairy"],
color:"Pink",
from:"Valentacool",
con:true
}
}
},{
egg:"A tan egg with a stripe pattern on it. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Omanyte":{
type:["Rock","Water"],
color:"Blue",
from:null,
con:true
},
"Fossil Omastar":{
type:["Rock","Water"],
color:"Blue",
from:"Fossil Omanyte",
con:true
}
}
},{
egg:"A brown egg with two dark marks on it. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Kabuto":{
type:["Rock","Water"],
color:"Brown",
from:null,
con:true
},
"Fossil Kabutops":{
type:["Rock","Water"],
color:"Brown",
from:"Fossil Kabuto",
con:true
}
}
},{
egg:"A dull purple egg that has markings on it that resemble a fierce face. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Aerodactyl":{
type:["Rock","Flying"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A purple egg with two odd yellow markings on it. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Lileep":{
type:["Rock","Grass"],
color:"Purple",
from:null,
con:true
},
"Fossil Cradily":{
type:["Rock","Grass"],
color:"Green",
from:"Fossil Lileep",
con:true
}
}
},{
egg:"An egg that is black on the top and dull green on the bottom. The top has two red blotches. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Anorith":{
type:["Rock","Bug"],
color:"Gray",
from:null,
con:true
},
"Fossil Armaldo":{
type:["Rock","Bug"],
color:"Gray",
from:"Fossil Anorith",
con:true
}
}
},{
egg:"An egg that is almost white. It has markings on it that resemble cracks, but it is rather tough. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Relicanth":{
type:["Water","Rock"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A grey egg that has an odd blue marking on the top. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Cranidos":{
type:["Rock"],
color:"Blue",
from:null,
con:true
},
"Fossil Rampardos":{
type:["Rock"],
color:"Blue",
from:"Fossil Cranidos",
con:true
}
}
},{
egg:"A black egg with odd silver markings on it. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Shieldon":{
type:["Rock","Steel"],
color:"Gray",
from:null,
con:true
},
"Fossil Bastiodon":{
type:["Rock","Steel"],
color:"Gray",
from:"Fossil Shieldon",
con:true
}
}
},{
egg:"A dark brown egg with a very rough surface. It's as hard as a rock. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Tirtouga":{
type:["Water","Rock"],
color:"Blue",
from:null,
con:true
},
"Fossil Carracosta":{
type:["Water","Rock"],
color:"Blue",
from:"Fossil Tirtouga",
con:true
}
}
},{
egg:"An egg that is half blue and half red. It has many green feathers sticking out of it. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Archen":{
type:["Rock","Flying"],
color:"Yellow",
from:null,
con:true
},
"Fossil Archeops":{
type:["Rock","Flying"],
color:"Yellow",
from:"Fossil Archen",
con:true
}
}
},{
egg:"A bright white egg with a beautiful blue and gold pattern wrapping around it.",
rarity:"Novelty",
steps:10240,
evos:{
"Past Misdreavus":{
type:["Ghost","Ice"],
color:"White",
from:null,
con:true
},
"Past Mismagius":{
type:["Ghost","Ice"],
color:"White",
from:"Past Misdreavus",
con:false
}
}
},{
egg:"A light purple egg with a fanciful white and blue pattern wrapping around it.",
rarity:"Novelty",
steps:10240,
evos:{
"Present Drifloon":{
type:["Ghost","Ice"],
color:"White",
from:null,
con:true
},
"Present Drifblim":{
type:["Ghost","Ice"],
color:"White",
from:"Present Drifloon",
con:false
}
}
},{
egg:"A pitch black egg with a silly white pattern wrapping around it.",
rarity:"Novelty",
steps:10240,
evos:{
"Future Shuppet":{
type:["Ghost","Ice"],
color:"White",
from:null,
con:true
},
"Future Banette":{
type:["Ghost","Ice"],
color:"White",
from:"Future Shuppet",
con:false
}
}
},{
egg:"A bright orange egg with a strange dark mark in the middle. It feels rather warm.",
rarity:"Novelty",
steps:10240,
evos:{
"Flaming Zorua":{
type:["Dark","Fire"],
color:"Red",
from:null,
con:true
},
"Flaming Zoroark":{
type:["Dark","Fire"],
color:"Red",
from:"Flaming Zorua",
con:false
}
}
},{
egg:"An ice-covered egg with a strange blue mark on the front. It is extremely cold.",
rarity:"Novelty",
steps:5120,
evos:{
"Icy Horsea":{
type:["Water","Ice"],
color:"Blue",
from:null,
con:true
},
"Icy Seadra":{
type:["Water","Ice"],
color:"Blue",
from:"Icy Horsea",
con:false
},
"Icy Kingdra":{
type:["Ice","Dragon"],
color:"Blue",
from:"Icy Seadra",
con:false
}
}
},{
egg:"A green and red egg, surrounded by a leather belt. There appears to be a candy cane on its side...",
rarity:"Novelty",
steps:10240,
evos:{
"Festive Makuhita":{
type:["Fighting","Ice"],
color:"Green",
from:null,
con:true
},
"Santa Hariyama":{
type:["Fighting","Ice"],
color:"Red",
from:"Festive Makuhita",
con:false
},
"Mrs. Hariyama":{
type:["Fighting","Ice"],
color:"Red",
from:"Festive Makuhita",
con:false
}
}
},{
egg:"An egg covered in rust. You can see the remains of a blue pattern.",
rarity:"Novelty",
steps:5120,
evos:{
"Rustor":{
type:["Steel","Psychic"],
color:"Green",
from:null,
con:true
},
"Rustong":{
type:["Steel","Psychic"],
color:"Green",
from:"Rustor",
con:false
}
}
},{
egg:"A brown and tan egg that has a very interesting pattern on it. Said to be the egg of a common bird. It feels rather heavy.",
rarity:"Novelty",
steps:10240,
evos:{
"Pudgy Pidgey":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
},
"Pudgy Pidgeotto":{
type:["Normal","Flying"],
color:"Brown",
from:"Pudgy Pidgey",
con:true
},
"Pudgy Pidgeot":{
type:["Normal","Flying"],
color:"Brown",
from:"Pudgy Pidgeotto",
con:false
}
}
},{
egg:"A white egg with a red mark on the front. It's as hard as a rock.",
rarity:"Novelty",
steps:6400,
evos:{
"Roggenmorpha":{
type:["Rock","Psychic"],
color:"Red",
from:null,
con:true
},
"Morphore":{
type:["Rock","Psychic"],
color:"Red",
from:"Roggenmorpha",
con:true
},
"Gigamorph":{
type:["Rock","Psychic"],
color:"Red",
from:"Morphore",
con:true
}
}
},{
egg:"An egg that is orange on the top and brown on the bottom. There are shapes on the front that resemble fruit.",
rarity:"Novelty",
steps:10240,
evos:{
"Autumn Tropius":{
type:["Grass","Ground"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"An egg that seems to be covered in icicles and snow. It's a bit on the heavy side and cold to the touch.",
rarity:"Novelty",
steps:10240,
evos:{
"Snowy Girafarig":{
type:["Ice","Psychic"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A white egg with a pretty green pattern wrapping around it. Its scent makes you feel like kissing something.",
rarity:"Novelty",
steps:10240,
evos:{
"Mistilil":{
type:["Grass","Ice"],
color:"Green",
from:null,
con:true
},
"Settigant":{
type:["Grass","Ice"],
color:"Green",
from:"Mistilil",
con:false
}
}
},{
egg:"A green egg with a tan bottom. Nothing seems familiar about it.",
rarity:"Novelty",
steps:10240,
evos:{
"Spring Cyndaquil":{
type:["Grass","Fire"],
color:"Green",
from:null,
con:true
},
"Spring Quilava":{
type:["Grass","Fire"],
color:"Green",
from:"Spring Cyndaquil",
con:true
},
"Spring Typhlosion":{
type:["Grass","Fire"],
color:"Green",
from:"Spring Quilava",
con:false
}
}
},{
egg:"A pale blue egg with a line of blue dots around it. Nothing seems familiar about it.",
rarity:"Novelty",
steps:10240,
evos:{
"Splash Chikorita":{
type:["Water","Grass"],
color:"Blue",
from:null,
con:true
},
"Splash Bayleef":{
type:["Water","Grass"],
color:"Blue",
from:"Splash Chikorita",
con:false
},
"Splash Meganium":{
type:["Water","Grass"],
color:"Blue",
from:"Splash Bayleef",
con:false
}
}
},{
egg:"A grey egg with lava roaming underneath its crust. Nothing seems familiar about it.",
rarity:"Novelty",
steps:10240,
evos:{
"Magma Totodile":{
type:["Fire","Water"],
color:"Gray",
from:null,
con:true
},
"Magma Croconaw":{
type:["Fire","Water"],
color:"Gray",
from:"Magma Totodile",
con:false
},
"Magma Feraligatr":{
type:["Fire","Water"],
color:"Gray",
from:"Magma Croconaw",
con:false
}
}
},{
egg:"A golden brown egg with a peculiar dark marking on it. Oddly enough, it is surrounded by produce.",
rarity:"Novelty",
steps:10240,
evos:{
"Harvest Farfetch'd":{
type:["Normal","Flying"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"This strange egg appears to be made of metal. You might hear a faint beeping sound if you touch it.",
rarity:"Novelty",
steps:10240,
evos:{
"Deibot":{
type:["Dragon","Steel"],
color:"Gray",
from:null,
con:true
},
"Zweilbot":{
type:["Dragon","Steel"],
color:"Gray",
from:"Deibot",
con:true
},
"Hydreibot":{
type:["Dragon","Steel"],
color:"Gray",
from:"Zweilbot",
con:true
}
}
},{
egg:"An egg that is blue on the top and red on the bottom. It seems to be weirdly grinning at you. It looks like it'd take a while to hatch.",
rarity:"Novelty",
steps:10240,
evos:{
"Ekralyp":{
type:["Dragon","Ground"],
color:"Blue",
from:null,
con:true
},
"Ekranko":{
type:["Dragon","Ground"],
color:"Blue",
from:"Ekralyp",
con:true
},
"Ekranord":{
type:["Dragon","Ground"],
color:"Blue",
from:"Ekranko",
con:false
}
}
},{
egg:"A rugged brown egg with two orange spikes on top of it. The colors seem to have faded over time. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Tyrunt":{
type:["Rock","Dragon"],
color:"Brown",
from:null,
con:true
},
"Fossil Tyrantrum":{
type:["Rock","Dragon"],
color:"Brown",
from:"Fossil Tyrunt",
con:true
}
}
},{
egg:"A pale blue egg with a gem and a pair of dull frills. It looks extremely old.",
rarity:"Novelty",
steps:20480,
evos:{
"Fossil Amaura":{
type:["Rock","Ice"],
color:"Blue",
from:null,
con:true
},
"Fossil Aurorus":{
type:["Rock","Ice"],
color:"Blue",
from:"Fossil Amaura",
con:true
}
}
},{
egg:"A light grey egg with a few tiny darker dots. The blue spot on top of it glimmers like ice.",
rarity:"Novelty",
steps:10240,
evos:{
"Alpine Meowth":{
type:["Normal","Ice"],
color:"Gray",
from:null,
con:true
},
"Alpine Persian":{
type:["Normal","Ice"],
color:"Gray",
from:"Alpine Meowth",
con:false
}
}
},{
egg:"An orange egg that seems to be covered in paint splatters. It's sitting on a fancy pedestal.",
rarity:"Novelty",
steps:10240,
evos:{
"Painted Torchic":{
type:["Fire"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A white and blue egg with a burgundy ring at the top. It had some strange flower petals on it, but they fell off at some point.",
rarity:"Novelty",
steps:6400,
evos:{
"Flabebe [Eternal Flower]":{
type:["Fairy"],
color:"White",
from:null,
con:true
},
"Floette [Eternal Flower]":{
type:["Fairy"],
color:"White",
from:"Flabebe [Eternal Flower]",
con:true
},
"Florges [Eternal Flower]":{
type:["Fairy"],
color:"White",
from:"Floette [Eternal Flower]",
con:false
}
}
},{
egg:"A tough egg that's sitting in a pile of Pinkan Berries. It seems to slowly absorb the juice from the pink fruit.",
rarity:"Novelty",
steps:5120,
evos:{
"Pinkan Rhyhorn":{
type:["Ground","Rock"],
color:"Pink",
from:null,
con:true
},
"Pinkan Rhydon":{
type:["Ground","Rock"],
color:"Pink",
from:"Pinkan Rhyhorn",
con:true
},
"Pinkan Rhyperior":{
type:["Ground","Rock"],
color:"Pink",
from:"Pinkan Rhydon",
con:false
}
}
},{
egg:"A light purple egg with a magenta zig-zag wrapping around it. It looks like it disappears at times, if only for a second.",
rarity:"Novelty",
steps:10240,
evos:{
"Purple Kecleon":{
type:["Normal"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A purple egg with a bizarre pink pattern on the front that glows. You feel like your perception of reality may have changed.",
rarity:"Novelty",
steps:30720,
evos:{
"Misquaza":{
type:["Dragon","Ghost"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A glossy, golden egg with some markings on it. It is surprisingly tough.",
rarity:"Novelty",
steps:10240,
evos:{
"Golden Bonsly":{
type:["Rock","Steel"],
color:"Yellow",
from:null,
con:true
},
"Golden Sudowoodo":{
type:["Rock","Steel"],
color:"Yellow",
from:"Golden Bonsly",
con:false
}
}
},{
egg:"A dull purple egg that's covered in an orange tropical pattern. It's supposed to be the egg of a plant.",
rarity:"Novelty",
steps:5120,
evos:{
"Valencian Oddish":{
type:["Grass","Poison"],
color:"Purple",
from:null,
con:true
},
"Valencian Gloom":{
type:["Grass","Poison"],
color:"Purple",
from:"Valencian Oddish",
con:true
},
"Valencian Vileplume":{
type:["Grass","Poison"],
color:"Blue",
from:"Valencian Gloom",
con:false
},
"Valencian Bellossom":{
type:["Grass"],
color:"Green",
from:"Valencian Gloom",
con:false
}
}
},{
egg:"This egg seems to be made of snow... There's a single spot on the front. It shakes around a bit if you bring food near it.",
rarity:"Novelty",
steps:10240,
evos:{
"Snowman Munchlax":{
type:["Normal","Ice"],
color:"Blue",
from:null,
con:true
},
"Snowman Snorlax":{
type:["Normal","Ice"],
color:"Blue",
from:"Snowman Munchlax",
con:false
}
}
},{
egg:"A pale green egg with an orange blotch on the front and two small orange spots. It pulls you towards it somehow.",
rarity:"Novelty",
steps:10240,
evos:{
"Lunar Larvitar":{
type:["Rock","Fairy"],
color:"Green",
from:null,
con:true
},
"Stellar Pupitar":{
type:["Rock","Psychic"],
color:"Blue",
from:"Lunar Larvitar",
con:true
},
"Astral Tyranitar":{
type:["Rock","Psychic"],
color:"Gray",
from:"Stellar Pupitar",
con:true
}
}
},{
egg:"A pink egg with a red, heart-shaped blotch on the front. Said to be the egg of some sort of bug.",
rarity:"Novelty",
steps:3840,
evos:{
"Pink Caterpie":{
type:["Bug","Fairy"],
color:"Pink",
from:null,
con:true
},
"Pink Metapod":{
type:["Bug","Fairy"],
color:"Pink",
from:"Pink Caterpie",
con:false
},
"Pink Butterfree":{
type:["Bug","Fairy"],
color:"Pink",
from:"Pink Metapod",
con:false
}
}
},{
egg:"A brown egg that's absolutely dripping with rich, dark chocolate. It's a bit difficult to lift up.",
rarity:"Novelty",
steps:10240,
evos:{
"Chocolate Miltank":{
type:["Normal"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"It's a light blue egg with a small, yellow blotch on the front. Is this thing even real? You feel like you're being pranked...",
rarity:"Novelty",
steps:2560,
evos:{
"Korechu":{
type:["Normal","Electric"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"It seems to be a remainder of an ancient civilization. A soothing power is radiating from it.",
rarity:"Novelty",
steps:20480,
evos:{
"Ancient Jigglypuff":{
type:["Normal","Fairy"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"An ominous artifact. A shadow seems to lurk within.",
rarity:"Novelty",
steps:20480,
evos:{
"Ancient Gengar":{
type:["Ghost","Poison"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"An ancient artifact. Holding on to it for too long may leave you possessed.",
rarity:"Novelty",
steps:20480,
evos:{
"Ancient Alakazam":{
type:["Psychic"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A pale purple egg with odd markings. The glowing spot on it makes you feel exceptionally weak.",
rarity:"Novelty",
steps:10240,
evos:{
"Dark Ekans":{
type:["Poison","Dark"],
color:"Red",
from:null,
con:true
},
"Dark Arbok":{
type:["Poison","Dark"],
color:"Purple",
from:"Dark Ekans",
con:true
}
}
},{
egg:"A beautiful, pink egg that resembles a flower bulb. You feel happy looking at it.",
rarity:"Novelty",
steps:5120,
evos:{
"Floral Togepi":{
type:["Fairy","Grass"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A dull purple egg encrusted with several beautiful gems. When holding it, you feel a strong urge to protect something.",
rarity:"Novelty",
steps:6400,
evos:{
"Carbink [Merrick]":{
type:["Rock","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A dull purple egg encrusted with several beautiful gems. When holding it, you feel a strong urge to protect something.",
rarity:"Novelty",
steps:6400,
evos:{
"Carbink [Bort]":{
type:["Rock","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A dull purple egg encrusted with several beautiful gems. When holding it, you feel a strong urge to protect something.",
rarity:"Novelty",
steps:6400,
evos:{
"Carbink [Allotrope]":{
type:["Rock","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A dull purple egg encrusted with several beautiful gems. When holding it, you feel a strong urge to protect something.",
rarity:"Novelty",
steps:6400,
evos:{
"Carbink [Dace]":{
type:["Rock","Fairy"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"An orange egg with several white spots and a peach-coloured blotch. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Calico]":{
type:["Water"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"An orange egg with a white bottom half, two white spots, and a peach-coloured blotch. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Orange]":{
type:["Water"],
color:"Red",
from:null,
con:true
}
}
},{
egg:"A pink egg with a white bottom half, two white spots, and a peach-coloured blotch. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Pink]":{
type:["Water"],
color:"Pink",
from:null,
con:true
}
}
},{
egg:"A gray egg with several white and dark gray spots and a peach-coloured blotch. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Gray]":{
type:["Water"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A purple egg with several white and dark purple spots and a peach-coloured blotch. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Purple]":{
type:["Water"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"An apricot egg with two white spots, a peach-coloured blotch, and several orange stripes. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Apricot]":{
type:["Water"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A brown egg with two white spots, a peach-coloured blotch and several dark brown stripes. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Brown]":{
type:["Water"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A linen white egg with two lighter spots, a peach-coloured blotch, and a red top. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [White]":{
type:["Water"],
color:"White",
from:null,
con:true
}
}
},{
egg:"A gray egg with two white spots, a peach-coloured blotch, and a dark top. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Black]":{
type:["Water"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"A light blue egg with two white spots, a peach-coloured blotch, and a darker blue top. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Blue]":{
type:["Water"],
color:"Blue",
from:null,
con:true
}
}
},{
egg:"A lilac egg with two white spots, a peach-coloured blotch, and a violet top. It hops around sometimes. This egg looks like it'd take no time to hatch.",
rarity:"Novelty",
steps:1280,
evos:{
"Magikarp [Violet]":{
type:["Water"],
color:"Purple",
from:null,
con:true
}
}
},{
egg:"A fluffy egg that is very soft to the touch. Holding it for too long will make you sneeze.",
rarity:"Novelty",
steps:5120,
evos:{
"Beeark":{
type:["Grass","Poison"],
color:"Green",
from:null,
con:true
},
"Pulian":{
type:["Grass","Poison"],
color:"Brown",
from:"Beeark",
con:false
}
}
},{
egg:"A brown egg with a tan bottom. The tan bottom has a few markings on it. This egg does not react to any item.",
rarity:"Novelty",
steps:8960,
evos:{
"Eevee [Heart]":{
type:["Normal"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A football. Or is it an egg? Probably not a good idea to attempt a drop kick now.",
rarity:"Novelty",
steps:6400,
evos:{
"Kryduck":{
type:["Water"],
color:"Yellow",
from:null,
con:true
}
}
},{
egg:"A brown egg. It has an oddly-shaped gray blotch on it that resembles some sort of bill. The egg is slightly damp.",
rarity:"Novelty",
steps:6400,
evos:{
"Platypus Psyduck":{
type:["Water","Poison"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A black egg with some odd white and red markings on the front. A persistent noise can be heard coming from within.",
rarity:"Novelty",
steps:3840,
evos:{
"Noothoot":{
type:["Flying","Ice"],
color:"Black",
from:null,
con:true
}
}
},{
egg:"An oddly shaped, orange egg with a green stem on top. It strongly reminds you of a pumpkin.",
rarity:"Novelty",
steps:5120,
evos:{
"Jacnea":{
type:["Dark","Grass"],
color:"Brown",
from:null,
con:true
}
}
},{
egg:"A yellow egg with a gray bottom. It has red blotches on the sides that resemble cheeks.",
rarity:"Novelty",
steps:3840,
evos:{
"Chatotiel":{
type:["Normal","Flying"],
color:"Gray",
from:null,
con:true
}
}
},{
egg:"A golden-brown egg with odd markings and two red spots. The egg is soft and smells deliciously umami.",
rarity:"Novelty",
steps:5120,
evos:{
"Noodle Ekans":{
type:["Fairy"],
color:"Brown",
from:null,
con:true
},
"Noodle Arbok":{
type:["Fairy"],
color:"Brown",
from:"Noodle Ekans",
con:false
}
}
},{
egg:"A deep indigo egg with small purple galaxies on it. It is surprisingly light.",
rarity:"Novelty",
steps:5120,
evos:{
"Swablu [Celestial]":{
type:["Ghost","Flying"],
color:"Purple",
from:null,
con:true
},
"Altaria [Celestial]":{
type:["Ghost","Dragon"],
color:"Purple",
from:"Swablu [Celestial]",
con:true
}
}
}
];