Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'use strict';
- exports.BattlePokedex = {
- "nimbleaf": {
- num: 1,
- species: "Nimbleaf",
- types: ["Grass"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 42, atk: 53, def: 40, spa: 63, spd: 40, spe: 70},
- abilities: {0: "Overgrow", 1: "Thick Fat"},
- heightm: 0.5,
- weightkg: 5.0,
- color: "N/A",
- evos: ["parsleaf"],
- eggGroups: ["Grass", "Monster"],
- },
- "parsleaf": {
- num: 2,
- species: "Parsleaf",
- types: ["Grass"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 56, atk: 70, def: 52, spa: 80, spd: 52, spe: 95},
- abilities: {0: "Overgrow", 1: "Thick Fat"},
- heightm: 0.9,
- weightkg: 24.7,
- color: "N/A",
- prevo: "nimbleaf",
- evos: ["caudaleaf"],
- evoLevel: 16,
- eggGroups: ["Grass", "Monster"],
- },
- "caudaleaf": {
- num: 3,
- species: "Caudaleaf",
- types: ["Grass", "Flying"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 76, atk: 91, def: 75, spa: 103, spd: 75, spe: 115},
- abilities: {0: "Overgrow", 1: "Thick Fat"},
- heightm: 1.9,
- weightkg: 50.0,
- color: "N/A",
- prevo: "parsleaf",
- evoLevel: 34,
- eggGroups: ["Grass", "Monster"],
- },
- "peyero": {
- num: 4,
- species: "Peyero",
- types: ["Fire"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 40, atk: 41, def: 70, spa: 41, spd: 70, spe: 51},
- abilities: {0: "Blaze", 1: "Clear Body"},
- heightm: 0.4,
- weightkg: 10.4,
- color: "N/A",
- evos: ["infiris"],
- eggGroups: ["Mineral"],
- },
- "infiris": {
- num: 5,
- species: "Infiris",
- types: ["Fire", "Steel"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 55, atk: 58, def: 85, spa: 59, spd: 83, spe: 65},
- abilities: {0: "Blaze", 1: "Clear Body"},
- heightm: 1.0,
- weightkg: 43.5,
- color: "N/A",
- prevo: "peyero",
- evos: ["astignite"],
- evoLevel: 18,
- eggGroups: ["Mineral"],
- },
- "astignite": {
- num: 6,
- species: "Astignite",
- types: ["Fire", "Steel"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 70, atk: 78, def: 112, spa: 82, spd: 108, spe: 80},
- abilities: {0: "Blaze", 1: "Clear Body"},
- heightm: 1.7,
- weightkg: 87.5,
- color: "N/A",
- prevo: "infiris",
- evoLevel: 32,
- eggGroups: ["Mineral"],
- },
- "liquiput": {
- num: 7,
- species: "Liquiput",
- types: ["Water"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 60, atk: 47, def: 48, spa: 65, spd: 58, spe: 40},
- abilities: {0: "Torrent", 1: "Liquid Ooze"},
- heightm: 0.6,
- weightkg: 6.5,
- color: "N/A",
- evos: ["hydrush"],
- eggGroups: ["Water 1", "Amorphous"],
- },
- "hydrush": {
- num: 8,
- species: "Hydrush",
- types: ["Water"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 75, atk: 60, def: 63, spa: 85, spd: 72, spe: 50},
- abilities: {0: "Torrent", 1: "Liquid Ooze"},
- heightm: 0.9,
- weightkg: 14.7,
- color: "N/A",
- prevo: "liquiput",
- evos: ["correncid"],
- evoLevel: 14,
- eggGroups: ["Water 1", "Amorphous"],
- },
- "correncid": {
- num: 9,
- species: "Correncid",
- types: ["Water", "Poison"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 100, atk: 80, def: 85, spa: 110, spd: 90, spe: 60},
- abilities: {0: "Torrent", 1: "Liquid Ooze"},
- heightm: 1.4,
- weightkg: 35.0,
- color: "N/A",
- prevo: "hydrush",
- evoLevel: 36,
- eggGroups: ["Water 1", "Amorphous"],
- },
- "taillow": {
- num: 10,
- species: "Taillow",
- types: ["Normal", "Flying"],
- baseStats: {hp: 40, atk: 55, def: 30, spa: 30, spd: 30, spe: 85},
- abilities: {0: "Guts"},
- heightm: 0.3,
- weightkg: 2.3,
- color: "N/A",
- evos: ["swellow"],
- eggGroups: ["Flying"],
- },
- "swellow": {
- num: 11,
- species: "Swellow",
- types: ["Normal", "Flying"],
- baseStats: {hp: 60, atk: 85, def: 60, spa: 50, spd: 50, spe: 125},
- abilities: {0: "Guts"},
- heightm: 0.7,
- weightkg: 19.8,
- color: "N/A",
- prevo: "taillow",
- evoLevel: 22,
- eggGroups: ["Flying"],
- },
- "riolu": {
- num: 12,
- species: "Riolu",
- types: ["Fighting"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 40, atk: 70, def: 40, spa: 35, spd: 40, spe: 60},
- abilities: {0: "Guts", 1: "Inner Focus"},
- heightm: 0.7,
- weightkg: 20.2,
- color: "N/A",
- evos: ["lucario"],
- eggGroups: ["Undiscovered"],
- },
- "lucario": {
- num: 13,
- species: "Lucario",
- types: ["Fighting", "Steel"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 70, atk: 110, def: 70, spa: 115, spd: 70, spe: 90},
- abilities: {0: "Guts", 1: "Inner Focus"},
- heightm: 1.2,
- weightkg: 54.0,
- color: "N/A",
- prevo: "riolu",
- evoLevel: 1,
- eggGroups: ["Field", "Human-Like"],
- },
- "houndour": {
- num: 14,
- species: "Houndour",
- types: ["Dark", "Fire"],
- baseStats: {hp: 45, atk: 60, def: 30, spa: 80, spd: 50, spe: 65},
- abilities: {0: "Early Bird", 1: "Flash Fire"},
- heightm: 0.6,
- weightkg: 10.8,
- color: "N/A",
- evos: ["houndoom"],
- eggGroups: ["Field"],
- },
- "houndoom": {
- num: 15,
- species: "Houndoom",
- types: ["Dark", "Fire"],
- baseStats: {hp: 75, atk: 90, def: 50, spa: 110, spd: 80, spe: 95},
- abilities: {0: "Early Bird", 1: "Flash Fire"},
- heightm: 1.4,
- weightkg: 35.0,
- color: "N/A",
- prevo: "houndour",
- evoLevel: 24,
- eggGroups: ["Field"],
- },
- "diglett": {
- num: 16,
- species: "Diglett",
- types: ["Ground"],
- baseStats: {hp: 10, atk: 55, def: 25, spa: 35, spd: 45, spe: 95},
- abilities: {0: "Arena Trap", 1: "Sand Veil"},
- heightm: 0.2,
- weightkg: 0.8,
- color: "N/A",
- evos: ["dugtrio"],
- eggGroups: ["Field"],
- },
- "dugtrio": {
- num: 17,
- species: "Dugtrio",
- types: ["Ground"],
- baseStats: {hp: 35, atk: 80, def: 50, spa: 50, spd: 70, spe: 120},
- abilities: {0: "Arena Trap", 1: "Sand Veil"},
- heightm: 0.7,
- weightkg: 33.3,
- color: "N/A",
- prevo: "diglett",
- evoLevel: 26,
- eggGroups: ["Field"],
- },
- "togepi": {
- num: 18,
- species: "Togepi",
- types: ["Normal"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 35, atk: 20, def: 65, spa: 40, spd: 65, spe: 20},
- abilities: {0: "Serene Grace", 1: "Hustle"},
- heightm: 0.3,
- weightkg: 1.5,
- color: "N/A",
- evos: ["togetic"],
- eggGroups: ["Undiscovered"],
- },
- "togetic": {
- num: 19,
- species: "Togetic",
- types: ["Normal", "Flying"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 55, atk: 40, def: 85, spa: 80, spd: 105, spe: 40},
- abilities: {0: "Serene Grace", 1: "Hustle"},
- heightm: 0.6,
- weightkg: 3.2,
- color: "N/A",
- prevo: "togepi",
- evos: ["togekiss"],
- evoLevel: 1,
- eggGroups: ["Flying", "Fairy"],
- },
- "togekiss": {
- num: 20,
- species: "Togekiss",
- types: ["Normal", "Flying"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 85, atk: 50, def: 95, spa: 120, spd: 115, spe: 80},
- abilities: {0: "Serene Grace", 1: "Hustle"},
- heightm: 1.5,
- weightkg: 38.0,
- color: "N/A",
- prevo: "togetic",
- evoLevel: 1,
- eggGroups: ["Flying", "Fairy"],
- },
- "glachild": {
- num: 21,
- species: "Glachild",
- types: ["Ice"],
- gender: "F",
- baseStats: {hp: 45, atk: 30, def: 35, spa: 65, spd: 50, spe: 55},
- abilities: {0: "Clear Body", 1: "Inner Focus"},
- heightm: 0.3,
- weightkg: 2.5,
- color: "N/A",
- evos: ["maidawn"],
- eggGroups: ["Fairy", "Human-Like"],
- },
- "maidawn": {
- num: 22,
- species: "Maidawn",
- types: ["Ice"],
- gender: "F",
- baseStats: {hp: 60, atk: 50, def: 55, spa: 95, spd: 65, spe: 70},
- abilities: {0: "Clear Body", 1: "Inner Focus"},
- heightm: 1.0,
- weightkg: 22.2,
- color: "N/A",
- prevo: "glachild",
- evos: ["aurostice"],
- evoLevel: 20,
- eggGroups: ["Fairy", "Human-Like"],
- },
- "aurostice": {
- num: 23,
- species: "Aurostice",
- types: ["Ice"],
- gender: "F",
- baseStats: {hp: 80, atk: 70, def: 75, spa: 120, spd: 85, spe: 100},
- abilities: {0: "Clear Body", 1: "Inner Focus"},
- heightm: 1.4,
- weightkg: 39.5,
- color: "N/A",
- prevo: "maidawn",
- evoLevel: 30,
- eggGroups: ["Fairy", "Human-Like"],
- },
- "pichu": {
- num: 24,
- species: "Pichu",
- types: ["Electric"],
- baseStats: {hp: 20, atk: 40, def: 15, spa: 35, spd: 35, spe: 60},
- abilities: {0: "Static", 1: "Lightning Rod"},
- heightm: 0.3,
- weightkg: 2.0,
- color: "N/A",
- evos: ["pikachu"],
- eggGroups: ["Undiscovered"],
- },
- "pikachu": {
- num: 25,
- species: "Pikachu",
- types: ["Electric"],
- baseStats: {hp: 35, atk: 55, def: 30, spa: 50, spd: 40, spe: 90},
- abilities: {0: "Static", 1: "Lightning Rod"},
- heightm: 0.4,
- weightkg: 6.0,
- color: "N/A",
- prevo: "pichu",
- evos: ["raichu", "machu"],
- evoLevel: 1,
- eggGroups: ["Field", "Fairy"],
- },
- "raichu": {
- num: 26,
- species: "Raichu",
- types: ["Electric"],
- baseStats: {hp: 60, atk: 90, def: 55, spa: 90, spd: 80, spe: 100},
- abilities: {0: "Static", 1: "Lightning Rod"},
- heightm: 0.8,
- weightkg: 30.0,
- color: "N/A",
- prevo: "pikachu",
- evoLevel: 1,
- eggGroups: ["Field", "Fairy"],
- },
- "machu": {
- num: 27,
- species: "Machu",
- types: ["Electric", "Fighting"],
- baseStats: {hp: 85, atk: 130, def: 80, spa: 50, spd: 40, spe: 90},
- abilities: {0: "Static", 1: "Cute Charm"},
- heightm: 1.3,
- weightkg: 69.8,
- color: "N/A",
- prevo: "pikachu",
- evoLevel: 1,
- eggGroups: ["Human-Like", "Fairy"],
- },
- "skarmory": {
- num: 28,
- species: "Skarmory",
- types: ["Steel", "Flying"],
- baseStats: {hp: 65, atk: 80, def: 140, spa: 40, spd: 70, spe: 70},
- abilities: {0: "Sturdy", 1: "Keen Eye"},
- heightm: 1.7,
- weightkg: 50.5,
- color: "N/A",
- eggGroups: ["Flying"],
- },
- "nidoranf": {
- num: 29,
- species: "Nidoran-F",
- types: ["Poison"],
- gender: "F",
- baseStats: {hp: 55, atk: 47, def: 52, spa: 40, spd: 40, spe: 41},
- abilities: {0: "Poison Point", 1: "Hustle"},
- heightm: 0.4,
- weightkg: 7.0,
- color: "N/A",
- evos: ["nidorina"],
- eggGroups: ["Monster", "Field"],
- },
- "nidorina": {
- num: 30,
- species: "Nidorina",
- types: ["Poison"],
- gender: "F",
- baseStats: {hp: 70, atk: 62, def: 67, spa: 55, spd: 55, spe: 56},
- abilities: {0: "Poison Point", 1: "Hustle"},
- heightm: 0.8,
- weightkg: 20.0,
- color: "N/A",
- prevo: "nidoranf",
- evos: ["nidoqueen"],
- evoLevel: 16,
- eggGroups: ["Undiscovered"],
- },
- "nidoqueen": {
- num: 31,
- species: "Nidoqueen",
- types: ["Poison", "Ground"],
- gender: "F",
- baseStats: {hp: 90, atk: 82, def: 87, spa: 75, spd: 85, spe: 76},
- abilities: {0: "Poison Point", 1: "Hustle"},
- heightm: 1.3,
- weightkg: 60.0,
- color: "N/A",
- prevo: "nidorina",
- evoLevel: 16,
- eggGroups: ["Undiscovered"],
- },
- "nidoranm": {
- num: 32,
- species: "Nidoran-M",
- types: ["Poison"],
- gender: "M",
- baseStats: {hp: 46, atk: 57, def: 40, spa: 40, spd: 40, spe: 50},
- abilities: {0: "Poison Point", 1: "Hustle"},
- heightm: 0.5,
- weightkg: 9.0,
- color: "N/A",
- evos: ["nidorino"],
- eggGroups: ["Monster", "Field"],
- },
- "nidorino": {
- num: 33,
- species: "Nidorino",
- types: ["Poison"],
- gender: "M",
- baseStats: {hp: 61, atk: 72, def: 57, spa: 55, spd: 55, spe: 65},
- abilities: {0: "Poison Point", 1: "Hustle"},
- heightm: 0.9,
- weightkg: 19.5,
- color: "N/A",
- prevo: "nidoranm",
- evos: ["nidoking"],
- evoLevel: 16,
- eggGroups: ["Monster", "Field"],
- },
- "nidoking": {
- num: 34,
- species: "Nidoking",
- types: ["Poison", "Ground"],
- gender: "M",
- baseStats: {hp: 81, atk: 92, def: 77, spa: 85, spd: 75, spe: 85},
- abilities: {0: "Poison Point", 1: "Hustle"},
- heightm: 1.4,
- weightkg: 62.0,
- color: "N/A",
- prevo: "nidorino",
- evoLevel: 16,
- eggGroups: ["Monster", "Field"],
- },
- "buizel": {
- num: 35,
- species: "Buizel",
- types: ["Water"],
- baseStats: {hp: 55, atk: 65, def: 35, spa: 60, spd: 30, spe: 85},
- abilities: {0: "Swift Swim"},
- heightm: 0.7,
- weightkg: 29.5,
- color: "N/A",
- evos: ["floatzel"],
- eggGroups: ["Water 1", "Field"],
- },
- "floatzel": {
- num: 36,
- species: "Floatzel",
- types: ["Water"],
- baseStats: {hp: 85, atk: 105, def: 55, spa: 85, spd: 50, spe: 115},
- abilities: {0: "Swift Swim"},
- heightm: 1.1,
- weightkg: 33.5,
- color: "N/A",
- prevo: "buizel",
- evoLevel: 26,
- eggGroups: ["Water 1", "Field"],
- },
- "jamberree": {
- num: 37,
- species: "Jamberree",
- types: ["Grass"],
- baseStats: {hp: 40, atk: 25, def: 38, spa: 60, spd: 42, spe: 65},
- abilities: {0: "Chlorophyll"},
- heightm: 0.5,
- weightkg: 4.2,
- color: "N/A",
- evos: ["strawna"],
- eggGroups: ["Fairy", "Grass"],
- },
- "strawna": {
- num: 38,
- species: "Strawna",
- types: ["Grass"],
- baseStats: {hp: 75, atk: 30, def: 58, spa: 120, spd: 62, spe: 105},
- abilities: {0: "Chlorophyll"},
- heightm: 0.7,
- weightkg: 11.0,
- color: "N/A",
- prevo: "jamberree",
- evoLevel: 25,
- eggGroups: ["Fairy", "Grass"],
- },
- "pineco": {
- num: 39,
- species: "Pineco",
- types: ["Bug"],
- baseStats: {hp: 50, atk: 65, def: 90, spa: 35, spd: 35, spe: 15},
- abilities: {0: "Sturdy"},
- heightm: 0.6,
- weightkg: 7.2,
- color: "N/A",
- evos: ["forretress"],
- eggGroups: ["Bug"],
- },
- "forretress": {
- num: 40,
- species: "Forretress",
- types: ["Bug", "Steel"],
- baseStats: {hp: 75, atk: 90, def: 140, spa: 60, spd: 60, spe: 40},
- abilities: {0: "Sturdy"},
- heightm: 1.2,
- weightkg: 125.8,
- color: "N/A",
- prevo: "pineco",
- evoLevel: 31,
- eggGroups: ["Bug"],
- },
- "shellder": {
- num: 41,
- species: "Shellder",
- types: ["Water"],
- baseStats: {hp: 30, atk: 65, def: 100, spa: 45, spd: 25, spe: 40},
- abilities: {0: "Shell Armor"},
- heightm: 0.3,
- weightkg: 4.0,
- color: "N/A",
- evos: ["cloyster"],
- eggGroups: ["Water 3"],
- },
- "cloyster": {
- num: 42,
- species: "Cloyster",
- types: ["Water", "Ice"],
- baseStats: {hp: 50, atk: 95, def: 180, spa: 85, spd: 45, spe: 70},
- abilities: {0: "Shell Armor"},
- heightm: 1.5,
- weightkg: 132.5,
- color: "N/A",
- prevo: "shellder",
- evoLevel: 1,
- eggGroups: ["Water 3"],
- },
- "psycolt": {
- num: 43,
- species: "Psycolt",
- types: ["Psychic"],
- baseStats: {hp: 55, atk: 70, def: 45, spa: 75, spd: 40, spe: 65},
- abilities: {0: "Run Away", 1: "Early Bird"},
- heightm: 0.8,
- weightkg: 25.5,
- color: "N/A",
- evos: ["kinegasus", "yunesis"],
- eggGroups: ["Fairy", "Field"],
- },
- "kinegasus": {
- num: 44,
- species: "Kinegasus",
- types: ["Psychic", "Flying"],
- baseStats: {hp: 90, atk: 84, def: 69, spa: 109, spd: 71, spe: 72},
- abilities: {0: "Run Away", 1: "Natural Cure"},
- heightm: 1.6,
- weightkg: 70.1,
- color: "N/A",
- prevo: "psycolt",
- evoLevel: 1,
- eggGroups: ["Fairy", "Field"],
- },
- "yunesis": {
- num: 45,
- species: "Yunesis",
- types: ["Psychic", "Steel"],
- baseStats: {hp: 70, atk: 104, def: 76, spa: 89, spd: 61, spe: 95},
- abilities: {0: "Intimidate", 1: "Immunity"},
- heightm: 1.8,
- weightkg: 102.3,
- color: "N/A",
- prevo: "psycolt",
- evoLevel: 1,
- eggGroups: ["Fairy", "Field"],
- },
- "tyrogue": {
- num: 46,
- species: "Tyrogue",
- types: ["Fighting"],
- gender: "M",
- baseStats: {hp: 35, atk: 35, def: 35, spa: 35, spd: 35, spe: 35},
- abilities: {0: "Guts", 1: "Vital Spirit"},
- heightm: 0.7,
- weightkg: 21.0,
- color: "N/A",
- evos: ["hitmonlee", "hitmonchan", "hitmontop"],
- eggGroups: ["Undiscovered"],
- },
- "hitmonlee": {
- num: 47,
- species: "Hitmonlee",
- types: ["Fighting"],
- gender: "M",
- baseStats: {hp: 50, atk: 120, def: 53, spa: 35, spd: 110, spe: 87},
- abilities: {0: "Limber", 1: "Vital Spirit"},
- heightm: 1.5,
- weightkg: 49.8,
- color: "N/A",
- prevo: "tyrogue",
- evoLevel: 20,
- eggGroups: ["Human-Like"],
- },
- "hitmonchan": {
- num: 48,
- species: "Hitmonchan",
- types: ["Fighting"],
- gender: "M",
- baseStats: {hp: 50, atk: 105, def: 79, spa: 35, spd: 110, spe: 76},
- abilities: {0: "Keen Eye", 1: "Vital Spirit"},
- heightm: 1.4,
- weightkg: 50.2,
- color: "N/A",
- prevo: "tyrogue",
- evoLevel: 20,
- eggGroups: ["Human-Like"],
- },
- "hitmontop": {
- num: 49,
- species: "Hitmontop",
- types: ["Fighting"],
- gender: "M",
- baseStats: {hp: 50, atk: 95, def: 95, spa: 35, spd: 110, spe: 70},
- abilities: {0: "Intimidate", 1: "Vital Spirit"},
- heightm: 1.4,
- weightkg: 48.0,
- color: "N/A",
- prevo: "tyrogue",
- evoLevel: 20,
- eggGroups: ["Human-Like"],
- },
- "rynos": {
- num: 50,
- species: "Rynos",
- types: ["Ground"],
- baseStats: {hp: 60, atk: 60, def: 71, spa: 50, spd: 55, spe: 29},
- abilities: {0: "Intimidate", 1: "Lightning Rod"},
- heightm: 1.5,
- weightkg: 76.2,
- color: "N/A",
- evos: ["feroceros"],
- eggGroups: ["Field"],
- },
- "feroceros": {
- num: 51,
- species: "Feroceros",
- types: ["Steel", "Ground"],
- baseStats: {hp: 85, atk: 100, def: 111, spa: 75, spd: 80, spe: 39},
- abilities: {0: "Intimidate", 1: "Lightning Rod"},
- heightm: 1.9,
- weightkg: 188.8,
- color: "N/A",
- prevo: "rynos",
- evoLevel: 40,
- eggGroups: ["Field"],
- },
- "absol": {
- num: 52,
- species: "Absol",
- types: ["Dark"],
- baseStats: {hp: 65, atk: 130, def: 60, spa: 75, spd: 60, spe: 75},
- abilities: {0: "Pressure"},
- heightm: 1.2,
- weightkg: 47.0,
- color: "N/A",
- evos: ["dizasol"],
- eggGroups: ["Field"],
- },
- "dizasol": {
- num: 53,
- species: "Dizasol",
- types: ["Dark"],
- baseStats: {hp: 70, atk: 135, def: 70, spa: 115, spd: 80, spe: 85},
- abilities: {0: "Pressure"},
- heightm: 1.5,
- weightkg: 59.0,
- color: "N/A",
- prevo: "absol",
- evoLevel: 30,
- eggGroups: ["Field"],
- },
- "girafarig": {
- num: 54,
- species: "Girafarig",
- types: ["Normal", "Psychic"],
- baseStats: {hp: 70, atk: 80, def: 65, spa: 90, spd: 65, spe: 85},
- abilities: {0: "Inner Focus", 1: "Early Bird"},
- heightm: 1.5,
- weightkg: 41.5,
- color: "N/A",
- evos: ["folifarig"],
- eggGroups: ["Field"],
- },
- "folifarig": {
- num: 55,
- species: "Folifarig",
- types: ["Normal", "Psychic"],
- baseStats: {hp: 80, atk: 85, def: 75, spa: 130, spd: 85, spe: 95},
- abilities: {0: "Inner Focus", 1: "Early Bird"},
- heightm: 1.7,
- weightkg: 51.2,
- color: "N/A",
- prevo: "girafarig",
- evoLevel: 30,
- eggGroups: ["Field"],
- },
- "willisp": {
- num: 56,
- species: "Willisp",
- types: ["Fire"],
- baseStats: {hp: 60, atk: 40, def: 45, spa: 60, spd: 70, spe: 55},
- abilities: {0: "Levitate", 1: "Flame Body"},
- heightm: 0.2,
- weightkg: 0.1,
- color: "N/A",
- evos: ["phantisp"],
- eggGroups: ["Fairy", "Amorphous"],
- },
- "phantisp": {
- num: 57,
- species: "Phantisp",
- types: ["Fire"],
- baseStats: {hp: 85, atk: 55, def: 65, spa: 95, spd: 115, spe: 80},
- abilities: {0: "Levitate", 1: "Flash Fire"},
- heightm: 0.7,
- weightkg: 0.5,
- color: "N/A",
- prevo: "willisp",
- evoLevel: 1,
- eggGroups: ["Fairy", "Amorphous"],
- },
- "magnemite": {
- num: 58,
- species: "Magnemite",
- types: ["Electric", "Steel"],
- gender: "N",
- baseStats: {hp: 25, atk: 35, def: 70, spa: 95, spd: 55, spe: 45},
- abilities: {0: "Magnet Pull", 1: "Sturdy"},
- heightm: 0.3,
- weightkg: 6.0,
- color: "N/A",
- evos: ["magneton"],
- eggGroups: ["Mineral"],
- },
- "magneton": {
- num: 59,
- species: "Magneton",
- types: ["Electric", "Steel"],
- gender: "N",
- baseStats: {hp: 50, atk: 60, def: 95, spa: 120, spd: 70, spe: 70},
- abilities: {0: "Magnet Pull", 1: "Sturdy"},
- heightm: 1.0,
- weightkg: 60.0,
- color: "N/A",
- prevo: "magnemite",
- evos: ["magnezone"],
- evoLevel: 30,
- eggGroups: ["Mineral"],
- },
- "magnezone": {
- num: 60,
- species: "Magnezone",
- types: ["Electric", "Steel"],
- gender: "N",
- baseStats: {hp: 70, atk: 70, def: 115, spa: 130, spd: 90, spe: 60},
- abilities: {0: "Magnet Pull", 1: "Sturdy"},
- heightm: 1.2,
- weightkg: 180.0,
- color: "N/A",
- prevo: "magneton",
- evoLevel: 30,
- eggGroups: ["Mineral"],
- },
- "staryu": {
- num: 61,
- species: "Staryu",
- types: ["Water"],
- gender: "N",
- baseStats: {hp: 30, atk: 45, def: 55, spa: 70, spd: 55, spe: 85},
- abilities: {0: "Natural Cure", 1: "Illuminate"},
- heightm: 0.8,
- weightkg: 34.5,
- color: "N/A",
- evos: ["starmie"],
- eggGroups: ["Water 3"],
- },
- "starmie": {
- num: 62,
- species: "Starmie",
- types: ["Water", "Psychic"],
- gender: "N",
- baseStats: {hp: 60, atk: 75, def: 85, spa: 100, spd: 85, spe: 115},
- abilities: {0: "Natural Cure", 1: "Illuminate"},
- heightm: 1.1,
- weightkg: 80.0,
- color: "N/A",
- prevo: "staryu",
- evoLevel: 1,
- eggGroups: ["Water 3"],
- },
- "gastly": {
- num: 63,
- species: "Gastly",
- types: ["Ghost", "Poison"],
- baseStats: {hp: 30, atk: 35, def: 30, spa: 100, spd: 35, spe: 80},
- abilities: {0: "Levitate"},
- heightm: 1.3,
- weightkg: 0.1,
- color: "N/A",
- evos: ["haunter"],
- eggGroups: ["Amorphous"],
- },
- "haunter": {
- num: 64,
- species: "Haunter",
- types: ["Ghost", "Poison"],
- baseStats: {hp: 45, atk: 50, def: 45, spa: 115, spd: 55, spe: 95},
- abilities: {0: "Levitate"},
- heightm: 1.6,
- weightkg: 0.1,
- color: "N/A",
- prevo: "gastly",
- evos: ["gengar"],
- evoLevel: 25,
- eggGroups: ["Amorphous"],
- },
- "gengar": {
- num: 65,
- species: "Gengar",
- types: ["Ghost", "Poison"],
- baseStats: {hp: 60, atk: 65, def: 60, spa: 130, spd: 75, spe: 110},
- abilities: {0: "Levitate"},
- heightm: 1.5,
- weightkg: 40.5,
- color: "N/A",
- prevo: "haunter",
- evoLevel: 38,
- eggGroups: ["Amorphous"],
- },
- "exeggcute": {
- num: 66,
- species: "Exeggcute",
- types: ["Grass", "Psychic"],
- baseStats: {hp: 60, atk: 40, def: 80, spa: 60, spd: 45, spe: 40},
- abilities: {0: "Chlorophyll"},
- heightm: 0.4,
- weightkg: 2.5,
- color: "N/A",
- evos: ["exeggutor"],
- eggGroups: ["Grass"],
- },
- "exeggutor": {
- num: 67,
- species: "Exeggutor",
- types: ["Grass", "Psychic"],
- baseStats: {hp: 95, atk: 95, def: 85, spa: 125, spd: 65, spe: 55},
- abilities: {0: "Chlorophyll"},
- heightm: 2.0,
- weightkg: 120.0,
- color: "N/A",
- prevo: "exeggcute",
- evoLevel: 1,
- eggGroups: ["Grass"],
- },
- "velvelt": {
- num: 68,
- species: "Velvelt",
- types: ["Normal"],
- baseStats: {hp: 60, atk: 70, def: 50, spa: 35, spd: 40, spe: 50},
- abilities: {0: "Intimidate", 1: "Inner Focus"},
- heightm: 0.5,
- weightkg: 6.2,
- color: "N/A",
- evos: ["grissly"],
- eggGroups: ["Field"],
- },
- "grissly": {
- num: 69,
- species: "Grissly",
- types: ["Normal", "Fighting"],
- baseStats: {hp: 95, atk: 120, def: 80, spa: 50, spd: 60, spe: 90},
- abilities: {0: "Intimidate", 1: "Inner Focus"},
- heightm: 1.7,
- weightkg: 117.4,
- color: "N/A",
- prevo: "velvelt",
- evoLevel: 35,
- eggGroups: ["Field"],
- },
- "hantama": {
- num: 70,
- species: "Hantama",
- types: ["Ghost", "Fighting"],
- genderRatio: {M: 0.25, F: 0.75},
- baseStats: {hp: 60, atk: 115, def: 70, spa: 65, spd: 50, spe: 95},
- abilities: {0: "Intimidate", 1: "Keen Eye"},
- heightm: 1.5,
- weightkg: 31.5,
- color: "N/A",
- eggGroups: ["Fairy", "Human-Like"],
- },
- "rhyhorn": {
- num: 71,
- species: "Rhyhorn",
- types: ["Ground", "Rock"],
- baseStats: {hp: 80, atk: 85, def: 95, spa: 30, spd: 30, spe: 25},
- abilities: {0: "Lightning Rod", 1: "Rock Head"},
- heightm: 1.0,
- weightkg: 115.0,
- color: "N/A",
- evos: ["rhydon"],
- eggGroups: ["Monster", "Field"],
- },
- "rhydon": {
- num: 72,
- species: "Rhydon",
- types: ["Ground", "Rock"],
- baseStats: {hp: 105, atk: 130, def: 120, spa: 45, spd: 45, spe: 40},
- abilities: {0: "Lightning Rod", 1: "Rock Head"},
- heightm: 1.9,
- weightkg: 120.0,
- color: "N/A",
- prevo: "rhyhorn",
- evos: ["rhyperior"],
- evoLevel: 42,
- eggGroups: ["Monster", "Field"],
- },
- "rhyperior": {
- num: 73,
- species: "Rhyperior",
- types: ["Ground", "Rock"],
- baseStats: {hp: 115, atk: 140, def: 130, spa: 55, spd: 55, spe: 40},
- abilities: {0: "Lightning Rod", 1: "Rock Head"},
- heightm: 2.4,
- weightkg: 282.8,
- color: "N/A",
- prevo: "rhydon",
- evoLevel: 42,
- eggGroups: ["Monster", "Field"],
- },
- "tropius": {
- num: 74,
- species: "Tropius",
- types: ["Grass", "Flying"],
- baseStats: {hp: 99, atk: 68, def: 83, spa: 72, spd: 87, spe: 51},
- abilities: {0: "Chlorophyll"},
- heightm: 2.0,
- weightkg: 100.0,
- color: "N/A",
- eggGroups: ["Monster", "Grass"],
- },
- "porygon": {
- num: 75,
- species: "Porygon",
- types: ["Normal"],
- gender: "N",
- baseStats: {hp: 65, atk: 60, def: 70, spa: 85, spd: 75, spe: 40},
- abilities: {0: "Trace"},
- heightm: 0.8,
- weightkg: 36.5,
- color: "N/A",
- evos: ["porygon2"],
- eggGroups: ["Mineral"],
- },
- "porygon2": {
- num: 76,
- species: "Porygon2",
- types: ["Normal"],
- gender: "N",
- baseStats: {hp: 85, atk: 80, def: 90, spa: 105, spd: 95, spe: 60},
- abilities: {0: "Trace"},
- heightm: 0.6,
- weightkg: 32.5,
- color: "N/A",
- prevo: "porygon",
- evos: ["porygonz"],
- evoLevel: 30,
- eggGroups: ["Mineral"],
- },
- "porygonz": {
- num: 77,
- species: "Porygon-Z",
- types: ["Normal"],
- gender: "N",
- baseStats: {hp: 85, atk: 80, def: 70, spa: 135, spd: 75, spe: 90},
- abilities: {0: "Trace"},
- heightm: 0.9,
- weightkg: 34.0,
- color: "N/A",
- prevo: "porygon2",
- evoLevel: 30,
- eggGroups: ["Mineral"],
- },
- "spheal": {
- num: 78,
- species: "Spheal",
- types: ["Ice", "Water"],
- baseStats: {hp: 70, atk: 40, def: 50, spa: 55, spd: 50, spe: 25},
- abilities: {0: "Thick Fat", 1: "Oblivious"},
- heightm: 0.8,
- weightkg: 39.5,
- color: "N/A",
- evos: ["sealeo"],
- eggGroups: ["Water 1", "Field"],
- },
- "sealeo": {
- num: 79,
- species: "Sealeo",
- types: ["Ice", "Water"],
- baseStats: {hp: 90, atk: 60, def: 70, spa: 75, spd: 70, spe: 45},
- abilities: {0: "Thick Fat", 1: "Oblivious"},
- heightm: 1.1,
- weightkg: 87.6,
- color: "N/A",
- prevo: "spheal",
- evos: ["walrein"],
- evoLevel: 32,
- eggGroups: ["Water 1", "Field"],
- },
- "walrein": {
- num: 80,
- species: "Walrein",
- types: ["Ice", "Water"],
- baseStats: {hp: 110, atk: 80, def: 90, spa: 95, spd: 90, spe: 65},
- abilities: {0: "Thick Fat", 1: "Oblivious"},
- heightm: 1.4,
- weightkg: 150.6,
- color: "N/A",
- prevo: "sealeo",
- evoLevel: 44,
- eggGroups: ["Water 1", "Field"],
- },
- "rollder": {
- num: 81,
- species: "Rollder",
- types: ["Rock", "Bug"],
- baseStats: {hp: 30, atk: 60, def: 70, spa: 40, spd: 55, spe: 60},
- abilities: {0: "Sturdy", 1: "Rock Head"},
- heightm: 0.4,
- weightkg: 10.6,
- color: "N/A",
- evos: ["rotillo"],
- eggGroups: ["Bug"],
- },
- "rotillo": {
- num: 82,
- species: "Rotillo",
- types: ["Rock", "Steel"],
- baseStats: {hp: 45, atk: 100, def: 110, spa: 60, spd: 75, spe: 80},
- abilities: {0: "Sturdy", 1: "Rock Head"},
- heightm: 1.5,
- weightkg: 52.8,
- color: "N/A",
- prevo: "rollder",
- evoLevel: 25,
- eggGroups: ["Bug"],
- },
- "snalo": {
- num: 83,
- species: "Snalo",
- types: ["Grass", "Water"],
- baseStats: {hp: 45, atk: 20, def: 85, spa: 50, spd: 70, spe: 55},
- abilities: {0: "Water Absorb", 1: "Sturdy"},
- heightm: 0.7,
- weightkg: 19.8,
- color: "N/A",
- evos: ["serplant"],
- eggGroups: ["Grass"],
- },
- "serplant": {
- num: 84,
- species: "Serplant",
- types: ["Grass", "Water"],
- baseStats: {hp: 65, atk: 25, def: 120, spa: 85, spd: 110, spe: 80},
- abilities: {0: "Water Absorb", 1: "Natural Cure"},
- heightm: 1.1,
- weightkg: 24.5,
- color: "N/A",
- prevo: "snalo",
- evoLevel: 40,
- eggGroups: ["Grass"],
- },
- "snover": {
- num: 85,
- species: "Snover",
- types: ["Grass", "Ice"],
- baseStats: {hp: 60, atk: 62, def: 50, spa: 62, spd: 60, spe: 40},
- abilities: {0: "Thick Fat", 1: "Soundproof"},
- heightm: 1.0,
- weightkg: 50.5,
- color: "N/A",
- evos: ["abomasnow"],
- eggGroups: ["Monster", "Grass"],
- },
- "abomasnow": {
- num: 86,
- species: "Abomasnow",
- types: ["Grass", "Ice"],
- baseStats: {hp: 90, atk: 92, def: 75, spa: 92, spd: 85, spe: 60},
- abilities: {0: "Thick Fat", 1: "Soundproof"},
- heightm: 2.2,
- weightkg: 135.5,
- color: "N/A",
- prevo: "snover",
- evoLevel: 40,
- eggGroups: ["Monster", "Grass"],
- },
- "yukaria": {
- num: 87,
- species: "Yukaria",
- types: ["Ghost"],
- baseStats: {hp: 40, atk: 85, def: 60, spa: 35, spd: 55, spe: 75},
- abilities: {0: "Levitate", 1: "Pressure"},
- heightm: 0.8,
- weightkg: 29.9,
- color: "N/A",
- evos: ["necrosia"],
- eggGroups: ["Human-Like"],
- },
- "necrosia": {
- num: 88,
- species: "Necrosia",
- types: ["Ghost", "Dark"],
- baseStats: {hp: 65, atk: 120, def: 83, spa: 60, spd: 78, spe: 99},
- abilities: {0: "Levitate", 1: "Pressure"},
- heightm: 1.0,
- weightkg: 0.1,
- color: "N/A",
- prevo: "yukaria",
- evoLevel: 35,
- eggGroups: ["Human-Like"],
- },
- "cupricorn": {
- num: 89,
- species: "Cupricorn",
- types: ["Steel"],
- baseStats: {hp: 40, atk: 80, def: 60, spa: 40, spd: 30, spe: 30},
- abilities: {0: "Rock Head"},
- heightm: 0.5,
- weightkg: 7.2,
- color: "N/A",
- evos: ["hornikel"],
- eggGroups: ["Field"],
- },
- "hornikel": {
- num: 90,
- species: "Hornikel",
- types: ["Steel"],
- baseStats: {hp: 55, atk: 105, def: 80, spa: 60, spd: 50, spe: 40},
- abilities: {0: "Rock Head"},
- heightm: 1.1,
- weightkg: 25.7,
- color: "N/A",
- prevo: "cupricorn",
- evos: ["goabalt"],
- evoLevel: 18,
- eggGroups: ["Field"],
- },
- "goabalt": {
- num: 91,
- species: "Goabalt",
- types: ["Steel", "Dark"],
- baseStats: {hp: 75, atk: 120, def: 100, spa: 80, spd: 70, spe: 55},
- abilities: {0: "Sturdy"},
- heightm: 1.5,
- weightkg: 41.8,
- color: "N/A",
- prevo: "hornikel",
- evoLevel: 32,
- eggGroups: ["Field"],
- },
- "miltank": {
- num: 92,
- species: "Miltank",
- types: ["Normal"],
- gender: "F",
- baseStats: {hp: 95, atk: 80, def: 105, spa: 40, spd: 70, spe: 100},
- abilities: {0: "Thick Fat"},
- heightm: 1.2,
- weightkg: 75.5,
- color: "N/A",
- eggGroups: ["Field"],
- },
- "shuckle": {
- num: 93,
- species: "Shuckle",
- types: ["Bug", "Rock"],
- baseStats: {hp: 20, atk: 10, def: 230, spa: 10, spd: 230, spe: 5},
- abilities: {0: "Sturdy"},
- heightm: 0.6,
- weightkg: 20.5,
- color: "N/A",
- eggGroups: ["Bug"],
- },
- "embird": {
- num: 94,
- species: "Embird",
- types: ["Fire", "Flying"],
- baseStats: {hp: 45, atk: 50, def: 30, spa: 65, spd: 35, spe: 60},
- abilities: {0: "Flame Body", 1: "Flash Fire"},
- heightm: 1.2,
- weightkg: 32.2,
- color: "N/A",
- evos: ["flambent"],
- eggGroups: ["Flying", "Dragon"],
- },
- "flambent": {
- num: 95,
- species: "Flambént",
- types: ["Fire", "Flying"],
- baseStats: {hp: 65, atk: 60, def: 45, spa: 85, spd: 50, spe: 80},
- abilities: {0: "Flame Body", 1: "Flash Fire"},
- heightm: 2.4,
- weightkg: 74.9,
- color: "N/A",
- prevo: "embird",
- evos: ["phenusc"],
- evoLevel: 36,
- eggGroups: ["Flying", "Dragon"],
- },
- "phenusc": {
- num: 96,
- species: "Phenusc",
- types: ["Fire", "Dragon"],
- baseStats: {hp: 85, atk: 70, def: 60, spa: 120, spd: 70, spe: 105},
- abilities: {0: "Levitate", 1: "Flash Fire"},
- heightm: 3.7,
- weightkg: 90.5,
- color: "N/A",
- prevo: "flambent",
- evoLevel: 45,
- eggGroups: ["Flying", "Dragon"],
- },
- "mintch": {
- num: 97,
- species: "Mintch",
- types: ["Normal", "Flying"],
- baseStats: {hp: 35, atk: 50, def: 55, spa: 60, spd: 55, spe: 75},
- abilities: {0: "Keen Eye", 1: "Insomnia"},
- heightm: 0.3,
- weightkg: 16.4,
- color: "N/A",
- evos: ["peacoptic"],
- eggGroups: ["Flying"],
- },
- "peacoptic": {
- num: 98,
- species: "Peacoptic",
- types: ["Psychic", "Flying"],
- baseStats: {hp: 55, atk: 75, def: 65, spa: 90, spd: 70, spe: 100},
- abilities: {0: "Keen Eye", 1: "Insomnia"},
- heightm: 0.7,
- weightkg: 43.9,
- color: "N/A",
- prevo: "mintch",
- evoLevel: 18,
- eggGroups: ["Flying"],
- },
- "maneko": {
- num: 99,
- species: "Maneko",
- types: ["Normal", "Fire"],
- baseStats: {hp: 50, atk: 60, def: 50, spa: 70, spd: 45, spe: 65},
- abilities: {0: "Limber", 1: "Pickup"},
- heightm: 0.4,
- weightkg: 5.0,
- color: "N/A",
- evos: ["bakeko"],
- eggGroups: ["Fairy"],
- },
- "bakeko": {
- num: 100,
- species: "Bakeko",
- types: ["Fire", "Dark"],
- baseStats: {hp: 65, atk: 105, def: 55, spa: 110, spd: 50, spe: 95},
- abilities: {0: "Limber", 1: "Pickup"},
- heightm: 0.9,
- weightkg: 33.3,
- color: "N/A",
- prevo: "maneko",
- evoLevel: 18,
- eggGroups: ["Fairy"],
- },
- "plasmox": {
- num: 101,
- species: "Plasmox",
- types: ["Electric"],
- baseStats: {hp: 30, atk: 60, def: 50, spa: 75, spd: 55, spe: 70},
- abilities: {0: "Static", 1: "Lightning Rod"},
- heightm: 0.4,
- weightkg: 5.7,
- color: "N/A",
- evos: ["blitzune"],
- eggGroups: ["Fairy", "Mineral"],
- },
- "blitzune": {
- num: 102,
- species: "Blitzune",
- types: ["Electric"],
- baseStats: {hp: 50, atk: 90, def: 70, spa: 105, spd: 75, spe: 90},
- abilities: {0: "Static", 1: "Lightning Rod"},
- heightm: 0.9,
- weightkg: 45.1,
- color: "N/A",
- prevo: "plasmox",
- evoLevel: 1,
- eggGroups: ["Fairy", "Mineral"],
- },
- "kawappa": {
- num: 103,
- species: "Kawappa",
- types: ["Water"],
- baseStats: {hp: 45, atk: 55, def: 50, spa: 70, spd: 50, spe: 40},
- abilities: {0: "Water Absorb", 1: "Swift Swim"},
- heightm: 0.7,
- weightkg: 3.2,
- color: "N/A",
- evos: ["kapwondo"],
- eggGroups: ["Water 1"],
- },
- "kapwondo": {
- num: 104,
- species: "Kapwondo",
- types: ["Water", "Fighting"],
- baseStats: {hp: 70, atk: 90, def: 80, spa: 95, spd: 75, spe: 70},
- abilities: {0: "Water Absorb", 1: "Swift Swim"},
- heightm: 1.2,
- weightkg: 29.0,
- color: "N/A",
- prevo: "kawappa",
- evoLevel: 28,
- eggGroups: ["Water 1"],
- },
- "lassprit": {
- num: 105,
- species: "Lassprit",
- types: ["Ghost", "Psychic"],
- genderRatio: {M: 0.25, F: 0.75},
- baseStats: {hp: 60, atk: 65, def: 75, spa: 115, spd: 90, spe: 50},
- abilities: {0: "Synchronize", 1: "Trace"},
- heightm: 1.5,
- weightkg: 28.8,
- color: "N/A",
- eggGroups: ["Fairy", "Human-Like"],
- },
- "clotaku": {
- num: 106,
- species: "Clotaku",
- types: ["Poison"],
- baseStats: {hp: 75, atk: 60, def: 60, spa: 60, spd: 60, spe: 80},
- abilities: {0: "Stench"},
- heightm: 1.5,
- weightkg: 50.0,
- color: "N/A",
- evos: ["ajarimus"],
- eggGroups: ["Human-Like"],
- },
- "ajarimus": {
- num: 107,
- species: "Ajarimus",
- types: ["Dark"],
- baseStats: {hp: 75, atk: 85, def: 45, spa: 85, spd: 45, spe: 60},
- abilities: {0: "Stench"},
- heightm: 1.6,
- weightkg: 58.7,
- color: "N/A",
- prevo: "clotaku",
- evos: ["jarmit"],
- evoLevel: 16,
- eggGroups: ["Human-Like"],
- },
- "jarmit": {
- num: 108,
- species: "Jarmit",
- types: ["Ghost"],
- baseStats: {hp: 75, atk: 55, def: 95, spa: 55, spd: 95, spe: 20},
- abilities: {0: "Stench"},
- heightm: 1.7,
- weightkg: 65.6,
- color: "N/A",
- prevo: "ajarimus",
- evoLevel: 32,
- eggGroups: ["Human-Like"],
- },
- "hoothoot": {
- num: 109,
- species: "Hoothoot",
- types: ["Normal", "Flying"],
- baseStats: {hp: 60, atk: 30, def: 30, spa: 36, spd: 56, spe: 50},
- abilities: {0: "Insomnia", 1: "Keen Eye"},
- heightm: 0.7,
- weightkg: 21.2,
- color: "N/A",
- evos: ["noctowl"],
- eggGroups: ["Flying"],
- },
- "noctowl": {
- num: 110,
- species: "Noctowl",
- types: ["Normal", "Flying"],
- baseStats: {hp: 100, atk: 50, def: 50, spa: 76, spd: 96, spe: 70},
- abilities: {0: "Insomnia", 1: "Keen Eye"},
- heightm: 1.6,
- weightkg: 40.8,
- color: "N/A",
- prevo: "hoothoot",
- evoLevel: 20,
- eggGroups: ["Flying"],
- },
- "baizeast": {
- num: 111,
- species: "Baizeast",
- types: ["Psychic"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 65, atk: 82, def: 60, spa: 115, spd: 90, spe: 63},
- abilities: {0: "Synchronize", 1: "Pressure"},
- heightm: 1.4,
- weightkg: 76.3,
- color: "N/A",
- eggGroups: ["Fairy"],
- },
- "elekid": {
- num: 112,
- species: "Elekid",
- types: ["Electric"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 45, atk: 63, def: 37, spa: 65, spd: 55, spe: 95},
- abilities: {0: "Static"},
- heightm: 0.6,
- weightkg: 23.5,
- color: "N/A",
- evos: ["electabuzz"],
- eggGroups: ["Undiscovered"],
- },
- "electabuzz": {
- num: 113,
- species: "Electabuzz",
- types: ["Electric"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 65, atk: 83, def: 57, spa: 95, spd: 85, spe: 105},
- abilities: {0: "Static"},
- heightm: 1.1,
- weightkg: 30.0,
- color: "N/A",
- prevo: "elekid",
- evos: ["electivire"],
- evoLevel: 30,
- eggGroups: ["Human-Like"],
- },
- "electivire": {
- num: 114,
- species: "Electivire",
- types: ["Electric"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 75, atk: 123, def: 67, spa: 95, spd: 85, spe: 95},
- abilities: {0: "Static"},
- heightm: 1.8,
- weightkg: 138.6,
- color: "N/A",
- prevo: "electabuzz",
- evoLevel: 30,
- eggGroups: ["Human-Like"],
- },
- "magby": {
- num: 115,
- species: "Magby",
- types: ["Fire"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 45, atk: 75, def: 37, spa: 70, spd: 55, spe: 83},
- abilities: {0: "Flame Body"},
- heightm: 0.7,
- weightkg: 21.4,
- color: "N/A",
- evos: ["magmar"],
- eggGroups: ["Undiscovered"],
- },
- "magmar": {
- num: 116,
- species: "Magmar",
- types: ["Fire"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 65, atk: 95, def: 57, spa: 100, spd: 85, spe: 93},
- abilities: {0: "Flame Body"},
- heightm: 1.3,
- weightkg: 44.5,
- color: "N/A",
- prevo: "magby",
- evos: ["magmortar"],
- evoLevel: 30,
- eggGroups: ["Human-Like"],
- },
- "magmortar": {
- num: 117,
- species: "Magmortar",
- types: ["Fire"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 75, atk: 95, def: 67, spa: 125, spd: 95, spe: 83},
- abilities: {0: "Flame Body"},
- heightm: 1.6,
- weightkg: 68.0,
- color: "N/A",
- prevo: "magmar",
- evoLevel: 30,
- eggGroups: ["Human-Like"],
- },
- "kangaskhan": {
- num: 118,
- species: "Kangaskhan",
- types: ["Normal"],
- gender: "F",
- baseStats: {hp: 105, atk: 95, def: 80, spa: 40, spd: 80, spe: 90},
- abilities: {0: "Early Bird"},
- heightm: 2.2,
- weightkg: 80.0,
- color: "N/A",
- eggGroups: ["Monster"],
- },
- "lileep": {
- num: 119,
- species: "Lileep",
- types: ["Rock", "Grass"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 66, atk: 41, def: 77, spa: 61, spd: 87, spe: 23},
- abilities: {0: "Suction Cups"},
- heightm: 1.0,
- weightkg: 23.8,
- color: "N/A",
- evos: ["cradily"],
- eggGroups: ["Water 3"],
- },
- "cradily": {
- num: 120,
- species: "Cradily",
- types: ["Rock", "Grass"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 86, atk: 81, def: 97, spa: 81, spd: 107, spe: 43},
- abilities: {0: "Suction Cups"},
- heightm: 1.5,
- weightkg: 60.4,
- color: "N/A",
- prevo: "lileep",
- evoLevel: 40,
- eggGroups: ["Water 3"],
- },
- "grindon": {
- num: 121,
- species: "Grindon",
- types: ["Rock", "Electric"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 50, atk: 70, def: 30, spa: 90, spd: 35, spe: 60},
- abilities: {0: "Static", 1: "Lightning Rod"},
- heightm: 1.6,
- weightkg: 175.5,
- color: "N/A",
- evos: ["scimitooth"],
- eggGroups: ["Field"],
- },
- "scimitooth": {
- num: 122,
- species: "Scimitooth",
- types: ["Rock", "Electric"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 70, atk: 100, def: 45, spa: 120, spd: 50, spe: 90},
- abilities: {0: "Static", 1: "Lightning Rod"},
- heightm: 2.0,
- weightkg: 292.2,
- color: "N/A",
- prevo: "grindon",
- evoLevel: 40,
- eggGroups: ["Field"],
- },
- "aerodactyl": {
- num: 123,
- species: "Aerodactyl",
- types: ["Rock", "Flying"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 80, atk: 105, def: 65, spa: 60, spd: 75, spe: 130},
- abilities: {0: "Rock Head", 1: "Pressure"},
- heightm: 1.8,
- weightkg: 59.0,
- color: "N/A",
- eggGroups: ["Flying"],
- },
- "larvitar": {
- num: 124,
- species: "Larvitar",
- types: ["Rock", "Ground"],
- baseStats: {hp: 50, atk: 64, def: 50, spa: 45, spd: 50, spe: 41},
- abilities: {0: "Guts"},
- heightm: 0.6,
- weightkg: 72.0,
- color: "N/A",
- evos: ["pupitar"],
- eggGroups: ["Monster"],
- },
- "pupitar": {
- num: 125,
- species: "Pupitar",
- types: ["Rock", "Ground"],
- baseStats: {hp: 70, atk: 84, def: 70, spa: 65, spd: 70, spe: 51},
- abilities: {0: "Shed Skin"},
- heightm: 1.2,
- weightkg: 152.0,
- color: "N/A",
- prevo: "larvitar",
- evos: ["tyranitar"],
- evoLevel: 30,
- eggGroups: ["Monster"],
- },
- "tyranitar": {
- num: 126,
- species: "Tyranitar",
- types: ["Rock", "Dark"],
- baseStats: {hp: 100, atk: 134, def: 110, spa: 95, spd: 100, spe: 61},
- abilities: {0: "Sand Stream"},
- heightm: 2.0,
- weightkg: 202.0,
- color: "N/A",
- prevo: "pupitar",
- evoLevel: 55,
- eggGroups: ["Monster"],
- },
- "beldum": {
- num: 127,
- species: "Beldum",
- types: ["Steel", "Psychic"],
- gender: "N",
- baseStats: {hp: 40, atk: 55, def: 80, spa: 35, spd: 60, spe: 30},
- abilities: {0: "Clear Body"},
- heightm: 0.6,
- weightkg: 95.2,
- color: "N/A",
- evos: ["metang"],
- eggGroups: ["Mineral"],
- },
- "metang": {
- num: 128,
- species: "Metang",
- types: ["Steel", "Psychic"],
- gender: "N",
- baseStats: {hp: 60, atk: 75, def: 100, spa: 55, spd: 80, spe: 50},
- abilities: {0: "Clear Body"},
- heightm: 1.2,
- weightkg: 202.5,
- color: "N/A",
- prevo: "beldum",
- evos: ["metagross"],
- evoLevel: 20,
- eggGroups: ["Mineral"],
- },
- "metagross": {
- num: 129,
- species: "Metagross",
- types: ["Steel", "Psychic"],
- gender: "N",
- baseStats: {hp: 80, atk: 135, def: 130, spa: 95, spd: 90, spe: 70},
- abilities: {0: "Clear Body"},
- heightm: 1.6,
- weightkg: 550.0,
- color: "N/A",
- prevo: "metang",
- evoLevel: 45,
- eggGroups: ["Mineral"],
- },
- "gible": {
- num: 130,
- species: "Gible",
- types: ["Dragon", "Ground"],
- baseStats: {hp: 58, atk: 70, def: 45, spa: 40, spd: 45, spe: 42},
- abilities: {0: "Sand Veil", 1: "Rough Skin"},
- heightm: 0.7,
- weightkg: 20.5,
- color: "N/A",
- evos: ["gabite"],
- eggGroups: ["Monster", "Dragon"],
- },
- "gabite": {
- num: 131,
- species: "Gabite",
- types: ["Dragon", "Ground"],
- baseStats: {hp: 68, atk: 90, def: 65, spa: 50, spd: 55, spe: 82},
- abilities: {0: "Sand Veil", 1: "Rough Skin"},
- heightm: 1.4,
- weightkg: 56.0,
- color: "N/A",
- prevo: "gible",
- evos: ["garchomp"],
- evoLevel: 24,
- eggGroups: ["Monster", "Dragon"],
- },
- "garchomp": {
- num: 132,
- species: "Garchomp",
- types: ["Dragon", "Ground"],
- baseStats: {hp: 108, atk: 130, def: 95, spa: 80, spd: 85, spe: 102},
- abilities: {0: "Sand Veil", 1: "Rough Skin"},
- heightm: 1.9,
- weightkg: 95.0,
- color: "N/A",
- prevo: "gabite",
- evoLevel: 48,
- eggGroups: ["Monster", "Dragon"],
- },
- "laquagon": {
- num: 133,
- species: "Laquagon",
- types: ["Dragon", "Water"],
- baseStats: {hp: 44, atk: 60, def: 35, spa: 70, spd: 35, spe: 56},
- abilities: {0: "Rock Head"},
- heightm: 2.8,
- weightkg: 97.1,
- color: "N/A",
- evos: ["dragune"],
- eggGroups: ["Dragon"],
- },
- "dragune": {
- num: 134,
- species: "Dragune",
- types: ["Dragon", "Water"],
- baseStats: {hp: 64, atk: 80, def: 55, spa: 90, spd: 55, spe: 76},
- abilities: {0: "Rock Head"},
- heightm: 5.5,
- weightkg: 128.0,
- color: "N/A",
- prevo: "laquagon",
- evos: ["nostratos"],
- evoLevel: 30,
- eggGroups: ["Dragon"],
- },
- "nostratos": {
- num: 135,
- species: "Nostratos",
- types: ["Dragon", "Flying"],
- baseStats: {hp: 89, atk: 115, def: 80, spa: 135, spd: 80, spe: 101},
- abilities: {0: "Intimidate"},
- heightm: 6.9,
- weightkg: 195.5,
- color: "N/A",
- prevo: "dragune",
- evoLevel: 50,
- eggGroups: ["Dragon"],
- },
- "articuno": {
- num: 136,
- species: "Articuno",
- types: ["Ice", "Flying"],
- gender: "N",
- baseStats: {hp: 90, atk: 85, def: 100, spa: 95, spd: 125, spe: 85},
- abilities: {0: "Pressure", 1: "White Smoke"},
- heightm: 1.7,
- weightkg: 55.4,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "zapdos": {
- num: 137,
- species: "Zapdos",
- types: ["Electric", "Flying"],
- gender: "N",
- baseStats: {hp: 90, atk: 90, def: 85, spa: 125, spd: 90, spe: 100},
- abilities: {0: "Pressure", 1: "Lightning Rod"},
- heightm: 1.6,
- weightkg: 52.6,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "moltres": {
- num: 138,
- species: "Moltres",
- types: ["Fire", "Flying"],
- gender: "N",
- baseStats: {hp: 90, atk: 100, def: 90, spa: 125, spd: 85, spe: 90},
- abilities: {0: "Pressure", 1: "Flame Body"},
- heightm: 2.0,
- weightkg: 60.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "raikou": {
- num: 139,
- species: "Raikou",
- types: ["Electric"],
- gender: "N",
- baseStats: {hp: 90, atk: 85, def: 75, spa: 115, spd: 100, spe: 115},
- abilities: {0: "Pressure", 1: "Volt Absorb"},
- heightm: 1.9,
- weightkg: 178.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "entei": {
- num: 140,
- species: "Entei",
- types: ["Fire"],
- gender: "N",
- baseStats: {hp: 115, atk: 115, def: 85, spa: 90, spd: 75, spe: 100},
- abilities: {0: "Pressure", 1: "Flash Fire"},
- heightm: 2.1,
- weightkg: 198.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "suicune": {
- num: 141,
- species: "Suicune",
- types: ["Water"],
- gender: "N",
- baseStats: {hp: 100, atk: 75, def: 115, spa: 90, spd: 115, spe: 85},
- abilities: {0: "Pressure", 1: "Water Absorb"},
- heightm: 2.0,
- weightkg: 187.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "lilapse": {
- num: 142,
- species: "Lilapse",
- types: ["Ground"],
- gender: "N",
- baseStats: {hp: 85, atk: 95, def: 75, spa: 110, spd: 80, spe: 135},
- abilities: {0: "Pressure"},
- heightm: 2.3,
- weightkg: 234.2,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "ganimede": {
- num: 143,
- species: "Ganimede",
- types: ["Flying"],
- gender: "N",
- baseStats: {hp: 75, atk: 110, def: 80, spa: 135, spd: 85, spe: 95},
- abilities: {0: "Pressure"},
- heightm: 2.0,
- weightkg: 195.8,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "nemea": {
- num: 144,
- species: "Nemea",
- types: ["Steel"],
- gender: "N",
- baseStats: {hp: 80, atk: 135, def: 95, spa: 85, spd: 110, spe: 75},
- abilities: {0: "Pressure"},
- heightm: 2.8,
- weightkg: 285.5,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "dialga": {
- num: 145,
- species: "Dialga",
- types: ["Steel", "Dragon"],
- gender: "N",
- baseStats: {hp: 100, atk: 120, def: 120, spa: 150, spd: 100, spe: 90},
- abilities: {0: "Pressure"},
- heightm: 5.4,
- weightkg: 683.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "palkia": {
- num: 146,
- species: "Palkia",
- types: ["Water", "Dragon"],
- gender: "N",
- baseStats: {hp: 90, atk: 120, def: 100, spa: 150, spd: 120, spe: 100},
- abilities: {0: "Pressure"},
- heightm: 4.2,
- weightkg: 336.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "darkrai": {
- num: 147,
- species: "Darkrai",
- types: ["Dark"],
- gender: "N",
- baseStats: {hp: 70, atk: 90, def: 90, spa: 135, spd: 90, spe: 125},
- abilities: {0: "Insomnia"},
- heightm: 1.5,
- weightkg: 50.5,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "lugia": {
- num: 148,
- species: "Lugia",
- types: ["Psychic", "Flying"],
- gender: "N",
- baseStats: {hp: 106, atk: 90, def: 130, spa: 90, spd: 154, spe: 110},
- abilities: {0: "Pressure"},
- heightm: 5.2,
- weightkg: 216.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "hooh": {
- num: 149,
- species: "Ho-Oh",
- types: ["Fire", "Flying"],
- gender: "N",
- baseStats: {hp: 106, atk: 130, def: 90, spa: 110, spd: 154, spe: 90},
- abilities: {0: "Pressure"},
- heightm: 3.8,
- weightkg: 199.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "mewtwo": {
- num: 150,
- species: "Mewtwo",
- types: ["Psychic"],
- gender: "N",
- baseStats: {hp: 106, atk: 110, def: 90, spa: 154, spd: 90, spe: 130},
- abilities: {0: "Pressure"},
- heightm: 2.0,
- weightkg: 122.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "mew": {
- num: 151,
- species: "Mew",
- types: ["Psychic"],
- gender: "N",
- baseStats: {hp: 100, atk: 100, def: 100, spa: 100, spd: 100, spe: 100},
- abilities: {0: "Synchronize"},
- heightm: 0.4,
- weightkg: 4.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "bulbasaur": {
- num: 152,
- species: "Bulbasaur",
- types: ["Grass", "Poison"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 45, atk: 49, def: 49, spa: 65, spd: 65, spe: 45},
- abilities: {0: "Overgrow", 1: "Chlorophyll"},
- heightm: 0.7,
- weightkg: 6.9,
- color: "N/A",
- evos: ["ivysaur"],
- eggGroups: ["Monster", "Grass"],
- },
- "ivysaur": {
- num: 153,
- species: "Ivysaur",
- types: ["Grass", "Poison"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 60, atk: 62, def: 63, spa: 80, spd: 80, spe: 60},
- abilities: {0: "Overgrow", 1: "Chlorophyll"},
- heightm: 1.0,
- weightkg: 13.0,
- color: "N/A",
- prevo: "bulbasaur",
- evos: ["venusaur"],
- evoLevel: 16,
- eggGroups: ["Monster", "Grass"],
- },
- "venusaur": {
- num: 154,
- species: "Venusaur",
- types: ["Grass", "Poison"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 80, atk: 82, def: 83, spa: 100, spd: 100, spe: 80},
- abilities: {0: "Overgrow", 1: "Chlorophyll"},
- heightm: 2.0,
- weightkg: 100.0,
- color: "N/A",
- prevo: "ivysaur",
- evoLevel: 32,
- eggGroups: ["Monster", "Grass"],
- },
- "charmander": {
- num: 155,
- species: "Charmander",
- types: ["Fire"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 39, atk: 52, def: 43, spa: 60, spd: 50, spe: 65},
- abilities: {0: "Blaze", 1: "Flash Fire"},
- heightm: 0.6,
- weightkg: 8.5,
- color: "N/A",
- evos: ["charmeleon"],
- eggGroups: ["Monster", "Dragon"],
- },
- "charmeleon": {
- num: 156,
- species: "Charmeleon",
- types: ["Fire"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 58, atk: 64, def: 58, spa: 80, spd: 65, spe: 80},
- abilities: {0: "Blaze", 1: "Flash Fire"},
- heightm: 1.1,
- weightkg: 19.0,
- color: "N/A",
- prevo: "charmander",
- evos: ["charizard"],
- evoLevel: 16,
- eggGroups: ["Monster", "Dragon"],
- },
- "charizard": {
- num: 157,
- species: "Charizard",
- types: ["Fire", "Flying"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 78, atk: 84, def: 78, spa: 109, spd: 85, spe: 100},
- abilities: {0: "Blaze", 1: "Flash Fire"},
- heightm: 1.7,
- weightkg: 90.5,
- color: "N/A",
- prevo: "charmeleon",
- evoLevel: 36,
- eggGroups: ["Monster", "Dragon"],
- },
- "squirtle": {
- num: 158,
- species: "Squirtle",
- types: ["Water"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 44, atk: 48, def: 65, spa: 50, spd: 64, spe: 43},
- abilities: {0: "Torrent", 1: "Rain Dish"},
- heightm: 0.5,
- weightkg: 9.0,
- color: "N/A",
- evos: ["wartortle"],
- eggGroups: ["Monster", "Water 1"],
- },
- "wartortle": {
- num: 159,
- species: "Wartortle",
- types: ["Water"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 59, atk: 63, def: 80, spa: 65, spd: 80, spe: 58},
- abilities: {0: "Torrent", 1: "Rain Dish"},
- heightm: 1.0,
- weightkg: 22.5,
- color: "N/A",
- prevo: "squirtle",
- evos: ["blastoise"],
- evoLevel: 16,
- eggGroups: ["Monster", "Water 1"],
- },
- "blastoise": {
- num: 160,
- species: "Blastoise",
- types: ["Water"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 79, atk: 83, def: 100, spa: 85, spd: 105, spe: 78},
- abilities: {0: "Torrent", 1: "Rain Dish"},
- heightm: 1.6,
- weightkg: 85.5,
- color: "N/A",
- prevo: "wartortle",
- evoLevel: 36,
- eggGroups: ["Monster", "Water 1"],
- },
- "basille": {
- num: 161,
- species: "Basille",
- types: ["Grass"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 50, atk: 43, def: 43, spa: 63, spd: 50, spe: 59},
- abilities: {0: "Overgrow", 1: "Static"},
- heightm: 0.4,
- weightkg: 6.3,
- color: "N/A",
- evos: ["basield"],
- eggGroups: ["Grass", "Fairy"],
- },
- "basield": {
- num: 162,
- species: "Basield",
- types: ["Grass"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 60, atk: 56, def: 56, spa: 88, spd: 70, spe: 75},
- abilities: {0: "Overgrow", 1: "Static"},
- heightm: 0.7,
- weightkg: 17.4,
- color: "N/A",
- prevo: "basille",
- evos: ["basilux"],
- evoLevel: 16,
- eggGroups: ["Grass", "Fairy"],
- },
- "basilux": {
- num: 163,
- species: "Basilux",
- types: ["Grass", "Electric"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 80, atk: 75, def: 80, spa: 115, spd: 90, spe: 95},
- abilities: {0: "Overgrow", 1: "Static"},
- heightm: 1.3,
- weightkg: 73.9,
- color: "N/A",
- prevo: "basield",
- evoLevel: 34,
- eggGroups: ["Grass", "Fairy"],
- },
- "fluffoo": {
- num: 164,
- species: "Fluffoo",
- types: ["Fire"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 55, atk: 61, def: 55, spa: 41, spd: 50, spe: 51},
- abilities: {0: "Blaze", 1: "Flame Body"},
- heightm: 0.5,
- weightkg: 5.3,
- color: "N/A",
- evos: ["gardeo"],
- eggGroups: ["Field", "Monster"],
- },
- "gardeo": {
- num: 165,
- species: "Gardeo",
- types: ["Fire"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 70, atk: 90, def: 70, spa: 55, spd: 60, spe: 60},
- abilities: {0: "Blaze", 1: "Flame Body"},
- heightm: 0.8,
- weightkg: 25.1,
- color: "N/A",
- prevo: "fluffoo",
- evos: ["regardian"],
- evoLevel: 16,
- eggGroups: ["Field", "Monster"],
- },
- "regardian": {
- num: 166,
- species: "Regardian",
- types: ["Fire", "Ground"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 90, atk: 120, def: 100, spa: 70, spd: 75, spe: 75},
- abilities: {0: "Blaze", 1: "Flame Body"},
- heightm: 1.2,
- weightkg: 64.8,
- color: "N/A",
- prevo: "gardeo",
- evoLevel: 36,
- eggGroups: ["Field", "Monster"],
- },
- "katuna": {
- num: 167,
- species: "Katuna",
- types: ["Water"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 40, atk: 64, def: 60, spa: 40, spd: 50, spe: 64},
- abilities: {0: "Torrent", 1: "Swift Swim"},
- heightm: 0.3,
- weightkg: 4.5,
- color: "N/A",
- evos: ["maelstream"],
- eggGroups: ["Water 1", "Water 2"],
- },
- "maelstream": {
- num: 168,
- species: "Maelstream",
- types: ["Water"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 55, atk: 80, def: 70, spa: 50, spd: 60, spe: 90},
- abilities: {0: "Torrent", 1: "Swift Swim"},
- heightm: 0.6,
- weightkg: 18.9,
- color: "N/A",
- prevo: "katuna",
- evos: ["skelachone"],
- evoLevel: 16,
- eggGroups: ["Water 1", "Water 2"],
- },
- "skelachone": {
- num: 169,
- species: "Skelachone",
- types: ["Water", "Ghost"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 75, atk: 100, def: 85, spa: 70, spd: 75, spe: 120},
- abilities: {0: "Torrent", 1: "Swift Swim"},
- heightm: 2.0,
- weightkg: 9.3,
- color: "N/A",
- prevo: "maelstream",
- evoLevel: 32,
- eggGroups: ["Water 1", "Water 2"],
- },
- "cheshile": {
- num: 170,
- species: "Cheshile",
- types: ["Dark"],
- baseStats: {hp: 45, atk: 60, def: 40, spa: 60, spd: 40, spe: 56},
- abilities: {0: "Early Bird", 1: "Run Away"},
- heightm: 0.4,
- weightkg: 12.3,
- color: "N/A",
- evos: ["cheshess", "chessire"],
- eggGroups: ["Field", "Fairy"],
- },
- "cheshess": {
- num: 171,
- species: "Cheshess",
- types: ["Dark", "Normal"],
- baseStats: {hp: 65, atk: 105, def: 85, spa: 69, spd: 60, spe: 91},
- abilities: {0: "Early Bird", 1: "Run Away"},
- heightm: 0.9,
- weightkg: 36.8,
- color: "N/A",
- prevo: "cheshile",
- evoLevel: 24,
- eggGroups: ["Field", "Fairy"],
- },
- "chessire": {
- num: 172,
- species: "Chessire",
- types: ["Dark", "Psychic"],
- baseStats: {hp: 65, atk: 69, def: 60, spa: 105, spd: 85, spe: 91},
- abilities: {0: "Early Bird", 1: "Run Away"},
- heightm: 0.8,
- weightkg: 35.4,
- color: "N/A",
- prevo: "cheshile",
- evoLevel: 24,
- eggGroups: ["Field", "Fairy"],
- },
- "rivird": {
- num: 173,
- species: "Rivird",
- types: ["Water", "Flying"],
- baseStats: {hp: 40, atk: 55, def: 30, spa: 60, spd: 30, spe: 65},
- abilities: {0: "Keen Eye"},
- heightm: 0.3,
- weightkg: 4.8,
- color: "N/A",
- evos: ["mingola"],
- eggGroups: ["Water 1", "Flying"],
- },
- "mingola": {
- num: 174,
- species: "Mingola",
- types: ["Water", "Flying"],
- baseStats: {hp: 70, atk: 80, def: 55, spa: 90, spd: 55, spe: 100},
- abilities: {0: "Keen Eye"},
- heightm: 1.1,
- weightkg: 24.7,
- color: "N/A",
- prevo: "rivird",
- evoLevel: 23,
- eggGroups: ["Water 1", "Flying"],
- },
- "pachirisu": {
- num: 175,
- species: "Pachirisu",
- types: ["Electric"],
- baseStats: {hp: 60, atk: 45, def: 70, spa: 45, spd: 90, spe: 95},
- abilities: {0: "Run Away", 1: "Pickup"},
- heightm: 0.4,
- weightkg: 3.9,
- color: "N/A",
- evos: ["pachirikku"],
- eggGroups: ["Field", "Fairy"],
- },
- "pachirikku": {
- num: 176,
- species: "Pachirikku",
- types: ["Electric"],
- baseStats: {hp: 80, atk: 50, def: 90, spa: 75, spd: 105, spe: 105},
- abilities: {0: "Volt Absorb", 1: "Pickup"},
- heightm: 0.7,
- weightkg: 23.3,
- color: "N/A",
- prevo: "pachirisu",
- evoLevel: 26,
- eggGroups: ["Field", "Fairy"],
- },
- "pumpkid": {
- num: 177,
- species: "Pumpkid",
- types: ["Grass", "Ghost"],
- baseStats: {hp: 65, atk: 41, def: 35, spa: 70, spd: 75, spe: 59},
- abilities: {0: "Synchronize", 1: "Insomnia"},
- heightm: 0.3,
- weightkg: 0.4,
- color: "N/A",
- evos: ["wikkin"],
- eggGroups: ["Grass", "Fairy"],
- },
- "wikkin": {
- num: 178,
- species: "Wikkin",
- types: ["Grass", "Ghost"],
- baseStats: {hp: 90, atk: 50, def: 61, spa: 105, spd: 110, spe: 84},
- abilities: {0: "Levitate", 1: "Insomnia"},
- heightm: 0.5,
- weightkg: 0.8,
- color: "N/A",
- prevo: "pumpkid",
- evoLevel: 31,
- eggGroups: ["Grass", "Fairy"],
- },
- "lunabitt": {
- num: 179,
- species: "Lunabitt",
- types: ["Psychic"],
- baseStats: {hp: 68, atk: 80, def: 55, spa: 97, spd: 65, spe: 70},
- abilities: {0: "Keen Eye"},
- heightm: 0.6,
- weightkg: 7.5,
- color: "N/A",
- evos: ["lunabain"],
- eggGroups: ["Fairy", "Field"],
- },
- "lunabain": {
- num: 180,
- species: "Lunabain",
- types: ["Psychic"],
- baseStats: {hp: 79, atk: 94, def: 70, spa: 112, spd: 80, spe: 80},
- abilities: {0: "Keen Eye"},
- heightm: 1.4,
- weightkg: 49.4,
- color: "N/A",
- prevo: "lunabitt",
- evoLevel: 1,
- eggGroups: ["Fairy", "Field"],
- },
- "liepus": {
- num: 181,
- species: "Liepus",
- types: ["Dark"],
- baseStats: {hp: 68, atk: 97, def: 65, spa: 80, spd: 55, spe: 70},
- abilities: {0: "Run Away"},
- heightm: 0.4,
- weightkg: 5.5,
- color: "N/A",
- evos: ["liedoro"],
- eggGroups: ["Fairy", "Field"],
- },
- "liedoro": {
- num: 182,
- species: "Liedoro",
- types: ["Dark"],
- baseStats: {hp: 79, atk: 112, def: 80, spa: 94, spd: 70, spe: 80},
- abilities: {0: "Run Away"},
- heightm: 1.2,
- weightkg: 40.3,
- color: "N/A",
- prevo: "liepus",
- evoLevel: 1,
- eggGroups: ["Fairy", "Field"],
- },
- "ditto": {
- num: 183,
- species: "Ditto",
- types: ["Normal"],
- gender: "N",
- baseStats: {hp: 48, atk: 48, def: 48, spa: 48, spd: 48, spe: 48},
- abilities: {0: "Limber"},
- heightm: 0.3,
- weightkg: 4.0,
- color: "N/A",
- eggGroups: ["Ditto"],
- },
- "smoochum": {
- num: 184,
- species: "Smoochum",
- types: ["Ice", "Psychic"],
- gender: "F",
- baseStats: {hp: 45, atk: 30, def: 15, spa: 85, spd: 65, spe: 65},
- abilities: {0: "Oblivious"},
- heightm: 0.4,
- weightkg: 6.0,
- color: "N/A",
- evos: ["jynx"],
- eggGroups: ["Undiscovered"],
- },
- "jynx": {
- num: 185,
- species: "Jynx",
- types: ["Ice", "Psychic"],
- gender: "F",
- baseStats: {hp: 65, atk: 50, def: 35, spa: 115, spd: 95, spe: 95},
- abilities: {0: "Oblivious"},
- heightm: 1.4,
- weightkg: 40.6,
- color: "N/A",
- prevo: "smoochum",
- evos: ["rougella"],
- evoLevel: 30,
- eggGroups: ["Human-Like"],
- },
- "rougella": {
- num: 186,
- species: "Rougella",
- types: ["Ice", "Psychic"],
- gender: "F",
- baseStats: {hp: 75, atk: 90, def: 55, spa: 135, spd: 95, spe: 90},
- abilities: {0: "Oblivious"},
- heightm: 1.7,
- weightkg: 38.8,
- color: "N/A",
- prevo: "jynx",
- evoLevel: 45,
- eggGroups: ["Human-Like"],
- },
- "takuni": {
- num: 187,
- species: "Takuni",
- types: ["Normal"],
- baseStats: {hp: 35, atk: 60, def: 38, spa: 30, spd: 32, spe: 40},
- abilities: {0: "Pickup"},
- heightm: 0.5,
- weightkg: 18.5,
- color: "N/A",
- evos: ["percussoon"],
- eggGroups: ["Field"],
- },
- "percussoon": {
- num: 188,
- species: "Percussoon",
- types: ["Normal"],
- baseStats: {hp: 62, atk: 95, def: 70, spa: 55, spd: 60, spe: 73},
- abilities: {0: "Pickup"},
- heightm: 0.6,
- weightkg: 35.5,
- color: "N/A",
- prevo: "takuni",
- evos: ["tanuking"],
- evoLevel: 20,
- eggGroups: ["Field"],
- },
- "tanuking": {
- num: 189,
- species: "Tanuking",
- types: ["Normal"],
- baseStats: {hp: 72, atk: 110, def: 90, spa: 70, spd: 70, spe: 93},
- abilities: {0: "Pickup"},
- heightm: 1.5,
- weightkg: 126.2,
- color: "N/A",
- prevo: "percussoon",
- evoLevel: 34,
- eggGroups: ["Field"],
- },
- "chillato": {
- num: 190,
- species: "Chillato",
- types: ["Ice"],
- gender: "N",
- baseStats: {hp: 75, atk: 40, def: 75, spa: 100, spd: 80, spe: 105},
- abilities: {0: "Natural Cure"},
- heightm: 0.6,
- weightkg: 31.0,
- color: "N/A",
- eggGroups: ["Fairy"],
- },
- "grubzero": {
- num: 191,
- species: "Grubzero",
- types: ["Bug", "Ice"],
- baseStats: {hp: 55, atk: 50, def: 25, spa: 60, spd: 25, spe: 40},
- abilities: {0: "Compound Eyes", 1: "Shield Dust"},
- heightm: 0.3,
- weightkg: 4.9,
- color: "N/A",
- evos: ["nymphrost"],
- eggGroups: ["Bug", "Flying"],
- },
- "nymphrost": {
- num: 192,
- species: "Nymphrost",
- types: ["Bug", "Ice"],
- baseStats: {hp: 90, atk: 85, def: 55, spa: 100, spd: 55, spe: 75},
- abilities: {0: "Compound Eyes", 1: "Shield Dust"},
- heightm: 0.8,
- weightkg: 21.6,
- color: "N/A",
- prevo: "grubzero",
- evoLevel: 29,
- eggGroups: ["Bug", "Flying"],
- },
- "chatot": {
- num: 193,
- species: "Chatot",
- types: ["Normal", "Flying"],
- baseStats: {hp: 76, atk: 65, def: 45, spa: 92, spd: 42, spe: 91},
- abilities: {0: "Keen Eye"},
- heightm: 0.5,
- weightkg: 1.9,
- color: "N/A",
- evos: ["operrot"],
- eggGroups: ["Flying"],
- },
- "operrot": {
- num: 194,
- species: "Operrot",
- types: ["Psychic", "Flying"],
- baseStats: {hp: 101, atk: 80, def: 60, spa: 120, spd: 57, spe: 111},
- abilities: {0: "Keen Eye"},
- heightm: 1.3,
- weightkg: 33.6,
- color: "N/A",
- prevo: "chatot",
- evoLevel: 42,
- eggGroups: ["Flying"],
- },
- "olvin": {
- num: 195,
- species: "Olvin",
- types: ["Normal"],
- baseStats: {hp: 85, atk: 60, def: 95, spa: 105, spd: 70, spe: 70},
- abilities: {0: "Own Tempo"},
- heightm: 1.5,
- weightkg: 34.4,
- color: "N/A",
- eggGroups: ["Fairy", "Human-Like"],
- },
- "rumpet": {
- num: 196,
- species: "Rumpet",
- types: ["Normal"],
- baseStats: {hp: 70, atk: 105, def: 60, spa: 70, spd: 85, spe: 95},
- abilities: {0: "Own Tempo"},
- heightm: 1.6,
- weightkg: 36.2,
- color: "N/A",
- eggGroups: ["Fairy", "Human-Like"],
- },
- "keebo": {
- num: 197,
- species: "Keebo",
- types: ["Normal"],
- baseStats: {hp: 105, atk: 70, def: 70, spa: 85, spd: 95, spe: 60},
- abilities: {0: "Own Tempo"},
- heightm: 1.4,
- weightkg: 31.1,
- color: "N/A",
- eggGroups: ["Fairy", "Human-Like"],
- },
- "ledyba": {
- num: 198,
- species: "Ledyba",
- types: ["Bug", "Flying"],
- baseStats: {hp: 40, atk: 20, def: 30, spa: 40, spd: 80, spe: 55},
- abilities: {0: "Swarm", 1: "Early Bird"},
- heightm: 1.0,
- weightkg: 10.8,
- color: "N/A",
- evos: ["ledian"],
- eggGroups: ["Bug"],
- },
- "ledian": {
- num: 199,
- species: "Ledian",
- types: ["Bug", "Flying"],
- baseStats: {hp: 55, atk: 35, def: 50, spa: 55, spd: 110, spe: 85},
- abilities: {0: "Swarm", 1: "Early Bird"},
- heightm: 1.4,
- weightkg: 35.6,
- color: "N/A",
- prevo: "ledyba",
- evos: ["ledybulk"],
- evoLevel: 18,
- eggGroups: ["Bug"],
- },
- "ledybulk": {
- num: 200,
- species: "Ledybulk",
- types: ["Bug", "Fighting"],
- baseStats: {hp: 70, atk: 120, def: 60, spa: 75, spd: 90, spe: 80},
- abilities: {0: "Swarm", 1: "Early Bird"},
- heightm: 1.5,
- weightkg: 49.5,
- color: "N/A",
- prevo: "ledian",
- evoLevel: 38,
- eggGroups: ["Bug"],
- },
- "unown": {
- num: 201,
- species: "Unown",
- types: ["Psychic"],
- gender: "N",
- baseStats: {hp: 48, atk: 72, def: 48, spa: 72, spd: 48, spe: 48},
- abilities: {0: "Levitate"},
- heightm: 0.5,
- weightkg: 5.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "bisos": {
- num: 202,
- species: "Bisos",
- types: ["Normal"],
- gender: "M",
- baseStats: {hp: 45, atk: 65, def: 60, spa: 20, spd: 40, spe: 75},
- abilities: {0: "Intimidate"},
- heightm: 0.7,
- weightkg: 42.8,
- color: "N/A",
- evos: ["tauros"],
- eggGroups: ["Undiscovered"],
- },
- "tauros": {
- num: 203,
- species: "Tauros",
- types: ["Normal"],
- gender: "M",
- baseStats: {hp: 75, atk: 100, def: 95, spa: 40, spd: 70, spe: 110},
- abilities: {0: "Intimidate"},
- heightm: 1.4,
- weightkg: 88.4,
- color: "N/A",
- prevo: "bisos",
- evoLevel: 1,
- eggGroups: ["Field"],
- },
- "lunatone": {
- num: 204,
- species: "Lunatone",
- types: ["Rock", "Psychic"],
- gender: "N",
- baseStats: {hp: 70, atk: 55, def: 65, spa: 95, spd: 85, spe: 70},
- abilities: {0: "Levitate"},
- heightm: 1.0,
- weightkg: 168.0,
- color: "N/A",
- evos: ["planite"],
- eggGroups: ["Mineral"],
- },
- "solrock": {
- num: 205,
- species: "Solrock",
- types: ["Rock", "Psychic"],
- gender: "N",
- baseStats: {hp: 70, atk: 95, def: 85, spa: 55, spd: 65, spe: 70},
- abilities: {0: "Levitate"},
- heightm: 1.2,
- weightkg: 154.0,
- color: "N/A",
- evos: ["planite"],
- eggGroups: ["Mineral"],
- },
- "stellith": {
- num: 206,
- species: "Stellith",
- types: ["Rock", "Psychic"],
- gender: "N",
- baseStats: {hp: 70, atk: 85, def: 55, spa: 95, spd: 65, spe: 70},
- abilities: {0: "Levitate"},
- heightm: 1.4,
- weightkg: 179.0,
- color: "N/A",
- evos: ["planite"],
- eggGroups: ["Mineral"],
- },
- "planite": {
- num: 207,
- species: "Planite",
- types: ["Rock", "Psychic"],
- gender: "N",
- baseStats: {hp: 70, atk: 110, def: 80, spa: 110, spd: 80, spe: 70},
- abilities: {0: "Levitate"},
- heightm: 1.9,
- weightkg: 243.0,
- color: "N/A",
- prevos: ["lunatone", "solrock", "stellith"], // Does this even work?
- evoLevel: 1,
- eggGroups: ["Mineral"],
- },
- "modra": {
- num: 208,
- species: "Modra",
- types: ["Poison"],
- baseStats: {hp: 45, atk: 75, def: 65, spa: 40, spd: 45, spe: 60},
- abilities: {0: "Liquid Ooze", 1: "Shed Skin"},
- heightm: 1.0,
- weightkg: 67.3,
- color: "N/A",
- evos: ["komoragon"],
- eggGroups: ["Monster", "Dragon"],
- },
- "komoragon": {
- num: 209,
- species: "Komoragon",
- types: ["Poison", "Dragon"],
- baseStats: {hp: 70, atk: 115, def: 100, spa: 60, spd: 65, spe: 95},
- abilities: {0: "Liquid Ooze", 1: "Shed Skin"},
- heightm: 2.1,
- weightkg: 183.5,
- color: "N/A",
- prevo: "modra",
- evoLevel: 40,
- eggGroups: ["Monster", "Dragon"],
- },
- "remoraid": {
- num: 210,
- species: "Remoraid",
- types: ["Water"],
- baseStats: {hp: 35, atk: 65, def: 35, spa: 65, spd: 35, spe: 65},
- abilities: {0: "Hustle"},
- heightm: 0.6,
- weightkg: 12.0,
- color: "N/A",
- evos: ["octillery"],
- eggGroups: ["Water 1", "Water 2"],
- },
- "octillery": {
- num: 211,
- species: "Octillery",
- types: ["Water"],
- baseStats: {hp: 75, atk: 105, def: 75, spa: 105, spd: 75, spe: 45},
- abilities: {0: "Suction Cups"},
- heightm: 0.9,
- weightkg: 28.5,
- color: "N/A",
- prevo: "remoraid",
- evoLevel: 25,
- eggGroups: ["Water 1", "Water 2"],
- },
- "tentacool": {
- num: 212,
- species: "Tentacool",
- types: ["Water", "Poison"],
- baseStats: {hp: 40, atk: 40, def: 35, spa: 50, spd: 100, spe: 70},
- abilities: {0: "Liquid Ooze", 1: "Clear Body"},
- heightm: 0.9,
- weightkg: 45.5,
- color: "N/A",
- evos: ["tentacruel"],
- eggGroups: ["Water 3"],
- },
- "tentacruel": {
- num: 213,
- species: "Tentacruel",
- types: ["Water", "Poison"],
- baseStats: {hp: 80, atk: 70, def: 65, spa: 80, spd: 120, spe: 100},
- abilities: {0: "Liquid Ooze", 1: "Clear Body"},
- heightm: 1.6,
- weightkg: 55.0,
- color: "N/A",
- prevo: "tentacool",
- evos: ["tentyrant"],
- evoLevel: 30,
- eggGroups: ["Water 3"],
- },
- "tentyrant": {
- num: 214,
- species: "Tentyrant",
- types: ["Water", "Dark"],
- baseStats: {hp: 90, atk: 70, def: 65, spa: 95, spd: 135, spe: 110},
- abilities: {0: "Immunity", 1: "Clear Body"},
- heightm: 2.3,
- weightkg: 78.5,
- color: "N/A",
- prevo: "tentacruel",
- evoLevel: 30,
- eggGroups: ["Water 3"],
- },
- "miniety": {
- num: 215,
- species: "Miniety",
- types: ["Fire", "Normal"],
- baseStats: {hp: 45, atk: 40, def: 45, spa: 85, spd: 50, spe: 60},
- abilities: {0: "Flash Fire", 1: "Synchronize"},
- heightm: 0.6,
- weightkg: 18.5,
- color: "N/A",
- evos: ["majiety"],
- eggGroups: ["Field"],
- },
- "majiety": {
- num: 216,
- species: "Majiety",
- types: ["Fire", "Psychic"],
- baseStats: {hp: 80, atk: 60, def: 80, spa: 115, spd: 90, spe: 90},
- abilities: {0: "Flash Fire", 1: "Synchronize"},
- heightm: 1.0,
- weightkg: 34.7,
- color: "N/A",
- prevo: "miniety",
- evoLevel: 30,
- eggGroups: ["Field"],
- },
- "wixwax": {
- num: 217,
- species: "Wixwax",
- types: ["Fire", "Ghost"],
- genderRatio: {M: 0.25, F: 0.75},
- baseStats: {hp: 45, atk: 45, def: 40, spa: 60, spd: 45, spe: 80},
- abilities: {0: "Flame Body", 1: "Insomnia"},
- heightm: 0.7,
- weightkg: 2.4,
- color: "N/A",
- evos: ["scorment"],
- eggGroups: ["Amorphous", "Fairy"],
- },
- "scorment": {
- num: 218,
- species: "Scorment",
- types: ["Fire", "Ghost"],
- genderRatio: {M: 0.25, F: 0.75},
- baseStats: {hp: 70, atk: 75, def: 60, spa: 100, spd: 70, spe: 120},
- abilities: {0: "Flame Body", 1: "Insomnia"},
- heightm: 0.9,
- weightkg: 8.5,
- color: "N/A",
- prevo: "wixwax",
- evoLevel: 38,
- eggGroups: ["Amorphous", "Fairy"],
- },
- "rubball": {
- num: 219,
- species: "Rubball",
- types: ["Rock", "Ground"],
- baseStats: {hp: 85, atk: 65, def: 130, spa: 50, spd: 80, spe: 60},
- abilities: {0: "Huge Power", 1: "Sturdy"},
- heightm: 0.7,
- weightkg: 83.5,
- color: "N/A",
- eggGroups: ["Mineral"],
- },
- "phantonate": {
- num: 220,
- species: "Phantonate",
- types: ["Normal", "Ghost"],
- baseStats: {hp: 55, atk: 100, def: 50, spa: 60, spd: 50, spe: 120},
- abilities: {0: "Wonder Guard", 1: "Shadow Tag"},
- heightm: 1.1,
- weightkg: 10.3,
- color: "N/A",
- eggGroups: ["Amorphous"],
- },
- "haungyo": {
- num: 221,
- species: "Haungyo",
- types: ["Ghost"],
- baseStats: {hp: 65, atk: 80, def: 50, spa: 30, spd: 45, spe: 50},
- abilities: {0: "Levitate", 1: "Inner Focus"},
- heightm: 0.8,
- weightkg: 14.2,
- color: "N/A",
- evos: ["thuntem"],
- eggGroups: ["Amorphous", "Grass"],
- },
- "thuntem": {
- num: 222,
- species: "Thuntem",
- types: ["Ghost", "Electric"],
- baseStats: {hp: 100, atk: 125, def: 80, spa: 40, spd: 70, spe: 80},
- abilities: {0: "Levitate", 1: "Inner Focus"},
- heightm: 1.5,
- weightkg: 34.0,
- color: "N/A",
- prevo: "haungyo",
- evoLevel: 1,
- eggGroups: ["Amorphous", "Grass"],
- },
- "voltorb": {
- num: 223,
- species: "Voltorb",
- types: ["Electric"],
- gender: "N",
- baseStats: {hp: 40, atk: 30, def: 50, spa: 55, spd: 55, spe: 100},
- abilities: {0: "Soundproof", 1: "Static"},
- heightm: 0.5,
- weightkg: 10.4,
- color: "N/A",
- evos: ["electrode"],
- eggGroups: ["Mineral"],
- },
- "electrode": {
- num: 224,
- species: "Electrode",
- types: ["Electric"],
- gender: "N",
- baseStats: {hp: 60, atk: 50, def: 70, spa: 80, spd: 80, spe: 140},
- abilities: {0: "Soundproof", 1: "Static"},
- heightm: 1.2,
- weightkg: 66.6,
- color: "N/A",
- prevo: "voltorb",
- evos: ["sphericoil"],
- evoLevel: 30,
- eggGroups: ["Mineral"],
- },
- "sphericoil": {
- num: 225,
- species: "Sphericoil",
- types: ["Electric"],
- gender: "N",
- baseStats: {hp: 80, atk: 50, def: 70, spa: 105, spd: 95, spe: 165},
- abilities: {0: "Soundproof", 1: "Static"},
- heightm: 1.5,
- weightkg: 123.2,
- color: "N/A",
- prevo: "electrode",
- evoLevel: 30,
- eggGroups: ["Mineral"],
- },
- "murkrow": {
- num: 226,
- species: "Murkrow",
- types: ["Dark", "Flying"],
- baseStats: {hp: 60, atk: 85, def: 42, spa: 85, spd: 42, spe: 91},
- abilities: {0: "Insomnia"},
- heightm: 0.5,
- weightkg: 2.1,
- color: "N/A",
- evos: ["honchkrow"],
- eggGroups: ["Flying"],
- },
- "honchkrow": {
- num: 227,
- species: "Honchkrow",
- types: ["Dark", "Flying"],
- baseStats: {hp: 100, atk: 125, def: 52, spa: 105, spd: 52, spe: 71},
- abilities: {0: "Insomnia"},
- heightm: 0.9,
- weightkg: 27.3,
- color: "N/A",
- prevo: "murkrow",
- evoLevel: 1,
- eggGroups: ["Flying"],
- },
- "whismur": {
- num: 228,
- species: "Whismur",
- types: ["Normal"],
- baseStats: {hp: 64, atk: 51, def: 23, spa: 51, spd: 23, spe: 28},
- abilities: {0: "Soundproof"},
- heightm: 0.6,
- weightkg: 16.3,
- color: "N/A",
- evos: ["loudred"],
- eggGroups: ["Monster", "Field"],
- },
- "loudred": {
- num: 229,
- species: "Loudred",
- types: ["Normal"],
- baseStats: {hp: 84, atk: 71, def: 43, spa: 71, spd: 43, spe: 48},
- abilities: {0: "Soundproof"},
- heightm: 1.0,
- weightkg: 40.5,
- color: "N/A",
- prevo: "whismur",
- evos: ["exploud"],
- evoLevel: 20,
- eggGroups: ["Monster", "Field"],
- },
- "exploud": {
- num: 230,
- species: "Exploud",
- types: ["Normal"],
- baseStats: {hp: 104, atk: 91, def: 63, spa: 91, spd: 63, spe: 68},
- abilities: {0: "Soundproof"},
- heightm: 1.5,
- weightkg: 84.0,
- color: "N/A",
- prevo: "loudred",
- evoLevel: 40,
- eggGroups: ["Monster", "Field"],
- },
- "krabby": {
- num: 231,
- species: "Krabby",
- types: ["Water"],
- baseStats: {hp: 30, atk: 105, def: 90, spa: 25, spd: 25, spe: 50},
- abilities: {0: "Hyper Cutter", 1: "Shell Armor"},
- heightm: 0.4,
- weightkg: 6.5,
- color: "N/A",
- evos: ["kingler"],
- eggGroups: ["Water 3"],
- },
- "kingler": {
- num: 232,
- species: "Kingler",
- types: ["Water"],
- baseStats: {hp: 55, atk: 130, def: 115, spa: 50, spd: 50, spe: 75},
- abilities: {0: "Hyper Cutter", 1: "Shell Armor"},
- heightm: 1.3,
- weightkg: 60.0,
- color: "N/A",
- prevo: "krabby",
- evoLevel: 28,
- eggGroups: ["Water 3"],
- },
- "puffume": {
- num: 233,
- species: "Puffume",
- types: ["Poison", "Flying"],
- baseStats: {hp: 54, atk: 35, def: 50, spa: 61, spd: 70, spe: 40},
- abilities: {0: "White Smoke", 1: "Own Tempo"},
- heightm: 0.3,
- weightkg: 0.2,
- color: "N/A",
- evos: ["turblimp"],
- eggGroups: ["Amorphous"],
- },
- "turblimp": {
- num: 234,
- species: "Turblimp",
- types: ["Poison", "Fire"],
- baseStats: {hp: 84, atk: 50, def: 80, spa: 101, spd: 115, spe: 55},
- abilities: {0: "Levitate", 1: "Own Tempo"},
- heightm: 0.7,
- weightkg: 21.0,
- color: "N/A",
- prevo: "puffume",
- evoLevel: 31,
- eggGroups: ["Amorphous"],
- },
- "yolkid": {
- num: 235,
- species: "Yolkid",
- types: ["Normal"],
- baseStats: {hp: 50, atk: 50, def: 50, spa: 50, spd: 50, spe: 50},
- abilities: {0: "Cute Charm", 1: "Run Away"},
- heightm: 0.3,
- weightkg: 6.9,
- color: "N/A",
- evos: ["venotreme", "tonopper", "aeruda", "hasaga"],
- eggGroups: ["Undiscovered"],
- },
- "venotreme": {
- num: 236,
- species: "Venotreme",
- types: ["Poison"],
- baseStats: {hp: 105, atk: 95, def: 135, spa: 65, spd: 70, spe: 60},
- abilities: {0: "Water Veil", 1: "Liquid Ooze"},
- heightm: 1.2,
- weightkg: 118.8,
- color: "N/A",
- prevo: "yolkid",
- evoLevel: 1,
- eggGroups: ["Undiscovered"],
- },
- "tonopper": {
- num: 237,
- species: "Tonopper",
- types: ["Bug"],
- baseStats: {hp: 65, atk: 70, def: 60, spa: 135, spd: 95, spe: 105},
- abilities: {0: "Limber", 1: "Compound Eyes"},
- heightm: 0.6,
- weightkg: 12.5,
- color: "N/A",
- prevo: "yolkid",
- evoLevel: 1,
- eggGroups: ["Undiscovered"],
- },
- "aeruda": {
- num: 238,
- species: "Aeruda",
- types: ["Flying"],
- baseStats: {hp: 70, atk: 105, def: 65, spa: 95, spd: 60, spe: 135},
- abilities: {0: "Rock Head", 1: "Vital Spirit"},
- heightm: 1.1,
- weightkg: 52.3,
- color: "N/A",
- prevo: "yolkid",
- evoLevel: 1,
- eggGroups: ["Undiscovered"],
- },
- "hasaga": {
- num: 239,
- species: "Hasaga",
- types: ["Ground"],
- baseStats: {hp: 95, atk: 135, def: 105, spa: 60, spd: 65, spe: 70},
- abilities: {0: "Sand Veil", 1: "Intimidate"},
- heightm: 1.6,
- weightkg: 80.5,
- color: "N/A",
- prevo: "yolkid",
- evoLevel: 1,
- eggGroups: ["Undiscovered"],
- },
- "lizzle": {
- num: 240,
- species: "Lizzle",
- types: ["Water"],
- baseStats: {hp: 45, atk: 55, def: 50, spa: 75, spd: 55, spe: 55},
- abilities: {0: "Drizzle"},
- heightm: 0.4,
- weightkg: 7.8,
- color: "N/A",
- evos: ["drizzlob"],
- eggGroups: ["Water 1", "Water 3"],
- },
- "drizzlob": {
- num: 241,
- species: "Drizzlob",
- types: ["Water"],
- baseStats: {hp: 70, atk: 85, def: 75, spa: 105, spd: 85, spe: 80},
- abilities: {0: "Drizzle"},
- heightm: 1.1,
- weightkg: 43.3,
- color: "N/A",
- prevo: "lizzle",
- evoLevel: 33,
- eggGroups: ["Water 1", "Water 3"],
- },
- "droudrop": {
- num: 242,
- species: "Droudrop",
- types: ["Fire"],
- baseStats: {hp: 45, atk: 75, def: 55, spa: 55, spd: 50, spe: 55},
- abilities: {0: "Drought"},
- heightm: 0.4,
- weightkg: 8.2,
- color: "N/A",
- evos: ["droudrum"],
- eggGroups: ["Amorphous"],
- },
- "droudrum": {
- num: 243,
- species: "Droudrum",
- types: ["Fire"],
- baseStats: {hp: 70, atk: 105, def: 85, spa: 85, spd: 75, spe: 80},
- abilities: {0: "Drought"},
- heightm: 1.1,
- weightkg: 51.3,
- color: "N/A",
- prevo: "droudrop",
- evoLevel: 33,
- eggGroups: ["Amorphous"],
- },
- "clouff": {
- num: 244,
- species: "Clouff",
- types: ["Ghost", "Flying"],
- baseStats: {hp: 50, atk: 65, def: 50, spa: 65, spd: 50, spe: 55},
- abilities: {0: "Air Lock"},
- heightm: 0.5,
- weightkg: 26.7,
- color: "N/A",
- evos: ["cloubus"],
- eggGroups: ["Amorphous", "Fairy"],
- },
- "cloubus": {
- num: 245,
- species: "Cloubus",
- types: ["Ghost", "Flying"],
- baseStats: {hp: 75, atk: 95, def: 75, spa: 95, spd: 75, spe: 85},
- abilities: {0: "Air Lock"},
- heightm: 0.8,
- weightkg: 41.6,
- color: "N/A",
- prevo: "clouff",
- evoLevel: 33,
- eggGroups: ["Amorphous", "Fairy"],
- },
- "dvaarak": {
- num: 246,
- species: "Dvaarak",
- types: ["Ground", "Steel"],
- baseStats: {hp: 86, atk: 110, def: 70, spa: 55, spd: 50, spe: 94},
- abilities: {0: "Sand Veil", 1: "Arena Trap"},
- heightm: 0.7,
- weightkg: 53.6,
- color: "N/A",
- eggGroups: ["Field", "Mineral"],
- },
- "sneasel": {
- num: 247,
- species: "Sneasel",
- types: ["Dark", "Ice"],
- baseStats: {hp: 55, atk: 95, def: 55, spa: 35, spd: 75, spe: 115},
- abilities: {0: "Inner Focus", 1: "Keen Eye"},
- heightm: 0.9,
- weightkg: 28.0,
- color: "N/A",
- evos: ["weavile"],
- eggGroups: ["Field"],
- },
- "weavile": {
- num: 248,
- species: "Weavile",
- types: ["Dark", "Ice"],
- baseStats: {hp: 70, atk: 120, def: 65, spa: 45, spd: 85, spe: 125},
- abilities: {0: "Pressure"},
- heightm: 1.1,
- weightkg: 34.0,
- color: "N/A",
- prevo: "sneasel",
- evoLevel: 38,
- eggGroups: ["Field"],
- },
- "shroomish": {
- num: 249,
- species: "Shroomish",
- types: ["Grass"],
- baseStats: {hp: 60, atk: 40, def: 60, spa: 40, spd: 60, spe: 35},
- abilities: {0: "Effect Spore"},
- heightm: 0.4,
- weightkg: 4.5,
- color: "N/A",
- evos: ["breloom"],
- eggGroups: ["Grass", "Fairy"],
- },
- "breloom": {
- num: 250,
- species: "Breloom",
- types: ["Grass", "Fighting"],
- baseStats: {hp: 60, atk: 130, def: 80, spa: 60, spd: 60, spe: 70},
- abilities: {0: "Effect Spore"},
- heightm: 1.2,
- weightkg: 39.2,
- color: "N/A",
- prevo: "shroomish",
- evoLevel: 23,
- eggGroups: ["Grass", "Fairy"],
- },
- "doodloo": {
- num: 251,
- species: "Doodloo",
- types: ["Normal"],
- baseStats: {hp: 70, atk: 30, def: 45, spa: 30, spd: 35, spe: 65},
- abilities: {0: "Own Tempo", 1: "Limber"},
- heightm: 0.8,
- weightkg: 29.7,
- color: "N/A",
- eggGroups: ["Field", "Human-Like"],
- },
- "billserk": {
- num: 252,
- species: "Billserk",
- types: ["Fighting", "Flying"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 82, atk: 110, def: 75, spa: 50, spd: 75, spe: 103},
- abilities: {0: "Intimidate", 1: "Rock Head"},
- heightm: 0.6,
- weightkg: 63.2,
- color: "N/A",
- eggGroups: ["Flying"],
- },
- "sableye": {
- num: 253,
- species: "Sableye",
- types: ["Dark", "Ghost"],
- baseStats: {hp: 50, atk: 75, def: 75, spa: 65, spd: 65, spe: 50},
- abilities: {0: "Keen Eye"},
- heightm: 0.5,
- weightkg: 11.0,
- color: "N/A",
- evos: ["gehemoth"],
- eggGroups: ["Human-Like"],
- },
- "gehemoth": {
- num: 254,
- species: "Gehemoth",
- types: ["Dark", "Ghost"],
- baseStats: {hp: 65, atk: 95, def: 85, spa: 90, spd: 75, spe: 70},
- abilities: {0: "Keen Eye"},
- heightm: 1.0,
- weightkg: 22.0,
- color: "N/A",
- prevo: "sableye",
- evoLevel: 36,
- eggGroups: ["Human-Like"],
- },
- "mawile": {
- num: 255,
- species: "Mawile",
- types: ["Steel"],
- baseStats: {hp: 50, atk: 85, def: 85, spa: 55, spd: 55, spe: 50},
- abilities: {0: "Hyper Cutter", 1: "Intimidate"},
- heightm: 0.6,
- weightkg: 11.5,
- color: "N/A",
- evos: ["jawile"],
- eggGroups: ["Field", "Fairy"],
- },
- "jawile": {
- num: 256,
- species: "Jawile",
- types: ["Steel"],
- baseStats: {hp: 60, atk: 115, def: 90, spa: 60, spd: 75, spe: 80},
- abilities: {0: "Hyper Cutter", 1: "Intimidate"},
- heightm: 1.1,
- weightkg: 23.0,
- color: "N/A",
- prevo: "mawile",
- evoLevel: 36,
- eggGroups: ["Field", "Fairy"],
- },
- "scyther": {
- num: 257,
- species: "Scyther",
- types: ["Bug", "Flying"],
- baseStats: {hp: 70, atk: 110, def: 80, spa: 55, spd: 80, spe: 105},
- abilities: {0: "Swarm"},
- heightm: 1.5,
- weightkg: 56.0,
- color: "N/A",
- evos: ["scizor"],
- eggGroups: ["Bug"],
- },
- "scizor": {
- num: 258,
- species: "Scizor",
- types: ["Bug", "Steel"],
- baseStats: {hp: 70, atk: 130, def: 100, spa: 55, spd: 80, spe: 65},
- abilities: {0: "Swarm"},
- heightm: 1.8,
- weightkg: 118.0,
- color: "N/A",
- prevo: "scyther",
- evoLevel: 30,
- eggGroups: ["Bug"],
- },
- "pinsir": {
- num: 259,
- species: "Pinsir",
- types: ["Bug"],
- baseStats: {hp: 65, atk: 125, def: 100, spa: 55, spd: 70, spe: 85},
- abilities: {0: "Hyper Cutter"},
- heightm: 1.5,
- weightkg: 55.0,
- color: "N/A",
- evos: ["pinchor"],
- eggGroups: ["Bug"],
- },
- "pinchor": {
- num: 260,
- species: "Pinchor",
- types: ["Bug", "Ground"],
- baseStats: {hp: 65, atk: 135, def: 90, spa: 45, spd: 70, spe: 95},
- abilities: {0: "Hyper Cutter"},
- heightm: 1.8,
- weightkg: 117.0,
- color: "N/A",
- prevo: "pinsir",
- evoLevel: 35,
- eggGroups: ["Bug"],
- },
- "ekans": {
- num: 261,
- species: "Ekans",
- types: ["Poison"],
- baseStats: {hp: 35, atk: 60, def: 44, spa: 40, spd: 54, spe: 55},
- abilities: {0: "Intimidate", 1: "Shed Skin"},
- heightm: 2.0,
- weightkg: 6.9,
- color: "N/A",
- evos: ["arbok"],
- eggGroups: ["Field", "Dragon"],
- },
- "arbok": {
- num: 262,
- species: "Arbok",
- types: ["Poison"],
- baseStats: {hp: 60, atk: 85, def: 69, spa: 65, spd: 79, spe: 80},
- abilities: {0: "Intimidate", 1: "Shed Skin"},
- heightm: 3.5,
- weightkg: 65.0,
- color: "N/A",
- prevo: "ekans",
- evos: ["adnokana"],
- evoLevel: 22,
- eggGroups: ["Field", "Dragon"],
- },
- "adnokana": {
- num: 263,
- species: "Adnokana",
- types: ["Poison", "Steel"],
- baseStats: {hp: 60, atk: 112, def: 79, spa: 65, spd: 89, spe: 103},
- abilities: {0: "Intimidate", 1: "Shed Skin"},
- heightm: 8.8,
- weightkg: 136.4,
- color: "N/A",
- prevo: "arbok",
- evoLevel: 44,
- eggGroups: ["Field", "Dragon"],
- },
- "koffing": {
- num: 264,
- species: "Koffing",
- types: ["Poison"],
- baseStats: {hp: 40, atk: 65, def: 95, spa: 60, spd: 45, spe: 35},
- abilities: {0: "Levitate"},
- heightm: 0.6,
- weightkg: 1.0,
- color: "N/A",
- evos: ["weezing"],
- eggGroups: ["Amorphous"],
- },
- "weezing": {
- num: 265,
- species: "Weezing",
- types: ["Poison"],
- baseStats: {hp: 65, atk: 90, def: 120, spa: 85, spd: 70, spe: 60},
- abilities: {0: "Levitate"},
- heightm: 1.2,
- weightkg: 9.5,
- color: "N/A",
- prevo: "koffing",
- evos: ["cheauking"],
- evoLevel: 35,
- eggGroups: ["Amorphous"],
- },
- "cheauking": {
- num: 266,
- species: "Cheauking",
- types: ["Poison", "Dark"],
- baseStats: {hp: 75, atk: 105, def: 130, spa: 100, spd: 80, spe: 60},
- abilities: {0: "Intimidate"},
- heightm: 1.5,
- weightkg: 13.9,
- color: "N/A",
- prevo: "weezing",
- evoLevel: 45,
- eggGroups: ["Amorphous"],
- },
- "duskull": {
- num: 267,
- species: "Duskull",
- types: ["Ghost"],
- baseStats: {hp: 20, atk: 40, def: 90, spa: 30, spd: 90, spe: 25},
- abilities: {0: "Levitate"},
- heightm: 0.8,
- weightkg: 15.0,
- color: "N/A",
- evos: ["dusclops"],
- eggGroups: ["Amorphous"],
- },
- "dusclops": {
- num: 268,
- species: "Dusclops",
- types: ["Ghost"],
- baseStats: {hp: 40, atk: 70, def: 130, spa: 60, spd: 130, spe: 25},
- abilities: {0: "Pressure"},
- heightm: 1.6,
- weightkg: 30.6,
- color: "N/A",
- prevo: "duskull",
- evos: ["dusknoir"],
- evoLevel: 37,
- eggGroups: ["Amorphous"],
- },
- "dusknoir": {
- num: 269,
- species: "Dusknoir",
- types: ["Ghost"],
- baseStats: {hp: 45, atk: 100, def: 135, spa: 65, spd: 135, spe: 45},
- abilities: {0: "Pressure"},
- heightm: 2.2,
- weightkg: 106.6,
- color: "N/A",
- prevo: "dusclops",
- evoLevel: 48,
- eggGroups: ["Amorphous"],
- },
- "lickitung": {
- num: 270,
- species: "Lickitung",
- types: ["Normal"],
- baseStats: {hp: 90, atk: 55, def: 75, spa: 60, spd: 75, spe: 30},
- abilities: {0: "Own Tempo", 1: "Oblivious"},
- heightm: 1.2,
- weightkg: 65.5,
- color: "N/A",
- evos: ["lickilicky"],
- eggGroups: ["Monster"],
- },
- "lickilicky": {
- num: 271,
- species: "Lickilicky",
- types: ["Normal"],
- baseStats: {hp: 110, atk: 85, def: 95, spa: 80, spd: 95, spe: 50},
- abilities: {0: "Own Tempo", 1: "Oblivious"},
- heightm: 1.7,
- weightkg: 140.0,
- color: "N/A",
- prevo: "lickitung",
- evoLevel: 33,
- eggGroups: ["Monster"],
- },
- "spinarak": {
- num: 272,
- species: "Spinarak",
- types: ["Bug", "Poison"],
- baseStats: {hp: 40, atk: 60, def: 40, spa: 40, spd: 40, spe: 30},
- abilities: {0: "Swarm", 1: "Insomnia"},
- heightm: 0.5,
- weightkg: 8.5,
- color: "N/A",
- evos: ["ariados"],
- eggGroups: ["Bug"],
- },
- "ariados": {
- num: 273,
- species: "Ariados",
- types: ["Bug", "Poison"],
- baseStats: {hp: 70, atk: 90, def: 70, spa: 60, spd: 60, spe: 40},
- abilities: {0: "Swarm", 1: "Insomnia"},
- heightm: 1.1,
- weightkg: 33.5,
- color: "N/A",
- prevo: "spinarak",
- evoLevel: 22,
- eggGroups: ["Bug"],
- },
- "joltik": {
- num: 274,
- species: "Joltik",
- types: ["Bug", "Electric"],
- baseStats: {hp: 50, atk: 47, def: 50, spa: 57, spd: 50, spe: 65},
- abilities: {0: "Compound Eyes"},
- heightm: 0.1,
- weightkg: 0.6,
- color: "N/A",
- evos: ["galvantula"],
- eggGroups: ["Bug"],
- },
- "galvantula": {
- num: 275,
- species: "Galvantula",
- types: ["Bug", "Electric"],
- baseStats: {hp: 70, atk: 77, def: 60, spa: 97, spd: 60, spe: 108},
- abilities: {0: "Compound Eyes"},
- heightm: 0.8,
- weightkg: 14.3,
- color: "N/A",
- prevo: "joltik",
- evoLevel: 36,
- eggGroups: ["Bug"],
- },
- "guppyre": {
- num: 276,
- species: "Guppyre",
- types: ["Water", "Fire"],
- baseStats: {hp: 55, atk: 30, def: 55, spa: 80, spd: 60, spe: 40},
- abilities: {0: "Water Veil", 1: "Flame Body"},
- heightm: 0.2,
- weightkg: 2.1,
- color: "N/A",
- evos: ["lavetta"],
- eggGroups: ["Water 2", "Monster"],
- },
- "lavetta": {
- num: 277,
- species: "Lavetta",
- types: ["Water", "Fire"],
- baseStats: {hp: 80, atk: 50, def: 80, spa: 110, spd: 90, spe: 60},
- abilities: {0: "Water Veil", 1: "Flame Body"},
- heightm: 0.8,
- weightkg: 119.3,
- color: "N/A",
- prevo: "guppyre",
- evoLevel: 28,
- eggGroups: ["Water 2", "Monster"],
- },
- "relicanth": {
- num: 278,
- species: "Relicanth",
- types: ["Water", "Rock"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 100, atk: 90, def: 130, spa: 45, spd: 65, spe: 55},
- abilities: {0: "Swift Swim", 1: "Rock Head"},
- heightm: 1.0,
- weightkg: 23.4,
- color: "N/A",
- evos: ["relicore"],
- eggGroups: ["Water 1", "Water 2"],
- },
- "relicore": {
- num: 279,
- species: "Relicore",
- types: ["Water", "Rock"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 115, atk: 105, def: 140, spa: 50, spd: 70, spe: 60},
- abilities: {0: "Swift Swim", 1: "Rock Head"},
- heightm: 3.2,
- weightkg: 83.1,
- color: "N/A",
- prevo: "relicanth",
- evoLevel: 48,
- eggGroups: ["Water 1", "Water 2"],
- },
- "flarmus": {
- num: 280,
- species: "Flarmus",
- types: ["Fire"],
- baseStats: {hp: 45, atk: 70, def: 55, spa: 60, spd: 40, spe: 73},
- abilities: {0: "Flash Fire", 1: "Pickup"},
- heightm: 0.3,
- weightkg: 6.4,
- color: "N/A",
- evos: ["insquirno"],
- eggGroups: ["Field"],
- },
- "insquirno": {
- num: 281,
- species: "Insquirno",
- types: ["Fire", "Flying"],
- baseStats: {hp: 60, atk: 95, def: 75, spa: 85, spd: 55, spe: 103},
- abilities: {0: "Flash Fire", 1: "Pickup"},
- heightm: 0.5,
- weightkg: 10.8,
- color: "N/A",
- prevo: "flarmus",
- evoLevel: 24,
- eggGroups: ["Field"],
- },
- "smalmon": {
- num: 282,
- species: "Smalmon",
- types: ["Water", "Ground"],
- baseStats: {hp: 50, atk: 65, def: 48, spa: 53, spd: 43, spe: 45},
- abilities: {0: "Swift Swim", 1: "Marvel Scale"},
- heightm: 0.2,
- weightkg: 1.8,
- color: "N/A",
- evos: ["trojalmon"],
- eggGroups: ["Water 2"],
- },
- "trojalmon": {
- num: 283,
- species: "Trojalmon",
- types: ["Water", "Ground"],
- baseStats: {hp: 90, atk: 105, def: 78, spa: 83, spd: 63, spe: 70},
- abilities: {0: "Swift Swim", 1: "Marvel Scale"},
- heightm: 4.6,
- weightkg: 209.5,
- color: "N/A",
- prevo: "smalmon",
- evoLevel: 34,
- eggGroups: ["Water 2"],
- },
- "punchild": {
- num: 284,
- species: "Punchild",
- types: ["Fighting", "Rock"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 40, atk: 40, def: 60, spa: 35, spd: 35, spe: 30},
- abilities: {0: "Intimidate"},
- heightm: 0.4,
- weightkg: 15.3,
- color: "N/A",
- evos: ["combattle"],
- eggGroups: ["Human-Like", "Mineral"],
- },
- "combattle": {
- num: 285,
- species: "Combattle",
- types: ["Fighting", "Rock"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 80, atk: 60, def: 120, spa: 60, spd: 85, spe: 60},
- abilities: {0: "Huge Power"},
- heightm: 0.6,
- weightkg: 32.4,
- color: "N/A",
- prevo: "punchild",
- evoLevel: 30,
- eggGroups: ["Human-Like", "Mineral"],
- },
- "wombaton": {
- num: 286,
- species: "Wombaton",
- types: ["Ground", "Ghost"],
- baseStats: {hp: 80, atk: 103, def: 72, spa: 78, spd: 61, spe: 81},
- abilities: {0: "Sand Veil", 1: "Lightning Rod"},
- heightm: 0.7,
- weightkg: 41.5,
- color: "N/A",
- eggGroups: ["Monster"],
- },
- "happiny": {
- num: 287,
- species: "Happiny",
- types: ["Normal"],
- gender: "F",
- baseStats: {hp: 100, atk: 5, def: 5, spa: 15, spd: 65, spe: 30},
- abilities: {0: "Natural Cure", 1: "Serene Grace"},
- heightm: 0.6,
- weightkg: 24.4,
- color: "N/A",
- evos: ["chansey"],
- eggGroups: ["Undiscovered"],
- },
- "chansey": {
- num: 288,
- species: "Chansey",
- types: ["Normal"],
- gender: "F",
- baseStats: {hp: 250, atk: 5, def: 5, spa: 35, spd: 105, spe: 50},
- abilities: {0: "Natural Cure", 1: "Serene Grace"},
- heightm: 1.1,
- weightkg: 34.6,
- color: "N/A",
- prevo: "happiny",
- evos: ["blissey"],
- evoLevel: 20,
- eggGroups: ["Fairy"],
- },
- "blissey": {
- num: 289,
- species: "Blissey",
- types: ["Normal"],
- gender: "F",
- baseStats: {hp: 255, atk: 10, def: 10, spa: 75, spd: 135, spe: 55},
- abilities: {0: "Natural Cure", 1: "Serene Grace"},
- heightm: 1.5,
- weightkg: 46.8,
- color: "N/A",
- prevo: "chansey",
- evoLevel: 20,
- eggGroups: ["Fairy"],
- },
- "nincada": {
- num: 290,
- species: "Nincada",
- types: ["Bug", "Ground"],
- baseStats: {hp: 31, atk: 45, def: 90, spa: 30, spd: 30, spe: 40},
- abilities: {0: "Compound Eyes"},
- heightm: 0.5,
- weightkg: 5.5,
- color: "N/A",
- evos: ["ninjask", "shedinja"],
- eggGroups: ["Bug"],
- },
- "ninjask": {
- num: 291,
- species: "Ninjask",
- types: ["Bug", "Flying"],
- baseStats: {hp: 61, atk: 90, def: 45, spa: 50, spd: 50, spe: 160},
- abilities: {0: "Speed Boost"},
- heightm: 0.8,
- weightkg: 12.0,
- color: "N/A",
- prevo: "nincada",
- evoLevel: 20,
- eggGroups: ["Bug"],
- },
- "shedinja": {
- num: 292,
- species: "Shedinja",
- types: ["Bug", "Ghost"],
- gender: "N",
- baseStats: {hp: 1, atk: 90, def: 45, spa: 30, spd: 30, spe: 40},
- abilities: {0: "Wonder Guard"},
- heightm: 0.8,
- weightkg: 1.2,
- color: "N/A",
- prevo: "nincada",
- evoLevel: 20,
- eggGroups: ["Mineral"],
- },
- "sandshrew": {
- num: 293,
- species: "Sandshrew",
- types: ["Ground"],
- baseStats: {hp: 50, atk: 75, def: 85, spa: 20, spd: 30, spe: 40},
- abilities: {0: "Sand Veil"},
- heightm: 0.6,
- weightkg: 12.0,
- color: "N/A",
- evos: ["sandslash"],
- eggGroups: ["Field"],
- },
- "sandslash": {
- num: 294,
- species: "Sandslash",
- types: ["Ground"],
- baseStats: {hp: 75, atk: 100, def: 110, spa: 45, spd: 55, spe: 65},
- abilities: {0: "Sand Veil"},
- heightm: 1.0,
- weightkg: 29.5,
- color: "N/A",
- prevo: "sandshrew",
- evos: ["sandrill"],
- evoLevel: 22,
- eggGroups: ["Field"],
- },
- "sandrill": {
- num: 295,
- species: "Sandrill",
- types: ["Ground"],
- baseStats: {hp: 81, atk: 115, def: 120, spa: 59, spd: 65, spe: 80},
- abilities: {0: "Sand Veil"},
- heightm: 1.4,
- weightkg: 80.2,
- color: "N/A",
- prevo: "sandslash",
- evoLevel: 36,
- eggGroups: ["Field"],
- },
- "vivufoid": {
- num: 296,
- species: "Vivufoid",
- types: ["Electric", "Psychic"],
- gender: "N",
- baseStats: {hp: 65, atk: 50, def: 77, spa: 125, spd: 82, spe: 90},
- abilities: {0: "Limber", 1: "Static"},
- heightm: 0.9,
- weightkg: 57.8,
- color: "N/A",
- eggGroups: ["Mineral"],
- },
- "dorfin": {
- num: 297,
- species: "Dorfin",
- types: ["Water"],
- baseStats: {hp: 50, atk: 65, def: 40, spa: 45, spd: 65, spe: 50},
- abilities: {0: "Water Veil"},
- heightm: 1.1,
- weightkg: 29.5,
- color: "N/A",
- evos: ["darca", "narwhail"],
- eggGroups: ["Water 1", "Water 2"],
- },
- "darca": {
- num: 298,
- species: "Darca",
- types: ["Water", "Dark"],
- baseStats: {hp: 85, atk: 105, def: 60, spa: 65, spd: 85, spe: 85},
- abilities: {0: "Rough Skin"},
- heightm: 1.8,
- weightkg: 99.5,
- color: "N/A",
- prevo: "dorfin",
- evoLevel: 25,
- eggGroups: ["Water 1", "Water 2"],
- },
- "narwhail": {
- num: 299,
- species: "Narwhail",
- types: ["Ice"],
- baseStats: {hp: 80, atk: 71, def: 50, spa: 99, spd: 80, spe: 105},
- abilities: {0: "Water Absorb"},
- heightm: 1.7,
- weightkg: 79.4,
- color: "N/A",
- prevo: "dorfin",
- evoLevel: 25,
- eggGroups: ["Water 1", "Water 2"],
- },
- "ralts": {
- num: 300,
- species: "Ralts",
- types: ["Psychic"],
- baseStats: {hp: 28, atk: 25, def: 25, spa: 45, spd: 35, spe: 40},
- abilities: {0: "Synchronize", 1: "Trace"},
- heightm: 0.4,
- weightkg: 6.6,
- color: "N/A",
- evos: ["kirlia", "kirgishia"],
- eggGroups: ["Amorphous"],
- },
- "kirlia": {
- num: 301,
- species: "Kirlia",
- types: ["Psychic"],
- baseStats: {hp: 38, atk: 35, def: 35, spa: 65, spd: 55, spe: 50},
- abilities: {0: "Synchronize", 1: "Trace"},
- heightm: 0.8,
- weightkg: 20.2,
- color: "N/A",
- prevo: "ralts",
- evos: ["gardevoir", "gallade"],
- evoLevel: 20,
- eggGroups: ["Amorphous"],
- },
- "gardevoir": {
- num: 302,
- species: "Gardevoir",
- types: ["Psychic"],
- baseStats: {hp: 68, atk: 65, def: 65, spa: 125, spd: 115, spe: 80},
- abilities: {0: "Synchronize", 1: "Trace"},
- heightm: 1.6,
- weightkg: 48.4,
- color: "N/A",
- prevo: "kirlia",
- evoLevel: 30,
- eggGroups: ["Amorphous"],
- },
- "gallade": {
- num: 303,
- species: "Gallade",
- types: ["Psychic", "Fighting"],
- gender: "M",
- baseStats: {hp: 68, atk: 125, def: 65, spa: 65, spd: 115, spe: 80},
- abilities: {0: "Inner Focus"},
- heightm: 1.6,
- weightkg: 52.0,
- color: "N/A",
- prevo: "kirlia",
- evoLevel: 30,
- eggGroups: ["Amorphous"],
- },
- "kirgishia": {
- num: 304,
- species: "Kirgishia",
- types: ["Psychic"],
- baseStats: {hp: 78, atk: 35, def: 110, spa: 65, spd: 115, spe: 50},
- abilities: {0: "Synchronize", 1: "Trace"},
- heightm: 1.0,
- weightkg: 25.2,
- color: "N/A",
- prevo: "ralts",
- evos: ["glamarde"],
- evoLevel: 1,
- eggGroups: ["Amorphous"],
- },
- "glamarde": {
- num: 305,
- species: "Glamarde",
- types: ["Psychic"],
- baseStats: {hp: 108, atk: 35, def: 125, spa: 80, spd: 130, spe: 40},
- abilities: {0: "Battle Armor", 1: "Trace"},
- heightm: 1.6,
- weightkg: 49.8,
- color: "N/A",
- prevo: "kirgishia",
- evoLevel: 1,
- eggGroups: ["Amorphous"],
- },
- "sealkie": {
- num: 306,
- species: "Sealkie",
- types: ["Water", "Ice"],
- gender: "F",
- baseStats: {hp: 45, atk: 66, def: 41, spa: 64, spd: 53, spe: 42},
- abilities: {0: "Damp", 1: "Cute Charm"},
- heightm: 0.5,
- weightkg: 8.7,
- color: "N/A",
- evos: ["selody"],
- eggGroups: ["Fairy", "Water 2"],
- },
- "selody": {
- num: 307,
- species: "Selody",
- types: ["Water", "Ice"],
- gender: "F",
- baseStats: {hp: 70, atk: 101, def: 61, spa: 109, spd: 78, spe: 72},
- abilities: {0: "Swift Swim", 1: "Cute Charm"},
- heightm: 0.8,
- weightkg: 24.6,
- color: "N/A",
- prevo: "sealkie",
- evoLevel: 35,
- eggGroups: ["Fairy", "Water 2"],
- },
- "rooten": {
- num: 308,
- species: "Rooten",
- types: ["Grass", "Ground"],
- baseStats: {hp: 78, atk: 69, def: 51, spa: 41, spd: 44, spe: 52},
- abilities: {0: "Sand Veil", 1: "Oblivious"},
- heightm: 0.3,
- weightkg: 7.7,
- color: "N/A",
- evos: ["jinxeng"],
- eggGroups: ["Grass", "Monster"],
- },
- "jinxeng": {
- num: 309,
- species: "Jinxeng",
- types: ["Grass", "Ground"],
- baseStats: {hp: 113, atk: 99, def: 71, spa: 56, spd: 64, spe: 77},
- abilities: {0: "Sand Veil", 1: "Oblivious"},
- heightm: 1.3,
- weightkg: 45.0,
- color: "N/A",
- prevo: "rooten",
- evoLevel: 29,
- eggGroups: ["Grass", "Monster"],
- },
- "dislichen": {
- num: 310,
- species: "Dislichen",
- types: ["Grass"],
- baseStats: {hp: 52, atk: 30, def: 41, spa: 81, spd: 42, spe: 59},
- abilities: {0: "Chlorophyll", 1: "Illuminate"},
- heightm: 0.6,
- weightkg: 42.3,
- color: "N/A",
- evos: ["lumoss"],
- eggGroups: ["Grass"],
- },
- "lumoss": {
- num: 311,
- species: "Lumoss",
- types: ["Grass", "Electric"],
- baseStats: {hp: 72, atk: 40, def: 61, spa: 131, spd: 67, spe: 94},
- abilities: {0: "Chlorophyll", 1: "Static"},
- heightm: 2.1,
- weightkg: 63.9,
- color: "N/A",
- prevo: "dislichen",
- evoLevel: 33,
- eggGroups: ["Grass"],
- },
- "cryogonal": {
- num: 312,
- species: "Cryogonal",
- types: ["Ice"],
- gender: "N",
- baseStats: {hp: 70, atk: 50, def: 30, spa: 95, spd: 135, spe: 105},
- abilities: {0: "Levitate"},
- heightm: 1.1,
- weightkg: 148.0,
- color: "N/A",
- eggGroups: ["Mineral"],
- },
- "combant": {
- num: 313,
- species: "Combant",
- types: ["Bug", "Fighting"],
- gender: "M",
- baseStats: {hp: 68, atk: 111, def: 61, spa: 52, spd: 86, spe: 96},
- abilities: {0: "Compound Eyes", 1: "Arena Trap"},
- heightm: 0.7,
- weightkg: 14.5,
- color: "N/A",
- eggGroups: ["Bug", "Field"],
- },
- "arincess": {
- num: 314,
- species: "Arincess",
- types: ["Bug", "Psychic"],
- gender: "F",
- baseStats: {hp: 96, atk: 52, def: 86, spa: 111, spd: 61, spe: 68},
- abilities: {0: "Compound Eyes", 1: "Arena Trap"},
- heightm: 0.6,
- weightkg: 15.2,
- color: "N/A",
- eggGroups: ["Bug", "Field"],
- },
- "geodude": {
- num: 315,
- species: "Geodude",
- types: ["Rock", "Ground"],
- baseStats: {hp: 40, atk: 80, def: 100, spa: 30, spd: 30, spe: 20},
- abilities: {0: "Rock Head", 1: "Sturdy"},
- heightm: 0.4,
- weightkg: 20.0,
- color: "N/A",
- evos: ["graveler"],
- eggGroups: ["Mineral"],
- },
- "graveler": {
- num: 316,
- species: "Graveler",
- types: ["Rock", "Ground"],
- baseStats: {hp: 55, atk: 95, def: 115, spa: 45, spd: 45, spe: 35},
- abilities: {0: "Rock Head", 1: "Sturdy"},
- heightm: 1.0,
- weightkg: 105.0,
- color: "N/A",
- prevo: "geodude",
- evos: ["golem"],
- evoLevel: 25,
- eggGroups: ["Mineral"],
- },
- "golem": {
- num: 317,
- species: "Golem",
- types: ["Rock", "Ground"],
- baseStats: {hp: 80, atk: 110, def: 130, spa: 55, spd: 65, spe: 45},
- abilities: {0: "Rock Head", 1: "Sturdy"},
- heightm: 1.4,
- weightkg: 300.0,
- color: "N/A",
- prevo: "graveler",
- evoLevel: 38,
- eggGroups: ["Mineral"],
- },
- "skorupi": {
- num: 318,
- species: "Skorupi",
- types: ["Poison", "Bug"],
- baseStats: {hp: 40, atk: 50, def: 90, spa: 30, spd: 55, spe: 65},
- abilities: {0: "Battle Armor", 1: "Keen Eye"},
- heightm: 0.8,
- weightkg: 12.0,
- color: "N/A",
- evos: ["drapion"],
- eggGroups: ["Bug", "Water 3"],
- },
- "drapion": {
- num: 319,
- species: "Drapion",
- types: ["Poison", "Dark"],
- baseStats: {hp: 70, atk: 90, def: 110, spa: 60, spd: 75, spe: 95},
- abilities: {0: "Battle Armor", 1: "Keen Eye"},
- heightm: 1.3,
- weightkg: 61.5,
- color: "N/A",
- prevo: "skorupi",
- evoLevel: 40,
- eggGroups: ["Bug", "Water 3"],
- },
- "shuppet": {
- num: 320,
- species: "Shuppet",
- types: ["Ghost"],
- baseStats: {hp: 44, atk: 75, def: 35, spa: 63, spd: 33, spe: 45},
- abilities: {0: "Insomnia"},
- heightm: 0.6,
- weightkg: 2.3,
- color: "N/A",
- evos: ["banette"],
- eggGroups: ["Amorphous"],
- },
- "banette": {
- num: 321,
- species: "Banette",
- types: ["Ghost"],
- baseStats: {hp: 64, atk: 115, def: 65, spa: 83, spd: 63, spe: 65},
- abilities: {0: "Insomnia"},
- heightm: 1.1,
- weightkg: 12.5,
- color: "N/A",
- prevo: "shuppet",
- evos: ["ranconette"],
- evoLevel: 37,
- eggGroups: ["Amorphous"],
- },
- "ranconette": {
- num: 322,
- species: "Ranconette",
- types: ["Ghost"],
- baseStats: {hp: 69, atk: 140, def: 75, spa: 93, spd: 73, spe: 75},
- abilities: {0: "Insomnia"},
- heightm: 1.3,
- weightkg: 15.6,
- color: "N/A",
- prevo: "banette",
- evoLevel: 47,
- eggGroups: ["Amorphous"],
- },
- "swinub": {
- num: 323,
- species: "Swinub",
- types: ["Ice", "Ground"],
- baseStats: {hp: 50, atk: 50, def: 40, spa: 30, spd: 30, spe: 50},
- abilities: {0: "Thick Fat", 1: "Oblivious"},
- heightm: 0.4,
- weightkg: 6.5,
- color: "N/A",
- evos: ["piloswine"],
- eggGroups: ["Field"],
- },
- "piloswine": {
- num: 324,
- species: "Piloswine",
- types: ["Ice", "Ground"],
- baseStats: {hp: 100, atk: 100, def: 80, spa: 60, spd: 60, spe: 50},
- abilities: {0: "Thick Fat", 1: "Oblivious"},
- heightm: 1.1,
- weightkg: 55.8,
- color: "N/A",
- prevo: "swinub",
- evos: ["mamoswine"],
- evoLevel: 33,
- eggGroups: ["Field"],
- },
- "mamoswine": {
- num: 325,
- species: "Mamoswine",
- types: ["Ice", "Ground"],
- baseStats: {hp: 110, atk: 130, def: 80, spa: 70, spd: 60, spe: 80},
- abilities: {0: "Thick Fat", 1: "Oblivious"},
- heightm: 2.5,
- weightkg: 291.0,
- color: "N/A",
- prevo: "piloswine",
- evoLevel: 33,
- eggGroups: ["Field"],
- },
- "stunfisk": {
- num: 326,
- species: "Stunfisk",
- types: ["Ground", "Electric"],
- baseStats: {hp: 109, atk: 66, def: 84, spa: 81, spd: 99, spe: 32},
- abilities: {0: "Static", 1: "Limber"},
- heightm: 0.7,
- weightkg: 11.0,
- color: "N/A",
- eggGroups: ["Water 1", "Amorphous"],
- },
- "spinda": {
- num: 327,
- species: "Spinda",
- types: ["Normal"],
- baseStats: {hp: 60, atk: 60, def: 60, spa: 60, spd: 60, spe: 60},
- abilities: {0: "Own Tempo"},
- heightm: 1.1,
- weightkg: 5.0,
- color: "N/A",
- eggGroups: ["Field", "Human-Like"],
- },
- "carnivine": {
- num: 328,
- species: "Carnivine",
- types: ["Grass"],
- baseStats: {hp: 74, atk: 100, def: 72, spa: 90, spd: 72, spe: 46},
- abilities: {0: "Levitate"},
- heightm: 1.4,
- weightkg: 27.0,
- color: "N/A",
- evos: ["carnivile"],
- eggGroups: ["Grass"],
- },
- "carnivile": {
- num: 329,
- species: "Carnivile",
- types: ["Grass", "Water"],
- baseStats: {hp: 89, atk: 115, def: 82, spa: 105, spd: 82, spe: 51},
- abilities: {0: "Levitate"},
- heightm: 2.2,
- weightkg: 54.7,
- color: "N/A",
- prevo: "carnivine",
- evoLevel: 35,
- eggGroups: ["Grass"],
- },
- "toxroach": {
- num: 330,
- species: "Toxroach",
- types: ["Poison", "Bug"],
- baseStats: {hp: 90, atk: 45, def: 50, spa: 40, spd: 75, spe: 130},
- abilities: {0: "Swarm", 1: "Run Away"},
- heightm: 0.4,
- weightkg: 6.5,
- color: "N/A",
- evos: ["cocrogue"],
- eggGroups: ["Bug"],
- },
- "cocrogue": {
- num: 331,
- species: "Cocrogue",
- types: ["Dark", "Bug"],
- baseStats: {hp: 90, atk: 90, def: 75, spa: 40, spd: 75, spe: 60},
- abilities: {0: "Immunity", 1: "Intimidate"},
- heightm: 1.2,
- weightkg: 26.9,
- color: "N/A",
- prevo: "toxroach",
- evoLevel: 25,
- eggGroups: ["Bug"],
- },
- "lephan": {
- num: 332,
- species: "Lephan",
- types: ["Ground"],
- baseStats: {hp: 49, atk: 50, def: 50, spa: 60, spd: 71, spe: 35},
- abilities: {0: "Synchronize", 1: "Insomnia"},
- heightm: 1.3,
- weightkg: 93.4,
- color: "N/A",
- evos: ["ganerth"],
- eggGroups: ["Field"],
- },
- "ganerth": {
- num: 333,
- species: "Ganerth",
- types: ["Psychic", "Ground"],
- baseStats: {hp: 79, atk: 80, def: 74, spa: 90, spd: 106, spe: 46},
- abilities: {0: "Synchronize", 1: "Insomnia"},
- heightm: 2.2,
- weightkg: 227.3,
- color: "N/A",
- prevo: "lephan",
- evoLevel: 40,
- eggGroups: ["Field"],
- },
- "klink": {
- num: 334,
- species: "Klink",
- types: ["Steel"],
- gender: "N",
- baseStats: {hp: 40, atk: 55, def: 70, spa: 45, spd: 60, spe: 30},
- abilities: {0: "Plus", 1: "Minus"},
- heightm: 0.3,
- weightkg: 21.0,
- color: "N/A",
- evos: ["klang"],
- eggGroups: ["Mineral"],
- },
- "klang": {
- num: 335,
- species: "Klang",
- types: ["Steel"],
- gender: "N",
- baseStats: {hp: 60, atk: 80, def: 95, spa: 70, spd: 85, spe: 50},
- abilities: {0: "Plus", 1: "Minus"},
- heightm: 0.6,
- weightkg: 51.0,
- color: "N/A",
- prevo: "klink",
- evos: ["klinklang"],
- evoLevel: 38,
- eggGroups: ["Mineral"],
- },
- "klinklang": {
- num: 336,
- species: "Klinklang",
- types: ["Steel"],
- gender: "N",
- baseStats: {hp: 60, atk: 100, def: 115, spa: 70, spd: 85, spe: 90},
- abilities: {0: "Plus", 1: "Minus"},
- heightm: 0.6,
- weightkg: 81.0,
- color: "N/A",
- prevo: "klang",
- evoLevel: 49,
- eggGroups: ["Mineral"],
- },
- "luvdisc": {
- num: 337,
- species: "Luvdisc",
- types: ["Water"],
- genderRatio: {M: 0.25, F: 0.75},
- baseStats: {hp: 43, atk: 30, def: 55, spa: 40, spd: 65, spe: 97},
- abilities: {0: "Swift Swim"},
- heightm: 0.6,
- weightkg: 8.7,
- color: "N/A",
- evos: ["valentide"],
- eggGroups: ["Water 2"],
- },
- "valentide": {
- num: 338,
- species: "Valentide",
- types: ["Water", "Normal"],
- genderRatio: {M: 0.25, F: 0.75},
- baseStats: {hp: 73, atk: 45, def: 65, spa: 85, spd: 75, spe: 127},
- abilities: {0: "Swift Swim"},
- heightm: 1.2,
- weightkg: 17.4,
- color: "N/A",
- prevo: "luvdisc",
- evoLevel: 1,
- eggGroups: ["Water 2"],
- },
- "pressie": {
- num: 339,
- species: "Pressie",
- types: ["Water", "Ice"],
- baseStats: {hp: 100, atk: 55, def: 50, spa: 55, spd: 65, spe: 30},
- abilities: {0: "Swift Swim", 1: "Shell Armor"},
- heightm: 0.9,
- weightkg: 60.6,
- color: "N/A",
- evos: ["lapras"],
- eggGroups: ["Undiscovered"],
- },
- "lapras": {
- num: 340,
- species: "Lapras",
- types: ["Water", "Ice"],
- baseStats: {hp: 130, atk: 85, def: 80, spa: 85, spd: 95, spe: 60},
- abilities: {0: "Water Absorb", 1: "Shell Armor"},
- heightm: 2.5,
- weightkg: 220.0,
- color: "N/A",
- prevo: "pressie",
- evoLevel: 1,
- eggGroups: ["Monster", "Water 1"],
- },
- "lushroom": {
- num: 341,
- species: "Lushroom",
- types: ["Grass"],
- baseStats: {hp: 45, atk: 73, def: 58, spa: 67, spd: 48, spe: 51},
- abilities: {0: "Effect Spore", 1: "Run Away"},
- heightm: 0.3,
- weightkg: 4.5,
- color: "N/A",
- evos: ["samutake"],
- eggGroups: ["Grass", "Human-Like"],
- },
- "samutake": {
- num: 342,
- species: "Samutake",
- types: ["Grass", "Fire"],
- baseStats: {hp: 60, atk: 108, def: 78, spa: 92, spd: 63, spe: 86},
- abilities: {0: "Effect Spore", 1: "Hustle"},
- heightm: 0.7,
- weightkg: 19.7,
- color: "N/A",
- prevo: "lushroom",
- evoLevel: 1,
- eggGroups: ["Grass", "Human-Like"],
- },
- "cacnea": {
- num: 343,
- species: "Cacnea",
- types: ["Grass"],
- baseStats: {hp: 50, atk: 85, def: 40, spa: 85, spd: 40, spe: 35},
- abilities: {0: "Sand Veil", 1: "Water Absorb"},
- heightm: 0.4,
- weightkg: 51.3,
- color: "N/A",
- evos: ["cacturne"],
- eggGroups: ["Grass", "Human-Like"],
- },
- "cacturne": {
- num: 344,
- species: "Cacturne",
- types: ["Grass", "Dark"],
- baseStats: {hp: 70, atk: 115, def: 60, spa: 115, spd: 60, spe: 55},
- abilities: {0: "Sand Veil", 1: "Water Absorb"},
- heightm: 1.3,
- weightkg: 77.4,
- color: "N/A",
- prevo: "cacnea",
- evoLevel: 32,
- eggGroups: ["Grass", "Human-Like"],
- },
- "ptervus": {
- num: 345,
- species: "Ptervus",
- types: ["Rock", "Flying"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 45, atk: 95, def: 50, spa: 35, spd: 40, spe: 70},
- abilities: {0: "Intimidate", 1: "Sturdy"},
- heightm: 2.7,
- weightkg: 98.7,
- color: "N/A",
- evos: ["pteriarch"],
- eggGroups: ["Flying"],
- },
- "pteriarch": {
- num: 346,
- species: "Pteriarch",
- types: ["Rock", "Flying"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 60, atk: 130, def: 75, spa: 55, spd: 60, spe: 95},
- abilities: {0: "Intimidate", 1: "Sturdy"},
- heightm: 3.2,
- weightkg: 224.6,
- color: "N/A",
- prevo: "ptervus",
- evoLevel: 40,
- eggGroups: ["Flying"],
- },
- "tyranos": {
- num: 347,
- species: "Tyranos",
- types: ["Rock", "Dark"],
- genderRatio: {M: 0.875, F: 0.125},
- baseStats: {hp: 90, atk: 150, def: 50, spa: 75, spd: 50, spe: 85},
- abilities: {0: "Rock Head", 1: "Intimidate"},
- heightm: 6.5,
- weightkg: 875.2,
- color: "N/A",
- eggGroups: ["Monster", "Field"],
- },
- "ambilade": {
- num: 348,
- species: "Ambilade",
- types: ["Steel"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 50, atk: 90, def: 65, spa: 50, spd: 55, spe: 60},
- abilities: {0: "Own Tempo", 1: "Oblivious"},
- heightm: 0.7,
- weightkg: 12.5,
- color: "N/A",
- evos: ["mandiblade", "mercenade"],
- eggGroups: ["Mineral", "Monster"],
- },
- "mandiblade": {
- num: 349,
- species: "Mandiblade",
- types: ["Steel", "Rock"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 105, atk: 145, def: 70, spa: 85, spd: 60, spe: 40},
- abilities: {0: "Sand Veil", 1: "Rock Head"},
- heightm: 1.3,
- weightkg: 77.3,
- color: "N/A",
- prevo: "ambilade",
- evoLevel: 38,
- eggGroups: ["Mineral", "Monster"],
- },
- "mercenade": {
- num: 350,
- species: "Mercenade",
- types: ["Steel", "Fighting"],
- genderRatio: {M: 0.75, F: 0.25},
- baseStats: {hp: 75, atk: 125, def: 95, spa: 45, spd: 65, spe: 100},
- abilities: {0: "Intimidate", 1: "Hustle"},
- heightm: 1.1,
- weightkg: 52.4,
- color: "N/A",
- prevo: "ambilade",
- evoLevel: 38,
- eggGroups: ["Mineral", "Monster"],
- },
- "terubim": {
- num: 351,
- species: "Terubim",
- types: ["Normal"],
- baseStats: {hp: 100, atk: 80, def: 60, spa: 80, spd: 60, spe: 75},
- abilities: {0: "Forecast"},
- heightm: 0.4,
- weightkg: 8.9,
- color: "N/A",
- eggGroups: ["Human-Like", "Fairy"],
- otherFormes: ["terubimsunny", "terubimrainy", "terubimsnowy"],
- },
- "terubimsunny": {
- num: 351,
- species: "Terubim-Sunny",
- baseSpecies: "Terubim",
- forme: "Sunny",
- formeLetter: "S",
- types: ["Fire"],
- baseStats: {hp: 100, atk: 80, def: 60, spa: 80, spd: 60, spe: 75},
- abilities: {0: "Forecast"},
- heightm: 0.4,
- weightkg: 8.9,
- color: "N/A",
- eggGroups: ["Human-Like", "Fairy"],
- },
- "terubimrainy": {
- num: 351,
- species: "Terubim-Rainy",
- baseSpecies: "Terubim",
- forme: "Rainy",
- formeLetter: "R",
- types: ["Water"],
- baseStats: {hp: 100, atk: 80, def: 60, spa: 80, spd: 60, spe: 75},
- abilities: {0: "Forecast"},
- heightm: 0.4,
- weightkg: 8.9,
- color: "N/A",
- eggGroups: ["Human-Like", "Fairy"],
- },
- "terubimsnowy": {
- num: 351,
- species: "Terubim-Snowy",
- baseSpecies: "Terubim",
- forme: "Snowy",
- formeLetter: "S",
- types: ["Ice"],
- baseStats: {hp: 100, atk: 80, def: 60, spa: 80, spd: 60, spe: 75},
- abilities: {0: "Forecast"},
- heightm: 0.4,
- weightkg: 8.9,
- color: "N/A",
- eggGroups: ["Human-Like", "Fairy"],
- },
- "dwebble": {
- num: 352,
- species: "Dwebble",
- types: ["Bug", "Rock"],
- baseStats: {hp: 50, atk: 65, def: 85, spa: 35, spd: 35, spe: 55},
- abilities: {0: "Sturdy", 1: "Shell Armor"},
- heightm: 0.3,
- weightkg: 14.5,
- color: "N/A",
- evos: ["crustle"],
- eggGroups: ["Bug", "Mineral"],
- },
- "crustle": {
- num: 353,
- species: "Crustle",
- types: ["Bug", "Rock"],
- baseStats: {hp: 70, atk: 95, def: 125, spa: 65, spd: 75, spe: 45},
- abilities: {0: "Sturdy", 1: "Shell Armor"},
- heightm: 1.4,
- weightkg: 200.0,
- color: "N/A",
- prevo: "dwebble",
- evoLevel: 34,
- eggGroups: ["Bug", "Mineral"],
- },
- "ferroseed": {
- num: 354,
- species: "Ferroseed",
- types: ["Grass", "Steel"],
- baseStats: {hp: 44, atk: 50, def: 91, spa: 24, spd: 86, spe: 10},
- abilities: {0: "Rough Skin"},
- heightm: 0.6,
- weightkg: 18.8,
- color: "N/A",
- evos: ["ferrothorn"],
- eggGroups: ["Grass", "Mineral"],
- },
- "ferrothorn": {
- num: 355,
- species: "Ferrothorn",
- types: ["Grass", "Steel"],
- baseStats: {hp: 74, atk: 94, def: 131, spa: 54, spd: 116, spe: 20},
- abilities: {0: "Rough Skin"},
- heightm: 1.0,
- weightkg: 110.0,
- color: "N/A",
- prevo: "ferroseed",
- evoLevel: 40,
- eggGroups: ["Grass", "Mineral"],
- },
- "tynamo": {
- num: 356,
- species: "Tynamo",
- types: ["Electric"],
- baseStats: {hp: 35, atk: 55, def: 40, spa: 45, spd: 40, spe: 60},
- abilities: {0: "Levitate"},
- heightm: 0.2,
- weightkg: 0.3,
- color: "N/A",
- evos: ["eelektrik"],
- eggGroups: ["Amorphous"],
- },
- "eelektrik": {
- num: 357,
- species: "Eelektrik",
- types: ["Electric"],
- baseStats: {hp: 65, atk: 85, def: 70, spa: 75, spd: 70, spe: 40},
- abilities: {0: "Levitate"},
- heightm: 1.2,
- weightkg: 22.0,
- color: "N/A",
- prevo: "tynamo",
- evos: ["eelektross"],
- evoLevel: 39,
- eggGroups: ["Amorphous"],
- },
- "eelektross": {
- num: 358,
- species: "Eelektross",
- types: ["Electric"],
- baseStats: {hp: 85, atk: 115, def: 80, spa: 105, spd: 80, spe: 50},
- abilities: {0: "Levitate"},
- heightm: 2.1,
- weightkg: 80.5,
- color: "N/A",
- prevo: "eelektrik",
- evoLevel: 39,
- eggGroups: ["Amorphous"],
- },
- "delibird": {
- num: 359,
- species: "Delibird",
- types: ["Ice", "Flying"],
- baseStats: {hp: 45, atk: 55, def: 45, spa: 65, spd: 45, spe: 75},
- abilities: {0: "Hustle", 1: "Vital Spirit"},
- heightm: 0.9,
- weightkg: 16.0,
- color: "N/A",
- evos: ["blizentork"],
- eggGroups: ["Water 1", "Field"],
- },
- "blizentork": {
- num: 360,
- species: "Blizentork",
- types: ["Ice", "Flying"],
- baseStats: {hp: 75, atk: 65, def: 60, spa: 115, spd: 60, spe: 95},
- abilities: {0: "Huge Power", 1: "Vital Spirit"},
- heightm: 1.3,
- weightkg: 30.5,
- color: "N/A",
- prevo: "delibird",
- evoLevel: 30,
- eggGroups: ["Water 1", "Field"],
- },
- "torkoal": {
- num: 361,
- species: "Torkoal",
- types: ["Fire"],
- baseStats: {hp: 70, atk: 85, def: 140, spa: 85, spd: 70, spe: 20},
- abilities: {0: "White Smoke", 1: "Shell Armor"},
- heightm: 0.5,
- weightkg: 80.4,
- color: "N/A",
- evos: ["galavagos"],
- eggGroups: ["Field"],
- },
- "galavagos": {
- num: 362,
- species: "Galavagos",
- types: ["Fire", "Rock"],
- baseStats: {hp: 85, atk: 105, def: 160, spa: 95, spd: 80, spe: 20},
- abilities: {0: "White Smoke", 1: "Shell Armor"},
- heightm: 1.8,
- weightkg: 230.4,
- color: "N/A",
- prevo: "torkoal",
- evoLevel: 45,
- eggGroups: ["Field"],
- },
- "dunsparce": {
- num: 363,
- species: "Dunsparce",
- types: ["Normal"],
- baseStats: {hp: 100, atk: 70, def: 70, spa: 65, spd: 65, spe: 45},
- abilities: {0: "Serene Grace", 1: "Run Away"},
- heightm: 1.5,
- weightkg: 14.0,
- color: "N/A",
- evos: ["dunsupreme"],
- eggGroups: ["Field"],
- },
- "dunsupreme": {
- num: 364,
- species: "Dunsupreme",
- types: ["Normal"],
- baseStats: {hp: 155, atk: 90, def: 85, spa: 70, spd: 75, spe: 40},
- abilities: {0: "Serene Grace", 1: "Own Tempo"},
- heightm: 3.9,
- weightkg: 204.5,
- color: "N/A",
- prevo: "dunsparce",
- evoLevel: 42,
- eggGroups: ["Field"],
- },
- "farfetchd": {
- num: 365,
- species: "Farfetch'd",
- types: ["Normal", "Flying"],
- baseStats: {hp: 52, atk: 65, def: 55, spa: 58, spd: 62, spe: 60},
- abilities: {0: "Keen Eye", 1: "Inner Focus"},
- heightm: 0.8,
- weightkg: 15.0,
- color: "N/A",
- evos: ["rduckulus"],
- eggGroups: ["Flying", "Field"],
- },
- "rduckulus": {
- num: 366,
- species: "R'duckulus",
- types: ["Fighting", "Flying"],
- baseStats: {hp: 106, atk: 75, def: 65, spa: 58, spd: 72, spe: 116},
- abilities: {0: "Pure Power", 1: "Inner Focus"},
- heightm: 1.1,
- weightkg: 27.0,
- color: "N/A",
- prevo: "farfetchd",
- evoLevel: 35,
- eggGroups: ["Flying", "Field"],
- },
- "scraggy": {
- num: 367,
- species: "Scraggy",
- types: ["Dark", "Fighting"],
- baseStats: {hp: 50, atk: 75, def: 70, spa: 35, spd: 70, spe: 48},
- abilities: {0: "Shed Skin", 1: "Intimidate"},
- heightm: 0.6,
- weightkg: 11.8,
- color: "N/A",
- evos: ["scrafty"],
- eggGroups: ["Field", "Dragon"],
- },
- "scrafty": {
- num: 368,
- species: "Scrafty",
- types: ["Dark", "Fighting"],
- baseStats: {hp: 65, atk: 90, def: 115, spa: 45, spd: 115, spe: 58},
- abilities: {0: "Shed Skin", 1: "Intimidate"},
- heightm: 1.1,
- weightkg: 30.0,
- color: "N/A",
- prevo: "scraggy",
- evoLevel: 39,
- eggGroups: ["Field", "Dragon"],
- },
- "petilil": {
- num: 369,
- species: "Petilil",
- types: ["Grass"],
- gender: "F",
- baseStats: {hp: 45, atk: 35, def: 50, spa: 70, spd: 50, spe: 30},
- abilities: {0: "Chlorophyll", 1: "Own Tempo"},
- heightm: 0.5,
- weightkg: 6.6,
- color: "N/A",
- evos: ["lilligant"],
- eggGroups: ["Grass"],
- },
- "lilligant": {
- num: 370,
- species: "Lilligant",
- types: ["Grass"],
- gender: "F",
- baseStats: {hp: 70, atk: 60, def: 75, spa: 110, spd: 75, spe: 90},
- abilities: {0: "Chlorophyll", 1: "Own Tempo"},
- heightm: 1.1,
- weightkg: 16.3,
- color: "N/A",
- prevo: "petilil",
- evoLevel: 1,
- eggGroups: ["Grass"],
- },
- "mienfoo": {
- num: 371,
- species: "Mienfoo",
- types: ["Fighting"],
- baseStats: {hp: 45, atk: 85, def: 50, spa: 55, spd: 50, spe: 65},
- abilities: {0: "Inner Focus"},
- heightm: 0.9,
- weightkg: 20.0,
- color: "N/A",
- evos: ["mienshao"],
- eggGroups: ["Field", "Human-Like"],
- },
- "mienshao": {
- num: 372,
- species: "Mienshao",
- types: ["Fighting"],
- baseStats: {hp: 65, atk: 125, def: 60, spa: 95, spd: 60, spe: 105},
- abilities: {0: "Inner Focus"},
- heightm: 1.4,
- weightkg: 35.5,
- color: "N/A",
- prevo: "mienfoo",
- evoLevel: 50,
- eggGroups: ["Field", "Human-Like"],
- },
- "sandile": {
- num: 373,
- species: "Sandile",
- types: ["Ground", "Dark"],
- baseStats: {hp: 50, atk: 72, def: 35, spa: 35, spd: 35, spe: 65},
- abilities: {0: "Intimidate"},
- heightm: 0.7,
- weightkg: 15.2,
- color: "N/A",
- evos: ["krokorok"],
- eggGroups: ["Field"],
- },
- "krokorok": {
- num: 374,
- species: "Krokorok",
- types: ["Ground", "Dark"],
- baseStats: {hp: 60, atk: 82, def: 45, spa: 45, spd: 45, spe: 74},
- abilities: {0: "Intimidate"},
- heightm: 1.0,
- weightkg: 33.4,
- color: "N/A",
- prevo: "sandile",
- evos: ["krookodile"],
- evoLevel: 29,
- eggGroups: ["Field"],
- },
- "krookodile": {
- num: 375,
- species: "Krookodile",
- types: ["Ground", "Dark"],
- baseStats: {hp: 95, atk: 117, def: 70, spa: 65, spd: 70, spe: 92},
- abilities: {0: "Intimidate"},
- heightm: 1.5,
- weightkg: 96.3,
- color: "N/A",
- prevo: "krokorok",
- evoLevel: 40,
- eggGroups: ["Field"],
- },
- "rowitsa": {
- num: 376,
- species: "Rowitsa",
- types: ["Normal", "Dragon"],
- gender: "N",
- baseStats: {hp: 93, atk: 120, def: 92, spa: 101, spd: 82, spe: 112},
- abilities: {0: "Insomnia", 1: "Synchronize"},
- heightm: 2.1,
- weightkg: 98.1,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "gatanoa": {
- num: 377,
- species: "Gatanoa",
- types: ["Dark", "Dragon"],
- gender: "N",
- baseStats: {hp: 93, atk: 120, def: 82, spa: 101, spd: 92, spe: 112},
- abilities: {0: "Insomnia", 1: "Synchronize"},
- heightm: 2.3,
- weightkg: 120.3,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "lukewran": {
- num: 378,
- species: "Lukewran",
- types: ["Fire", "Steel"],
- baseStats: {hp: 81, atk: 80, def: 96, spa: 80, spd: 96, spe: 67},
- abilities: {0: "Flash Fire", 1: "Flame Body"},
- heightm: 0.8,
- weightkg: 204.8,
- color: "N/A",
- evos: ["heatran"],
- eggGroups: ["Undiscovered"],
- },
- "heatran": {
- num: 379,
- species: "Heatran",
- types: ["Fire", "Steel"],
- baseStats: {hp: 91, atk: 90, def: 106, spa: 130, spd: 106, spe: 77},
- abilities: {0: "Flash Fire", 1: "Flame Body"},
- heightm: 1.7,
- weightkg: 430.0,
- color: "N/A",
- prevo: "lukewran",
- evoLevel: 1,
- eggGroups: ["Undiscovered"],
- },
- "latias": {
- num: 380,
- species: "Latias",
- types: ["Dragon", "Psychic"],
- gender: "F",
- baseStats: {hp: 80, atk: 80, def: 90, spa: 110, spd: 130, spe: 110},
- abilities: {0: "Levitate"},
- heightm: 1.4,
- weightkg: 40.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "latios": {
- num: 381,
- species: "Latios",
- types: ["Dragon", "Psychic"],
- gender: "M",
- baseStats: {hp: 80, atk: 90, def: 80, spa: 130, spd: 110, spe: 110},
- abilities: {0: "Levitate"},
- heightm: 2.0,
- weightkg: 60.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- "phione": {
- num: 382,
- species: "Phione",
- types: ["Water"],
- gender: "N",
- baseStats: {hp: 80, atk: 80, def: 80, spa: 80, spd: 80, spe: 80},
- abilities: {0: "Natural Cure"},
- heightm: 0.4,
- weightkg: 3.1,
- color: "N/A",
- eggGroups: ["Water 1", "Fairy"],
- },
- "manaphy": {
- num: 383,
- species: "Manaphy",
- types: ["Water"],
- gender: "N",
- baseStats: {hp: 100, atk: 100, def: 100, spa: 100, spd: 100, spe: 100},
- abilities: {0: "Natural Cure"},
- heightm: 0.3,
- weightkg: 1.4,
- color: "N/A",
- eggGroups: ["Water 1", "Fairy"],
- },
- "ordina": {
- num: 384,
- species: "Ordina",
- types: ["Ghost"],
- gender: "N",
- baseStats: {hp: 100, atk: 100, def: 100, spa: 100, spd: 100, spe: 100},
- abilities: {0: "Levitate"},
- heightm: 0.3,
- weightkg: 0.3,
- color: "N/A",
- evos: ["ormaria"],
- eggGroups: ["Undiscovered"],
- },
- "ormaria": {
- num: 385,
- species: "Ormaria",
- types: ["Ghost"],
- gender: "N",
- baseStats: {hp: 100, atk: 120, def: 100, spa: 120, spd: 100, spe: 120},
- abilities: {0: "Levitate"},
- heightm: 1.0,
- weightkg: 36.2,
- color: "N/A",
- prevo: "ordina",
- evoLevel: 1,
- eggGroups: ["Undiscovered"],
- },
- "asphere": {
- num: 386,
- species: "Asphere",
- types: ["Fire", "Dragon"],
- gender: "N",
- baseStats: {hp: 100, atk: 120, def: 110, spa: 150, spd: 110, spe: 130},
- abilities: {0: "Marvel Scale"},
- heightm: 5.0,
- weightkg: 160.0,
- color: "N/A",
- eggGroups: ["Undiscovered"],
- },
- };
Add Comment
Please, Sign In to add comment