|
@@ -0,0 +1,7037 @@
|
|
|
+{
|
|
|
+ "bulbasaur": {
|
|
|
+ "num": 1,
|
|
|
+ "name": "Bulbasaur",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "ivysaur": {
|
|
|
+ "num": 2,
|
|
|
+ "name": "Ivysaur",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "venusaur": {
|
|
|
+ "num": 3,
|
|
|
+ "name": "Venusaur",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Venusaur-Mega"]
|
|
|
+ },
|
|
|
+ "venusaurmega": {
|
|
|
+ "num": 3,
|
|
|
+ "name": "Venusaur-Mega",
|
|
|
+ "baseSpecies": "Venusaur",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green",
|
|
|
+ "requiredItem": "Venusaurite"
|
|
|
+ },
|
|
|
+ "venusaurgmax": {
|
|
|
+ "num": 3,
|
|
|
+ "name": "Venusaur-Gmax",
|
|
|
+ "baseSpecies": "Venusaur",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "charmander": { "num": 4, "name": "Charmander", "types": ["Fire"], "color": "Red" },
|
|
|
+ "charmeleon": { "num": 5, "name": "Charmeleon", "types": ["Fire"], "color": "Red" },
|
|
|
+ "charizard": {
|
|
|
+ "num": 6,
|
|
|
+ "name": "Charizard",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Charizard-Mega-X", "Charizard-Mega-Y"]
|
|
|
+ },
|
|
|
+ "charizardmegax": {
|
|
|
+ "num": 6,
|
|
|
+ "name": "Charizard-Mega-X",
|
|
|
+ "baseSpecies": "Charizard",
|
|
|
+ "forme": "Mega-X",
|
|
|
+ "types": ["Fire", "Dragon"],
|
|
|
+ "color": "Black",
|
|
|
+ "requiredItem": "Charizardite X"
|
|
|
+ },
|
|
|
+ "charizardmegay": {
|
|
|
+ "num": 6,
|
|
|
+ "name": "Charizard-Mega-Y",
|
|
|
+ "baseSpecies": "Charizard",
|
|
|
+ "forme": "Mega-Y",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Red",
|
|
|
+ "requiredItem": "Charizardite Y"
|
|
|
+ },
|
|
|
+ "charizardgmax": {
|
|
|
+ "num": 6,
|
|
|
+ "name": "Charizard-Gmax",
|
|
|
+ "baseSpecies": "Charizard",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "squirtle": { "num": 7, "name": "Squirtle", "types": ["Water"], "color": "Blue" },
|
|
|
+ "wartortle": { "num": 8, "name": "Wartortle", "types": ["Water"], "color": "Blue" },
|
|
|
+ "blastoise": {
|
|
|
+ "num": 9,
|
|
|
+ "name": "Blastoise",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Blastoise-Mega"]
|
|
|
+ },
|
|
|
+ "blastoisemega": {
|
|
|
+ "num": 9,
|
|
|
+ "name": "Blastoise-Mega",
|
|
|
+ "baseSpecies": "Blastoise",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Blastoisinite"
|
|
|
+ },
|
|
|
+ "blastoisegmax": {
|
|
|
+ "num": 9,
|
|
|
+ "name": "Blastoise-Gmax",
|
|
|
+ "baseSpecies": "Blastoise",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "caterpie": { "num": 10, "name": "Caterpie", "types": ["Bug"], "color": "Green" },
|
|
|
+ "metapod": { "num": 11, "name": "Metapod", "types": ["Bug"], "color": "Green" },
|
|
|
+ "butterfree": {
|
|
|
+ "num": 12,
|
|
|
+ "name": "Butterfree",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "butterfreegmax": {
|
|
|
+ "num": 12,
|
|
|
+ "name": "Butterfree-Gmax",
|
|
|
+ "baseSpecies": "Butterfree",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "weedle": { "num": 13, "name": "Weedle", "types": ["Bug", "Poison"], "color": "Brown" },
|
|
|
+ "kakuna": {
|
|
|
+ "num": 14,
|
|
|
+ "name": "Kakuna",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "beedrill": {
|
|
|
+ "num": 15,
|
|
|
+ "name": "Beedrill",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Beedrill-Mega"]
|
|
|
+ },
|
|
|
+ "beedrillmega": {
|
|
|
+ "num": 15,
|
|
|
+ "name": "Beedrill-Mega",
|
|
|
+ "baseSpecies": "Beedrill",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "requiredItem": "Beedrillite"
|
|
|
+ },
|
|
|
+ "pidgey": {
|
|
|
+ "num": 16,
|
|
|
+ "name": "Pidgey",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "pidgeotto": {
|
|
|
+ "num": 17,
|
|
|
+ "name": "Pidgeotto",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "pidgeot": {
|
|
|
+ "num": 18,
|
|
|
+ "name": "Pidgeot",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Pidgeot-Mega"]
|
|
|
+ },
|
|
|
+ "pidgeotmega": {
|
|
|
+ "num": 18,
|
|
|
+ "name": "Pidgeot-Mega",
|
|
|
+ "baseSpecies": "Pidgeot",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown",
|
|
|
+ "requiredItem": "Pidgeotite"
|
|
|
+ },
|
|
|
+ "rattata": {
|
|
|
+ "num": 19,
|
|
|
+ "name": "Rattata",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Rattata-Alola"]
|
|
|
+ },
|
|
|
+ "rattataalola": {
|
|
|
+ "num": 19,
|
|
|
+ "name": "Rattata-Alola",
|
|
|
+ "baseSpecies": "Rattata",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Dark", "Normal"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "raticate": {
|
|
|
+ "num": 20,
|
|
|
+ "name": "Raticate",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Raticate-Alola", "Raticate-Alola-Totem"]
|
|
|
+ },
|
|
|
+ "raticatealola": {
|
|
|
+ "num": 20,
|
|
|
+ "name": "Raticate-Alola",
|
|
|
+ "baseSpecies": "Raticate",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Dark", "Normal"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "raticatealolatotem": {
|
|
|
+ "num": 20,
|
|
|
+ "name": "Raticate-Alola-Totem",
|
|
|
+ "baseSpecies": "Raticate",
|
|
|
+ "forme": "Alola-Totem",
|
|
|
+ "types": ["Dark", "Normal"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "spearow": {
|
|
|
+ "num": 21,
|
|
|
+ "name": "Spearow",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "fearow": {
|
|
|
+ "num": 22,
|
|
|
+ "name": "Fearow",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "ekans": { "num": 23, "name": "Ekans", "types": ["Poison"], "color": "Purple" },
|
|
|
+ "arbok": { "num": 24, "name": "Arbok", "types": ["Poison"], "color": "Purple" },
|
|
|
+ "pikachu": {
|
|
|
+ "num": 25,
|
|
|
+ "name": "Pikachu",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": [
|
|
|
+ "Pikachu-Cosplay",
|
|
|
+ "Pikachu-Rock-Star",
|
|
|
+ "Pikachu-Belle",
|
|
|
+ "Pikachu-Pop-Star",
|
|
|
+ "Pikachu-PhD",
|
|
|
+ "Pikachu-Libre",
|
|
|
+ "Pikachu-Original",
|
|
|
+ "Pikachu-Hoenn",
|
|
|
+ "Pikachu-Sinnoh",
|
|
|
+ "Pikachu-Unova",
|
|
|
+ "Pikachu-Kalos",
|
|
|
+ "Pikachu-Alola",
|
|
|
+ "Pikachu-Partner",
|
|
|
+ "Pikachu-Starter",
|
|
|
+ "Pikachu-World"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "raichu": {
|
|
|
+ "num": 26,
|
|
|
+ "name": "Raichu",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Raichu-Alola"]
|
|
|
+ },
|
|
|
+ "raichualola": {
|
|
|
+ "num": 26,
|
|
|
+ "name": "Raichu-Alola",
|
|
|
+ "baseSpecies": "Raichu",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Electric", "Psychic"],
|
|
|
+ "color": "Brown",
|
|
|
+ "evoRegion": "Alola"
|
|
|
+ },
|
|
|
+ "sandshrew": {
|
|
|
+ "num": 27,
|
|
|
+ "name": "Sandshrew",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Sandshrew-Alola"]
|
|
|
+ },
|
|
|
+ "sandshrewalola": {
|
|
|
+ "num": 27,
|
|
|
+ "name": "Sandshrew-Alola",
|
|
|
+ "baseSpecies": "Sandshrew",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Ice", "Steel"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "sandslash": {
|
|
|
+ "num": 28,
|
|
|
+ "name": "Sandslash",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Sandslash-Alola"]
|
|
|
+ },
|
|
|
+ "sandslashalola": {
|
|
|
+ "num": 28,
|
|
|
+ "name": "Sandslash-Alola",
|
|
|
+ "baseSpecies": "Sandslash",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Ice", "Steel"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "nidoranf": { "num": 29, "name": "Nidoran-F", "types": ["Poison"], "color": "Blue" },
|
|
|
+ "nidorina": { "num": 30, "name": "Nidorina", "types": ["Poison"], "color": "Blue" },
|
|
|
+ "nidoqueen": {
|
|
|
+ "num": 31,
|
|
|
+ "name": "Nidoqueen",
|
|
|
+ "types": ["Poison", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "nidoranm": { "num": 32, "name": "Nidoran-M", "types": ["Poison"], "color": "Purple" },
|
|
|
+ "nidorino": { "num": 33, "name": "Nidorino", "types": ["Poison"], "color": "Purple" },
|
|
|
+ "nidoking": {
|
|
|
+ "num": 34,
|
|
|
+ "name": "Nidoking",
|
|
|
+ "types": ["Poison", "Ground"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "clefairy": { "num": 35, "name": "Clefairy", "types": ["Fairy"], "color": "Pink" },
|
|
|
+ "clefable": { "num": 36, "name": "Clefable", "types": ["Fairy"], "color": "Pink" },
|
|
|
+ "vulpix": {
|
|
|
+ "num": 37,
|
|
|
+ "name": "Vulpix",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Vulpix-Alola"]
|
|
|
+ },
|
|
|
+ "vulpixalola": {
|
|
|
+ "num": 37,
|
|
|
+ "name": "Vulpix-Alola",
|
|
|
+ "baseSpecies": "Vulpix",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "ninetales": {
|
|
|
+ "num": 38,
|
|
|
+ "name": "Ninetales",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Ninetales-Alola"]
|
|
|
+ },
|
|
|
+ "ninetalesalola": {
|
|
|
+ "num": 38,
|
|
|
+ "name": "Ninetales-Alola",
|
|
|
+ "baseSpecies": "Ninetales",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Ice", "Fairy"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "jigglypuff": {
|
|
|
+ "num": 39,
|
|
|
+ "name": "Jigglypuff",
|
|
|
+ "types": ["Normal", "Fairy"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "wigglytuff": {
|
|
|
+ "num": 40,
|
|
|
+ "name": "Wigglytuff",
|
|
|
+ "types": ["Normal", "Fairy"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "zubat": {
|
|
|
+ "num": 41,
|
|
|
+ "name": "Zubat",
|
|
|
+ "types": ["Poison", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "golbat": {
|
|
|
+ "num": 42,
|
|
|
+ "name": "Golbat",
|
|
|
+ "types": ["Poison", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "oddish": {
|
|
|
+ "num": 43,
|
|
|
+ "name": "Oddish",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "gloom": { "num": 44, "name": "Gloom", "types": ["Grass", "Poison"], "color": "Blue" },
|
|
|
+ "vileplume": {
|
|
|
+ "num": 45,
|
|
|
+ "name": "Vileplume",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "paras": { "num": 46, "name": "Paras", "types": ["Bug", "Grass"], "color": "Red" },
|
|
|
+ "parasect": {
|
|
|
+ "num": 47,
|
|
|
+ "name": "Parasect",
|
|
|
+ "types": ["Bug", "Grass"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "venonat": {
|
|
|
+ "num": 48,
|
|
|
+ "name": "Venonat",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "venomoth": {
|
|
|
+ "num": 49,
|
|
|
+ "name": "Venomoth",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "diglett": {
|
|
|
+ "num": 50,
|
|
|
+ "name": "Diglett",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Diglett-Alola"]
|
|
|
+ },
|
|
|
+ "diglettalola": {
|
|
|
+ "num": 50,
|
|
|
+ "name": "Diglett-Alola",
|
|
|
+ "baseSpecies": "Diglett",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Ground", "Steel"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "dugtrio": {
|
|
|
+ "num": 51,
|
|
|
+ "name": "Dugtrio",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Dugtrio-Alola"]
|
|
|
+ },
|
|
|
+ "dugtrioalola": {
|
|
|
+ "num": 51,
|
|
|
+ "name": "Dugtrio-Alola",
|
|
|
+ "baseSpecies": "Dugtrio",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Ground", "Steel"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "meowth": {
|
|
|
+ "num": 52,
|
|
|
+ "name": "Meowth",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Meowth-Alola", "Meowth-Galar"]
|
|
|
+ },
|
|
|
+ "meowthalola": {
|
|
|
+ "num": 52,
|
|
|
+ "name": "Meowth-Alola",
|
|
|
+ "baseSpecies": "Meowth",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "meowthgalar": {
|
|
|
+ "num": 52,
|
|
|
+ "name": "Meowth-Galar",
|
|
|
+ "baseSpecies": "Meowth",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "meowthgmax": {
|
|
|
+ "num": 52,
|
|
|
+ "name": "Meowth-Gmax",
|
|
|
+ "baseSpecies": "Meowth",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "persian": {
|
|
|
+ "num": 53,
|
|
|
+ "name": "Persian",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Persian-Alola"]
|
|
|
+ },
|
|
|
+ "persianalola": {
|
|
|
+ "num": 53,
|
|
|
+ "name": "Persian-Alola",
|
|
|
+ "baseSpecies": "Persian",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "psyduck": { "num": 54, "name": "Psyduck", "types": ["Water"], "color": "Yellow" },
|
|
|
+ "golduck": { "num": 55, "name": "Golduck", "types": ["Water"], "color": "Blue" },
|
|
|
+ "mankey": { "num": 56, "name": "Mankey", "types": ["Fighting"], "color": "Brown" },
|
|
|
+ "primeape": { "num": 57, "name": "Primeape", "types": ["Fighting"], "color": "Brown" },
|
|
|
+ "growlithe": {
|
|
|
+ "num": 58,
|
|
|
+ "name": "Growlithe",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Growlithe-Hisui"]
|
|
|
+ },
|
|
|
+ "growlithehisui": {
|
|
|
+ "num": 58,
|
|
|
+ "name": "Growlithe-Hisui",
|
|
|
+ "baseSpecies": "Growlithe",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Fire", "Rock"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "arcanine": {
|
|
|
+ "num": 59,
|
|
|
+ "name": "Arcanine",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Arcanine-Hisui"]
|
|
|
+ },
|
|
|
+ "arcaninehisui": {
|
|
|
+ "num": 59,
|
|
|
+ "name": "Arcanine-Hisui",
|
|
|
+ "baseSpecies": "Arcanine",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Fire", "Rock"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "poliwag": { "num": 60, "name": "Poliwag", "types": ["Water"], "color": "Blue" },
|
|
|
+ "poliwhirl": { "num": 61, "name": "Poliwhirl", "types": ["Water"], "color": "Blue" },
|
|
|
+ "poliwrath": {
|
|
|
+ "num": 62,
|
|
|
+ "name": "Poliwrath",
|
|
|
+ "types": ["Water", "Fighting"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "abra": { "num": 63, "name": "Abra", "types": ["Psychic"], "color": "Brown" },
|
|
|
+ "kadabra": { "num": 64, "name": "Kadabra", "types": ["Psychic"], "color": "Brown" },
|
|
|
+ "alakazam": {
|
|
|
+ "num": 65,
|
|
|
+ "name": "Alakazam",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Alakazam-Mega"]
|
|
|
+ },
|
|
|
+ "alakazammega": {
|
|
|
+ "num": 65,
|
|
|
+ "name": "Alakazam-Mega",
|
|
|
+ "baseSpecies": "Alakazam",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Brown",
|
|
|
+ "requiredItem": "Alakazite"
|
|
|
+ },
|
|
|
+ "machop": { "num": 66, "name": "Machop", "types": ["Fighting"], "color": "Gray" },
|
|
|
+ "machoke": { "num": 67, "name": "Machoke", "types": ["Fighting"], "color": "Gray" },
|
|
|
+ "machamp": { "num": 68, "name": "Machamp", "types": ["Fighting"], "color": "Gray" },
|
|
|
+ "machampgmax": {
|
|
|
+ "num": 68,
|
|
|
+ "name": "Machamp-Gmax",
|
|
|
+ "baseSpecies": "Machamp",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "bellsprout": {
|
|
|
+ "num": 69,
|
|
|
+ "name": "Bellsprout",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "weepinbell": {
|
|
|
+ "num": 70,
|
|
|
+ "name": "Weepinbell",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "victreebel": {
|
|
|
+ "num": 71,
|
|
|
+ "name": "Victreebel",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "tentacool": {
|
|
|
+ "num": 72,
|
|
|
+ "name": "Tentacool",
|
|
|
+ "types": ["Water", "Poison"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "tentacruel": {
|
|
|
+ "num": 73,
|
|
|
+ "name": "Tentacruel",
|
|
|
+ "types": ["Water", "Poison"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "geodude": {
|
|
|
+ "num": 74,
|
|
|
+ "name": "Geodude",
|
|
|
+ "types": ["Rock", "Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Geodude-Alola"]
|
|
|
+ },
|
|
|
+ "geodudealola": {
|
|
|
+ "num": 74,
|
|
|
+ "name": "Geodude-Alola",
|
|
|
+ "baseSpecies": "Geodude",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Rock", "Electric"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "graveler": {
|
|
|
+ "num": 75,
|
|
|
+ "name": "Graveler",
|
|
|
+ "types": ["Rock", "Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Graveler-Alola"]
|
|
|
+ },
|
|
|
+ "graveleralola": {
|
|
|
+ "num": 75,
|
|
|
+ "name": "Graveler-Alola",
|
|
|
+ "baseSpecies": "Graveler",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Rock", "Electric"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "golem": {
|
|
|
+ "num": 76,
|
|
|
+ "name": "Golem",
|
|
|
+ "types": ["Rock", "Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Golem-Alola"]
|
|
|
+ },
|
|
|
+ "golemalola": {
|
|
|
+ "num": 76,
|
|
|
+ "name": "Golem-Alola",
|
|
|
+ "baseSpecies": "Golem",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Rock", "Electric"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "ponyta": {
|
|
|
+ "num": 77,
|
|
|
+ "name": "Ponyta",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Ponyta-Galar"]
|
|
|
+ },
|
|
|
+ "ponytagalar": {
|
|
|
+ "num": 77,
|
|
|
+ "name": "Ponyta-Galar",
|
|
|
+ "baseSpecies": "Ponyta",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "rapidash": {
|
|
|
+ "num": 78,
|
|
|
+ "name": "Rapidash",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Rapidash-Galar"]
|
|
|
+ },
|
|
|
+ "rapidashgalar": {
|
|
|
+ "num": 78,
|
|
|
+ "name": "Rapidash-Galar",
|
|
|
+ "baseSpecies": "Rapidash",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "slowpoke": {
|
|
|
+ "num": 79,
|
|
|
+ "name": "Slowpoke",
|
|
|
+ "types": ["Water", "Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "otherFormes": ["Slowpoke-Galar"]
|
|
|
+ },
|
|
|
+ "slowpokegalar": {
|
|
|
+ "num": 79,
|
|
|
+ "name": "Slowpoke-Galar",
|
|
|
+ "baseSpecies": "Slowpoke",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "slowbro": {
|
|
|
+ "num": 80,
|
|
|
+ "name": "Slowbro",
|
|
|
+ "types": ["Water", "Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "otherFormes": ["Slowbro-Mega", "Slowbro-Galar"]
|
|
|
+ },
|
|
|
+ "slowbromega": {
|
|
|
+ "num": 80,
|
|
|
+ "name": "Slowbro-Mega",
|
|
|
+ "baseSpecies": "Slowbro",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Water", "Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "requiredItem": "Slowbronite"
|
|
|
+ },
|
|
|
+ "slowbrogalar": {
|
|
|
+ "num": 80,
|
|
|
+ "name": "Slowbro-Galar",
|
|
|
+ "baseSpecies": "Slowbro",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Poison", "Psychic"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "magnemite": {
|
|
|
+ "num": 81,
|
|
|
+ "name": "Magnemite",
|
|
|
+ "types": ["Electric", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "magneton": {
|
|
|
+ "num": 82,
|
|
|
+ "name": "Magneton",
|
|
|
+ "types": ["Electric", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "farfetchd": {
|
|
|
+ "num": 83,
|
|
|
+ "name": "Farfetch'd",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Farfetch'd-Galar"]
|
|
|
+ },
|
|
|
+ "farfetchdgalar": {
|
|
|
+ "num": 83,
|
|
|
+ "name": "Farfetch'd-Galar",
|
|
|
+ "baseSpecies": "Farfetch'd",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "doduo": {
|
|
|
+ "num": 84,
|
|
|
+ "name": "Doduo",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "dodrio": {
|
|
|
+ "num": 85,
|
|
|
+ "name": "Dodrio",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "seel": { "num": 86, "name": "Seel", "types": ["Water"], "color": "White" },
|
|
|
+ "dewgong": {
|
|
|
+ "num": 87,
|
|
|
+ "name": "Dewgong",
|
|
|
+ "types": ["Water", "Ice"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "grimer": {
|
|
|
+ "num": 88,
|
|
|
+ "name": "Grimer",
|
|
|
+ "types": ["Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Grimer-Alola"]
|
|
|
+ },
|
|
|
+ "grimeralola": {
|
|
|
+ "num": 88,
|
|
|
+ "name": "Grimer-Alola",
|
|
|
+ "baseSpecies": "Grimer",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Poison", "Dark"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "muk": {
|
|
|
+ "num": 89,
|
|
|
+ "name": "Muk",
|
|
|
+ "types": ["Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Muk-Alola"]
|
|
|
+ },
|
|
|
+ "mukalola": {
|
|
|
+ "num": 89,
|
|
|
+ "name": "Muk-Alola",
|
|
|
+ "baseSpecies": "Muk",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Poison", "Dark"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "shellder": { "num": 90, "name": "Shellder", "types": ["Water"], "color": "Purple" },
|
|
|
+ "cloyster": {
|
|
|
+ "num": 91,
|
|
|
+ "name": "Cloyster",
|
|
|
+ "types": ["Water", "Ice"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "gastly": {
|
|
|
+ "num": 92,
|
|
|
+ "name": "Gastly",
|
|
|
+ "types": ["Ghost", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "haunter": {
|
|
|
+ "num": 93,
|
|
|
+ "name": "Haunter",
|
|
|
+ "types": ["Ghost", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "gengar": {
|
|
|
+ "num": 94,
|
|
|
+ "name": "Gengar",
|
|
|
+ "types": ["Ghost", "Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Gengar-Mega"]
|
|
|
+ },
|
|
|
+ "gengarmega": {
|
|
|
+ "num": 94,
|
|
|
+ "name": "Gengar-Mega",
|
|
|
+ "baseSpecies": "Gengar",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Ghost", "Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Gengarite"
|
|
|
+ },
|
|
|
+ "gengargmax": {
|
|
|
+ "num": 94,
|
|
|
+ "name": "Gengar-Gmax",
|
|
|
+ "baseSpecies": "Gengar",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Ghost", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "onix": { "num": 95, "name": "Onix", "types": ["Rock", "Ground"], "color": "Gray" },
|
|
|
+ "drowzee": { "num": 96, "name": "Drowzee", "types": ["Psychic"], "color": "Yellow" },
|
|
|
+ "hypno": { "num": 97, "name": "Hypno", "types": ["Psychic"], "color": "Yellow" },
|
|
|
+ "krabby": { "num": 98, "name": "Krabby", "types": ["Water"], "color": "Red" },
|
|
|
+ "kingler": { "num": 99, "name": "Kingler", "types": ["Water"], "color": "Red" },
|
|
|
+ "kinglergmax": {
|
|
|
+ "num": 99,
|
|
|
+ "name": "Kingler-Gmax",
|
|
|
+ "baseSpecies": "Kingler",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "voltorb": {
|
|
|
+ "num": 100,
|
|
|
+ "name": "Voltorb",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Voltorb-Hisui"]
|
|
|
+ },
|
|
|
+ "voltorbhisui": {
|
|
|
+ "num": 100,
|
|
|
+ "name": "Voltorb-Hisui",
|
|
|
+ "baseSpecies": "Voltorb",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Electric", "Grass"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "electrode": {
|
|
|
+ "num": 101,
|
|
|
+ "name": "Electrode",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Electrode-Hisui"]
|
|
|
+ },
|
|
|
+ "electrodehisui": {
|
|
|
+ "num": 101,
|
|
|
+ "name": "Electrode-Hisui",
|
|
|
+ "baseSpecies": "Electrode",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Electric", "Grass"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "exeggcute": {
|
|
|
+ "num": 102,
|
|
|
+ "name": "Exeggcute",
|
|
|
+ "types": ["Grass", "Psychic"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "exeggutor": {
|
|
|
+ "num": 103,
|
|
|
+ "name": "Exeggutor",
|
|
|
+ "types": ["Grass", "Psychic"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Exeggutor-Alola"]
|
|
|
+ },
|
|
|
+ "exeggutoralola": {
|
|
|
+ "num": 103,
|
|
|
+ "name": "Exeggutor-Alola",
|
|
|
+ "baseSpecies": "Exeggutor",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Grass", "Dragon"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "evoRegion": "Alola"
|
|
|
+ },
|
|
|
+ "cubone": { "num": 104, "name": "Cubone", "types": ["Ground"], "color": "Brown" },
|
|
|
+ "marowak": {
|
|
|
+ "num": 105,
|
|
|
+ "name": "Marowak",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Marowak-Alola", "Marowak-Alola-Totem"]
|
|
|
+ },
|
|
|
+ "marowakalola": {
|
|
|
+ "num": 105,
|
|
|
+ "name": "Marowak-Alola",
|
|
|
+ "baseSpecies": "Marowak",
|
|
|
+ "forme": "Alola",
|
|
|
+ "types": ["Fire", "Ghost"],
|
|
|
+ "color": "Purple",
|
|
|
+ "evoRegion": "Alola"
|
|
|
+ },
|
|
|
+ "marowakalolatotem": {
|
|
|
+ "num": 105,
|
|
|
+ "name": "Marowak-Alola-Totem",
|
|
|
+ "baseSpecies": "Marowak",
|
|
|
+ "forme": "Alola-Totem",
|
|
|
+ "types": ["Fire", "Ghost"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "hitmonlee": {
|
|
|
+ "num": 106,
|
|
|
+ "name": "Hitmonlee",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "hitmonchan": {
|
|
|
+ "num": 107,
|
|
|
+ "name": "Hitmonchan",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "lickitung": { "num": 108, "name": "Lickitung", "types": ["Normal"], "color": "Pink" },
|
|
|
+ "koffing": { "num": 109, "name": "Koffing", "types": ["Poison"], "color": "Purple" },
|
|
|
+ "weezing": {
|
|
|
+ "num": 110,
|
|
|
+ "name": "Weezing",
|
|
|
+ "types": ["Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Weezing-Galar"]
|
|
|
+ },
|
|
|
+ "weezinggalar": {
|
|
|
+ "num": 110,
|
|
|
+ "name": "Weezing-Galar",
|
|
|
+ "baseSpecies": "Weezing",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Poison", "Fairy"],
|
|
|
+ "color": "Gray",
|
|
|
+ "evoRegion": "Galar"
|
|
|
+ },
|
|
|
+ "rhyhorn": {
|
|
|
+ "num": 111,
|
|
|
+ "name": "Rhyhorn",
|
|
|
+ "types": ["Ground", "Rock"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "rhydon": {
|
|
|
+ "num": 112,
|
|
|
+ "name": "Rhydon",
|
|
|
+ "types": ["Ground", "Rock"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "chansey": {
|
|
|
+ "num": 113,
|
|
|
+ "name": "Chansey",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Pink",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "tangela": { "num": 114, "name": "Tangela", "types": ["Grass"], "color": "Blue" },
|
|
|
+ "kangaskhan": {
|
|
|
+ "num": 115,
|
|
|
+ "name": "Kangaskhan",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Kangaskhan-Mega"]
|
|
|
+ },
|
|
|
+ "kangaskhanmega": {
|
|
|
+ "num": 115,
|
|
|
+ "name": "Kangaskhan-Mega",
|
|
|
+ "baseSpecies": "Kangaskhan",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "requiredItem": "Kangaskhanite"
|
|
|
+ },
|
|
|
+ "horsea": { "num": 116, "name": "Horsea", "types": ["Water"], "color": "Blue" },
|
|
|
+ "seadra": { "num": 117, "name": "Seadra", "types": ["Water"], "color": "Blue" },
|
|
|
+ "goldeen": { "num": 118, "name": "Goldeen", "types": ["Water"], "color": "Red" },
|
|
|
+ "seaking": { "num": 119, "name": "Seaking", "types": ["Water"], "color": "Red" },
|
|
|
+ "staryu": { "num": 120, "name": "Staryu", "types": ["Water"], "color": "Brown" },
|
|
|
+ "starmie": {
|
|
|
+ "num": 121,
|
|
|
+ "name": "Starmie",
|
|
|
+ "types": ["Water", "Psychic"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "mrmime": {
|
|
|
+ "num": 122,
|
|
|
+ "name": "Mr. Mime",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "Pink",
|
|
|
+ "evoMove": "Mimic",
|
|
|
+ "canHatch": true,
|
|
|
+ "otherFormes": ["Mr. Mime-Galar"]
|
|
|
+ },
|
|
|
+ "mrmimegalar": {
|
|
|
+ "num": 122,
|
|
|
+ "name": "Mr. Mime-Galar",
|
|
|
+ "baseSpecies": "Mr. Mime",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Ice", "Psychic"],
|
|
|
+ "color": "White",
|
|
|
+ "evoMove": "Mimic",
|
|
|
+ "evoRegion": "Galar",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "scyther": {
|
|
|
+ "num": 123,
|
|
|
+ "name": "Scyther",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "jynx": { "num": 124, "name": "Jynx", "types": ["Ice", "Psychic"], "color": "Red" },
|
|
|
+ "electabuzz": {
|
|
|
+ "num": 125,
|
|
|
+ "name": "Electabuzz",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "magmar": { "num": 126, "name": "Magmar", "types": ["Fire"], "color": "Red" },
|
|
|
+ "pinsir": {
|
|
|
+ "num": 127,
|
|
|
+ "name": "Pinsir",
|
|
|
+ "types": ["Bug"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Pinsir-Mega"]
|
|
|
+ },
|
|
|
+ "pinsirmega": {
|
|
|
+ "num": 127,
|
|
|
+ "name": "Pinsir-Mega",
|
|
|
+ "baseSpecies": "Pinsir",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Brown",
|
|
|
+ "requiredItem": "Pinsirite"
|
|
|
+ },
|
|
|
+ "tauros": {
|
|
|
+ "num": 128,
|
|
|
+ "name": "Tauros",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Tauros-Paldea-Combat", "Tauros-Paldea-Blaze", "Tauros-Paldea-Aqua"]
|
|
|
+ },
|
|
|
+ "taurospaldeacombat": {
|
|
|
+ "num": 128,
|
|
|
+ "name": "Tauros-Paldea-Combat",
|
|
|
+ "baseSpecies": "Tauros",
|
|
|
+ "forme": "Paldea-Combat",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "taurospaldeablaze": {
|
|
|
+ "num": 128,
|
|
|
+ "name": "Tauros-Paldea-Blaze",
|
|
|
+ "baseSpecies": "Tauros",
|
|
|
+ "forme": "Paldea-Blaze",
|
|
|
+ "types": ["Fighting", "Fire"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "taurospaldeaaqua": {
|
|
|
+ "num": 128,
|
|
|
+ "name": "Tauros-Paldea-Aqua",
|
|
|
+ "baseSpecies": "Tauros",
|
|
|
+ "forme": "Paldea-Aqua",
|
|
|
+ "types": ["Fighting", "Water"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "magikarp": { "num": 129, "name": "Magikarp", "types": ["Water"], "color": "Red" },
|
|
|
+ "gyarados": {
|
|
|
+ "num": 130,
|
|
|
+ "name": "Gyarados",
|
|
|
+ "types": ["Water", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Gyarados-Mega"]
|
|
|
+ },
|
|
|
+ "gyaradosmega": {
|
|
|
+ "num": 130,
|
|
|
+ "name": "Gyarados-Mega",
|
|
|
+ "baseSpecies": "Gyarados",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Gyaradosite"
|
|
|
+ },
|
|
|
+ "lapras": { "num": 131, "name": "Lapras", "types": ["Water", "Ice"], "color": "Blue" },
|
|
|
+ "laprasgmax": {
|
|
|
+ "num": 131,
|
|
|
+ "name": "Lapras-Gmax",
|
|
|
+ "baseSpecies": "Lapras",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Water", "Ice"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "ditto": { "num": 132, "name": "Ditto", "types": ["Normal"], "color": "Purple" },
|
|
|
+ "eevee": {
|
|
|
+ "num": 133,
|
|
|
+ "name": "Eevee",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Eevee-Starter"]
|
|
|
+ },
|
|
|
+ "eeveegmax": {
|
|
|
+ "num": 133,
|
|
|
+ "name": "Eevee-Gmax",
|
|
|
+ "baseSpecies": "Eevee",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "vaporeon": { "num": 134, "name": "Vaporeon", "types": ["Water"], "color": "Blue" },
|
|
|
+ "jolteon": { "num": 135, "name": "Jolteon", "types": ["Electric"], "color": "Yellow" },
|
|
|
+ "flareon": { "num": 136, "name": "Flareon", "types": ["Fire"], "color": "Red" },
|
|
|
+ "porygon": { "num": 137, "name": "Porygon", "types": ["Normal"], "color": "Pink" },
|
|
|
+ "omanyte": {
|
|
|
+ "num": 138,
|
|
|
+ "name": "Omanyte",
|
|
|
+ "types": ["Rock", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "omastar": {
|
|
|
+ "num": 139,
|
|
|
+ "name": "Omastar",
|
|
|
+ "types": ["Rock", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "kabuto": {
|
|
|
+ "num": 140,
|
|
|
+ "name": "Kabuto",
|
|
|
+ "types": ["Rock", "Water"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "kabutops": {
|
|
|
+ "num": 141,
|
|
|
+ "name": "Kabutops",
|
|
|
+ "types": ["Rock", "Water"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "aerodactyl": {
|
|
|
+ "num": 142,
|
|
|
+ "name": "Aerodactyl",
|
|
|
+ "types": ["Rock", "Flying"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Aerodactyl-Mega"]
|
|
|
+ },
|
|
|
+ "aerodactylmega": {
|
|
|
+ "num": 142,
|
|
|
+ "name": "Aerodactyl-Mega",
|
|
|
+ "baseSpecies": "Aerodactyl",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Rock", "Flying"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Aerodactylite"
|
|
|
+ },
|
|
|
+ "snorlax": {
|
|
|
+ "num": 143,
|
|
|
+ "name": "Snorlax",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Black",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "snorlaxgmax": {
|
|
|
+ "num": 143,
|
|
|
+ "name": "Snorlax-Gmax",
|
|
|
+ "baseSpecies": "Snorlax",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "articuno": {
|
|
|
+ "num": 144,
|
|
|
+ "name": "Articuno",
|
|
|
+ "types": ["Ice", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Articuno-Galar"]
|
|
|
+ },
|
|
|
+ "articunogalar": {
|
|
|
+ "num": 144,
|
|
|
+ "name": "Articuno-Galar",
|
|
|
+ "baseSpecies": "Articuno",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "zapdos": {
|
|
|
+ "num": 145,
|
|
|
+ "name": "Zapdos",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Zapdos-Galar"]
|
|
|
+ },
|
|
|
+ "zapdosgalar": {
|
|
|
+ "num": 145,
|
|
|
+ "name": "Zapdos-Galar",
|
|
|
+ "baseSpecies": "Zapdos",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Fighting", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "moltres": {
|
|
|
+ "num": 146,
|
|
|
+ "name": "Moltres",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Moltres-Galar"]
|
|
|
+ },
|
|
|
+ "moltresgalar": {
|
|
|
+ "num": 146,
|
|
|
+ "name": "Moltres-Galar",
|
|
|
+ "baseSpecies": "Moltres",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Dark", "Flying"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "dratini": { "num": 147, "name": "Dratini", "types": ["Dragon"], "color": "Blue" },
|
|
|
+ "dragonair": { "num": 148, "name": "Dragonair", "types": ["Dragon"], "color": "Blue" },
|
|
|
+ "dragonite": {
|
|
|
+ "num": 149,
|
|
|
+ "name": "Dragonite",
|
|
|
+ "types": ["Dragon", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "mewtwo": {
|
|
|
+ "num": 150,
|
|
|
+ "name": "Mewtwo",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Mewtwo-Mega-X", "Mewtwo-Mega-Y"]
|
|
|
+ },
|
|
|
+ "mewtwomegax": {
|
|
|
+ "num": 150,
|
|
|
+ "name": "Mewtwo-Mega-X",
|
|
|
+ "baseSpecies": "Mewtwo",
|
|
|
+ "forme": "Mega-X",
|
|
|
+ "types": ["Psychic", "Fighting"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Mewtwonite X"
|
|
|
+ },
|
|
|
+ "mewtwomegay": {
|
|
|
+ "num": 150,
|
|
|
+ "name": "Mewtwo-Mega-Y",
|
|
|
+ "baseSpecies": "Mewtwo",
|
|
|
+ "forme": "Mega-Y",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Mewtwonite Y"
|
|
|
+ },
|
|
|
+ "mew": {
|
|
|
+ "num": 151,
|
|
|
+ "name": "Mew",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "chikorita": { "num": 152, "name": "Chikorita", "types": ["Grass"], "color": "Green" },
|
|
|
+ "bayleef": { "num": 153, "name": "Bayleef", "types": ["Grass"], "color": "Green" },
|
|
|
+ "meganium": { "num": 154, "name": "Meganium", "types": ["Grass"], "color": "Green" },
|
|
|
+ "cyndaquil": { "num": 155, "name": "Cyndaquil", "types": ["Fire"], "color": "Yellow" },
|
|
|
+ "quilava": { "num": 156, "name": "Quilava", "types": ["Fire"], "color": "Yellow" },
|
|
|
+ "typhlosion": {
|
|
|
+ "num": 157,
|
|
|
+ "name": "Typhlosion",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Typhlosion-Hisui"]
|
|
|
+ },
|
|
|
+ "typhlosionhisui": {
|
|
|
+ "num": 157,
|
|
|
+ "name": "Typhlosion-Hisui",
|
|
|
+ "baseSpecies": "Typhlosion",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Fire", "Ghost"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "totodile": { "num": 158, "name": "Totodile", "types": ["Water"], "color": "Blue" },
|
|
|
+ "croconaw": { "num": 159, "name": "Croconaw", "types": ["Water"], "color": "Blue" },
|
|
|
+ "feraligatr": { "num": 160, "name": "Feraligatr", "types": ["Water"], "color": "Blue" },
|
|
|
+ "sentret": { "num": 161, "name": "Sentret", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "furret": { "num": 162, "name": "Furret", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "hoothoot": {
|
|
|
+ "num": 163,
|
|
|
+ "name": "Hoothoot",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "noctowl": {
|
|
|
+ "num": 164,
|
|
|
+ "name": "Noctowl",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "ledyba": { "num": 165, "name": "Ledyba", "types": ["Bug", "Flying"], "color": "Red" },
|
|
|
+ "ledian": { "num": 166, "name": "Ledian", "types": ["Bug", "Flying"], "color": "Red" },
|
|
|
+ "spinarak": {
|
|
|
+ "num": 167,
|
|
|
+ "name": "Spinarak",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "ariados": {
|
|
|
+ "num": 168,
|
|
|
+ "name": "Ariados",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "crobat": {
|
|
|
+ "num": 169,
|
|
|
+ "name": "Crobat",
|
|
|
+ "types": ["Poison", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "chinchou": {
|
|
|
+ "num": 170,
|
|
|
+ "name": "Chinchou",
|
|
|
+ "types": ["Water", "Electric"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "lanturn": {
|
|
|
+ "num": 171,
|
|
|
+ "name": "Lanturn",
|
|
|
+ "types": ["Water", "Electric"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "pichu": {
|
|
|
+ "num": 172,
|
|
|
+ "name": "Pichu",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "canHatch": true,
|
|
|
+ "otherFormes": ["Pichu-Spiky-eared"]
|
|
|
+ },
|
|
|
+ "cleffa": {
|
|
|
+ "num": 173,
|
|
|
+ "name": "Cleffa",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "Pink",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "igglybuff": {
|
|
|
+ "num": 174,
|
|
|
+ "name": "Igglybuff",
|
|
|
+ "types": ["Normal", "Fairy"],
|
|
|
+ "color": "Pink",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "togepi": {
|
|
|
+ "num": 175,
|
|
|
+ "name": "Togepi",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "togetic": {
|
|
|
+ "num": 176,
|
|
|
+ "name": "Togetic",
|
|
|
+ "types": ["Fairy", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "natu": {
|
|
|
+ "num": 177,
|
|
|
+ "name": "Natu",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "xatu": {
|
|
|
+ "num": 178,
|
|
|
+ "name": "Xatu",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "mareep": { "num": 179, "name": "Mareep", "types": ["Electric"], "color": "White" },
|
|
|
+ "flaaffy": { "num": 180, "name": "Flaaffy", "types": ["Electric"], "color": "Pink" },
|
|
|
+ "ampharos": {
|
|
|
+ "num": 181,
|
|
|
+ "name": "Ampharos",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Ampharos-Mega"]
|
|
|
+ },
|
|
|
+ "ampharosmega": {
|
|
|
+ "num": 181,
|
|
|
+ "name": "Ampharos-Mega",
|
|
|
+ "baseSpecies": "Ampharos",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Electric", "Dragon"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "requiredItem": "Ampharosite"
|
|
|
+ },
|
|
|
+ "bellossom": { "num": 182, "name": "Bellossom", "types": ["Grass"], "color": "Green" },
|
|
|
+ "marill": {
|
|
|
+ "num": 183,
|
|
|
+ "name": "Marill",
|
|
|
+ "types": ["Water", "Fairy"],
|
|
|
+ "color": "Blue",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "azumarill": {
|
|
|
+ "num": 184,
|
|
|
+ "name": "Azumarill",
|
|
|
+ "types": ["Water", "Fairy"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "sudowoodo": {
|
|
|
+ "num": 185,
|
|
|
+ "name": "Sudowoodo",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Brown",
|
|
|
+ "evoMove": "Mimic",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "politoed": { "num": 186, "name": "Politoed", "types": ["Water"], "color": "Green" },
|
|
|
+ "hoppip": {
|
|
|
+ "num": 187,
|
|
|
+ "name": "Hoppip",
|
|
|
+ "types": ["Grass", "Flying"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "skiploom": {
|
|
|
+ "num": 188,
|
|
|
+ "name": "Skiploom",
|
|
|
+ "types": ["Grass", "Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "jumpluff": {
|
|
|
+ "num": 189,
|
|
|
+ "name": "Jumpluff",
|
|
|
+ "types": ["Grass", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "aipom": { "num": 190, "name": "Aipom", "types": ["Normal"], "color": "Purple" },
|
|
|
+ "sunkern": { "num": 191, "name": "Sunkern", "types": ["Grass"], "color": "Yellow" },
|
|
|
+ "sunflora": { "num": 192, "name": "Sunflora", "types": ["Grass"], "color": "Yellow" },
|
|
|
+ "yanma": { "num": 193, "name": "Yanma", "types": ["Bug", "Flying"], "color": "Red" },
|
|
|
+ "wooper": {
|
|
|
+ "num": 194,
|
|
|
+ "name": "Wooper",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Wooper-Paldea"]
|
|
|
+ },
|
|
|
+ "wooperpaldea": {
|
|
|
+ "num": 194,
|
|
|
+ "name": "Wooper-Paldea",
|
|
|
+ "baseSpecies": "Wooper",
|
|
|
+ "forme": "Paldea",
|
|
|
+ "types": ["Poison", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "quagsire": {
|
|
|
+ "num": 195,
|
|
|
+ "name": "Quagsire",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "espeon": { "num": 196, "name": "Espeon", "types": ["Psychic"], "color": "Purple" },
|
|
|
+ "umbreon": { "num": 197, "name": "Umbreon", "types": ["Dark"], "color": "Black" },
|
|
|
+ "murkrow": {
|
|
|
+ "num": 198,
|
|
|
+ "name": "Murkrow",
|
|
|
+ "types": ["Dark", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "slowking": {
|
|
|
+ "num": 199,
|
|
|
+ "name": "Slowking",
|
|
|
+ "types": ["Water", "Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "otherFormes": ["Slowking-Galar"]
|
|
|
+ },
|
|
|
+ "slowkinggalar": {
|
|
|
+ "num": 199,
|
|
|
+ "name": "Slowking-Galar",
|
|
|
+ "baseSpecies": "Slowking",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Poison", "Psychic"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "misdreavus": { "num": 200, "name": "Misdreavus", "types": ["Ghost"], "color": "Gray" },
|
|
|
+ "unown": {
|
|
|
+ "num": 201,
|
|
|
+ "name": "Unown",
|
|
|
+ "baseForme": "A",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Black",
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Unown-B",
|
|
|
+ "Unown-C",
|
|
|
+ "Unown-D",
|
|
|
+ "Unown-E",
|
|
|
+ "Unown-F",
|
|
|
+ "Unown-G",
|
|
|
+ "Unown-H",
|
|
|
+ "Unown-I",
|
|
|
+ "Unown-J",
|
|
|
+ "Unown-K",
|
|
|
+ "Unown-L",
|
|
|
+ "Unown-M",
|
|
|
+ "Unown-N",
|
|
|
+ "Unown-O",
|
|
|
+ "Unown-P",
|
|
|
+ "Unown-Q",
|
|
|
+ "Unown-R",
|
|
|
+ "Unown-S",
|
|
|
+ "Unown-T",
|
|
|
+ "Unown-U",
|
|
|
+ "Unown-V",
|
|
|
+ "Unown-W",
|
|
|
+ "Unown-X",
|
|
|
+ "Unown-Y",
|
|
|
+ "Unown-Z",
|
|
|
+ "Unown-Exclamation",
|
|
|
+ "Unown-Question"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "wobbuffet": {
|
|
|
+ "num": 202,
|
|
|
+ "name": "Wobbuffet",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "girafarig": {
|
|
|
+ "num": 203,
|
|
|
+ "name": "Girafarig",
|
|
|
+ "types": ["Normal", "Psychic"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "pineco": { "num": 204, "name": "Pineco", "types": ["Bug"], "color": "Gray" },
|
|
|
+ "forretress": {
|
|
|
+ "num": 205,
|
|
|
+ "name": "Forretress",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "dunsparce": {
|
|
|
+ "num": 206,
|
|
|
+ "name": "Dunsparce",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "gligar": {
|
|
|
+ "num": 207,
|
|
|
+ "name": "Gligar",
|
|
|
+ "types": ["Ground", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "steelix": {
|
|
|
+ "num": 208,
|
|
|
+ "name": "Steelix",
|
|
|
+ "types": ["Steel", "Ground"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Steelix-Mega"]
|
|
|
+ },
|
|
|
+ "steelixmega": {
|
|
|
+ "num": 208,
|
|
|
+ "name": "Steelix-Mega",
|
|
|
+ "baseSpecies": "Steelix",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Steel", "Ground"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Steelixite"
|
|
|
+ },
|
|
|
+ "snubbull": { "num": 209, "name": "Snubbull", "types": ["Fairy"], "color": "Pink" },
|
|
|
+ "granbull": { "num": 210, "name": "Granbull", "types": ["Fairy"], "color": "Purple" },
|
|
|
+ "qwilfish": {
|
|
|
+ "num": 211,
|
|
|
+ "name": "Qwilfish",
|
|
|
+ "types": ["Water", "Poison"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Qwilfish-Hisui"]
|
|
|
+ },
|
|
|
+ "qwilfishhisui": {
|
|
|
+ "num": 211,
|
|
|
+ "name": "Qwilfish-Hisui",
|
|
|
+ "baseSpecies": "Qwilfish",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Dark", "Poison"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "scizor": {
|
|
|
+ "num": 212,
|
|
|
+ "name": "Scizor",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Scizor-Mega"]
|
|
|
+ },
|
|
|
+ "scizormega": {
|
|
|
+ "num": 212,
|
|
|
+ "name": "Scizor-Mega",
|
|
|
+ "baseSpecies": "Scizor",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Red",
|
|
|
+ "requiredItem": "Scizorite"
|
|
|
+ },
|
|
|
+ "shuckle": {
|
|
|
+ "num": 213,
|
|
|
+ "name": "Shuckle",
|
|
|
+ "types": ["Bug", "Rock"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "heracross": {
|
|
|
+ "num": 214,
|
|
|
+ "name": "Heracross",
|
|
|
+ "types": ["Bug", "Fighting"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Heracross-Mega"]
|
|
|
+ },
|
|
|
+ "heracrossmega": {
|
|
|
+ "num": 214,
|
|
|
+ "name": "Heracross-Mega",
|
|
|
+ "baseSpecies": "Heracross",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Bug", "Fighting"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Heracronite"
|
|
|
+ },
|
|
|
+ "sneasel": {
|
|
|
+ "num": 215,
|
|
|
+ "name": "Sneasel",
|
|
|
+ "types": ["Dark", "Ice"],
|
|
|
+ "color": "Black",
|
|
|
+ "otherFormes": ["Sneasel-Hisui"]
|
|
|
+ },
|
|
|
+ "sneaselhisui": {
|
|
|
+ "num": 215,
|
|
|
+ "name": "Sneasel-Hisui",
|
|
|
+ "baseSpecies": "Sneasel",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Fighting", "Poison"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "teddiursa": { "num": 216, "name": "Teddiursa", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "ursaring": { "num": 217, "name": "Ursaring", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "slugma": { "num": 218, "name": "Slugma", "types": ["Fire"], "color": "Red" },
|
|
|
+ "magcargo": {
|
|
|
+ "num": 219,
|
|
|
+ "name": "Magcargo",
|
|
|
+ "types": ["Fire", "Rock"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "swinub": {
|
|
|
+ "num": 220,
|
|
|
+ "name": "Swinub",
|
|
|
+ "types": ["Ice", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "piloswine": {
|
|
|
+ "num": 221,
|
|
|
+ "name": "Piloswine",
|
|
|
+ "types": ["Ice", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "corsola": {
|
|
|
+ "num": 222,
|
|
|
+ "name": "Corsola",
|
|
|
+ "types": ["Water", "Rock"],
|
|
|
+ "color": "Pink",
|
|
|
+ "otherFormes": ["Corsola-Galar"]
|
|
|
+ },
|
|
|
+ "corsolagalar": {
|
|
|
+ "num": 222,
|
|
|
+ "name": "Corsola-Galar",
|
|
|
+ "baseSpecies": "Corsola",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "remoraid": { "num": 223, "name": "Remoraid", "types": ["Water"], "color": "Gray" },
|
|
|
+ "octillery": { "num": 224, "name": "Octillery", "types": ["Water"], "color": "Red" },
|
|
|
+ "delibird": {
|
|
|
+ "num": 225,
|
|
|
+ "name": "Delibird",
|
|
|
+ "types": ["Ice", "Flying"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "mantine": {
|
|
|
+ "num": 226,
|
|
|
+ "name": "Mantine",
|
|
|
+ "types": ["Water", "Flying"],
|
|
|
+ "color": "Purple",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "skarmory": {
|
|
|
+ "num": 227,
|
|
|
+ "name": "Skarmory",
|
|
|
+ "types": ["Steel", "Flying"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "houndour": {
|
|
|
+ "num": 228,
|
|
|
+ "name": "Houndour",
|
|
|
+ "types": ["Dark", "Fire"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "houndoom": {
|
|
|
+ "num": 229,
|
|
|
+ "name": "Houndoom",
|
|
|
+ "types": ["Dark", "Fire"],
|
|
|
+ "color": "Black",
|
|
|
+ "otherFormes": ["Houndoom-Mega"]
|
|
|
+ },
|
|
|
+ "houndoommega": {
|
|
|
+ "num": 229,
|
|
|
+ "name": "Houndoom-Mega",
|
|
|
+ "baseSpecies": "Houndoom",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dark", "Fire"],
|
|
|
+ "color": "Black",
|
|
|
+ "requiredItem": "Houndoominite"
|
|
|
+ },
|
|
|
+ "kingdra": {
|
|
|
+ "num": 230,
|
|
|
+ "name": "Kingdra",
|
|
|
+ "types": ["Water", "Dragon"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "phanpy": { "num": 231, "name": "Phanpy", "types": ["Ground"], "color": "Blue" },
|
|
|
+ "donphan": { "num": 232, "name": "Donphan", "types": ["Ground"], "color": "Gray" },
|
|
|
+ "porygon2": { "num": 233, "name": "Porygon2", "types": ["Normal"], "color": "Red" },
|
|
|
+ "stantler": { "num": 234, "name": "Stantler", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "smeargle": { "num": 235, "name": "Smeargle", "types": ["Normal"], "color": "White" },
|
|
|
+ "tyrogue": {
|
|
|
+ "num": 236,
|
|
|
+ "name": "Tyrogue",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Purple",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "hitmontop": {
|
|
|
+ "num": 237,
|
|
|
+ "name": "Hitmontop",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "smoochum": {
|
|
|
+ "num": 238,
|
|
|
+ "name": "Smoochum",
|
|
|
+ "types": ["Ice", "Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "elekid": {
|
|
|
+ "num": 239,
|
|
|
+ "name": "Elekid",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "magby": {
|
|
|
+ "num": 240,
|
|
|
+ "name": "Magby",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Red",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "miltank": { "num": 241, "name": "Miltank", "types": ["Normal"], "color": "Pink" },
|
|
|
+ "blissey": { "num": 242, "name": "Blissey", "types": ["Normal"], "color": "Pink" },
|
|
|
+ "raikou": {
|
|
|
+ "num": 243,
|
|
|
+ "name": "Raikou",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "entei": {
|
|
|
+ "num": 244,
|
|
|
+ "name": "Entei",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Brown",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "suicune": {
|
|
|
+ "num": 245,
|
|
|
+ "name": "Suicune",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "larvitar": {
|
|
|
+ "num": 246,
|
|
|
+ "name": "Larvitar",
|
|
|
+ "types": ["Rock", "Ground"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "pupitar": {
|
|
|
+ "num": 247,
|
|
|
+ "name": "Pupitar",
|
|
|
+ "types": ["Rock", "Ground"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "tyranitar": {
|
|
|
+ "num": 248,
|
|
|
+ "name": "Tyranitar",
|
|
|
+ "types": ["Rock", "Dark"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Tyranitar-Mega"]
|
|
|
+ },
|
|
|
+ "tyranitarmega": {
|
|
|
+ "num": 248,
|
|
|
+ "name": "Tyranitar-Mega",
|
|
|
+ "baseSpecies": "Tyranitar",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Rock", "Dark"],
|
|
|
+ "color": "Green",
|
|
|
+ "requiredItem": "Tyranitarite"
|
|
|
+ },
|
|
|
+ "lugia": {
|
|
|
+ "num": 249,
|
|
|
+ "name": "Lugia",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "hooh": {
|
|
|
+ "num": 250,
|
|
|
+ "name": "Ho-Oh",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "celebi": {
|
|
|
+ "num": 251,
|
|
|
+ "name": "Celebi",
|
|
|
+ "types": ["Psychic", "Grass"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "treecko": { "num": 252, "name": "Treecko", "types": ["Grass"], "color": "Green" },
|
|
|
+ "grovyle": { "num": 253, "name": "Grovyle", "types": ["Grass"], "color": "Green" },
|
|
|
+ "sceptile": {
|
|
|
+ "num": 254,
|
|
|
+ "name": "Sceptile",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Sceptile-Mega"]
|
|
|
+ },
|
|
|
+ "sceptilemega": {
|
|
|
+ "num": 254,
|
|
|
+ "name": "Sceptile-Mega",
|
|
|
+ "baseSpecies": "Sceptile",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Grass", "Dragon"],
|
|
|
+ "color": "Green",
|
|
|
+ "requiredItem": "Sceptilite"
|
|
|
+ },
|
|
|
+ "torchic": { "num": 255, "name": "Torchic", "types": ["Fire"], "color": "Red" },
|
|
|
+ "combusken": {
|
|
|
+ "num": 256,
|
|
|
+ "name": "Combusken",
|
|
|
+ "types": ["Fire", "Fighting"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "blaziken": {
|
|
|
+ "num": 257,
|
|
|
+ "name": "Blaziken",
|
|
|
+ "types": ["Fire", "Fighting"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Blaziken-Mega"]
|
|
|
+ },
|
|
|
+ "blazikenmega": {
|
|
|
+ "num": 257,
|
|
|
+ "name": "Blaziken-Mega",
|
|
|
+ "baseSpecies": "Blaziken",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Fire", "Fighting"],
|
|
|
+ "color": "Red",
|
|
|
+ "requiredItem": "Blazikenite"
|
|
|
+ },
|
|
|
+ "mudkip": { "num": 258, "name": "Mudkip", "types": ["Water"], "color": "Blue" },
|
|
|
+ "marshtomp": {
|
|
|
+ "num": 259,
|
|
|
+ "name": "Marshtomp",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "swampert": {
|
|
|
+ "num": 260,
|
|
|
+ "name": "Swampert",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Swampert-Mega"]
|
|
|
+ },
|
|
|
+ "swampertmega": {
|
|
|
+ "num": 260,
|
|
|
+ "name": "Swampert-Mega",
|
|
|
+ "baseSpecies": "Swampert",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Swampertite"
|
|
|
+ },
|
|
|
+ "poochyena": { "num": 261, "name": "Poochyena", "types": ["Dark"], "color": "Gray" },
|
|
|
+ "mightyena": { "num": 262, "name": "Mightyena", "types": ["Dark"], "color": "Gray" },
|
|
|
+ "zigzagoon": {
|
|
|
+ "num": 263,
|
|
|
+ "name": "Zigzagoon",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Zigzagoon-Galar"]
|
|
|
+ },
|
|
|
+ "zigzagoongalar": {
|
|
|
+ "num": 263,
|
|
|
+ "name": "Zigzagoon-Galar",
|
|
|
+ "baseSpecies": "Zigzagoon",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Dark", "Normal"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "linoone": {
|
|
|
+ "num": 264,
|
|
|
+ "name": "Linoone",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Linoone-Galar"]
|
|
|
+ },
|
|
|
+ "linoonegalar": {
|
|
|
+ "num": 264,
|
|
|
+ "name": "Linoone-Galar",
|
|
|
+ "baseSpecies": "Linoone",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Dark", "Normal"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "wurmple": { "num": 265, "name": "Wurmple", "types": ["Bug"], "color": "Red" },
|
|
|
+ "silcoon": { "num": 266, "name": "Silcoon", "types": ["Bug"], "color": "White" },
|
|
|
+ "beautifly": {
|
|
|
+ "num": 267,
|
|
|
+ "name": "Beautifly",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "cascoon": { "num": 268, "name": "Cascoon", "types": ["Bug"], "color": "Purple" },
|
|
|
+ "dustox": {
|
|
|
+ "num": 269,
|
|
|
+ "name": "Dustox",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "lotad": { "num": 270, "name": "Lotad", "types": ["Water", "Grass"], "color": "Green" },
|
|
|
+ "lombre": {
|
|
|
+ "num": 271,
|
|
|
+ "name": "Lombre",
|
|
|
+ "types": ["Water", "Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "ludicolo": {
|
|
|
+ "num": 272,
|
|
|
+ "name": "Ludicolo",
|
|
|
+ "types": ["Water", "Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "seedot": { "num": 273, "name": "Seedot", "types": ["Grass"], "color": "Brown" },
|
|
|
+ "nuzleaf": {
|
|
|
+ "num": 274,
|
|
|
+ "name": "Nuzleaf",
|
|
|
+ "types": ["Grass", "Dark"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "shiftry": {
|
|
|
+ "num": 275,
|
|
|
+ "name": "Shiftry",
|
|
|
+ "types": ["Grass", "Dark"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "taillow": {
|
|
|
+ "num": 276,
|
|
|
+ "name": "Taillow",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "swellow": {
|
|
|
+ "num": 277,
|
|
|
+ "name": "Swellow",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "wingull": {
|
|
|
+ "num": 278,
|
|
|
+ "name": "Wingull",
|
|
|
+ "types": ["Water", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "pelipper": {
|
|
|
+ "num": 279,
|
|
|
+ "name": "Pelipper",
|
|
|
+ "types": ["Water", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "ralts": {
|
|
|
+ "num": 280,
|
|
|
+ "name": "Ralts",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "kirlia": {
|
|
|
+ "num": 281,
|
|
|
+ "name": "Kirlia",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "gardevoir": {
|
|
|
+ "num": 282,
|
|
|
+ "name": "Gardevoir",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Gardevoir-Mega"]
|
|
|
+ },
|
|
|
+ "gardevoirmega": {
|
|
|
+ "num": 282,
|
|
|
+ "name": "Gardevoir-Mega",
|
|
|
+ "baseSpecies": "Gardevoir",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItem": "Gardevoirite"
|
|
|
+ },
|
|
|
+ "surskit": {
|
|
|
+ "num": 283,
|
|
|
+ "name": "Surskit",
|
|
|
+ "types": ["Bug", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "masquerain": {
|
|
|
+ "num": 284,
|
|
|
+ "name": "Masquerain",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "shroomish": { "num": 285, "name": "Shroomish", "types": ["Grass"], "color": "Brown" },
|
|
|
+ "breloom": {
|
|
|
+ "num": 286,
|
|
|
+ "name": "Breloom",
|
|
|
+ "types": ["Grass", "Fighting"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "slakoth": { "num": 287, "name": "Slakoth", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "vigoroth": { "num": 288, "name": "Vigoroth", "types": ["Normal"], "color": "White" },
|
|
|
+ "slaking": { "num": 289, "name": "Slaking", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "nincada": {
|
|
|
+ "num": 290,
|
|
|
+ "name": "Nincada",
|
|
|
+ "types": ["Bug", "Ground"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "ninjask": {
|
|
|
+ "num": 291,
|
|
|
+ "name": "Ninjask",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "shedinja": {
|
|
|
+ "num": 292,
|
|
|
+ "name": "Shedinja",
|
|
|
+ "types": ["Bug", "Ghost"],
|
|
|
+ "maxHP": 1,
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "whismur": { "num": 293, "name": "Whismur", "types": ["Normal"], "color": "Pink" },
|
|
|
+ "loudred": { "num": 294, "name": "Loudred", "types": ["Normal"], "color": "Blue" },
|
|
|
+ "exploud": { "num": 295, "name": "Exploud", "types": ["Normal"], "color": "Blue" },
|
|
|
+ "makuhita": {
|
|
|
+ "num": 296,
|
|
|
+ "name": "Makuhita",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "hariyama": { "num": 297, "name": "Hariyama", "types": ["Fighting"], "color": "Brown" },
|
|
|
+ "azurill": {
|
|
|
+ "num": 298,
|
|
|
+ "name": "Azurill",
|
|
|
+ "types": ["Normal", "Fairy"],
|
|
|
+ "color": "Blue",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "nosepass": { "num": 299, "name": "Nosepass", "types": ["Rock"], "color": "Gray" },
|
|
|
+ "skitty": { "num": 300, "name": "Skitty", "types": ["Normal"], "color": "Pink" },
|
|
|
+ "delcatty": { "num": 301, "name": "Delcatty", "types": ["Normal"], "color": "Purple" },
|
|
|
+ "sableye": {
|
|
|
+ "num": 302,
|
|
|
+ "name": "Sableye",
|
|
|
+ "types": ["Dark", "Ghost"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Sableye-Mega"]
|
|
|
+ },
|
|
|
+ "sableyemega": {
|
|
|
+ "num": 302,
|
|
|
+ "name": "Sableye-Mega",
|
|
|
+ "baseSpecies": "Sableye",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dark", "Ghost"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Sablenite"
|
|
|
+ },
|
|
|
+ "mawile": {
|
|
|
+ "num": 303,
|
|
|
+ "name": "Mawile",
|
|
|
+ "types": ["Steel", "Fairy"],
|
|
|
+ "color": "Black",
|
|
|
+ "otherFormes": ["Mawile-Mega"]
|
|
|
+ },
|
|
|
+ "mawilemega": {
|
|
|
+ "num": 303,
|
|
|
+ "name": "Mawile-Mega",
|
|
|
+ "baseSpecies": "Mawile",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Steel", "Fairy"],
|
|
|
+ "color": "Black",
|
|
|
+ "requiredItem": "Mawilite"
|
|
|
+ },
|
|
|
+ "aron": { "num": 304, "name": "Aron", "types": ["Steel", "Rock"], "color": "Gray" },
|
|
|
+ "lairon": { "num": 305, "name": "Lairon", "types": ["Steel", "Rock"], "color": "Gray" },
|
|
|
+ "aggron": {
|
|
|
+ "num": 306,
|
|
|
+ "name": "Aggron",
|
|
|
+ "types": ["Steel", "Rock"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Aggron-Mega"]
|
|
|
+ },
|
|
|
+ "aggronmega": {
|
|
|
+ "num": 306,
|
|
|
+ "name": "Aggron-Mega",
|
|
|
+ "baseSpecies": "Aggron",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Aggronite"
|
|
|
+ },
|
|
|
+ "meditite": {
|
|
|
+ "num": 307,
|
|
|
+ "name": "Meditite",
|
|
|
+ "types": ["Fighting", "Psychic"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "medicham": {
|
|
|
+ "num": 308,
|
|
|
+ "name": "Medicham",
|
|
|
+ "types": ["Fighting", "Psychic"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Medicham-Mega"]
|
|
|
+ },
|
|
|
+ "medichammega": {
|
|
|
+ "num": 308,
|
|
|
+ "name": "Medicham-Mega",
|
|
|
+ "baseSpecies": "Medicham",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Fighting", "Psychic"],
|
|
|
+ "color": "Red",
|
|
|
+ "requiredItem": "Medichamite"
|
|
|
+ },
|
|
|
+ "electrike": {
|
|
|
+ "num": 309,
|
|
|
+ "name": "Electrike",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "manectric": {
|
|
|
+ "num": 310,
|
|
|
+ "name": "Manectric",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Manectric-Mega"]
|
|
|
+ },
|
|
|
+ "manectricmega": {
|
|
|
+ "num": 310,
|
|
|
+ "name": "Manectric-Mega",
|
|
|
+ "baseSpecies": "Manectric",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "requiredItem": "Manectite"
|
|
|
+ },
|
|
|
+ "plusle": { "num": 311, "name": "Plusle", "types": ["Electric"], "color": "Yellow" },
|
|
|
+ "minun": { "num": 312, "name": "Minun", "types": ["Electric"], "color": "Yellow" },
|
|
|
+ "volbeat": { "num": 313, "name": "Volbeat", "types": ["Bug"], "color": "Gray" },
|
|
|
+ "illumise": { "num": 314, "name": "Illumise", "types": ["Bug"], "color": "Purple" },
|
|
|
+ "roselia": {
|
|
|
+ "num": 315,
|
|
|
+ "name": "Roselia",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "gulpin": { "num": 316, "name": "Gulpin", "types": ["Poison"], "color": "Green" },
|
|
|
+ "swalot": { "num": 317, "name": "Swalot", "types": ["Poison"], "color": "Purple" },
|
|
|
+ "carvanha": {
|
|
|
+ "num": 318,
|
|
|
+ "name": "Carvanha",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "sharpedo": {
|
|
|
+ "num": 319,
|
|
|
+ "name": "Sharpedo",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Sharpedo-Mega"]
|
|
|
+ },
|
|
|
+ "sharpedomega": {
|
|
|
+ "num": 319,
|
|
|
+ "name": "Sharpedo-Mega",
|
|
|
+ "baseSpecies": "Sharpedo",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Sharpedonite"
|
|
|
+ },
|
|
|
+ "wailmer": { "num": 320, "name": "Wailmer", "types": ["Water"], "color": "Blue" },
|
|
|
+ "wailord": { "num": 321, "name": "Wailord", "types": ["Water"], "color": "Blue" },
|
|
|
+ "numel": {
|
|
|
+ "num": 322,
|
|
|
+ "name": "Numel",
|
|
|
+ "types": ["Fire", "Ground"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "camerupt": {
|
|
|
+ "num": 323,
|
|
|
+ "name": "Camerupt",
|
|
|
+ "types": ["Fire", "Ground"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Camerupt-Mega"]
|
|
|
+ },
|
|
|
+ "cameruptmega": {
|
|
|
+ "num": 323,
|
|
|
+ "name": "Camerupt-Mega",
|
|
|
+ "baseSpecies": "Camerupt",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Fire", "Ground"],
|
|
|
+ "color": "Red",
|
|
|
+ "requiredItem": "Cameruptite"
|
|
|
+ },
|
|
|
+ "torkoal": { "num": 324, "name": "Torkoal", "types": ["Fire"], "color": "Brown" },
|
|
|
+ "spoink": { "num": 325, "name": "Spoink", "types": ["Psychic"], "color": "Black" },
|
|
|
+ "grumpig": { "num": 326, "name": "Grumpig", "types": ["Psychic"], "color": "Purple" },
|
|
|
+ "spinda": { "num": 327, "name": "Spinda", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "trapinch": { "num": 328, "name": "Trapinch", "types": ["Ground"], "color": "Brown" },
|
|
|
+ "vibrava": {
|
|
|
+ "num": 329,
|
|
|
+ "name": "Vibrava",
|
|
|
+ "types": ["Ground", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "flygon": {
|
|
|
+ "num": 330,
|
|
|
+ "name": "Flygon",
|
|
|
+ "types": ["Ground", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "cacnea": { "num": 331, "name": "Cacnea", "types": ["Grass"], "color": "Green" },
|
|
|
+ "cacturne": {
|
|
|
+ "num": 332,
|
|
|
+ "name": "Cacturne",
|
|
|
+ "types": ["Grass", "Dark"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "swablu": {
|
|
|
+ "num": 333,
|
|
|
+ "name": "Swablu",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "altaria": {
|
|
|
+ "num": 334,
|
|
|
+ "name": "Altaria",
|
|
|
+ "types": ["Dragon", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Altaria-Mega"]
|
|
|
+ },
|
|
|
+ "altariamega": {
|
|
|
+ "num": 334,
|
|
|
+ "name": "Altaria-Mega",
|
|
|
+ "baseSpecies": "Altaria",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dragon", "Fairy"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Altarianite"
|
|
|
+ },
|
|
|
+ "zangoose": { "num": 335, "name": "Zangoose", "types": ["Normal"], "color": "White" },
|
|
|
+ "seviper": { "num": 336, "name": "Seviper", "types": ["Poison"], "color": "Black" },
|
|
|
+ "lunatone": {
|
|
|
+ "num": 337,
|
|
|
+ "name": "Lunatone",
|
|
|
+ "types": ["Rock", "Psychic"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "solrock": {
|
|
|
+ "num": 338,
|
|
|
+ "name": "Solrock",
|
|
|
+ "types": ["Rock", "Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "barboach": {
|
|
|
+ "num": 339,
|
|
|
+ "name": "Barboach",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "whiscash": {
|
|
|
+ "num": 340,
|
|
|
+ "name": "Whiscash",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "corphish": { "num": 341, "name": "Corphish", "types": ["Water"], "color": "Red" },
|
|
|
+ "crawdaunt": {
|
|
|
+ "num": 342,
|
|
|
+ "name": "Crawdaunt",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "baltoy": {
|
|
|
+ "num": 343,
|
|
|
+ "name": "Baltoy",
|
|
|
+ "types": ["Ground", "Psychic"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "claydol": {
|
|
|
+ "num": 344,
|
|
|
+ "name": "Claydol",
|
|
|
+ "types": ["Ground", "Psychic"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "lileep": {
|
|
|
+ "num": 345,
|
|
|
+ "name": "Lileep",
|
|
|
+ "types": ["Rock", "Grass"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "cradily": {
|
|
|
+ "num": 346,
|
|
|
+ "name": "Cradily",
|
|
|
+ "types": ["Rock", "Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "anorith": { "num": 347, "name": "Anorith", "types": ["Rock", "Bug"], "color": "Gray" },
|
|
|
+ "armaldo": { "num": 348, "name": "Armaldo", "types": ["Rock", "Bug"], "color": "Gray" },
|
|
|
+ "feebas": { "num": 349, "name": "Feebas", "types": ["Water"], "color": "Brown" },
|
|
|
+ "milotic": { "num": 350, "name": "Milotic", "types": ["Water"], "color": "Pink" },
|
|
|
+ "castform": {
|
|
|
+ "num": 351,
|
|
|
+ "name": "Castform",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Castform-Sunny", "Castform-Rainy", "Castform-Snowy"]
|
|
|
+ },
|
|
|
+ "castformsunny": {
|
|
|
+ "num": 351,
|
|
|
+ "name": "Castform-Sunny",
|
|
|
+ "baseSpecies": "Castform",
|
|
|
+ "forme": "Sunny",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "castformrainy": {
|
|
|
+ "num": 351,
|
|
|
+ "name": "Castform-Rainy",
|
|
|
+ "baseSpecies": "Castform",
|
|
|
+ "forme": "Rainy",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "castformsnowy": {
|
|
|
+ "num": 351,
|
|
|
+ "name": "Castform-Snowy",
|
|
|
+ "baseSpecies": "Castform",
|
|
|
+ "forme": "Snowy",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "kecleon": { "num": 352, "name": "Kecleon", "types": ["Normal"], "color": "Green" },
|
|
|
+ "shuppet": { "num": 353, "name": "Shuppet", "types": ["Ghost"], "color": "Black" },
|
|
|
+ "banette": {
|
|
|
+ "num": 354,
|
|
|
+ "name": "Banette",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Black",
|
|
|
+ "otherFormes": ["Banette-Mega"]
|
|
|
+ },
|
|
|
+ "banettemega": {
|
|
|
+ "num": 354,
|
|
|
+ "name": "Banette-Mega",
|
|
|
+ "baseSpecies": "Banette",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Black",
|
|
|
+ "requiredItem": "Banettite"
|
|
|
+ },
|
|
|
+ "duskull": { "num": 355, "name": "Duskull", "types": ["Ghost"], "color": "Black" },
|
|
|
+ "dusclops": { "num": 356, "name": "Dusclops", "types": ["Ghost"], "color": "Black" },
|
|
|
+ "tropius": {
|
|
|
+ "num": 357,
|
|
|
+ "name": "Tropius",
|
|
|
+ "types": ["Grass", "Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "chimecho": {
|
|
|
+ "num": 358,
|
|
|
+ "name": "Chimecho",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "absol": {
|
|
|
+ "num": 359,
|
|
|
+ "name": "Absol",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Absol-Mega"]
|
|
|
+ },
|
|
|
+ "absolmega": {
|
|
|
+ "num": 359,
|
|
|
+ "name": "Absol-Mega",
|
|
|
+ "baseSpecies": "Absol",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItem": "Absolite"
|
|
|
+ },
|
|
|
+ "wynaut": {
|
|
|
+ "num": 360,
|
|
|
+ "name": "Wynaut",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "snorunt": { "num": 361, "name": "Snorunt", "types": ["Ice"], "color": "Gray" },
|
|
|
+ "glalie": {
|
|
|
+ "num": 362,
|
|
|
+ "name": "Glalie",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Glalie-Mega"]
|
|
|
+ },
|
|
|
+ "glaliemega": {
|
|
|
+ "num": 362,
|
|
|
+ "name": "Glalie-Mega",
|
|
|
+ "baseSpecies": "Glalie",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Glalitite"
|
|
|
+ },
|
|
|
+ "spheal": { "num": 363, "name": "Spheal", "types": ["Ice", "Water"], "color": "Blue" },
|
|
|
+ "sealeo": { "num": 364, "name": "Sealeo", "types": ["Ice", "Water"], "color": "Blue" },
|
|
|
+ "walrein": {
|
|
|
+ "num": 365,
|
|
|
+ "name": "Walrein",
|
|
|
+ "types": ["Ice", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "clamperl": { "num": 366, "name": "Clamperl", "types": ["Water"], "color": "Blue" },
|
|
|
+ "huntail": { "num": 367, "name": "Huntail", "types": ["Water"], "color": "Blue" },
|
|
|
+ "gorebyss": { "num": 368, "name": "Gorebyss", "types": ["Water"], "color": "Pink" },
|
|
|
+ "relicanth": {
|
|
|
+ "num": 369,
|
|
|
+ "name": "Relicanth",
|
|
|
+ "types": ["Water", "Rock"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "luvdisc": { "num": 370, "name": "Luvdisc", "types": ["Water"], "color": "Pink" },
|
|
|
+ "bagon": { "num": 371, "name": "Bagon", "types": ["Dragon"], "color": "Blue" },
|
|
|
+ "shelgon": { "num": 372, "name": "Shelgon", "types": ["Dragon"], "color": "White" },
|
|
|
+ "salamence": {
|
|
|
+ "num": 373,
|
|
|
+ "name": "Salamence",
|
|
|
+ "types": ["Dragon", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Salamence-Mega"]
|
|
|
+ },
|
|
|
+ "salamencemega": {
|
|
|
+ "num": 373,
|
|
|
+ "name": "Salamence-Mega",
|
|
|
+ "baseSpecies": "Salamence",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dragon", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Salamencite"
|
|
|
+ },
|
|
|
+ "beldum": {
|
|
|
+ "num": 374,
|
|
|
+ "name": "Beldum",
|
|
|
+ "types": ["Steel", "Psychic"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "metang": {
|
|
|
+ "num": 375,
|
|
|
+ "name": "Metang",
|
|
|
+ "types": ["Steel", "Psychic"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "metagross": {
|
|
|
+ "num": 376,
|
|
|
+ "name": "Metagross",
|
|
|
+ "types": ["Steel", "Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Metagross-Mega"]
|
|
|
+ },
|
|
|
+ "metagrossmega": {
|
|
|
+ "num": 376,
|
|
|
+ "name": "Metagross-Mega",
|
|
|
+ "baseSpecies": "Metagross",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Steel", "Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Metagrossite"
|
|
|
+ },
|
|
|
+ "regirock": {
|
|
|
+ "num": 377,
|
|
|
+ "name": "Regirock",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Brown",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "regice": {
|
|
|
+ "num": 378,
|
|
|
+ "name": "Regice",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "registeel": {
|
|
|
+ "num": 379,
|
|
|
+ "name": "Registeel",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "latias": {
|
|
|
+ "num": 380,
|
|
|
+ "name": "Latias",
|
|
|
+ "types": ["Dragon", "Psychic"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Latias-Mega"]
|
|
|
+ },
|
|
|
+ "latiasmega": {
|
|
|
+ "num": 380,
|
|
|
+ "name": "Latias-Mega",
|
|
|
+ "baseSpecies": "Latias",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dragon", "Psychic"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Latiasite"
|
|
|
+ },
|
|
|
+ "latios": {
|
|
|
+ "num": 381,
|
|
|
+ "name": "Latios",
|
|
|
+ "types": ["Dragon", "Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Latios-Mega"]
|
|
|
+ },
|
|
|
+ "latiosmega": {
|
|
|
+ "num": 381,
|
|
|
+ "name": "Latios-Mega",
|
|
|
+ "baseSpecies": "Latios",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dragon", "Psychic"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Latiosite"
|
|
|
+ },
|
|
|
+ "kyogre": {
|
|
|
+ "num": 382,
|
|
|
+ "name": "Kyogre",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Kyogre-Primal"]
|
|
|
+ },
|
|
|
+ "kyogreprimal": {
|
|
|
+ "num": 382,
|
|
|
+ "name": "Kyogre-Primal",
|
|
|
+ "baseSpecies": "Kyogre",
|
|
|
+ "forme": "Primal",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Blue Orb"
|
|
|
+ },
|
|
|
+ "groudon": {
|
|
|
+ "num": 383,
|
|
|
+ "name": "Groudon",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Groudon-Primal"]
|
|
|
+ },
|
|
|
+ "groudonprimal": {
|
|
|
+ "num": 383,
|
|
|
+ "name": "Groudon-Primal",
|
|
|
+ "baseSpecies": "Groudon",
|
|
|
+ "forme": "Primal",
|
|
|
+ "types": ["Ground", "Fire"],
|
|
|
+ "color": "Red",
|
|
|
+ "requiredItem": "Red Orb"
|
|
|
+ },
|
|
|
+ "rayquaza": {
|
|
|
+ "num": 384,
|
|
|
+ "name": "Rayquaza",
|
|
|
+ "types": ["Dragon", "Flying"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Rayquaza-Mega"]
|
|
|
+ },
|
|
|
+ "rayquazamega": {
|
|
|
+ "num": 384,
|
|
|
+ "name": "Rayquaza-Mega",
|
|
|
+ "baseSpecies": "Rayquaza",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dragon", "Flying"],
|
|
|
+ "color": "Green",
|
|
|
+ "requiredMove": "Dragon Ascent"
|
|
|
+ },
|
|
|
+ "jirachi": {
|
|
|
+ "num": 385,
|
|
|
+ "name": "Jirachi",
|
|
|
+ "types": ["Steel", "Psychic"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "deoxys": {
|
|
|
+ "num": 386,
|
|
|
+ "name": "Deoxys",
|
|
|
+ "baseForme": "Normal",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Deoxys-Attack", "Deoxys-Defense", "Deoxys-Speed"]
|
|
|
+ },
|
|
|
+ "deoxysattack": {
|
|
|
+ "num": 386,
|
|
|
+ "name": "Deoxys-Attack",
|
|
|
+ "baseSpecies": "Deoxys",
|
|
|
+ "forme": "Attack",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "deoxysdefense": {
|
|
|
+ "num": 386,
|
|
|
+ "name": "Deoxys-Defense",
|
|
|
+ "baseSpecies": "Deoxys",
|
|
|
+ "forme": "Defense",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "deoxysspeed": {
|
|
|
+ "num": 386,
|
|
|
+ "name": "Deoxys-Speed",
|
|
|
+ "baseSpecies": "Deoxys",
|
|
|
+ "forme": "Speed",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "turtwig": { "num": 387, "name": "Turtwig", "types": ["Grass"], "color": "Green" },
|
|
|
+ "grotle": { "num": 388, "name": "Grotle", "types": ["Grass"], "color": "Green" },
|
|
|
+ "torterra": {
|
|
|
+ "num": 389,
|
|
|
+ "name": "Torterra",
|
|
|
+ "types": ["Grass", "Ground"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "chimchar": { "num": 390, "name": "Chimchar", "types": ["Fire"], "color": "Brown" },
|
|
|
+ "monferno": {
|
|
|
+ "num": 391,
|
|
|
+ "name": "Monferno",
|
|
|
+ "types": ["Fire", "Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "infernape": {
|
|
|
+ "num": 392,
|
|
|
+ "name": "Infernape",
|
|
|
+ "types": ["Fire", "Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "piplup": { "num": 393, "name": "Piplup", "types": ["Water"], "color": "Blue" },
|
|
|
+ "prinplup": { "num": 394, "name": "Prinplup", "types": ["Water"], "color": "Blue" },
|
|
|
+ "empoleon": {
|
|
|
+ "num": 395,
|
|
|
+ "name": "Empoleon",
|
|
|
+ "types": ["Water", "Steel"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "starly": {
|
|
|
+ "num": 396,
|
|
|
+ "name": "Starly",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "staravia": {
|
|
|
+ "num": 397,
|
|
|
+ "name": "Staravia",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "staraptor": {
|
|
|
+ "num": 398,
|
|
|
+ "name": "Staraptor",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "bidoof": { "num": 399, "name": "Bidoof", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "bibarel": {
|
|
|
+ "num": 400,
|
|
|
+ "name": "Bibarel",
|
|
|
+ "types": ["Normal", "Water"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "kricketot": { "num": 401, "name": "Kricketot", "types": ["Bug"], "color": "Red" },
|
|
|
+ "kricketune": { "num": 402, "name": "Kricketune", "types": ["Bug"], "color": "Red" },
|
|
|
+ "shinx": { "num": 403, "name": "Shinx", "types": ["Electric"], "color": "Blue" },
|
|
|
+ "luxio": { "num": 404, "name": "Luxio", "types": ["Electric"], "color": "Blue" },
|
|
|
+ "luxray": { "num": 405, "name": "Luxray", "types": ["Electric"], "color": "Blue" },
|
|
|
+ "budew": {
|
|
|
+ "num": 406,
|
|
|
+ "name": "Budew",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "roserade": {
|
|
|
+ "num": 407,
|
|
|
+ "name": "Roserade",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "cranidos": { "num": 408, "name": "Cranidos", "types": ["Rock"], "color": "Blue" },
|
|
|
+ "rampardos": { "num": 409, "name": "Rampardos", "types": ["Rock"], "color": "Blue" },
|
|
|
+ "shieldon": {
|
|
|
+ "num": 410,
|
|
|
+ "name": "Shieldon",
|
|
|
+ "types": ["Rock", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "bastiodon": {
|
|
|
+ "num": 411,
|
|
|
+ "name": "Bastiodon",
|
|
|
+ "types": ["Rock", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "burmy": {
|
|
|
+ "num": 412,
|
|
|
+ "name": "Burmy",
|
|
|
+ "baseForme": "Plant",
|
|
|
+ "types": ["Bug"],
|
|
|
+ "color": "Green",
|
|
|
+ "cosmeticFormes": ["Burmy-Sandy", "Burmy-Trash"]
|
|
|
+ },
|
|
|
+ "wormadam": {
|
|
|
+ "num": 413,
|
|
|
+ "name": "Wormadam",
|
|
|
+ "baseForme": "Plant",
|
|
|
+ "types": ["Bug", "Grass"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Wormadam-Sandy", "Wormadam-Trash"]
|
|
|
+ },
|
|
|
+ "wormadamsandy": {
|
|
|
+ "num": 413,
|
|
|
+ "name": "Wormadam-Sandy",
|
|
|
+ "baseSpecies": "Wormadam",
|
|
|
+ "forme": "Sandy",
|
|
|
+ "types": ["Bug", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "wormadamtrash": {
|
|
|
+ "num": 413,
|
|
|
+ "name": "Wormadam-Trash",
|
|
|
+ "baseSpecies": "Wormadam",
|
|
|
+ "forme": "Trash",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "mothim": {
|
|
|
+ "num": 414,
|
|
|
+ "name": "Mothim",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "combee": {
|
|
|
+ "num": 415,
|
|
|
+ "name": "Combee",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "vespiquen": {
|
|
|
+ "num": 416,
|
|
|
+ "name": "Vespiquen",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "pachirisu": {
|
|
|
+ "num": 417,
|
|
|
+ "name": "Pachirisu",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "buizel": { "num": 418, "name": "Buizel", "types": ["Water"], "color": "Brown" },
|
|
|
+ "floatzel": { "num": 419, "name": "Floatzel", "types": ["Water"], "color": "Brown" },
|
|
|
+ "cherubi": { "num": 420, "name": "Cherubi", "types": ["Grass"], "color": "Pink" },
|
|
|
+ "cherrim": {
|
|
|
+ "num": 421,
|
|
|
+ "name": "Cherrim",
|
|
|
+ "baseForme": "Overcast",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Cherrim-Sunshine"]
|
|
|
+ },
|
|
|
+ "cherrimsunshine": {
|
|
|
+ "num": 421,
|
|
|
+ "name": "Cherrim-Sunshine",
|
|
|
+ "baseSpecies": "Cherrim",
|
|
|
+ "forme": "Sunshine",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "shellos": {
|
|
|
+ "num": 422,
|
|
|
+ "name": "Shellos",
|
|
|
+ "baseForme": "West",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Purple",
|
|
|
+ "cosmeticFormes": ["Shellos-East"]
|
|
|
+ },
|
|
|
+ "gastrodon": {
|
|
|
+ "num": 423,
|
|
|
+ "name": "Gastrodon",
|
|
|
+ "baseForme": "West",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Purple",
|
|
|
+ "cosmeticFormes": ["Gastrodon-East"]
|
|
|
+ },
|
|
|
+ "ambipom": {
|
|
|
+ "num": 424,
|
|
|
+ "name": "Ambipom",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Purple",
|
|
|
+ "evoMove": "Double Hit"
|
|
|
+ },
|
|
|
+ "drifloon": {
|
|
|
+ "num": 425,
|
|
|
+ "name": "Drifloon",
|
|
|
+ "types": ["Ghost", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "drifblim": {
|
|
|
+ "num": 426,
|
|
|
+ "name": "Drifblim",
|
|
|
+ "types": ["Ghost", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "buneary": { "num": 427, "name": "Buneary", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "lopunny": {
|
|
|
+ "num": 428,
|
|
|
+ "name": "Lopunny",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Lopunny-Mega"]
|
|
|
+ },
|
|
|
+ "lopunnymega": {
|
|
|
+ "num": 428,
|
|
|
+ "name": "Lopunny-Mega",
|
|
|
+ "baseSpecies": "Lopunny",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Normal", "Fighting"],
|
|
|
+ "color": "Brown",
|
|
|
+ "requiredItem": "Lopunnite"
|
|
|
+ },
|
|
|
+ "mismagius": { "num": 429, "name": "Mismagius", "types": ["Ghost"], "color": "Purple" },
|
|
|
+ "honchkrow": {
|
|
|
+ "num": 430,
|
|
|
+ "name": "Honchkrow",
|
|
|
+ "types": ["Dark", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "glameow": { "num": 431, "name": "Glameow", "types": ["Normal"], "color": "Gray" },
|
|
|
+ "purugly": { "num": 432, "name": "Purugly", "types": ["Normal"], "color": "Gray" },
|
|
|
+ "chingling": {
|
|
|
+ "num": 433,
|
|
|
+ "name": "Chingling",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "stunky": {
|
|
|
+ "num": 434,
|
|
|
+ "name": "Stunky",
|
|
|
+ "types": ["Poison", "Dark"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "skuntank": {
|
|
|
+ "num": 435,
|
|
|
+ "name": "Skuntank",
|
|
|
+ "types": ["Poison", "Dark"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "bronzor": {
|
|
|
+ "num": 436,
|
|
|
+ "name": "Bronzor",
|
|
|
+ "types": ["Steel", "Psychic"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "bronzong": {
|
|
|
+ "num": 437,
|
|
|
+ "name": "Bronzong",
|
|
|
+ "types": ["Steel", "Psychic"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "bonsly": {
|
|
|
+ "num": 438,
|
|
|
+ "name": "Bonsly",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Brown",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "mimejr": {
|
|
|
+ "num": 439,
|
|
|
+ "name": "Mime Jr.",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "Pink",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "happiny": {
|
|
|
+ "num": 440,
|
|
|
+ "name": "Happiny",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Pink",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "chatot": {
|
|
|
+ "num": 441,
|
|
|
+ "name": "Chatot",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "spiritomb": {
|
|
|
+ "num": 442,
|
|
|
+ "name": "Spiritomb",
|
|
|
+ "types": ["Ghost", "Dark"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "gible": {
|
|
|
+ "num": 443,
|
|
|
+ "name": "Gible",
|
|
|
+ "types": ["Dragon", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "gabite": {
|
|
|
+ "num": 444,
|
|
|
+ "name": "Gabite",
|
|
|
+ "types": ["Dragon", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "garchomp": {
|
|
|
+ "num": 445,
|
|
|
+ "name": "Garchomp",
|
|
|
+ "types": ["Dragon", "Ground"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Garchomp-Mega"]
|
|
|
+ },
|
|
|
+ "garchompmega": {
|
|
|
+ "num": 445,
|
|
|
+ "name": "Garchomp-Mega",
|
|
|
+ "baseSpecies": "Garchomp",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Dragon", "Ground"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Garchompite"
|
|
|
+ },
|
|
|
+ "munchlax": {
|
|
|
+ "num": 446,
|
|
|
+ "name": "Munchlax",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Black",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "riolu": {
|
|
|
+ "num": 447,
|
|
|
+ "name": "Riolu",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Blue",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "lucario": {
|
|
|
+ "num": 448,
|
|
|
+ "name": "Lucario",
|
|
|
+ "types": ["Fighting", "Steel"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Lucario-Mega"]
|
|
|
+ },
|
|
|
+ "lucariomega": {
|
|
|
+ "num": 448,
|
|
|
+ "name": "Lucario-Mega",
|
|
|
+ "baseSpecies": "Lucario",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Fighting", "Steel"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Lucarionite"
|
|
|
+ },
|
|
|
+ "hippopotas": {
|
|
|
+ "num": 449,
|
|
|
+ "name": "Hippopotas",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "hippowdon": { "num": 450, "name": "Hippowdon", "types": ["Ground"], "color": "Brown" },
|
|
|
+ "skorupi": {
|
|
|
+ "num": 451,
|
|
|
+ "name": "Skorupi",
|
|
|
+ "types": ["Poison", "Bug"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "drapion": {
|
|
|
+ "num": 452,
|
|
|
+ "name": "Drapion",
|
|
|
+ "types": ["Poison", "Dark"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "croagunk": {
|
|
|
+ "num": 453,
|
|
|
+ "name": "Croagunk",
|
|
|
+ "types": ["Poison", "Fighting"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "toxicroak": {
|
|
|
+ "num": 454,
|
|
|
+ "name": "Toxicroak",
|
|
|
+ "types": ["Poison", "Fighting"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "carnivine": { "num": 455, "name": "Carnivine", "types": ["Grass"], "color": "Green" },
|
|
|
+ "finneon": { "num": 456, "name": "Finneon", "types": ["Water"], "color": "Blue" },
|
|
|
+ "lumineon": { "num": 457, "name": "Lumineon", "types": ["Water"], "color": "Blue" },
|
|
|
+ "mantyke": {
|
|
|
+ "num": 458,
|
|
|
+ "name": "Mantyke",
|
|
|
+ "types": ["Water", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "snover": { "num": 459, "name": "Snover", "types": ["Grass", "Ice"], "color": "White" },
|
|
|
+ "abomasnow": {
|
|
|
+ "num": 460,
|
|
|
+ "name": "Abomasnow",
|
|
|
+ "types": ["Grass", "Ice"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Abomasnow-Mega"]
|
|
|
+ },
|
|
|
+ "abomasnowmega": {
|
|
|
+ "num": 460,
|
|
|
+ "name": "Abomasnow-Mega",
|
|
|
+ "baseSpecies": "Abomasnow",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Grass", "Ice"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItem": "Abomasite"
|
|
|
+ },
|
|
|
+ "weavile": {
|
|
|
+ "num": 461,
|
|
|
+ "name": "Weavile",
|
|
|
+ "types": ["Dark", "Ice"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "magnezone": {
|
|
|
+ "num": 462,
|
|
|
+ "name": "Magnezone",
|
|
|
+ "types": ["Electric", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "lickilicky": {
|
|
|
+ "num": 463,
|
|
|
+ "name": "Lickilicky",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Pink",
|
|
|
+ "evoMove": "Rollout"
|
|
|
+ },
|
|
|
+ "rhyperior": {
|
|
|
+ "num": 464,
|
|
|
+ "name": "Rhyperior",
|
|
|
+ "types": ["Ground", "Rock"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "tangrowth": {
|
|
|
+ "num": 465,
|
|
|
+ "name": "Tangrowth",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Blue",
|
|
|
+ "evoMove": "Ancient Power"
|
|
|
+ },
|
|
|
+ "electivire": {
|
|
|
+ "num": 466,
|
|
|
+ "name": "Electivire",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "magmortar": { "num": 467, "name": "Magmortar", "types": ["Fire"], "color": "Red" },
|
|
|
+ "togekiss": {
|
|
|
+ "num": 468,
|
|
|
+ "name": "Togekiss",
|
|
|
+ "types": ["Fairy", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "yanmega": {
|
|
|
+ "num": 469,
|
|
|
+ "name": "Yanmega",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Green",
|
|
|
+ "evoMove": "Ancient Power"
|
|
|
+ },
|
|
|
+ "leafeon": { "num": 470, "name": "Leafeon", "types": ["Grass"], "color": "Green" },
|
|
|
+ "glaceon": { "num": 471, "name": "Glaceon", "types": ["Ice"], "color": "Blue" },
|
|
|
+ "gliscor": {
|
|
|
+ "num": 472,
|
|
|
+ "name": "Gliscor",
|
|
|
+ "types": ["Ground", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "mamoswine": {
|
|
|
+ "num": 473,
|
|
|
+ "name": "Mamoswine",
|
|
|
+ "types": ["Ice", "Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "evoMove": "Ancient Power"
|
|
|
+ },
|
|
|
+ "porygonz": { "num": 474, "name": "Porygon-Z", "types": ["Normal"], "color": "Red" },
|
|
|
+ "gallade": {
|
|
|
+ "num": 475,
|
|
|
+ "name": "Gallade",
|
|
|
+ "types": ["Psychic", "Fighting"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Gallade-Mega"]
|
|
|
+ },
|
|
|
+ "gallademega": {
|
|
|
+ "num": 475,
|
|
|
+ "name": "Gallade-Mega",
|
|
|
+ "baseSpecies": "Gallade",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Psychic", "Fighting"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItem": "Galladite"
|
|
|
+ },
|
|
|
+ "probopass": {
|
|
|
+ "num": 476,
|
|
|
+ "name": "Probopass",
|
|
|
+ "types": ["Rock", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "dusknoir": { "num": 477, "name": "Dusknoir", "types": ["Ghost"], "color": "Black" },
|
|
|
+ "froslass": {
|
|
|
+ "num": 478,
|
|
|
+ "name": "Froslass",
|
|
|
+ "types": ["Ice", "Ghost"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "rotom": {
|
|
|
+ "num": 479,
|
|
|
+ "name": "Rotom",
|
|
|
+ "types": ["Electric", "Ghost"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Rotom-Heat", "Rotom-Wash", "Rotom-Frost", "Rotom-Fan", "Rotom-Mow"]
|
|
|
+ },
|
|
|
+ "rotomheat": {
|
|
|
+ "num": 479,
|
|
|
+ "name": "Rotom-Heat",
|
|
|
+ "baseSpecies": "Rotom",
|
|
|
+ "forme": "Heat",
|
|
|
+ "types": ["Electric", "Fire"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "rotomwash": {
|
|
|
+ "num": 479,
|
|
|
+ "name": "Rotom-Wash",
|
|
|
+ "baseSpecies": "Rotom",
|
|
|
+ "forme": "Wash",
|
|
|
+ "types": ["Electric", "Water"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "rotomfrost": {
|
|
|
+ "num": 479,
|
|
|
+ "name": "Rotom-Frost",
|
|
|
+ "baseSpecies": "Rotom",
|
|
|
+ "forme": "Frost",
|
|
|
+ "types": ["Electric", "Ice"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "rotomfan": {
|
|
|
+ "num": 479,
|
|
|
+ "name": "Rotom-Fan",
|
|
|
+ "baseSpecies": "Rotom",
|
|
|
+ "forme": "Fan",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "rotommow": {
|
|
|
+ "num": 479,
|
|
|
+ "name": "Rotom-Mow",
|
|
|
+ "baseSpecies": "Rotom",
|
|
|
+ "forme": "Mow",
|
|
|
+ "types": ["Electric", "Grass"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "uxie": {
|
|
|
+ "num": 480,
|
|
|
+ "name": "Uxie",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "mesprit": {
|
|
|
+ "num": 481,
|
|
|
+ "name": "Mesprit",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "azelf": {
|
|
|
+ "num": 482,
|
|
|
+ "name": "Azelf",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "dialga": {
|
|
|
+ "num": 483,
|
|
|
+ "name": "Dialga",
|
|
|
+ "types": ["Steel", "Dragon"],
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Dialga-Origin"]
|
|
|
+ },
|
|
|
+ "dialgaorigin": {
|
|
|
+ "num": 483,
|
|
|
+ "name": "Dialga-Origin",
|
|
|
+ "baseSpecies": "Dialga",
|
|
|
+ "forme": "Origin",
|
|
|
+ "types": ["Steel", "Dragon"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItem": "Adamant Crystal",
|
|
|
+ "gen": 8
|
|
|
+ },
|
|
|
+ "palkia": {
|
|
|
+ "num": 484,
|
|
|
+ "name": "Palkia",
|
|
|
+ "types": ["Water", "Dragon"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Palkia-Origin"]
|
|
|
+ },
|
|
|
+ "palkiaorigin": {
|
|
|
+ "num": 484,
|
|
|
+ "name": "Palkia-Origin",
|
|
|
+ "baseSpecies": "Palkia",
|
|
|
+ "forme": "Origin",
|
|
|
+ "types": ["Water", "Dragon"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Lustrous Globe",
|
|
|
+ "gen": 8
|
|
|
+ },
|
|
|
+ "heatran": {
|
|
|
+ "num": 485,
|
|
|
+ "name": "Heatran",
|
|
|
+ "types": ["Fire", "Steel"],
|
|
|
+ "color": "Brown",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "regigigas": {
|
|
|
+ "num": 486,
|
|
|
+ "name": "Regigigas",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "giratina": {
|
|
|
+ "num": 487,
|
|
|
+ "name": "Giratina",
|
|
|
+ "baseForme": "Altered",
|
|
|
+ "types": ["Ghost", "Dragon"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Giratina-Origin"]
|
|
|
+ },
|
|
|
+ "giratinaorigin": {
|
|
|
+ "num": 487,
|
|
|
+ "name": "Giratina-Origin",
|
|
|
+ "baseSpecies": "Giratina",
|
|
|
+ "forme": "Origin",
|
|
|
+ "types": ["Ghost", "Dragon"],
|
|
|
+ "color": "Black",
|
|
|
+ "requiredItem": "Griseous Core"
|
|
|
+ },
|
|
|
+ "cresselia": {
|
|
|
+ "num": 488,
|
|
|
+ "name": "Cresselia",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "phione": {
|
|
|
+ "num": 489,
|
|
|
+ "name": "Phione",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "manaphy": {
|
|
|
+ "num": 490,
|
|
|
+ "name": "Manaphy",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "darkrai": {
|
|
|
+ "num": 491,
|
|
|
+ "name": "Darkrai",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "shaymin": {
|
|
|
+ "num": 492,
|
|
|
+ "name": "Shaymin",
|
|
|
+ "baseForme": "Land",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Shaymin-Sky"]
|
|
|
+ },
|
|
|
+ "shayminsky": {
|
|
|
+ "num": 492,
|
|
|
+ "name": "Shaymin-Sky",
|
|
|
+ "baseSpecies": "Shaymin",
|
|
|
+ "forme": "Sky",
|
|
|
+ "types": ["Grass", "Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "arceus": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus",
|
|
|
+ "baseForme": "Normal",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": [
|
|
|
+ "Arceus-Bug",
|
|
|
+ "Arceus-Dark",
|
|
|
+ "Arceus-Dragon",
|
|
|
+ "Arceus-Electric",
|
|
|
+ "Arceus-Fairy",
|
|
|
+ "Arceus-Fighting",
|
|
|
+ "Arceus-Fire",
|
|
|
+ "Arceus-Flying",
|
|
|
+ "Arceus-Ghost",
|
|
|
+ "Arceus-Grass",
|
|
|
+ "Arceus-Ground",
|
|
|
+ "Arceus-Ice",
|
|
|
+ "Arceus-Poison",
|
|
|
+ "Arceus-Psychic",
|
|
|
+ "Arceus-Rock",
|
|
|
+ "Arceus-Steel",
|
|
|
+ "Arceus-Water"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "arceusbug": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Bug",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Bug",
|
|
|
+ "types": ["Bug"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Insect Plate", "Buginium Z"]
|
|
|
+ },
|
|
|
+ "arceusdark": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Dark",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Dark",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Dread Plate", "Darkinium Z"]
|
|
|
+ },
|
|
|
+ "arceusdragon": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Dragon",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Dragon",
|
|
|
+ "types": ["Dragon"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Draco Plate", "Dragonium Z"]
|
|
|
+ },
|
|
|
+ "arceuselectric": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Electric",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Electric",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Zap Plate", "Electrium Z"]
|
|
|
+ },
|
|
|
+ "arceusfairy": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Fairy",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Fairy",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Pixie Plate", "Fairium Z"],
|
|
|
+ "gen": 6
|
|
|
+ },
|
|
|
+ "arceusfighting": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Fighting",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Fighting",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Fist Plate", "Fightinium Z"]
|
|
|
+ },
|
|
|
+ "arceusfire": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Fire",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Fire",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Flame Plate", "Firium Z"]
|
|
|
+ },
|
|
|
+ "arceusflying": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Flying",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Flying",
|
|
|
+ "types": ["Flying"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Sky Plate", "Flyinium Z"]
|
|
|
+ },
|
|
|
+ "arceusghost": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Ghost",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Ghost",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Spooky Plate", "Ghostium Z"]
|
|
|
+ },
|
|
|
+ "arceusgrass": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Grass",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Grass",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Meadow Plate", "Grassium Z"]
|
|
|
+ },
|
|
|
+ "arceusground": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Ground",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Ground",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Earth Plate", "Groundium Z"]
|
|
|
+ },
|
|
|
+ "arceusice": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Ice",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Ice",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Icicle Plate", "Icium Z"]
|
|
|
+ },
|
|
|
+ "arceuspoison": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Poison",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Poison",
|
|
|
+ "types": ["Poison"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Toxic Plate", "Poisonium Z"]
|
|
|
+ },
|
|
|
+ "arceuspsychic": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Psychic",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Psychic",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Mind Plate", "Psychium Z"]
|
|
|
+ },
|
|
|
+ "arceusrock": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Rock",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Rock",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Stone Plate", "Rockium Z"]
|
|
|
+ },
|
|
|
+ "arceussteel": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Steel",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Steel",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Iron Plate", "Steelium Z"]
|
|
|
+ },
|
|
|
+ "arceuswater": {
|
|
|
+ "num": 493,
|
|
|
+ "name": "Arceus-Water",
|
|
|
+ "baseSpecies": "Arceus",
|
|
|
+ "forme": "Water",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItems": ["Splash Plate", "Waterium Z"]
|
|
|
+ },
|
|
|
+ "victini": {
|
|
|
+ "num": 494,
|
|
|
+ "name": "Victini",
|
|
|
+ "types": ["Psychic", "Fire"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "snivy": { "num": 495, "name": "Snivy", "types": ["Grass"], "color": "Green" },
|
|
|
+ "servine": { "num": 496, "name": "Servine", "types": ["Grass"], "color": "Green" },
|
|
|
+ "serperior": { "num": 497, "name": "Serperior", "types": ["Grass"], "color": "Green" },
|
|
|
+ "tepig": { "num": 498, "name": "Tepig", "types": ["Fire"], "color": "Red" },
|
|
|
+ "pignite": {
|
|
|
+ "num": 499,
|
|
|
+ "name": "Pignite",
|
|
|
+ "types": ["Fire", "Fighting"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "emboar": {
|
|
|
+ "num": 500,
|
|
|
+ "name": "Emboar",
|
|
|
+ "types": ["Fire", "Fighting"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "oshawott": { "num": 501, "name": "Oshawott", "types": ["Water"], "color": "Blue" },
|
|
|
+ "dewott": { "num": 502, "name": "Dewott", "types": ["Water"], "color": "Blue" },
|
|
|
+ "samurott": {
|
|
|
+ "num": 503,
|
|
|
+ "name": "Samurott",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Samurott-Hisui"]
|
|
|
+ },
|
|
|
+ "samurotthisui": {
|
|
|
+ "num": 503,
|
|
|
+ "name": "Samurott-Hisui",
|
|
|
+ "baseSpecies": "Samurott",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "patrat": { "num": 504, "name": "Patrat", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "watchog": { "num": 505, "name": "Watchog", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "lillipup": { "num": 506, "name": "Lillipup", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "herdier": { "num": 507, "name": "Herdier", "types": ["Normal"], "color": "Gray" },
|
|
|
+ "stoutland": { "num": 508, "name": "Stoutland", "types": ["Normal"], "color": "Gray" },
|
|
|
+ "purrloin": { "num": 509, "name": "Purrloin", "types": ["Dark"], "color": "Purple" },
|
|
|
+ "liepard": { "num": 510, "name": "Liepard", "types": ["Dark"], "color": "Purple" },
|
|
|
+ "pansage": { "num": 511, "name": "Pansage", "types": ["Grass"], "color": "Green" },
|
|
|
+ "simisage": { "num": 512, "name": "Simisage", "types": ["Grass"], "color": "Green" },
|
|
|
+ "pansear": { "num": 513, "name": "Pansear", "types": ["Fire"], "color": "Red" },
|
|
|
+ "simisear": { "num": 514, "name": "Simisear", "types": ["Fire"], "color": "Red" },
|
|
|
+ "panpour": { "num": 515, "name": "Panpour", "types": ["Water"], "color": "Blue" },
|
|
|
+ "simipour": { "num": 516, "name": "Simipour", "types": ["Water"], "color": "Blue" },
|
|
|
+ "munna": { "num": 517, "name": "Munna", "types": ["Psychic"], "color": "Pink" },
|
|
|
+ "musharna": { "num": 518, "name": "Musharna", "types": ["Psychic"], "color": "Pink" },
|
|
|
+ "pidove": {
|
|
|
+ "num": 519,
|
|
|
+ "name": "Pidove",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "tranquill": {
|
|
|
+ "num": 520,
|
|
|
+ "name": "Tranquill",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "unfezant": {
|
|
|
+ "num": 521,
|
|
|
+ "name": "Unfezant",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "blitzle": { "num": 522, "name": "Blitzle", "types": ["Electric"], "color": "Black" },
|
|
|
+ "zebstrika": {
|
|
|
+ "num": 523,
|
|
|
+ "name": "Zebstrika",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "roggenrola": { "num": 524, "name": "Roggenrola", "types": ["Rock"], "color": "Blue" },
|
|
|
+ "boldore": { "num": 525, "name": "Boldore", "types": ["Rock"], "color": "Blue" },
|
|
|
+ "gigalith": { "num": 526, "name": "Gigalith", "types": ["Rock"], "color": "Blue" },
|
|
|
+ "woobat": {
|
|
|
+ "num": 527,
|
|
|
+ "name": "Woobat",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "swoobat": {
|
|
|
+ "num": 528,
|
|
|
+ "name": "Swoobat",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "drilbur": { "num": 529, "name": "Drilbur", "types": ["Ground"], "color": "Gray" },
|
|
|
+ "excadrill": {
|
|
|
+ "num": 530,
|
|
|
+ "name": "Excadrill",
|
|
|
+ "types": ["Ground", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "audino": {
|
|
|
+ "num": 531,
|
|
|
+ "name": "Audino",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Pink",
|
|
|
+ "otherFormes": ["Audino-Mega"]
|
|
|
+ },
|
|
|
+ "audinomega": {
|
|
|
+ "num": 531,
|
|
|
+ "name": "Audino-Mega",
|
|
|
+ "baseSpecies": "Audino",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Normal", "Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredItem": "Audinite"
|
|
|
+ },
|
|
|
+ "timburr": { "num": 532, "name": "Timburr", "types": ["Fighting"], "color": "Gray" },
|
|
|
+ "gurdurr": { "num": 533, "name": "Gurdurr", "types": ["Fighting"], "color": "Gray" },
|
|
|
+ "conkeldurr": {
|
|
|
+ "num": 534,
|
|
|
+ "name": "Conkeldurr",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "tympole": { "num": 535, "name": "Tympole", "types": ["Water"], "color": "Blue" },
|
|
|
+ "palpitoad": {
|
|
|
+ "num": 536,
|
|
|
+ "name": "Palpitoad",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "seismitoad": {
|
|
|
+ "num": 537,
|
|
|
+ "name": "Seismitoad",
|
|
|
+ "types": ["Water", "Ground"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "throh": { "num": 538, "name": "Throh", "types": ["Fighting"], "color": "Red" },
|
|
|
+ "sawk": { "num": 539, "name": "Sawk", "types": ["Fighting"], "color": "Blue" },
|
|
|
+ "sewaddle": {
|
|
|
+ "num": 540,
|
|
|
+ "name": "Sewaddle",
|
|
|
+ "types": ["Bug", "Grass"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "swadloon": {
|
|
|
+ "num": 541,
|
|
|
+ "name": "Swadloon",
|
|
|
+ "types": ["Bug", "Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "leavanny": {
|
|
|
+ "num": 542,
|
|
|
+ "name": "Leavanny",
|
|
|
+ "types": ["Bug", "Grass"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "venipede": {
|
|
|
+ "num": 543,
|
|
|
+ "name": "Venipede",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "whirlipede": {
|
|
|
+ "num": 544,
|
|
|
+ "name": "Whirlipede",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "scolipede": {
|
|
|
+ "num": 545,
|
|
|
+ "name": "Scolipede",
|
|
|
+ "types": ["Bug", "Poison"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "cottonee": {
|
|
|
+ "num": 546,
|
|
|
+ "name": "Cottonee",
|
|
|
+ "types": ["Grass", "Fairy"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "whimsicott": {
|
|
|
+ "num": 547,
|
|
|
+ "name": "Whimsicott",
|
|
|
+ "types": ["Grass", "Fairy"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "petilil": { "num": 548, "name": "Petilil", "types": ["Grass"], "color": "Green" },
|
|
|
+ "lilligant": {
|
|
|
+ "num": 549,
|
|
|
+ "name": "Lilligant",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Lilligant-Hisui"]
|
|
|
+ },
|
|
|
+ "lilliganthisui": {
|
|
|
+ "num": 549,
|
|
|
+ "name": "Lilligant-Hisui",
|
|
|
+ "baseSpecies": "Lilligant",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Grass", "Fighting"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "basculin": {
|
|
|
+ "num": 550,
|
|
|
+ "name": "Basculin",
|
|
|
+ "baseForme": "Red-Striped",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Basculin-Blue-Striped", "Basculin-White-Striped"]
|
|
|
+ },
|
|
|
+ "basculinbluestriped": {
|
|
|
+ "num": 550,
|
|
|
+ "name": "Basculin-Blue-Striped",
|
|
|
+ "baseSpecies": "Basculin",
|
|
|
+ "forme": "Blue-Striped",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "basculinwhitestriped": {
|
|
|
+ "num": 550,
|
|
|
+ "name": "Basculin-White-Striped",
|
|
|
+ "baseSpecies": "Basculin",
|
|
|
+ "forme": "White-Striped",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Green",
|
|
|
+ "gen": 8
|
|
|
+ },
|
|
|
+ "sandile": {
|
|
|
+ "num": 551,
|
|
|
+ "name": "Sandile",
|
|
|
+ "types": ["Ground", "Dark"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "krokorok": {
|
|
|
+ "num": 552,
|
|
|
+ "name": "Krokorok",
|
|
|
+ "types": ["Ground", "Dark"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "krookodile": {
|
|
|
+ "num": 553,
|
|
|
+ "name": "Krookodile",
|
|
|
+ "types": ["Ground", "Dark"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "darumaka": {
|
|
|
+ "num": 554,
|
|
|
+ "name": "Darumaka",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Darumaka-Galar"]
|
|
|
+ },
|
|
|
+ "darumakagalar": {
|
|
|
+ "num": 554,
|
|
|
+ "name": "Darumaka-Galar",
|
|
|
+ "baseSpecies": "Darumaka",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "darmanitan": {
|
|
|
+ "num": 555,
|
|
|
+ "name": "Darmanitan",
|
|
|
+ "baseForme": "Standard",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Darmanitan-Zen", "Darmanitan-Galar", "Darmanitan-Galar-Zen"]
|
|
|
+ },
|
|
|
+ "darmanitanzen": {
|
|
|
+ "num": 555,
|
|
|
+ "name": "Darmanitan-Zen",
|
|
|
+ "baseSpecies": "Darmanitan",
|
|
|
+ "forme": "Zen",
|
|
|
+ "types": ["Fire", "Psychic"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "darmanitangalar": {
|
|
|
+ "num": 555,
|
|
|
+ "name": "Darmanitan-Galar",
|
|
|
+ "baseSpecies": "Darmanitan",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "darmanitangalarzen": {
|
|
|
+ "num": 555,
|
|
|
+ "name": "Darmanitan-Galar-Zen",
|
|
|
+ "baseSpecies": "Darmanitan",
|
|
|
+ "forme": "Galar-Zen",
|
|
|
+ "types": ["Ice", "Fire"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "maractus": { "num": 556, "name": "Maractus", "types": ["Grass"], "color": "Green" },
|
|
|
+ "dwebble": { "num": 557, "name": "Dwebble", "types": ["Bug", "Rock"], "color": "Red" },
|
|
|
+ "crustle": { "num": 558, "name": "Crustle", "types": ["Bug", "Rock"], "color": "Red" },
|
|
|
+ "scraggy": {
|
|
|
+ "num": 559,
|
|
|
+ "name": "Scraggy",
|
|
|
+ "types": ["Dark", "Fighting"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "scrafty": {
|
|
|
+ "num": 560,
|
|
|
+ "name": "Scrafty",
|
|
|
+ "types": ["Dark", "Fighting"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "sigilyph": {
|
|
|
+ "num": 561,
|
|
|
+ "name": "Sigilyph",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "yamask": {
|
|
|
+ "num": 562,
|
|
|
+ "name": "Yamask",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Black",
|
|
|
+ "otherFormes": ["Yamask-Galar"]
|
|
|
+ },
|
|
|
+ "yamaskgalar": {
|
|
|
+ "num": 562,
|
|
|
+ "name": "Yamask-Galar",
|
|
|
+ "baseSpecies": "Yamask",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Ground", "Ghost"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "cofagrigus": {
|
|
|
+ "num": 563,
|
|
|
+ "name": "Cofagrigus",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "tirtouga": {
|
|
|
+ "num": 564,
|
|
|
+ "name": "Tirtouga",
|
|
|
+ "types": ["Water", "Rock"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "carracosta": {
|
|
|
+ "num": 565,
|
|
|
+ "name": "Carracosta",
|
|
|
+ "types": ["Water", "Rock"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "archen": {
|
|
|
+ "num": 566,
|
|
|
+ "name": "Archen",
|
|
|
+ "types": ["Rock", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "archeops": {
|
|
|
+ "num": 567,
|
|
|
+ "name": "Archeops",
|
|
|
+ "types": ["Rock", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "trubbish": { "num": 568, "name": "Trubbish", "types": ["Poison"], "color": "Green" },
|
|
|
+ "garbodor": { "num": 569, "name": "Garbodor", "types": ["Poison"], "color": "Green" },
|
|
|
+ "garbodorgmax": {
|
|
|
+ "num": 569,
|
|
|
+ "name": "Garbodor-Gmax",
|
|
|
+ "baseSpecies": "Garbodor",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Poison"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "zorua": {
|
|
|
+ "num": 570,
|
|
|
+ "name": "Zorua",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Zorua-Hisui"]
|
|
|
+ },
|
|
|
+ "zoruahisui": {
|
|
|
+ "num": 570,
|
|
|
+ "name": "Zorua-Hisui",
|
|
|
+ "baseSpecies": "Zorua",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Normal", "Ghost"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "zoroark": {
|
|
|
+ "num": 571,
|
|
|
+ "name": "Zoroark",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Zoroark-Hisui"]
|
|
|
+ },
|
|
|
+ "zoroarkhisui": {
|
|
|
+ "num": 571,
|
|
|
+ "name": "Zoroark-Hisui",
|
|
|
+ "baseSpecies": "Zoroark",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Normal", "Ghost"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "minccino": { "num": 572, "name": "Minccino", "types": ["Normal"], "color": "Gray" },
|
|
|
+ "cinccino": { "num": 573, "name": "Cinccino", "types": ["Normal"], "color": "Gray" },
|
|
|
+ "gothita": { "num": 574, "name": "Gothita", "types": ["Psychic"], "color": "Purple" },
|
|
|
+ "gothorita": {
|
|
|
+ "num": 575,
|
|
|
+ "name": "Gothorita",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "gothitelle": {
|
|
|
+ "num": 576,
|
|
|
+ "name": "Gothitelle",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "solosis": { "num": 577, "name": "Solosis", "types": ["Psychic"], "color": "Green" },
|
|
|
+ "duosion": { "num": 578, "name": "Duosion", "types": ["Psychic"], "color": "Green" },
|
|
|
+ "reuniclus": {
|
|
|
+ "num": 579,
|
|
|
+ "name": "Reuniclus",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "ducklett": {
|
|
|
+ "num": 580,
|
|
|
+ "name": "Ducklett",
|
|
|
+ "types": ["Water", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "swanna": {
|
|
|
+ "num": 581,
|
|
|
+ "name": "Swanna",
|
|
|
+ "types": ["Water", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "vanillite": { "num": 582, "name": "Vanillite", "types": ["Ice"], "color": "White" },
|
|
|
+ "vanillish": { "num": 583, "name": "Vanillish", "types": ["Ice"], "color": "White" },
|
|
|
+ "vanilluxe": { "num": 584, "name": "Vanilluxe", "types": ["Ice"], "color": "White" },
|
|
|
+ "deerling": {
|
|
|
+ "num": 585,
|
|
|
+ "name": "Deerling",
|
|
|
+ "baseForme": "Spring",
|
|
|
+ "types": ["Normal", "Grass"],
|
|
|
+ "color": "Pink",
|
|
|
+ "cosmeticFormes": ["Deerling-Summer", "Deerling-Autumn", "Deerling-Winter"]
|
|
|
+ },
|
|
|
+ "sawsbuck": {
|
|
|
+ "num": 586,
|
|
|
+ "name": "Sawsbuck",
|
|
|
+ "baseForme": "Spring",
|
|
|
+ "types": ["Normal", "Grass"],
|
|
|
+ "color": "Brown",
|
|
|
+ "cosmeticFormes": ["Sawsbuck-Summer", "Sawsbuck-Autumn", "Sawsbuck-Winter"]
|
|
|
+ },
|
|
|
+ "emolga": {
|
|
|
+ "num": 587,
|
|
|
+ "name": "Emolga",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "karrablast": { "num": 588, "name": "Karrablast", "types": ["Bug"], "color": "Blue" },
|
|
|
+ "escavalier": {
|
|
|
+ "num": 589,
|
|
|
+ "name": "Escavalier",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "foongus": {
|
|
|
+ "num": 590,
|
|
|
+ "name": "Foongus",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "amoonguss": {
|
|
|
+ "num": 591,
|
|
|
+ "name": "Amoonguss",
|
|
|
+ "types": ["Grass", "Poison"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "frillish": {
|
|
|
+ "num": 592,
|
|
|
+ "name": "Frillish",
|
|
|
+ "types": ["Water", "Ghost"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "jellicent": {
|
|
|
+ "num": 593,
|
|
|
+ "name": "Jellicent",
|
|
|
+ "types": ["Water", "Ghost"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "alomomola": { "num": 594, "name": "Alomomola", "types": ["Water"], "color": "Pink" },
|
|
|
+ "joltik": {
|
|
|
+ "num": 595,
|
|
|
+ "name": "Joltik",
|
|
|
+ "types": ["Bug", "Electric"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "galvantula": {
|
|
|
+ "num": 596,
|
|
|
+ "name": "Galvantula",
|
|
|
+ "types": ["Bug", "Electric"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "ferroseed": {
|
|
|
+ "num": 597,
|
|
|
+ "name": "Ferroseed",
|
|
|
+ "types": ["Grass", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "ferrothorn": {
|
|
|
+ "num": 598,
|
|
|
+ "name": "Ferrothorn",
|
|
|
+ "types": ["Grass", "Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "klink": { "num": 599, "name": "Klink", "types": ["Steel"], "color": "Gray" },
|
|
|
+ "klang": { "num": 600, "name": "Klang", "types": ["Steel"], "color": "Gray" },
|
|
|
+ "klinklang": { "num": 601, "name": "Klinklang", "types": ["Steel"], "color": "Gray" },
|
|
|
+ "tynamo": { "num": 602, "name": "Tynamo", "types": ["Electric"], "color": "White" },
|
|
|
+ "eelektrik": {
|
|
|
+ "num": 603,
|
|
|
+ "name": "Eelektrik",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "eelektross": {
|
|
|
+ "num": 604,
|
|
|
+ "name": "Eelektross",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "elgyem": { "num": 605, "name": "Elgyem", "types": ["Psychic"], "color": "Blue" },
|
|
|
+ "beheeyem": { "num": 606, "name": "Beheeyem", "types": ["Psychic"], "color": "Brown" },
|
|
|
+ "litwick": {
|
|
|
+ "num": 607,
|
|
|
+ "name": "Litwick",
|
|
|
+ "types": ["Ghost", "Fire"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "lampent": {
|
|
|
+ "num": 608,
|
|
|
+ "name": "Lampent",
|
|
|
+ "types": ["Ghost", "Fire"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "chandelure": {
|
|
|
+ "num": 609,
|
|
|
+ "name": "Chandelure",
|
|
|
+ "types": ["Ghost", "Fire"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "axew": { "num": 610, "name": "Axew", "types": ["Dragon"], "color": "Green" },
|
|
|
+ "fraxure": { "num": 611, "name": "Fraxure", "types": ["Dragon"], "color": "Green" },
|
|
|
+ "haxorus": { "num": 612, "name": "Haxorus", "types": ["Dragon"], "color": "Yellow" },
|
|
|
+ "cubchoo": { "num": 613, "name": "Cubchoo", "types": ["Ice"], "color": "White" },
|
|
|
+ "beartic": { "num": 614, "name": "Beartic", "types": ["Ice"], "color": "White" },
|
|
|
+ "cryogonal": { "num": 615, "name": "Cryogonal", "types": ["Ice"], "color": "Blue" },
|
|
|
+ "shelmet": { "num": 616, "name": "Shelmet", "types": ["Bug"], "color": "Red" },
|
|
|
+ "accelgor": { "num": 617, "name": "Accelgor", "types": ["Bug"], "color": "Red" },
|
|
|
+ "stunfisk": {
|
|
|
+ "num": 618,
|
|
|
+ "name": "Stunfisk",
|
|
|
+ "types": ["Ground", "Electric"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Stunfisk-Galar"]
|
|
|
+ },
|
|
|
+ "stunfiskgalar": {
|
|
|
+ "num": 618,
|
|
|
+ "name": "Stunfisk-Galar",
|
|
|
+ "baseSpecies": "Stunfisk",
|
|
|
+ "forme": "Galar",
|
|
|
+ "types": ["Ground", "Steel"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "mienfoo": { "num": 619, "name": "Mienfoo", "types": ["Fighting"], "color": "Yellow" },
|
|
|
+ "mienshao": {
|
|
|
+ "num": 620,
|
|
|
+ "name": "Mienshao",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "druddigon": { "num": 621, "name": "Druddigon", "types": ["Dragon"], "color": "Red" },
|
|
|
+ "golett": {
|
|
|
+ "num": 622,
|
|
|
+ "name": "Golett",
|
|
|
+ "types": ["Ground", "Ghost"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "golurk": {
|
|
|
+ "num": 623,
|
|
|
+ "name": "Golurk",
|
|
|
+ "types": ["Ground", "Ghost"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "pawniard": {
|
|
|
+ "num": 624,
|
|
|
+ "name": "Pawniard",
|
|
|
+ "types": ["Dark", "Steel"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "bisharp": {
|
|
|
+ "num": 625,
|
|
|
+ "name": "Bisharp",
|
|
|
+ "types": ["Dark", "Steel"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "bouffalant": {
|
|
|
+ "num": 626,
|
|
|
+ "name": "Bouffalant",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "rufflet": {
|
|
|
+ "num": 627,
|
|
|
+ "name": "Rufflet",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "braviary": {
|
|
|
+ "num": 628,
|
|
|
+ "name": "Braviary",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Braviary-Hisui"]
|
|
|
+ },
|
|
|
+ "braviaryhisui": {
|
|
|
+ "num": 628,
|
|
|
+ "name": "Braviary-Hisui",
|
|
|
+ "baseSpecies": "Braviary",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "vullaby": {
|
|
|
+ "num": 629,
|
|
|
+ "name": "Vullaby",
|
|
|
+ "types": ["Dark", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "mandibuzz": {
|
|
|
+ "num": 630,
|
|
|
+ "name": "Mandibuzz",
|
|
|
+ "types": ["Dark", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "heatmor": { "num": 631, "name": "Heatmor", "types": ["Fire"], "color": "Red" },
|
|
|
+ "durant": { "num": 632, "name": "Durant", "types": ["Bug", "Steel"], "color": "Gray" },
|
|
|
+ "deino": { "num": 633, "name": "Deino", "types": ["Dark", "Dragon"], "color": "Blue" },
|
|
|
+ "zweilous": {
|
|
|
+ "num": 634,
|
|
|
+ "name": "Zweilous",
|
|
|
+ "types": ["Dark", "Dragon"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "hydreigon": {
|
|
|
+ "num": 635,
|
|
|
+ "name": "Hydreigon",
|
|
|
+ "types": ["Dark", "Dragon"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "larvesta": {
|
|
|
+ "num": 636,
|
|
|
+ "name": "Larvesta",
|
|
|
+ "types": ["Bug", "Fire"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "volcarona": {
|
|
|
+ "num": 637,
|
|
|
+ "name": "Volcarona",
|
|
|
+ "types": ["Bug", "Fire"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "cobalion": {
|
|
|
+ "num": 638,
|
|
|
+ "name": "Cobalion",
|
|
|
+ "types": ["Steel", "Fighting"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "terrakion": {
|
|
|
+ "num": 639,
|
|
|
+ "name": "Terrakion",
|
|
|
+ "types": ["Rock", "Fighting"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "virizion": {
|
|
|
+ "num": 640,
|
|
|
+ "name": "Virizion",
|
|
|
+ "types": ["Grass", "Fighting"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "tornadus": {
|
|
|
+ "num": 641,
|
|
|
+ "name": "Tornadus",
|
|
|
+ "baseForme": "Incarnate",
|
|
|
+ "types": ["Flying"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Tornadus-Therian"]
|
|
|
+ },
|
|
|
+ "tornadustherian": {
|
|
|
+ "num": 641,
|
|
|
+ "name": "Tornadus-Therian",
|
|
|
+ "baseSpecies": "Tornadus",
|
|
|
+ "forme": "Therian",
|
|
|
+ "types": ["Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "thundurus": {
|
|
|
+ "num": 642,
|
|
|
+ "name": "Thundurus",
|
|
|
+ "baseForme": "Incarnate",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Thundurus-Therian"]
|
|
|
+ },
|
|
|
+ "thundurustherian": {
|
|
|
+ "num": 642,
|
|
|
+ "name": "Thundurus-Therian",
|
|
|
+ "baseSpecies": "Thundurus",
|
|
|
+ "forme": "Therian",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "reshiram": {
|
|
|
+ "num": 643,
|
|
|
+ "name": "Reshiram",
|
|
|
+ "types": ["Dragon", "Fire"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "zekrom": {
|
|
|
+ "num": 644,
|
|
|
+ "name": "Zekrom",
|
|
|
+ "types": ["Dragon", "Electric"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "landorus": {
|
|
|
+ "num": 645,
|
|
|
+ "name": "Landorus",
|
|
|
+ "baseForme": "Incarnate",
|
|
|
+ "types": ["Ground", "Flying"],
|
|
|
+ "color": "Brown",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Landorus-Therian"]
|
|
|
+ },
|
|
|
+ "landorustherian": {
|
|
|
+ "num": 645,
|
|
|
+ "name": "Landorus-Therian",
|
|
|
+ "baseSpecies": "Landorus",
|
|
|
+ "forme": "Therian",
|
|
|
+ "types": ["Ground", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "kyurem": {
|
|
|
+ "num": 646,
|
|
|
+ "name": "Kyurem",
|
|
|
+ "types": ["Dragon", "Ice"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Kyurem-Black", "Kyurem-White"]
|
|
|
+ },
|
|
|
+ "kyuremblack": {
|
|
|
+ "num": 646,
|
|
|
+ "name": "Kyurem-Black",
|
|
|
+ "baseSpecies": "Kyurem",
|
|
|
+ "forme": "Black",
|
|
|
+ "types": ["Dragon", "Ice"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "kyuremwhite": {
|
|
|
+ "num": 646,
|
|
|
+ "name": "Kyurem-White",
|
|
|
+ "baseSpecies": "Kyurem",
|
|
|
+ "forme": "White",
|
|
|
+ "types": ["Dragon", "Ice"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "keldeo": {
|
|
|
+ "num": 647,
|
|
|
+ "name": "Keldeo",
|
|
|
+ "baseForme": "Ordinary",
|
|
|
+ "types": ["Water", "Fighting"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Keldeo-Resolute"]
|
|
|
+ },
|
|
|
+ "keldeoresolute": {
|
|
|
+ "num": 647,
|
|
|
+ "name": "Keldeo-Resolute",
|
|
|
+ "baseSpecies": "Keldeo",
|
|
|
+ "forme": "Resolute",
|
|
|
+ "types": ["Water", "Fighting"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "requiredMove": "Secret Sword"
|
|
|
+ },
|
|
|
+ "meloetta": {
|
|
|
+ "num": 648,
|
|
|
+ "name": "Meloetta",
|
|
|
+ "baseForme": "Aria",
|
|
|
+ "types": ["Normal", "Psychic"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Meloetta-Pirouette"]
|
|
|
+ },
|
|
|
+ "meloettapirouette": {
|
|
|
+ "num": 648,
|
|
|
+ "name": "Meloetta-Pirouette",
|
|
|
+ "baseSpecies": "Meloetta",
|
|
|
+ "forme": "Pirouette",
|
|
|
+ "types": ["Normal", "Fighting"],
|
|
|
+ "color": "White",
|
|
|
+ "requiredMove": "Relic Song"
|
|
|
+ },
|
|
|
+ "genesect": {
|
|
|
+ "num": 649,
|
|
|
+ "name": "Genesect",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Genesect-Douse", "Genesect-Shock", "Genesect-Burn", "Genesect-Chill"]
|
|
|
+ },
|
|
|
+ "genesectdouse": {
|
|
|
+ "num": 649,
|
|
|
+ "name": "Genesect-Douse",
|
|
|
+ "baseSpecies": "Genesect",
|
|
|
+ "forme": "Douse",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Douse Drive"
|
|
|
+ },
|
|
|
+ "genesectshock": {
|
|
|
+ "num": 649,
|
|
|
+ "name": "Genesect-Shock",
|
|
|
+ "baseSpecies": "Genesect",
|
|
|
+ "forme": "Shock",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Shock Drive"
|
|
|
+ },
|
|
|
+ "genesectburn": {
|
|
|
+ "num": 649,
|
|
|
+ "name": "Genesect-Burn",
|
|
|
+ "baseSpecies": "Genesect",
|
|
|
+ "forme": "Burn",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Burn Drive"
|
|
|
+ },
|
|
|
+ "genesectchill": {
|
|
|
+ "num": 649,
|
|
|
+ "name": "Genesect-Chill",
|
|
|
+ "baseSpecies": "Genesect",
|
|
|
+ "forme": "Chill",
|
|
|
+ "types": ["Bug", "Steel"],
|
|
|
+ "color": "Purple",
|
|
|
+ "requiredItem": "Chill Drive"
|
|
|
+ },
|
|
|
+ "chespin": { "num": 650, "name": "Chespin", "types": ["Grass"], "color": "Green" },
|
|
|
+ "quilladin": { "num": 651, "name": "Quilladin", "types": ["Grass"], "color": "Green" },
|
|
|
+ "chesnaught": {
|
|
|
+ "num": 652,
|
|
|
+ "name": "Chesnaught",
|
|
|
+ "types": ["Grass", "Fighting"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "fennekin": { "num": 653, "name": "Fennekin", "types": ["Fire"], "color": "Red" },
|
|
|
+ "braixen": { "num": 654, "name": "Braixen", "types": ["Fire"], "color": "Red" },
|
|
|
+ "delphox": {
|
|
|
+ "num": 655,
|
|
|
+ "name": "Delphox",
|
|
|
+ "types": ["Fire", "Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "froakie": { "num": 656, "name": "Froakie", "types": ["Water"], "color": "Blue" },
|
|
|
+ "frogadier": { "num": 657, "name": "Frogadier", "types": ["Water"], "color": "Blue" },
|
|
|
+ "greninja": {
|
|
|
+ "num": 658,
|
|
|
+ "name": "Greninja",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Greninja-Ash"]
|
|
|
+ },
|
|
|
+ "greninjaash": {
|
|
|
+ "num": 658,
|
|
|
+ "name": "Greninja-Ash",
|
|
|
+ "baseSpecies": "Greninja",
|
|
|
+ "forme": "Ash",
|
|
|
+ "types": ["Water", "Dark"],
|
|
|
+ "color": "Blue",
|
|
|
+ "gen": 7
|
|
|
+ },
|
|
|
+ "bunnelby": { "num": 659, "name": "Bunnelby", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "diggersby": {
|
|
|
+ "num": 660,
|
|
|
+ "name": "Diggersby",
|
|
|
+ "types": ["Normal", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "fletchling": {
|
|
|
+ "num": 661,
|
|
|
+ "name": "Fletchling",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "fletchinder": {
|
|
|
+ "num": 662,
|
|
|
+ "name": "Fletchinder",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "talonflame": {
|
|
|
+ "num": 663,
|
|
|
+ "name": "Talonflame",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "scatterbug": { "num": 664, "name": "Scatterbug", "types": ["Bug"], "color": "Black" },
|
|
|
+ "spewpa": { "num": 665, "name": "Spewpa", "types": ["Bug"], "color": "Black" },
|
|
|
+ "vivillon": {
|
|
|
+ "num": 666,
|
|
|
+ "name": "Vivillon",
|
|
|
+ "baseForme": "Meadow",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Vivillon-Fancy", "Vivillon-Pokeball"],
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Vivillon-Archipelago",
|
|
|
+ "Vivillon-Continental",
|
|
|
+ "Vivillon-Elegant",
|
|
|
+ "Vivillon-Garden",
|
|
|
+ "Vivillon-High Plains",
|
|
|
+ "Vivillon-Icy Snow",
|
|
|
+ "Vivillon-Jungle",
|
|
|
+ "Vivillon-Marine",
|
|
|
+ "Vivillon-Modern",
|
|
|
+ "Vivillon-Monsoon",
|
|
|
+ "Vivillon-Ocean",
|
|
|
+ "Vivillon-Polar",
|
|
|
+ "Vivillon-River",
|
|
|
+ "Vivillon-Sandstorm",
|
|
|
+ "Vivillon-Savanna",
|
|
|
+ "Vivillon-Sun",
|
|
|
+ "Vivillon-Tundra"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "vivillonfancy": {
|
|
|
+ "num": 666,
|
|
|
+ "name": "Vivillon-Fancy",
|
|
|
+ "baseSpecies": "Vivillon",
|
|
|
+ "forme": "Fancy",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "vivillonpokeball": {
|
|
|
+ "num": 666,
|
|
|
+ "name": "Vivillon-Pokeball",
|
|
|
+ "baseSpecies": "Vivillon",
|
|
|
+ "forme": "Pokeball",
|
|
|
+ "types": ["Bug", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "litleo": {
|
|
|
+ "num": 667,
|
|
|
+ "name": "Litleo",
|
|
|
+ "types": ["Fire", "Normal"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "pyroar": {
|
|
|
+ "num": 668,
|
|
|
+ "name": "Pyroar",
|
|
|
+ "types": ["Fire", "Normal"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "flabebe": {
|
|
|
+ "num": 669,
|
|
|
+ "name": "Flabébé",
|
|
|
+ "baseForme": "Red",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Flabébé-Blue",
|
|
|
+ "Flabébé-Orange",
|
|
|
+ "Flabébé-White",
|
|
|
+ "Flabébé-Yellow"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "floette": {
|
|
|
+ "num": 670,
|
|
|
+ "name": "Floette",
|
|
|
+ "baseForme": "Red",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Floette-Eternal"],
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Floette-Blue",
|
|
|
+ "Floette-Orange",
|
|
|
+ "Floette-White",
|
|
|
+ "Floette-Yellow"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "floetteeternal": {
|
|
|
+ "num": 670,
|
|
|
+ "name": "Floette-Eternal",
|
|
|
+ "baseSpecies": "Floette",
|
|
|
+ "forme": "Eternal",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "florges": {
|
|
|
+ "num": 671,
|
|
|
+ "name": "Florges",
|
|
|
+ "baseForme": "Red",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Florges-Blue",
|
|
|
+ "Florges-Orange",
|
|
|
+ "Florges-White",
|
|
|
+ "Florges-Yellow"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "skiddo": { "num": 672, "name": "Skiddo", "types": ["Grass"], "color": "Brown" },
|
|
|
+ "gogoat": { "num": 673, "name": "Gogoat", "types": ["Grass"], "color": "Brown" },
|
|
|
+ "pancham": { "num": 674, "name": "Pancham", "types": ["Fighting"], "color": "White" },
|
|
|
+ "pangoro": {
|
|
|
+ "num": 675,
|
|
|
+ "name": "Pangoro",
|
|
|
+ "types": ["Fighting", "Dark"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "furfrou": {
|
|
|
+ "num": 676,
|
|
|
+ "name": "Furfrou",
|
|
|
+ "baseForme": "Natural",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "White",
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Furfrou-Dandy",
|
|
|
+ "Furfrou-Debutante",
|
|
|
+ "Furfrou-Diamond",
|
|
|
+ "Furfrou-Heart",
|
|
|
+ "Furfrou-Kabuki",
|
|
|
+ "Furfrou-La Reine",
|
|
|
+ "Furfrou-Matron",
|
|
|
+ "Furfrou-Pharaoh",
|
|
|
+ "Furfrou-Star"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "espurr": { "num": 677, "name": "Espurr", "types": ["Psychic"], "color": "Gray" },
|
|
|
+ "meowstic": {
|
|
|
+ "num": 678,
|
|
|
+ "name": "Meowstic",
|
|
|
+ "baseForme": "M",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Meowstic-F"]
|
|
|
+ },
|
|
|
+ "meowsticf": {
|
|
|
+ "num": 678,
|
|
|
+ "name": "Meowstic-F",
|
|
|
+ "baseSpecies": "Meowstic",
|
|
|
+ "forme": "F",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "honedge": {
|
|
|
+ "num": 679,
|
|
|
+ "name": "Honedge",
|
|
|
+ "types": ["Steel", "Ghost"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "doublade": {
|
|
|
+ "num": 680,
|
|
|
+ "name": "Doublade",
|
|
|
+ "types": ["Steel", "Ghost"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "aegislash": {
|
|
|
+ "num": 681,
|
|
|
+ "name": "Aegislash",
|
|
|
+ "baseForme": "Shield",
|
|
|
+ "types": ["Steel", "Ghost"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Aegislash-Blade"]
|
|
|
+ },
|
|
|
+ "aegislashblade": {
|
|
|
+ "num": 681,
|
|
|
+ "name": "Aegislash-Blade",
|
|
|
+ "baseSpecies": "Aegislash",
|
|
|
+ "forme": "Blade",
|
|
|
+ "types": ["Steel", "Ghost"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "spritzee": { "num": 682, "name": "Spritzee", "types": ["Fairy"], "color": "Pink" },
|
|
|
+ "aromatisse": { "num": 683, "name": "Aromatisse", "types": ["Fairy"], "color": "Pink" },
|
|
|
+ "swirlix": { "num": 684, "name": "Swirlix", "types": ["Fairy"], "color": "White" },
|
|
|
+ "slurpuff": { "num": 685, "name": "Slurpuff", "types": ["Fairy"], "color": "White" },
|
|
|
+ "inkay": { "num": 686, "name": "Inkay", "types": ["Dark", "Psychic"], "color": "Blue" },
|
|
|
+ "malamar": {
|
|
|
+ "num": 687,
|
|
|
+ "name": "Malamar",
|
|
|
+ "types": ["Dark", "Psychic"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "binacle": {
|
|
|
+ "num": 688,
|
|
|
+ "name": "Binacle",
|
|
|
+ "types": ["Rock", "Water"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "barbaracle": {
|
|
|
+ "num": 689,
|
|
|
+ "name": "Barbaracle",
|
|
|
+ "types": ["Rock", "Water"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "skrelp": {
|
|
|
+ "num": 690,
|
|
|
+ "name": "Skrelp",
|
|
|
+ "types": ["Poison", "Water"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "dragalge": {
|
|
|
+ "num": 691,
|
|
|
+ "name": "Dragalge",
|
|
|
+ "types": ["Poison", "Dragon"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "clauncher": { "num": 692, "name": "Clauncher", "types": ["Water"], "color": "Blue" },
|
|
|
+ "clawitzer": { "num": 693, "name": "Clawitzer", "types": ["Water"], "color": "Blue" },
|
|
|
+ "helioptile": {
|
|
|
+ "num": 694,
|
|
|
+ "name": "Helioptile",
|
|
|
+ "types": ["Electric", "Normal"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "heliolisk": {
|
|
|
+ "num": 695,
|
|
|
+ "name": "Heliolisk",
|
|
|
+ "types": ["Electric", "Normal"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "tyrunt": {
|
|
|
+ "num": 696,
|
|
|
+ "name": "Tyrunt",
|
|
|
+ "types": ["Rock", "Dragon"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "tyrantrum": {
|
|
|
+ "num": 697,
|
|
|
+ "name": "Tyrantrum",
|
|
|
+ "types": ["Rock", "Dragon"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "amaura": { "num": 698, "name": "Amaura", "types": ["Rock", "Ice"], "color": "Blue" },
|
|
|
+ "aurorus": { "num": 699, "name": "Aurorus", "types": ["Rock", "Ice"], "color": "Blue" },
|
|
|
+ "sylveon": { "num": 700, "name": "Sylveon", "types": ["Fairy"], "color": "Pink" },
|
|
|
+ "hawlucha": {
|
|
|
+ "num": 701,
|
|
|
+ "name": "Hawlucha",
|
|
|
+ "types": ["Fighting", "Flying"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "dedenne": {
|
|
|
+ "num": 702,
|
|
|
+ "name": "Dedenne",
|
|
|
+ "types": ["Electric", "Fairy"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "carbink": {
|
|
|
+ "num": 703,
|
|
|
+ "name": "Carbink",
|
|
|
+ "types": ["Rock", "Fairy"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "goomy": { "num": 704, "name": "Goomy", "types": ["Dragon"], "color": "Purple" },
|
|
|
+ "sliggoo": {
|
|
|
+ "num": 705,
|
|
|
+ "name": "Sliggoo",
|
|
|
+ "types": ["Dragon"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Sliggoo-Hisui"]
|
|
|
+ },
|
|
|
+ "sliggoohisui": {
|
|
|
+ "num": 705,
|
|
|
+ "name": "Sliggoo-Hisui",
|
|
|
+ "baseSpecies": "Sliggoo",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Steel", "Dragon"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "goodra": {
|
|
|
+ "num": 706,
|
|
|
+ "name": "Goodra",
|
|
|
+ "types": ["Dragon"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Goodra-Hisui"]
|
|
|
+ },
|
|
|
+ "goodrahisui": {
|
|
|
+ "num": 706,
|
|
|
+ "name": "Goodra-Hisui",
|
|
|
+ "baseSpecies": "Goodra",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Steel", "Dragon"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "klefki": {
|
|
|
+ "num": 707,
|
|
|
+ "name": "Klefki",
|
|
|
+ "types": ["Steel", "Fairy"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "phantump": {
|
|
|
+ "num": 708,
|
|
|
+ "name": "Phantump",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "trevenant": {
|
|
|
+ "num": 709,
|
|
|
+ "name": "Trevenant",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "pumpkaboo": {
|
|
|
+ "num": 710,
|
|
|
+ "name": "Pumpkaboo",
|
|
|
+ "baseForme": "Average",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Pumpkaboo-Small", "Pumpkaboo-Large", "Pumpkaboo-Super"]
|
|
|
+ },
|
|
|
+ "pumpkaboosmall": {
|
|
|
+ "num": 710,
|
|
|
+ "name": "Pumpkaboo-Small",
|
|
|
+ "baseSpecies": "Pumpkaboo",
|
|
|
+ "forme": "Small",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "pumpkaboolarge": {
|
|
|
+ "num": 710,
|
|
|
+ "name": "Pumpkaboo-Large",
|
|
|
+ "baseSpecies": "Pumpkaboo",
|
|
|
+ "forme": "Large",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "pumpkaboosuper": {
|
|
|
+ "num": 710,
|
|
|
+ "name": "Pumpkaboo-Super",
|
|
|
+ "baseSpecies": "Pumpkaboo",
|
|
|
+ "forme": "Super",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "gourgeist": {
|
|
|
+ "num": 711,
|
|
|
+ "name": "Gourgeist",
|
|
|
+ "baseForme": "Average",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Gourgeist-Small", "Gourgeist-Large", "Gourgeist-Super"]
|
|
|
+ },
|
|
|
+ "gourgeistsmall": {
|
|
|
+ "num": 711,
|
|
|
+ "name": "Gourgeist-Small",
|
|
|
+ "baseSpecies": "Gourgeist",
|
|
|
+ "forme": "Small",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "gourgeistlarge": {
|
|
|
+ "num": 711,
|
|
|
+ "name": "Gourgeist-Large",
|
|
|
+ "baseSpecies": "Gourgeist",
|
|
|
+ "forme": "Large",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "gourgeistsuper": {
|
|
|
+ "num": 711,
|
|
|
+ "name": "Gourgeist-Super",
|
|
|
+ "baseSpecies": "Gourgeist",
|
|
|
+ "forme": "Super",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "bergmite": { "num": 712, "name": "Bergmite", "types": ["Ice"], "color": "Blue" },
|
|
|
+ "avalugg": {
|
|
|
+ "num": 713,
|
|
|
+ "name": "Avalugg",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Avalugg-Hisui"]
|
|
|
+ },
|
|
|
+ "avalugghisui": {
|
|
|
+ "num": 713,
|
|
|
+ "name": "Avalugg-Hisui",
|
|
|
+ "baseSpecies": "Avalugg",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Ice", "Rock"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "noibat": {
|
|
|
+ "num": 714,
|
|
|
+ "name": "Noibat",
|
|
|
+ "types": ["Flying", "Dragon"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "noivern": {
|
|
|
+ "num": 715,
|
|
|
+ "name": "Noivern",
|
|
|
+ "types": ["Flying", "Dragon"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "xerneas": {
|
|
|
+ "num": 716,
|
|
|
+ "name": "Xerneas",
|
|
|
+ "baseForme": "Active",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Xerneas-Neutral"]
|
|
|
+ },
|
|
|
+ "yveltal": {
|
|
|
+ "num": 717,
|
|
|
+ "name": "Yveltal",
|
|
|
+ "types": ["Dark", "Flying"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "zygarde": {
|
|
|
+ "num": 718,
|
|
|
+ "name": "Zygarde",
|
|
|
+ "baseForme": "50%",
|
|
|
+ "types": ["Dragon", "Ground"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Zygarde-10%", "Zygarde-Complete"]
|
|
|
+ },
|
|
|
+ "zygarde10": {
|
|
|
+ "num": 718,
|
|
|
+ "name": "Zygarde-10%",
|
|
|
+ "baseSpecies": "Zygarde",
|
|
|
+ "forme": "10%",
|
|
|
+ "types": ["Dragon", "Ground"],
|
|
|
+ "color": "Black",
|
|
|
+ "gen": 7
|
|
|
+ },
|
|
|
+ "zygardecomplete": {
|
|
|
+ "num": 718,
|
|
|
+ "name": "Zygarde-Complete",
|
|
|
+ "baseSpecies": "Zygarde",
|
|
|
+ "forme": "Complete",
|
|
|
+ "types": ["Dragon", "Ground"],
|
|
|
+ "color": "Black",
|
|
|
+ "gen": 7
|
|
|
+ },
|
|
|
+ "diancie": {
|
|
|
+ "num": 719,
|
|
|
+ "name": "Diancie",
|
|
|
+ "types": ["Rock", "Fairy"],
|
|
|
+ "color": "Pink",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Diancie-Mega"]
|
|
|
+ },
|
|
|
+ "dianciemega": {
|
|
|
+ "num": 719,
|
|
|
+ "name": "Diancie-Mega",
|
|
|
+ "baseSpecies": "Diancie",
|
|
|
+ "forme": "Mega",
|
|
|
+ "types": ["Rock", "Fairy"],
|
|
|
+ "color": "Pink",
|
|
|
+ "requiredItem": "Diancite"
|
|
|
+ },
|
|
|
+ "hoopa": {
|
|
|
+ "num": 720,
|
|
|
+ "name": "Hoopa",
|
|
|
+ "baseForme": "Confined",
|
|
|
+ "types": ["Psychic", "Ghost"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Hoopa-Unbound"]
|
|
|
+ },
|
|
|
+ "hoopaunbound": {
|
|
|
+ "num": 720,
|
|
|
+ "name": "Hoopa-Unbound",
|
|
|
+ "baseSpecies": "Hoopa",
|
|
|
+ "forme": "Unbound",
|
|
|
+ "types": ["Psychic", "Dark"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "volcanion": {
|
|
|
+ "num": 721,
|
|
|
+ "name": "Volcanion",
|
|
|
+ "types": ["Fire", "Water"],
|
|
|
+ "color": "Brown",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "rowlet": {
|
|
|
+ "num": 722,
|
|
|
+ "name": "Rowlet",
|
|
|
+ "types": ["Grass", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "dartrix": {
|
|
|
+ "num": 723,
|
|
|
+ "name": "Dartrix",
|
|
|
+ "types": ["Grass", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "decidueye": {
|
|
|
+ "num": 724,
|
|
|
+ "name": "Decidueye",
|
|
|
+ "types": ["Grass", "Ghost"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Decidueye-Hisui"]
|
|
|
+ },
|
|
|
+ "decidueyehisui": {
|
|
|
+ "num": 724,
|
|
|
+ "name": "Decidueye-Hisui",
|
|
|
+ "baseSpecies": "Decidueye",
|
|
|
+ "forme": "Hisui",
|
|
|
+ "types": ["Grass", "Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "litten": { "num": 725, "name": "Litten", "types": ["Fire"], "color": "Red" },
|
|
|
+ "torracat": { "num": 726, "name": "Torracat", "types": ["Fire"], "color": "Red" },
|
|
|
+ "incineroar": {
|
|
|
+ "num": 727,
|
|
|
+ "name": "Incineroar",
|
|
|
+ "types": ["Fire", "Dark"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "popplio": { "num": 728, "name": "Popplio", "types": ["Water"], "color": "Blue" },
|
|
|
+ "brionne": { "num": 729, "name": "Brionne", "types": ["Water"], "color": "Blue" },
|
|
|
+ "primarina": {
|
|
|
+ "num": 730,
|
|
|
+ "name": "Primarina",
|
|
|
+ "types": ["Water", "Fairy"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "pikipek": {
|
|
|
+ "num": 731,
|
|
|
+ "name": "Pikipek",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "trumbeak": {
|
|
|
+ "num": 732,
|
|
|
+ "name": "Trumbeak",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "toucannon": {
|
|
|
+ "num": 733,
|
|
|
+ "name": "Toucannon",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "yungoos": { "num": 734, "name": "Yungoos", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "gumshoos": {
|
|
|
+ "num": 735,
|
|
|
+ "name": "Gumshoos",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Gumshoos-Totem"]
|
|
|
+ },
|
|
|
+ "grubbin": { "num": 736, "name": "Grubbin", "types": ["Bug"], "color": "Gray" },
|
|
|
+ "charjabug": {
|
|
|
+ "num": 737,
|
|
|
+ "name": "Charjabug",
|
|
|
+ "types": ["Bug", "Electric"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "vikavolt": {
|
|
|
+ "num": 738,
|
|
|
+ "name": "Vikavolt",
|
|
|
+ "types": ["Bug", "Electric"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Vikavolt-Totem"]
|
|
|
+ },
|
|
|
+ "crabrawler": {
|
|
|
+ "num": 739,
|
|
|
+ "name": "Crabrawler",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "crabominable": {
|
|
|
+ "num": 740,
|
|
|
+ "name": "Crabominable",
|
|
|
+ "types": ["Fighting", "Ice"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "oricorio": {
|
|
|
+ "num": 741,
|
|
|
+ "name": "Oricorio",
|
|
|
+ "baseForme": "Baile",
|
|
|
+ "types": ["Fire", "Flying"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Oricorio-Pom-Pom", "Oricorio-Pa'u", "Oricorio-Sensu"]
|
|
|
+ },
|
|
|
+ "oricoriopompom": {
|
|
|
+ "num": 741,
|
|
|
+ "name": "Oricorio-Pom-Pom",
|
|
|
+ "baseSpecies": "Oricorio",
|
|
|
+ "forme": "Pom-Pom",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "oricoriopau": {
|
|
|
+ "num": 741,
|
|
|
+ "name": "Oricorio-Pa'u",
|
|
|
+ "baseSpecies": "Oricorio",
|
|
|
+ "forme": "Pa'u",
|
|
|
+ "types": ["Psychic", "Flying"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "oricoriosensu": {
|
|
|
+ "num": 741,
|
|
|
+ "name": "Oricorio-Sensu",
|
|
|
+ "baseSpecies": "Oricorio",
|
|
|
+ "forme": "Sensu",
|
|
|
+ "types": ["Ghost", "Flying"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "cutiefly": {
|
|
|
+ "num": 742,
|
|
|
+ "name": "Cutiefly",
|
|
|
+ "types": ["Bug", "Fairy"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "ribombee": {
|
|
|
+ "num": 743,
|
|
|
+ "name": "Ribombee",
|
|
|
+ "types": ["Bug", "Fairy"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Ribombee-Totem"]
|
|
|
+ },
|
|
|
+ "rockruff": {
|
|
|
+ "num": 744,
|
|
|
+ "name": "Rockruff",
|
|
|
+ "baseForme": "Midday",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "lycanroc": {
|
|
|
+ "num": 745,
|
|
|
+ "name": "Lycanroc",
|
|
|
+ "baseForme": "Midday",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Lycanroc-Midnight", "Lycanroc-Dusk"]
|
|
|
+ },
|
|
|
+ "lycanrocmidnight": {
|
|
|
+ "num": 745,
|
|
|
+ "name": "Lycanroc-Midnight",
|
|
|
+ "baseSpecies": "Lycanroc",
|
|
|
+ "forme": "Midnight",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "lycanrocdusk": {
|
|
|
+ "num": 745,
|
|
|
+ "name": "Lycanroc-Dusk",
|
|
|
+ "baseSpecies": "Lycanroc",
|
|
|
+ "forme": "Dusk",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "wishiwashi": {
|
|
|
+ "num": 746,
|
|
|
+ "name": "Wishiwashi",
|
|
|
+ "baseForme": "Solo",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Wishiwashi-School"]
|
|
|
+ },
|
|
|
+ "wishiwashischool": {
|
|
|
+ "num": 746,
|
|
|
+ "name": "Wishiwashi-School",
|
|
|
+ "baseSpecies": "Wishiwashi",
|
|
|
+ "forme": "School",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "mareanie": {
|
|
|
+ "num": 747,
|
|
|
+ "name": "Mareanie",
|
|
|
+ "types": ["Poison", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "toxapex": {
|
|
|
+ "num": 748,
|
|
|
+ "name": "Toxapex",
|
|
|
+ "types": ["Poison", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "mudbray": { "num": 749, "name": "Mudbray", "types": ["Ground"], "color": "Brown" },
|
|
|
+ "mudsdale": { "num": 750, "name": "Mudsdale", "types": ["Ground"], "color": "Brown" },
|
|
|
+ "dewpider": {
|
|
|
+ "num": 751,
|
|
|
+ "name": "Dewpider",
|
|
|
+ "types": ["Water", "Bug"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "araquanid": {
|
|
|
+ "num": 752,
|
|
|
+ "name": "Araquanid",
|
|
|
+ "types": ["Water", "Bug"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Araquanid-Totem"]
|
|
|
+ },
|
|
|
+ "fomantis": { "num": 753, "name": "Fomantis", "types": ["Grass"], "color": "Pink" },
|
|
|
+ "lurantis": {
|
|
|
+ "num": 754,
|
|
|
+ "name": "Lurantis",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Pink",
|
|
|
+ "otherFormes": ["Lurantis-Totem"]
|
|
|
+ },
|
|
|
+ "morelull": {
|
|
|
+ "num": 755,
|
|
|
+ "name": "Morelull",
|
|
|
+ "types": ["Grass", "Fairy"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "shiinotic": {
|
|
|
+ "num": 756,
|
|
|
+ "name": "Shiinotic",
|
|
|
+ "types": ["Grass", "Fairy"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "salandit": {
|
|
|
+ "num": 757,
|
|
|
+ "name": "Salandit",
|
|
|
+ "types": ["Poison", "Fire"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "salazzle": {
|
|
|
+ "num": 758,
|
|
|
+ "name": "Salazzle",
|
|
|
+ "types": ["Poison", "Fire"],
|
|
|
+ "color": "Black",
|
|
|
+ "otherFormes": ["Salazzle-Totem"]
|
|
|
+ },
|
|
|
+ "stufful": {
|
|
|
+ "num": 759,
|
|
|
+ "name": "Stufful",
|
|
|
+ "types": ["Normal", "Fighting"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "bewear": {
|
|
|
+ "num": 760,
|
|
|
+ "name": "Bewear",
|
|
|
+ "types": ["Normal", "Fighting"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "bounsweet": { "num": 761, "name": "Bounsweet", "types": ["Grass"], "color": "Purple" },
|
|
|
+ "steenee": { "num": 762, "name": "Steenee", "types": ["Grass"], "color": "Purple" },
|
|
|
+ "tsareena": {
|
|
|
+ "num": 763,
|
|
|
+ "name": "Tsareena",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Purple",
|
|
|
+ "evoMove": "Stomp"
|
|
|
+ },
|
|
|
+ "comfey": { "num": 764, "name": "Comfey", "types": ["Fairy"], "color": "Green" },
|
|
|
+ "oranguru": {
|
|
|
+ "num": 765,
|
|
|
+ "name": "Oranguru",
|
|
|
+ "types": ["Normal", "Psychic"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "passimian": {
|
|
|
+ "num": 766,
|
|
|
+ "name": "Passimian",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "wimpod": { "num": 767, "name": "Wimpod", "types": ["Bug", "Water"], "color": "Gray" },
|
|
|
+ "golisopod": {
|
|
|
+ "num": 768,
|
|
|
+ "name": "Golisopod",
|
|
|
+ "types": ["Bug", "Water"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "sandygast": {
|
|
|
+ "num": 769,
|
|
|
+ "name": "Sandygast",
|
|
|
+ "types": ["Ghost", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "palossand": {
|
|
|
+ "num": 770,
|
|
|
+ "name": "Palossand",
|
|
|
+ "types": ["Ghost", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "pyukumuku": { "num": 771, "name": "Pyukumuku", "types": ["Water"], "color": "Black" },
|
|
|
+ "typenull": {
|
|
|
+ "num": 772,
|
|
|
+ "name": "Type: Null",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "silvally": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": [
|
|
|
+ "Silvally-Bug",
|
|
|
+ "Silvally-Dark",
|
|
|
+ "Silvally-Dragon",
|
|
|
+ "Silvally-Electric",
|
|
|
+ "Silvally-Fairy",
|
|
|
+ "Silvally-Fighting",
|
|
|
+ "Silvally-Fire",
|
|
|
+ "Silvally-Flying",
|
|
|
+ "Silvally-Ghost",
|
|
|
+ "Silvally-Grass",
|
|
|
+ "Silvally-Ground",
|
|
|
+ "Silvally-Ice",
|
|
|
+ "Silvally-Poison",
|
|
|
+ "Silvally-Psychic",
|
|
|
+ "Silvally-Rock",
|
|
|
+ "Silvally-Steel",
|
|
|
+ "Silvally-Water"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "silvallybug": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Bug",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Bug",
|
|
|
+ "types": ["Bug"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Bug Memory"
|
|
|
+ },
|
|
|
+ "silvallydark": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Dark",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Dark",
|
|
|
+ "types": ["Dark"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Dark Memory"
|
|
|
+ },
|
|
|
+ "silvallydragon": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Dragon",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Dragon",
|
|
|
+ "types": ["Dragon"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Dragon Memory"
|
|
|
+ },
|
|
|
+ "silvallyelectric": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Electric",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Electric",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Electric Memory"
|
|
|
+ },
|
|
|
+ "silvallyfairy": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Fairy",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Fairy",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Fairy Memory"
|
|
|
+ },
|
|
|
+ "silvallyfighting": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Fighting",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Fighting",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Fighting Memory"
|
|
|
+ },
|
|
|
+ "silvallyfire": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Fire",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Fire",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Fire Memory"
|
|
|
+ },
|
|
|
+ "silvallyflying": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Flying",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Flying",
|
|
|
+ "types": ["Flying"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Flying Memory"
|
|
|
+ },
|
|
|
+ "silvallyghost": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Ghost",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Ghost",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Ghost Memory"
|
|
|
+ },
|
|
|
+ "silvallygrass": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Grass",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Grass",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Grass Memory"
|
|
|
+ },
|
|
|
+ "silvallyground": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Ground",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Ground",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Ground Memory"
|
|
|
+ },
|
|
|
+ "silvallyice": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Ice",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Ice",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Ice Memory"
|
|
|
+ },
|
|
|
+ "silvallypoison": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Poison",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Poison",
|
|
|
+ "types": ["Poison"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Poison Memory"
|
|
|
+ },
|
|
|
+ "silvallypsychic": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Psychic",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Psychic",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Psychic Memory"
|
|
|
+ },
|
|
|
+ "silvallyrock": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Rock",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Rock",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Rock Memory"
|
|
|
+ },
|
|
|
+ "silvallysteel": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Steel",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Steel",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Steel Memory"
|
|
|
+ },
|
|
|
+ "silvallywater": {
|
|
|
+ "num": 773,
|
|
|
+ "name": "Silvally-Water",
|
|
|
+ "baseSpecies": "Silvally",
|
|
|
+ "forme": "Water",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Gray",
|
|
|
+ "requiredItem": "Water Memory"
|
|
|
+ },
|
|
|
+ "minior": {
|
|
|
+ "num": 774,
|
|
|
+ "name": "Minior",
|
|
|
+ "baseForme": "Red",
|
|
|
+ "types": ["Rock", "Flying"],
|
|
|
+ "color": "Red",
|
|
|
+ "otherFormes": ["Minior-Meteor"],
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Minior-Orange",
|
|
|
+ "Minior-Yellow",
|
|
|
+ "Minior-Green",
|
|
|
+ "Minior-Blue",
|
|
|
+ "Minior-Indigo",
|
|
|
+ "Minior-Violet"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "miniormeteor": {
|
|
|
+ "num": 774,
|
|
|
+ "name": "Minior-Meteor",
|
|
|
+ "baseSpecies": "Minior",
|
|
|
+ "forme": "Meteor",
|
|
|
+ "types": ["Rock", "Flying"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "komala": { "num": 775, "name": "Komala", "types": ["Normal"], "color": "Blue" },
|
|
|
+ "turtonator": {
|
|
|
+ "num": 776,
|
|
|
+ "name": "Turtonator",
|
|
|
+ "types": ["Fire", "Dragon"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "togedemaru": {
|
|
|
+ "num": 777,
|
|
|
+ "name": "Togedemaru",
|
|
|
+ "types": ["Electric", "Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Togedemaru-Totem"]
|
|
|
+ },
|
|
|
+ "mimikyu": {
|
|
|
+ "num": 778,
|
|
|
+ "name": "Mimikyu",
|
|
|
+ "baseForme": "Disguised",
|
|
|
+ "types": ["Ghost", "Fairy"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Mimikyu-Busted", "Mimikyu-Totem", "Mimikyu-Busted-Totem"]
|
|
|
+ },
|
|
|
+ "mimikyubusted": {
|
|
|
+ "num": 778,
|
|
|
+ "name": "Mimikyu-Busted",
|
|
|
+ "baseSpecies": "Mimikyu",
|
|
|
+ "forme": "Busted",
|
|
|
+ "types": ["Ghost", "Fairy"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "mimikyubustedtotem": {
|
|
|
+ "num": 778,
|
|
|
+ "name": "Mimikyu-Busted-Totem",
|
|
|
+ "baseSpecies": "Mimikyu",
|
|
|
+ "forme": "Busted-Totem",
|
|
|
+ "types": ["Ghost", "Fairy"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "bruxish": {
|
|
|
+ "num": 779,
|
|
|
+ "name": "Bruxish",
|
|
|
+ "types": ["Water", "Psychic"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "drampa": {
|
|
|
+ "num": 780,
|
|
|
+ "name": "Drampa",
|
|
|
+ "types": ["Normal", "Dragon"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "dhelmise": {
|
|
|
+ "num": 781,
|
|
|
+ "name": "Dhelmise",
|
|
|
+ "types": ["Ghost", "Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "jangmoo": { "num": 782, "name": "Jangmo-o", "types": ["Dragon"], "color": "Gray" },
|
|
|
+ "hakamoo": {
|
|
|
+ "num": 783,
|
|
|
+ "name": "Hakamo-o",
|
|
|
+ "types": ["Dragon", "Fighting"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "kommoo": {
|
|
|
+ "num": 784,
|
|
|
+ "name": "Kommo-o",
|
|
|
+ "types": ["Dragon", "Fighting"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Kommo-o-Totem"]
|
|
|
+ },
|
|
|
+ "tapukoko": {
|
|
|
+ "num": 785,
|
|
|
+ "name": "Tapu Koko",
|
|
|
+ "types": ["Electric", "Fairy"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "tapulele": {
|
|
|
+ "num": 786,
|
|
|
+ "name": "Tapu Lele",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "Pink",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "tapubulu": {
|
|
|
+ "num": 787,
|
|
|
+ "name": "Tapu Bulu",
|
|
|
+ "types": ["Grass", "Fairy"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "tapufini": {
|
|
|
+ "num": 788,
|
|
|
+ "name": "Tapu Fini",
|
|
|
+ "types": ["Water", "Fairy"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "cosmog": {
|
|
|
+ "num": 789,
|
|
|
+ "name": "Cosmog",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "cosmoem": {
|
|
|
+ "num": 790,
|
|
|
+ "name": "Cosmoem",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "solgaleo": {
|
|
|
+ "num": 791,
|
|
|
+ "name": "Solgaleo",
|
|
|
+ "types": ["Psychic", "Steel"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "lunala": {
|
|
|
+ "num": 792,
|
|
|
+ "name": "Lunala",
|
|
|
+ "types": ["Psychic", "Ghost"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "nihilego": {
|
|
|
+ "num": 793,
|
|
|
+ "name": "Nihilego",
|
|
|
+ "types": ["Rock", "Poison"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "buzzwole": {
|
|
|
+ "num": 794,
|
|
|
+ "name": "Buzzwole",
|
|
|
+ "types": ["Bug", "Fighting"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "pheromosa": {
|
|
|
+ "num": 795,
|
|
|
+ "name": "Pheromosa",
|
|
|
+ "types": ["Bug", "Fighting"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "xurkitree": {
|
|
|
+ "num": 796,
|
|
|
+ "name": "Xurkitree",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "celesteela": {
|
|
|
+ "num": 797,
|
|
|
+ "name": "Celesteela",
|
|
|
+ "types": ["Steel", "Flying"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "kartana": {
|
|
|
+ "num": 798,
|
|
|
+ "name": "Kartana",
|
|
|
+ "types": ["Grass", "Steel"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "guzzlord": {
|
|
|
+ "num": 799,
|
|
|
+ "name": "Guzzlord",
|
|
|
+ "types": ["Dark", "Dragon"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "necrozma": {
|
|
|
+ "num": 800,
|
|
|
+ "name": "Necrozma",
|
|
|
+ "types": ["Psychic"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Necrozma-Dusk-Mane", "Necrozma-Dawn-Wings", "Necrozma-Ultra"]
|
|
|
+ },
|
|
|
+ "necrozmaduskmane": {
|
|
|
+ "num": 800,
|
|
|
+ "name": "Necrozma-Dusk-Mane",
|
|
|
+ "baseSpecies": "Necrozma",
|
|
|
+ "forme": "Dusk-Mane",
|
|
|
+ "types": ["Psychic", "Steel"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "necrozmadawnwings": {
|
|
|
+ "num": 800,
|
|
|
+ "name": "Necrozma-Dawn-Wings",
|
|
|
+ "baseSpecies": "Necrozma",
|
|
|
+ "forme": "Dawn-Wings",
|
|
|
+ "types": ["Psychic", "Ghost"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "necrozmaultra": {
|
|
|
+ "num": 800,
|
|
|
+ "name": "Necrozma-Ultra",
|
|
|
+ "baseSpecies": "Necrozma",
|
|
|
+ "forme": "Ultra",
|
|
|
+ "types": ["Psychic", "Dragon"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "requiredItem": "Ultranecrozium Z"
|
|
|
+ },
|
|
|
+ "magearna": {
|
|
|
+ "num": 801,
|
|
|
+ "name": "Magearna",
|
|
|
+ "types": ["Steel", "Fairy"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Magearna-Original"]
|
|
|
+ },
|
|
|
+ "magearnaoriginal": {
|
|
|
+ "num": 801,
|
|
|
+ "name": "Magearna-Original",
|
|
|
+ "baseSpecies": "Magearna",
|
|
|
+ "forme": "Original",
|
|
|
+ "types": ["Steel", "Fairy"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "marshadow": {
|
|
|
+ "num": 802,
|
|
|
+ "name": "Marshadow",
|
|
|
+ "types": ["Fighting", "Ghost"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "poipole": {
|
|
|
+ "num": 803,
|
|
|
+ "name": "Poipole",
|
|
|
+ "types": ["Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "naganadel": {
|
|
|
+ "num": 804,
|
|
|
+ "name": "Naganadel",
|
|
|
+ "types": ["Poison", "Dragon"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "evoMove": "Dragon Pulse"
|
|
|
+ },
|
|
|
+ "stakataka": {
|
|
|
+ "num": 805,
|
|
|
+ "name": "Stakataka",
|
|
|
+ "types": ["Rock", "Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "blacephalon": {
|
|
|
+ "num": 806,
|
|
|
+ "name": "Blacephalon",
|
|
|
+ "types": ["Fire", "Ghost"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "zeraora": {
|
|
|
+ "num": 807,
|
|
|
+ "name": "Zeraora",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "meltan": {
|
|
|
+ "num": 808,
|
|
|
+ "name": "Meltan",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "melmetal": {
|
|
|
+ "num": 809,
|
|
|
+ "name": "Melmetal",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Mythical"]
|
|
|
+ },
|
|
|
+ "melmetalgmax": {
|
|
|
+ "num": 809,
|
|
|
+ "name": "Melmetal-Gmax",
|
|
|
+ "baseSpecies": "Melmetal",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "grookey": { "num": 810, "name": "Grookey", "types": ["Grass"], "color": "Green" },
|
|
|
+ "thwackey": { "num": 811, "name": "Thwackey", "types": ["Grass"], "color": "Green" },
|
|
|
+ "rillaboom": { "num": 812, "name": "Rillaboom", "types": ["Grass"], "color": "Green" },
|
|
|
+ "rillaboomgmax": {
|
|
|
+ "num": 812,
|
|
|
+ "name": "Rillaboom-Gmax",
|
|
|
+ "baseSpecies": "Rillaboom",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "scorbunny": { "num": 813, "name": "Scorbunny", "types": ["Fire"], "color": "White" },
|
|
|
+ "raboot": { "num": 814, "name": "Raboot", "types": ["Fire"], "color": "Gray" },
|
|
|
+ "cinderace": { "num": 815, "name": "Cinderace", "types": ["Fire"], "color": "White" },
|
|
|
+ "cinderacegmax": {
|
|
|
+ "num": 815,
|
|
|
+ "name": "Cinderace-Gmax",
|
|
|
+ "baseSpecies": "Cinderace",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Fire"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "sobble": { "num": 816, "name": "Sobble", "types": ["Water"], "color": "Blue" },
|
|
|
+ "drizzile": { "num": 817, "name": "Drizzile", "types": ["Water"], "color": "Blue" },
|
|
|
+ "inteleon": { "num": 818, "name": "Inteleon", "types": ["Water"], "color": "Blue" },
|
|
|
+ "inteleongmax": {
|
|
|
+ "num": 818,
|
|
|
+ "name": "Inteleon-Gmax",
|
|
|
+ "baseSpecies": "Inteleon",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "skwovet": { "num": 819, "name": "Skwovet", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "greedent": { "num": 820, "name": "Greedent", "types": ["Normal"], "color": "Brown" },
|
|
|
+ "rookidee": { "num": 821, "name": "Rookidee", "types": ["Flying"], "color": "Blue" },
|
|
|
+ "corvisquire": {
|
|
|
+ "num": 822,
|
|
|
+ "name": "Corvisquire",
|
|
|
+ "types": ["Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "corviknight": {
|
|
|
+ "num": 823,
|
|
|
+ "name": "Corviknight",
|
|
|
+ "types": ["Flying", "Steel"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "corviknightgmax": {
|
|
|
+ "num": 823,
|
|
|
+ "name": "Corviknight-Gmax",
|
|
|
+ "baseSpecies": "Corviknight",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Flying", "Steel"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "blipbug": { "num": 824, "name": "Blipbug", "types": ["Bug"], "color": "Blue" },
|
|
|
+ "dottler": {
|
|
|
+ "num": 825,
|
|
|
+ "name": "Dottler",
|
|
|
+ "types": ["Bug", "Psychic"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "orbeetle": {
|
|
|
+ "num": 826,
|
|
|
+ "name": "Orbeetle",
|
|
|
+ "types": ["Bug", "Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "orbeetlegmax": {
|
|
|
+ "num": 826,
|
|
|
+ "name": "Orbeetle-Gmax",
|
|
|
+ "baseSpecies": "Orbeetle",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Bug", "Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "nickit": { "num": 827, "name": "Nickit", "types": ["Dark"], "color": "Brown" },
|
|
|
+ "thievul": { "num": 828, "name": "Thievul", "types": ["Dark"], "color": "Brown" },
|
|
|
+ "gossifleur": {
|
|
|
+ "num": 829,
|
|
|
+ "name": "Gossifleur",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "eldegoss": { "num": 830, "name": "Eldegoss", "types": ["Grass"], "color": "Green" },
|
|
|
+ "wooloo": { "num": 831, "name": "Wooloo", "types": ["Normal"], "color": "White" },
|
|
|
+ "dubwool": { "num": 832, "name": "Dubwool", "types": ["Normal"], "color": "White" },
|
|
|
+ "chewtle": { "num": 833, "name": "Chewtle", "types": ["Water"], "color": "Green" },
|
|
|
+ "drednaw": {
|
|
|
+ "num": 834,
|
|
|
+ "name": "Drednaw",
|
|
|
+ "types": ["Water", "Rock"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "drednawgmax": {
|
|
|
+ "num": 834,
|
|
|
+ "name": "Drednaw-Gmax",
|
|
|
+ "baseSpecies": "Drednaw",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Water", "Rock"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "yamper": { "num": 835, "name": "Yamper", "types": ["Electric"], "color": "Yellow" },
|
|
|
+ "boltund": { "num": 836, "name": "Boltund", "types": ["Electric"], "color": "Yellow" },
|
|
|
+ "rolycoly": { "num": 837, "name": "Rolycoly", "types": ["Rock"], "color": "Black" },
|
|
|
+ "carkol": { "num": 838, "name": "Carkol", "types": ["Rock", "Fire"], "color": "Black" },
|
|
|
+ "coalossal": {
|
|
|
+ "num": 839,
|
|
|
+ "name": "Coalossal",
|
|
|
+ "types": ["Rock", "Fire"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "coalossalgmax": {
|
|
|
+ "num": 839,
|
|
|
+ "name": "Coalossal-Gmax",
|
|
|
+ "baseSpecies": "Coalossal",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Rock", "Fire"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "applin": {
|
|
|
+ "num": 840,
|
|
|
+ "name": "Applin",
|
|
|
+ "types": ["Grass", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "flapple": {
|
|
|
+ "num": 841,
|
|
|
+ "name": "Flapple",
|
|
|
+ "types": ["Grass", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "flapplegmax": {
|
|
|
+ "num": 841,
|
|
|
+ "name": "Flapple-Gmax",
|
|
|
+ "baseSpecies": "Flapple",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Grass", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "appletun": {
|
|
|
+ "num": 842,
|
|
|
+ "name": "Appletun",
|
|
|
+ "types": ["Grass", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "appletungmax": {
|
|
|
+ "num": 842,
|
|
|
+ "name": "Appletun-Gmax",
|
|
|
+ "baseSpecies": "Appletun",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Grass", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "silicobra": { "num": 843, "name": "Silicobra", "types": ["Ground"], "color": "Green" },
|
|
|
+ "sandaconda": {
|
|
|
+ "num": 844,
|
|
|
+ "name": "Sandaconda",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "sandacondagmax": {
|
|
|
+ "num": 844,
|
|
|
+ "name": "Sandaconda-Gmax",
|
|
|
+ "baseSpecies": "Sandaconda",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Ground"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "cramorant": {
|
|
|
+ "num": 845,
|
|
|
+ "name": "Cramorant",
|
|
|
+ "types": ["Flying", "Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Cramorant-Gulping", "Cramorant-Gorging"]
|
|
|
+ },
|
|
|
+ "cramorantgulping": {
|
|
|
+ "num": 845,
|
|
|
+ "name": "Cramorant-Gulping",
|
|
|
+ "baseSpecies": "Cramorant",
|
|
|
+ "forme": "Gulping",
|
|
|
+ "types": ["Flying", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "cramorantgorging": {
|
|
|
+ "num": 845,
|
|
|
+ "name": "Cramorant-Gorging",
|
|
|
+ "baseSpecies": "Cramorant",
|
|
|
+ "forme": "Gorging",
|
|
|
+ "types": ["Flying", "Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "arrokuda": { "num": 846, "name": "Arrokuda", "types": ["Water"], "color": "Brown" },
|
|
|
+ "barraskewda": {
|
|
|
+ "num": 847,
|
|
|
+ "name": "Barraskewda",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "toxel": {
|
|
|
+ "num": 848,
|
|
|
+ "name": "Toxel",
|
|
|
+ "types": ["Electric", "Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "canHatch": true
|
|
|
+ },
|
|
|
+ "toxtricity": {
|
|
|
+ "num": 849,
|
|
|
+ "name": "Toxtricity",
|
|
|
+ "baseForme": "Amped",
|
|
|
+ "types": ["Electric", "Poison"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Toxtricity-Low-Key"]
|
|
|
+ },
|
|
|
+ "toxtricitylowkey": {
|
|
|
+ "num": 849,
|
|
|
+ "name": "Toxtricity-Low-Key",
|
|
|
+ "baseSpecies": "Toxtricity",
|
|
|
+ "forme": "Low-Key",
|
|
|
+ "types": ["Electric", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "toxtricitygmax": {
|
|
|
+ "num": 849,
|
|
|
+ "name": "Toxtricity-Gmax",
|
|
|
+ "baseSpecies": "Toxtricity",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Electric", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "toxtricitylowkeygmax": {
|
|
|
+ "num": 849,
|
|
|
+ "name": "Toxtricity-Low-Key-Gmax",
|
|
|
+ "baseSpecies": "Toxtricity",
|
|
|
+ "forme": "Low-Key-Gmax",
|
|
|
+ "types": ["Electric", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "sizzlipede": {
|
|
|
+ "num": 850,
|
|
|
+ "name": "Sizzlipede",
|
|
|
+ "types": ["Fire", "Bug"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "centiskorch": {
|
|
|
+ "num": 851,
|
|
|
+ "name": "Centiskorch",
|
|
|
+ "types": ["Fire", "Bug"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "centiskorchgmax": {
|
|
|
+ "num": 851,
|
|
|
+ "name": "Centiskorch-Gmax",
|
|
|
+ "baseSpecies": "Centiskorch",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Fire", "Bug"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "clobbopus": {
|
|
|
+ "num": 852,
|
|
|
+ "name": "Clobbopus",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "grapploct": {
|
|
|
+ "num": 853,
|
|
|
+ "name": "Grapploct",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Blue",
|
|
|
+ "evoMove": "Taunt"
|
|
|
+ },
|
|
|
+ "sinistea": {
|
|
|
+ "num": 854,
|
|
|
+ "name": "Sinistea",
|
|
|
+ "baseForme": "Phony",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Sinistea-Antique"]
|
|
|
+ },
|
|
|
+ "sinisteaantique": {
|
|
|
+ "num": 854,
|
|
|
+ "name": "Sinistea-Antique",
|
|
|
+ "baseSpecies": "Sinistea",
|
|
|
+ "forme": "Antique",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "polteageist": {
|
|
|
+ "num": 855,
|
|
|
+ "name": "Polteageist",
|
|
|
+ "baseForme": "Phony",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Polteageist-Antique"]
|
|
|
+ },
|
|
|
+ "polteageistantique": {
|
|
|
+ "num": 855,
|
|
|
+ "name": "Polteageist-Antique",
|
|
|
+ "baseSpecies": "Polteageist",
|
|
|
+ "forme": "Antique",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "hatenna": { "num": 856, "name": "Hatenna", "types": ["Psychic"], "color": "Pink" },
|
|
|
+ "hattrem": { "num": 857, "name": "Hattrem", "types": ["Psychic"], "color": "Pink" },
|
|
|
+ "hatterene": {
|
|
|
+ "num": 858,
|
|
|
+ "name": "Hatterene",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "hatterenegmax": {
|
|
|
+ "num": 858,
|
|
|
+ "name": "Hatterene-Gmax",
|
|
|
+ "baseSpecies": "Hatterene",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Psychic", "Fairy"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "impidimp": {
|
|
|
+ "num": 859,
|
|
|
+ "name": "Impidimp",
|
|
|
+ "types": ["Dark", "Fairy"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "morgrem": {
|
|
|
+ "num": 860,
|
|
|
+ "name": "Morgrem",
|
|
|
+ "types": ["Dark", "Fairy"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "grimmsnarl": {
|
|
|
+ "num": 861,
|
|
|
+ "name": "Grimmsnarl",
|
|
|
+ "types": ["Dark", "Fairy"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "grimmsnarlgmax": {
|
|
|
+ "num": 861,
|
|
|
+ "name": "Grimmsnarl-Gmax",
|
|
|
+ "baseSpecies": "Grimmsnarl",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Dark", "Fairy"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "obstagoon": {
|
|
|
+ "num": 862,
|
|
|
+ "name": "Obstagoon",
|
|
|
+ "types": ["Dark", "Normal"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "perrserker": {
|
|
|
+ "num": 863,
|
|
|
+ "name": "Perrserker",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "cursola": { "num": 864, "name": "Cursola", "types": ["Ghost"], "color": "White" },
|
|
|
+ "sirfetchd": {
|
|
|
+ "num": 865,
|
|
|
+ "name": "Sirfetch'd",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "mrrime": {
|
|
|
+ "num": 866,
|
|
|
+ "name": "Mr. Rime",
|
|
|
+ "types": ["Ice", "Psychic"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "runerigus": {
|
|
|
+ "num": 867,
|
|
|
+ "name": "Runerigus",
|
|
|
+ "types": ["Ground", "Ghost"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "milcery": { "num": 868, "name": "Milcery", "types": ["Fairy"], "color": "White" },
|
|
|
+ "alcremie": {
|
|
|
+ "num": 869,
|
|
|
+ "name": "Alcremie",
|
|
|
+ "baseForme": "Vanilla Cream",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White",
|
|
|
+ "cosmeticFormes": [
|
|
|
+ "Alcremie-Ruby-Cream",
|
|
|
+ "Alcremie-Matcha-Cream",
|
|
|
+ "Alcremie-Mint-Cream",
|
|
|
+ "Alcremie-Lemon-Cream",
|
|
|
+ "Alcremie-Salted-Cream",
|
|
|
+ "Alcremie-Ruby-Swirl",
|
|
|
+ "Alcremie-Caramel-Swirl",
|
|
|
+ "Alcremie-Rainbow-Swirl"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "alcremiegmax": {
|
|
|
+ "num": 869,
|
|
|
+ "name": "Alcremie-Gmax",
|
|
|
+ "baseSpecies": "Alcremie",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "falinks": { "num": 870, "name": "Falinks", "types": ["Fighting"], "color": "Yellow" },
|
|
|
+ "pincurchin": {
|
|
|
+ "num": 871,
|
|
|
+ "name": "Pincurchin",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "snom": { "num": 872, "name": "Snom", "types": ["Ice", "Bug"], "color": "White" },
|
|
|
+ "frosmoth": {
|
|
|
+ "num": 873,
|
|
|
+ "name": "Frosmoth",
|
|
|
+ "types": ["Ice", "Bug"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "stonjourner": {
|
|
|
+ "num": 874,
|
|
|
+ "name": "Stonjourner",
|
|
|
+ "types": ["Rock"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "eiscue": {
|
|
|
+ "num": 875,
|
|
|
+ "name": "Eiscue",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Eiscue-Noice"]
|
|
|
+ },
|
|
|
+ "eiscuenoice": {
|
|
|
+ "num": 875,
|
|
|
+ "name": "Eiscue-Noice",
|
|
|
+ "baseSpecies": "Eiscue",
|
|
|
+ "forme": "Noice",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "indeedee": {
|
|
|
+ "num": 876,
|
|
|
+ "name": "Indeedee",
|
|
|
+ "baseForme": "M",
|
|
|
+ "types": ["Psychic", "Normal"],
|
|
|
+ "color": "Purple",
|
|
|
+ "otherFormes": ["Indeedee-F"]
|
|
|
+ },
|
|
|
+ "indeedeef": {
|
|
|
+ "num": 876,
|
|
|
+ "name": "Indeedee-F",
|
|
|
+ "baseSpecies": "Indeedee",
|
|
|
+ "forme": "F",
|
|
|
+ "types": ["Psychic", "Normal"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "morpeko": {
|
|
|
+ "num": 877,
|
|
|
+ "name": "Morpeko",
|
|
|
+ "types": ["Electric", "Dark"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "otherFormes": ["Morpeko-Hangry"]
|
|
|
+ },
|
|
|
+ "morpekohangry": {
|
|
|
+ "num": 877,
|
|
|
+ "name": "Morpeko-Hangry",
|
|
|
+ "baseSpecies": "Morpeko",
|
|
|
+ "forme": "Hangry",
|
|
|
+ "types": ["Electric", "Dark"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "cufant": { "num": 878, "name": "Cufant", "types": ["Steel"], "color": "Yellow" },
|
|
|
+ "copperajah": {
|
|
|
+ "num": 879,
|
|
|
+ "name": "Copperajah",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "copperajahgmax": {
|
|
|
+ "num": 879,
|
|
|
+ "name": "Copperajah-Gmax",
|
|
|
+ "baseSpecies": "Copperajah",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Steel"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "dracozolt": {
|
|
|
+ "num": 880,
|
|
|
+ "name": "Dracozolt",
|
|
|
+ "types": ["Electric", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "arctozolt": {
|
|
|
+ "num": 881,
|
|
|
+ "name": "Arctozolt",
|
|
|
+ "types": ["Electric", "Ice"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "dracovish": {
|
|
|
+ "num": 882,
|
|
|
+ "name": "Dracovish",
|
|
|
+ "types": ["Water", "Dragon"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "arctovish": {
|
|
|
+ "num": 883,
|
|
|
+ "name": "Arctovish",
|
|
|
+ "types": ["Water", "Ice"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "duraludon": {
|
|
|
+ "num": 884,
|
|
|
+ "name": "Duraludon",
|
|
|
+ "types": ["Steel", "Dragon"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "duraludongmax": {
|
|
|
+ "num": 884,
|
|
|
+ "name": "Duraludon-Gmax",
|
|
|
+ "baseSpecies": "Duraludon",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Steel", "Dragon"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "dreepy": {
|
|
|
+ "num": 885,
|
|
|
+ "name": "Dreepy",
|
|
|
+ "types": ["Dragon", "Ghost"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "drakloak": {
|
|
|
+ "num": 886,
|
|
|
+ "name": "Drakloak",
|
|
|
+ "types": ["Dragon", "Ghost"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "dragapult": {
|
|
|
+ "num": 887,
|
|
|
+ "name": "Dragapult",
|
|
|
+ "types": ["Dragon", "Ghost"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "zacian": {
|
|
|
+ "num": 888,
|
|
|
+ "name": "Zacian",
|
|
|
+ "baseForme": "Hero",
|
|
|
+ "types": ["Fairy"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Zacian-Crowned"],
|
|
|
+ "cannotDynamax": true
|
|
|
+ },
|
|
|
+ "zaciancrowned": {
|
|
|
+ "num": 888,
|
|
|
+ "name": "Zacian-Crowned",
|
|
|
+ "baseSpecies": "Zacian",
|
|
|
+ "forme": "Crowned",
|
|
|
+ "types": ["Fairy", "Steel"],
|
|
|
+ "color": "Blue",
|
|
|
+ "requiredItem": "Rusted Sword",
|
|
|
+ "cannotDynamax": true
|
|
|
+ },
|
|
|
+ "zamazenta": {
|
|
|
+ "num": 889,
|
|
|
+ "name": "Zamazenta",
|
|
|
+ "baseForme": "Hero",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Zamazenta-Crowned"],
|
|
|
+ "cannotDynamax": true
|
|
|
+ },
|
|
|
+ "zamazentacrowned": {
|
|
|
+ "num": 889,
|
|
|
+ "name": "Zamazenta-Crowned",
|
|
|
+ "baseSpecies": "Zamazenta",
|
|
|
+ "forme": "Crowned",
|
|
|
+ "types": ["Fighting", "Steel"],
|
|
|
+ "color": "Red",
|
|
|
+ "requiredItem": "Rusted Shield",
|
|
|
+ "cannotDynamax": true
|
|
|
+ },
|
|
|
+ "eternatus": {
|
|
|
+ "num": 890,
|
|
|
+ "name": "Eternatus",
|
|
|
+ "types": ["Poison", "Dragon"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Eternatus-Eternamax"],
|
|
|
+ "cannotDynamax": true
|
|
|
+ },
|
|
|
+ "eternatuseternamax": {
|
|
|
+ "num": 890,
|
|
|
+ "name": "Eternatus-Eternamax",
|
|
|
+ "baseSpecies": "Eternatus",
|
|
|
+ "forme": "Eternamax",
|
|
|
+ "types": ["Poison", "Dragon"],
|
|
|
+ "color": "Purple",
|
|
|
+ "cannotDynamax": true
|
|
|
+ },
|
|
|
+ "kubfu": {
|
|
|
+ "num": 891,
|
|
|
+ "name": "Kubfu",
|
|
|
+ "types": ["Fighting"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "urshifu": {
|
|
|
+ "num": 892,
|
|
|
+ "name": "Urshifu",
|
|
|
+ "baseForme": "Single-Strike",
|
|
|
+ "types": ["Fighting", "Dark"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Urshifu-Rapid-Strike"]
|
|
|
+ },
|
|
|
+ "urshifurapidstrike": {
|
|
|
+ "num": 892,
|
|
|
+ "name": "Urshifu-Rapid-Strike",
|
|
|
+ "baseSpecies": "Urshifu",
|
|
|
+ "forme": "Rapid-Strike",
|
|
|
+ "types": ["Fighting", "Water"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "urshifugmax": {
|
|
|
+ "num": 892,
|
|
|
+ "name": "Urshifu-Gmax",
|
|
|
+ "baseSpecies": "Urshifu",
|
|
|
+ "forme": "Gmax",
|
|
|
+ "types": ["Fighting", "Dark"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "urshifurapidstrikegmax": {
|
|
|
+ "num": 892,
|
|
|
+ "name": "Urshifu-Rapid-Strike-Gmax",
|
|
|
+ "baseSpecies": "Urshifu",
|
|
|
+ "forme": "Rapid-Strike-Gmax",
|
|
|
+ "types": ["Fighting", "Water"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "zarude": {
|
|
|
+ "num": 893,
|
|
|
+ "name": "Zarude",
|
|
|
+ "types": ["Dark", "Grass"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Mythical"],
|
|
|
+ "otherFormes": ["Zarude-Dada"]
|
|
|
+ },
|
|
|
+ "zarudedada": {
|
|
|
+ "num": 893,
|
|
|
+ "name": "Zarude-Dada",
|
|
|
+ "baseSpecies": "Zarude",
|
|
|
+ "forme": "Dada",
|
|
|
+ "types": ["Dark", "Grass"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "regieleki": {
|
|
|
+ "num": 894,
|
|
|
+ "name": "Regieleki",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "regidrago": {
|
|
|
+ "num": 895,
|
|
|
+ "name": "Regidrago",
|
|
|
+ "types": ["Dragon"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "glastrier": {
|
|
|
+ "num": 896,
|
|
|
+ "name": "Glastrier",
|
|
|
+ "types": ["Ice"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "spectrier": {
|
|
|
+ "num": 897,
|
|
|
+ "name": "Spectrier",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Black",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "calyrex": {
|
|
|
+ "num": 898,
|
|
|
+ "name": "Calyrex",
|
|
|
+ "types": ["Psychic", "Grass"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Restricted Legendary"],
|
|
|
+ "otherFormes": ["Calyrex-Ice", "Calyrex-Shadow"]
|
|
|
+ },
|
|
|
+ "calyrexice": {
|
|
|
+ "num": 898,
|
|
|
+ "name": "Calyrex-Ice",
|
|
|
+ "baseSpecies": "Calyrex",
|
|
|
+ "forme": "Ice",
|
|
|
+ "types": ["Psychic", "Ice"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "calyrexshadow": {
|
|
|
+ "num": 898,
|
|
|
+ "name": "Calyrex-Shadow",
|
|
|
+ "baseSpecies": "Calyrex",
|
|
|
+ "forme": "Shadow",
|
|
|
+ "types": ["Psychic", "Ghost"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "wyrdeer": {
|
|
|
+ "num": 899,
|
|
|
+ "name": "Wyrdeer",
|
|
|
+ "types": ["Normal", "Psychic"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "kleavor": {
|
|
|
+ "num": 900,
|
|
|
+ "name": "Kleavor",
|
|
|
+ "types": ["Bug", "Rock"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "ursaluna": {
|
|
|
+ "num": 901,
|
|
|
+ "name": "Ursaluna",
|
|
|
+ "types": ["Ground", "Normal"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "basculegion": {
|
|
|
+ "num": 902,
|
|
|
+ "name": "Basculegion",
|
|
|
+ "baseForme": "M",
|
|
|
+ "types": ["Water", "Ghost"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Basculegion-F"]
|
|
|
+ },
|
|
|
+ "basculegionf": {
|
|
|
+ "num": 902,
|
|
|
+ "name": "Basculegion-F",
|
|
|
+ "baseSpecies": "Basculegion",
|
|
|
+ "forme": "F",
|
|
|
+ "types": ["Water", "Ghost"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "sneasler": {
|
|
|
+ "num": 903,
|
|
|
+ "name": "Sneasler",
|
|
|
+ "types": ["Fighting", "Poison"],
|
|
|
+ "color": "Purple"
|
|
|
+ },
|
|
|
+ "overqwil": {
|
|
|
+ "num": 904,
|
|
|
+ "name": "Overqwil",
|
|
|
+ "types": ["Dark", "Poison"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "enamorus": {
|
|
|
+ "num": 905,
|
|
|
+ "name": "Enamorus",
|
|
|
+ "baseForme": "Incarnate",
|
|
|
+ "types": ["Fairy", "Flying"],
|
|
|
+ "color": "Pink",
|
|
|
+ "tags": ["Sub-Legendary"],
|
|
|
+ "otherFormes": ["Enamorus-Therian"]
|
|
|
+ },
|
|
|
+ "enamorustherian": {
|
|
|
+ "num": 905,
|
|
|
+ "name": "Enamorus-Therian",
|
|
|
+ "baseSpecies": "Enamorus",
|
|
|
+ "forme": "Therian",
|
|
|
+ "types": ["Fairy", "Flying"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "sprigatito": {
|
|
|
+ "num": 906,
|
|
|
+ "name": "Sprigatito",
|
|
|
+ "types": ["Grass"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "floragato": { "num": 907, "name": "Floragato", "types": ["Grass"], "color": "Green" },
|
|
|
+ "meowscarada": {
|
|
|
+ "num": 908,
|
|
|
+ "name": "Meowscarada",
|
|
|
+ "types": ["Grass", "Dark"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "fuecoco": { "num": 909, "name": "Fuecoco", "types": ["Fire"], "color": "Red" },
|
|
|
+ "crocalor": { "num": 910, "name": "Crocalor", "types": ["Fire"], "color": "Red" },
|
|
|
+ "skeledirge": {
|
|
|
+ "num": 911,
|
|
|
+ "name": "Skeledirge",
|
|
|
+ "types": ["Fire", "Ghost"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "quaxly": { "num": 912, "name": "Quaxly", "types": ["Water"], "color": "Blue" },
|
|
|
+ "quaxwell": { "num": 913, "name": "Quaxwell", "types": ["Water"], "color": "Blue" },
|
|
|
+ "quaquaval": {
|
|
|
+ "num": 914,
|
|
|
+ "name": "Quaquaval",
|
|
|
+ "types": ["Water", "Fighting"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "lechonk": { "num": 915, "name": "Lechonk", "types": ["Normal"], "color": "Gray" },
|
|
|
+ "oinkologne": {
|
|
|
+ "num": 916,
|
|
|
+ "name": "Oinkologne",
|
|
|
+ "baseForme": "M",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Gray",
|
|
|
+ "otherFormes": ["Oinkologne-F"]
|
|
|
+ },
|
|
|
+ "oinkolognef": {
|
|
|
+ "num": 916,
|
|
|
+ "name": "Oinkologne-F",
|
|
|
+ "baseSpecies": "Oinkologne",
|
|
|
+ "forme": "F",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "tarountula": { "num": 917, "name": "Tarountula", "types": ["Bug"], "color": "White" },
|
|
|
+ "spidops": { "num": 918, "name": "Spidops", "types": ["Bug"], "color": "Green" },
|
|
|
+ "nymble": { "num": 919, "name": "Nymble", "types": ["Bug"], "color": "Gray" },
|
|
|
+ "lokix": { "num": 920, "name": "Lokix", "types": ["Bug", "Dark"], "color": "Gray" },
|
|
|
+ "pawmi": { "num": 921, "name": "Pawmi", "types": ["Electric"], "color": "Yellow" },
|
|
|
+ "pawmo": {
|
|
|
+ "num": 922,
|
|
|
+ "name": "Pawmo",
|
|
|
+ "types": ["Electric", "Fighting"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "pawmot": {
|
|
|
+ "num": 923,
|
|
|
+ "name": "Pawmot",
|
|
|
+ "types": ["Electric", "Fighting"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "tandemaus": { "num": 924, "name": "Tandemaus", "types": ["Normal"], "color": "White" },
|
|
|
+ "maushold": {
|
|
|
+ "num": 925,
|
|
|
+ "name": "Maushold",
|
|
|
+ "baseForme": "Three",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "White",
|
|
|
+ "otherFormes": ["Maushold-Four"]
|
|
|
+ },
|
|
|
+ "mausholdfour": {
|
|
|
+ "num": 925,
|
|
|
+ "name": "Maushold-Four",
|
|
|
+ "baseSpecies": "Maushold",
|
|
|
+ "forme": "Four",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "fidough": { "num": 926, "name": "Fidough", "types": ["Fairy"], "color": "Yellow" },
|
|
|
+ "dachsbun": { "num": 927, "name": "Dachsbun", "types": ["Fairy"], "color": "Brown" },
|
|
|
+ "smoliv": {
|
|
|
+ "num": 928,
|
|
|
+ "name": "Smoliv",
|
|
|
+ "types": ["Grass", "Normal"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "dolliv": {
|
|
|
+ "num": 929,
|
|
|
+ "name": "Dolliv",
|
|
|
+ "types": ["Grass", "Normal"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "arboliva": {
|
|
|
+ "num": 930,
|
|
|
+ "name": "Arboliva",
|
|
|
+ "types": ["Grass", "Normal"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "squawkabilly": {
|
|
|
+ "num": 931,
|
|
|
+ "name": "Squawkabilly",
|
|
|
+ "baseForme": "Green",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Green",
|
|
|
+ "otherFormes": ["Squawkabilly-Blue", "Squawkabilly-Yellow", "Squawkabilly-White"]
|
|
|
+ },
|
|
|
+ "squawkabillyblue": {
|
|
|
+ "num": 931,
|
|
|
+ "name": "Squawkabilly-Blue",
|
|
|
+ "baseSpecies": "Squawkabilly",
|
|
|
+ "forme": "Blue",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "squawkabillyyellow": {
|
|
|
+ "num": 931,
|
|
|
+ "name": "Squawkabilly-Yellow",
|
|
|
+ "baseSpecies": "Squawkabilly",
|
|
|
+ "forme": "Yellow",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "squawkabillywhite": {
|
|
|
+ "num": 931,
|
|
|
+ "name": "Squawkabilly-White",
|
|
|
+ "baseSpecies": "Squawkabilly",
|
|
|
+ "forme": "White",
|
|
|
+ "types": ["Normal", "Flying"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "nacli": { "num": 932, "name": "Nacli", "types": ["Rock"], "color": "Brown" },
|
|
|
+ "naclstack": { "num": 933, "name": "Naclstack", "types": ["Rock"], "color": "Brown" },
|
|
|
+ "garganacl": { "num": 934, "name": "Garganacl", "types": ["Rock"], "color": "Brown" },
|
|
|
+ "charcadet": { "num": 935, "name": "Charcadet", "types": ["Fire"], "color": "Red" },
|
|
|
+ "armarouge": {
|
|
|
+ "num": 936,
|
|
|
+ "name": "Armarouge",
|
|
|
+ "types": ["Fire", "Psychic"],
|
|
|
+ "color": "Red"
|
|
|
+ },
|
|
|
+ "ceruledge": {
|
|
|
+ "num": 937,
|
|
|
+ "name": "Ceruledge",
|
|
|
+ "types": ["Fire", "Ghost"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "tadbulb": { "num": 938, "name": "Tadbulb", "types": ["Electric"], "color": "Yellow" },
|
|
|
+ "bellibolt": {
|
|
|
+ "num": 939,
|
|
|
+ "name": "Bellibolt",
|
|
|
+ "types": ["Electric"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "wattrel": {
|
|
|
+ "num": 940,
|
|
|
+ "name": "Wattrel",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "kilowattrel": {
|
|
|
+ "num": 941,
|
|
|
+ "name": "Kilowattrel",
|
|
|
+ "types": ["Electric", "Flying"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "maschiff": { "num": 942, "name": "Maschiff", "types": ["Dark"], "color": "Brown" },
|
|
|
+ "mabosstiff": { "num": 943, "name": "Mabosstiff", "types": ["Dark"], "color": "Gray" },
|
|
|
+ "shroodle": {
|
|
|
+ "num": 944,
|
|
|
+ "name": "Shroodle",
|
|
|
+ "types": ["Poison", "Normal"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "grafaiai": {
|
|
|
+ "num": 945,
|
|
|
+ "name": "Grafaiai",
|
|
|
+ "types": ["Poison", "Normal"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "bramblin": {
|
|
|
+ "num": 946,
|
|
|
+ "name": "Bramblin",
|
|
|
+ "types": ["Grass", "Ghost"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "brambleghast": {
|
|
|
+ "num": 947,
|
|
|
+ "name": "Brambleghast",
|
|
|
+ "types": ["Grass", "Ghost"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "toedscool": {
|
|
|
+ "num": 948,
|
|
|
+ "name": "Toedscool",
|
|
|
+ "types": ["Ground", "Grass"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "toedscruel": {
|
|
|
+ "num": 949,
|
|
|
+ "name": "Toedscruel",
|
|
|
+ "types": ["Ground", "Grass"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "klawf": { "num": 950, "name": "Klawf", "types": ["Rock"], "color": "Red" },
|
|
|
+ "capsakid": { "num": 951, "name": "Capsakid", "types": ["Grass"], "color": "Green" },
|
|
|
+ "scovillain": {
|
|
|
+ "num": 952,
|
|
|
+ "name": "Scovillain",
|
|
|
+ "types": ["Grass", "Fire"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "rellor": { "num": 953, "name": "Rellor", "types": ["Bug"], "color": "Brown" },
|
|
|
+ "rabsca": {
|
|
|
+ "num": 954,
|
|
|
+ "name": "Rabsca",
|
|
|
+ "types": ["Bug", "Psychic"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "flittle": { "num": 955, "name": "Flittle", "types": ["Psychic"], "color": "Yellow" },
|
|
|
+ "espathra": { "num": 956, "name": "Espathra", "types": ["Psychic"], "color": "Yellow" },
|
|
|
+ "tinkatink": {
|
|
|
+ "num": 957,
|
|
|
+ "name": "Tinkatink",
|
|
|
+ "types": ["Fairy", "Steel"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "tinkatuff": {
|
|
|
+ "num": 958,
|
|
|
+ "name": "Tinkatuff",
|
|
|
+ "types": ["Fairy", "Steel"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "tinkaton": {
|
|
|
+ "num": 959,
|
|
|
+ "name": "Tinkaton",
|
|
|
+ "types": ["Fairy", "Steel"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "wiglett": { "num": 960, "name": "Wiglett", "types": ["Water"], "color": "White" },
|
|
|
+ "wugtrio": { "num": 961, "name": "Wugtrio", "types": ["Water"], "color": "Red" },
|
|
|
+ "bombirdier": {
|
|
|
+ "num": 962,
|
|
|
+ "name": "Bombirdier",
|
|
|
+ "types": ["Flying", "Dark"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "finizen": { "num": 963, "name": "Finizen", "types": ["Water"], "color": "Blue" },
|
|
|
+ "palafin": {
|
|
|
+ "num": 964,
|
|
|
+ "name": "Palafin",
|
|
|
+ "baseForme": "Zero",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue",
|
|
|
+ "otherFormes": ["Palafin-Hero"]
|
|
|
+ },
|
|
|
+ "palafinhero": {
|
|
|
+ "num": 964,
|
|
|
+ "name": "Palafin-Hero",
|
|
|
+ "baseSpecies": "Palafin",
|
|
|
+ "forme": "Hero",
|
|
|
+ "types": ["Water"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "varoom": {
|
|
|
+ "num": 965,
|
|
|
+ "name": "Varoom",
|
|
|
+ "types": ["Steel", "Poison"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "revavroom": {
|
|
|
+ "num": 966,
|
|
|
+ "name": "Revavroom",
|
|
|
+ "types": ["Steel", "Poison"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "cyclizar": {
|
|
|
+ "num": 967,
|
|
|
+ "name": "Cyclizar",
|
|
|
+ "types": ["Dragon", "Normal"],
|
|
|
+ "color": "Green"
|
|
|
+ },
|
|
|
+ "orthworm": { "num": 968, "name": "Orthworm", "types": ["Steel"], "color": "Pink" },
|
|
|
+ "glimmet": {
|
|
|
+ "num": 969,
|
|
|
+ "name": "Glimmet",
|
|
|
+ "types": ["Rock", "Poison"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "glimmora": {
|
|
|
+ "num": 970,
|
|
|
+ "name": "Glimmora",
|
|
|
+ "types": ["Rock", "Poison"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "greavard": { "num": 971, "name": "Greavard", "types": ["Ghost"], "color": "White" },
|
|
|
+ "houndstone": {
|
|
|
+ "num": 972,
|
|
|
+ "name": "Houndstone",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "White"
|
|
|
+ },
|
|
|
+ "flamigo": {
|
|
|
+ "num": 973,
|
|
|
+ "name": "Flamigo",
|
|
|
+ "types": ["Flying", "Fighting"],
|
|
|
+ "color": "Pink"
|
|
|
+ },
|
|
|
+ "cetoddle": { "num": 974, "name": "Cetoddle", "types": ["Ice"], "color": "White" },
|
|
|
+ "cetitan": { "num": 975, "name": "Cetitan", "types": ["Ice"], "color": "White" },
|
|
|
+ "veluza": {
|
|
|
+ "num": 976,
|
|
|
+ "name": "Veluza",
|
|
|
+ "types": ["Water", "Psychic"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "dondozo": { "num": 977, "name": "Dondozo", "types": ["Water"], "color": "Blue" },
|
|
|
+ "tatsugiri": {
|
|
|
+ "num": 978,
|
|
|
+ "name": "Tatsugiri",
|
|
|
+ "baseForme": "Curly",
|
|
|
+ "types": ["Dragon", "Water"],
|
|
|
+ "color": "Pink",
|
|
|
+ "cosmeticFormes": ["Tatsugiri-Droopy", "Tatsugiri-Stretchy"]
|
|
|
+ },
|
|
|
+ "annihilape": {
|
|
|
+ "num": 979,
|
|
|
+ "name": "Annihilape",
|
|
|
+ "types": ["Fighting", "Ghost"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "clodsire": {
|
|
|
+ "num": 980,
|
|
|
+ "name": "Clodsire",
|
|
|
+ "types": ["Poison", "Ground"],
|
|
|
+ "color": "Brown"
|
|
|
+ },
|
|
|
+ "farigiraf": {
|
|
|
+ "num": 981,
|
|
|
+ "name": "Farigiraf",
|
|
|
+ "types": ["Normal", "Psychic"],
|
|
|
+ "color": "Brown",
|
|
|
+ "evoMove": "Twin Beam"
|
|
|
+ },
|
|
|
+ "dudunsparce": {
|
|
|
+ "num": 982,
|
|
|
+ "name": "Dudunsparce",
|
|
|
+ "baseForme": "Two-Segment",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "evoMove": "Hyper Drill",
|
|
|
+ "otherFormes": ["Dudunsparce-Three-Segment"]
|
|
|
+ },
|
|
|
+ "dudunsparcethreesegment": {
|
|
|
+ "num": 982,
|
|
|
+ "name": "Dudunsparce-Three-Segment",
|
|
|
+ "baseSpecies": "Dudunsparce",
|
|
|
+ "forme": "Three-Segment",
|
|
|
+ "types": ["Normal"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "evoMove": "Hyper Drill"
|
|
|
+ },
|
|
|
+ "kingambit": {
|
|
|
+ "num": 983,
|
|
|
+ "name": "Kingambit",
|
|
|
+ "types": ["Dark", "Steel"],
|
|
|
+ "color": "Black"
|
|
|
+ },
|
|
|
+ "greattusk": {
|
|
|
+ "num": 984,
|
|
|
+ "name": "Great Tusk",
|
|
|
+ "types": ["Ground", "Fighting"],
|
|
|
+ "color": "Purple",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "screamtail": {
|
|
|
+ "num": 985,
|
|
|
+ "name": "Scream Tail",
|
|
|
+ "types": ["Fairy", "Psychic"],
|
|
|
+ "color": "Pink",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "brutebonnet": {
|
|
|
+ "num": 986,
|
|
|
+ "name": "Brute Bonnet",
|
|
|
+ "types": ["Grass", "Dark"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "fluttermane": {
|
|
|
+ "num": 987,
|
|
|
+ "name": "Flutter Mane",
|
|
|
+ "types": ["Ghost", "Fairy"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "slitherwing": {
|
|
|
+ "num": 988,
|
|
|
+ "name": "Slither Wing",
|
|
|
+ "types": ["Bug", "Fighting"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "sandyshocks": {
|
|
|
+ "num": 989,
|
|
|
+ "name": "Sandy Shocks",
|
|
|
+ "types": ["Electric", "Ground"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "irontreads": {
|
|
|
+ "num": 990,
|
|
|
+ "name": "Iron Treads",
|
|
|
+ "types": ["Ground", "Steel"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "ironbundle": {
|
|
|
+ "num": 991,
|
|
|
+ "name": "Iron Bundle",
|
|
|
+ "types": ["Ice", "Water"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "ironhands": {
|
|
|
+ "num": 992,
|
|
|
+ "name": "Iron Hands",
|
|
|
+ "types": ["Fighting", "Electric"],
|
|
|
+ "color": "Gray",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "ironjugulis": {
|
|
|
+ "num": 993,
|
|
|
+ "name": "Iron Jugulis",
|
|
|
+ "types": ["Dark", "Flying"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "ironmoth": {
|
|
|
+ "num": 994,
|
|
|
+ "name": "Iron Moth",
|
|
|
+ "types": ["Fire", "Poison"],
|
|
|
+ "color": "Yellow",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "ironthorns": {
|
|
|
+ "num": 995,
|
|
|
+ "name": "Iron Thorns",
|
|
|
+ "types": ["Rock", "Electric"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "frigibax": {
|
|
|
+ "num": 996,
|
|
|
+ "name": "Frigibax",
|
|
|
+ "types": ["Dragon", "Ice"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "arctibax": {
|
|
|
+ "num": 997,
|
|
|
+ "name": "Arctibax",
|
|
|
+ "types": ["Dragon", "Ice"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "baxcalibur": {
|
|
|
+ "num": 998,
|
|
|
+ "name": "Baxcalibur",
|
|
|
+ "types": ["Dragon", "Ice"],
|
|
|
+ "color": "Gray"
|
|
|
+ },
|
|
|
+ "gimmighoul": {
|
|
|
+ "num": 999,
|
|
|
+ "name": "Gimmighoul",
|
|
|
+ "baseForme": "Chest",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Brown",
|
|
|
+ "otherFormes": ["Gimmighoul-Roaming"]
|
|
|
+ },
|
|
|
+ "gimmighoulroaming": {
|
|
|
+ "num": 999,
|
|
|
+ "name": "Gimmighoul-Roaming",
|
|
|
+ "baseSpecies": "Gimmighoul",
|
|
|
+ "forme": "Roaming",
|
|
|
+ "types": ["Ghost"],
|
|
|
+ "color": "Blue"
|
|
|
+ },
|
|
|
+ "gholdengo": {
|
|
|
+ "num": 1000,
|
|
|
+ "name": "Gholdengo",
|
|
|
+ "types": ["Steel", "Ghost"],
|
|
|
+ "color": "Yellow"
|
|
|
+ },
|
|
|
+ "wochien": {
|
|
|
+ "num": 1001,
|
|
|
+ "name": "Wo-Chien",
|
|
|
+ "types": ["Dark", "Grass"],
|
|
|
+ "color": "Brown",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "chienpao": {
|
|
|
+ "num": 1002,
|
|
|
+ "name": "Chien-Pao",
|
|
|
+ "types": ["Dark", "Ice"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "tinglu": {
|
|
|
+ "num": 1003,
|
|
|
+ "name": "Ting-Lu",
|
|
|
+ "types": ["Dark", "Ground"],
|
|
|
+ "color": "Brown",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "chiyu": {
|
|
|
+ "num": 1004,
|
|
|
+ "name": "Chi-Yu",
|
|
|
+ "types": ["Dark", "Fire"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Sub-Legendary"]
|
|
|
+ },
|
|
|
+ "roaringmoon": {
|
|
|
+ "num": 1005,
|
|
|
+ "name": "Roaring Moon",
|
|
|
+ "types": ["Dragon", "Dark"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "ironvaliant": {
|
|
|
+ "num": 1006,
|
|
|
+ "name": "Iron Valiant",
|
|
|
+ "types": ["Fairy", "Fighting"],
|
|
|
+ "color": "White",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "koraidon": {
|
|
|
+ "num": 1007,
|
|
|
+ "name": "Koraidon",
|
|
|
+ "types": ["Fighting", "Dragon"],
|
|
|
+ "color": "Red",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "miraidon": {
|
|
|
+ "num": 1008,
|
|
|
+ "name": "Miraidon",
|
|
|
+ "types": ["Electric", "Dragon"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Restricted Legendary"]
|
|
|
+ },
|
|
|
+ "walkingwake": {
|
|
|
+ "num": 1009,
|
|
|
+ "name": "Walking Wake",
|
|
|
+ "types": ["Water", "Dragon"],
|
|
|
+ "color": "Blue",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ },
|
|
|
+ "ironleaves": {
|
|
|
+ "num": 1010,
|
|
|
+ "name": "Iron Leaves",
|
|
|
+ "types": ["Grass", "Psychic"],
|
|
|
+ "color": "Green",
|
|
|
+ "tags": ["Paradox"]
|
|
|
+ }
|
|
|
+}
|