mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-27 03:06:54 -05:00
* Delete data/random-battles/scootopiav2 directory * 6x6 Part 1 * Delete data/mods/scootopiav2 directory * 6x6 Pt 2 * 6x6 Pt 3
543 lines
16 KiB
TypeScript
543 lines
16 KiB
TypeScript
export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable = {
|
|
kingdra: {
|
|
inherit: true,
|
|
otherFormes: ["Kingdra-Classic", "Kingdra-Brinepool", "Kingdra-Druid", "Kingdra-Bard", "Kingdra-Gourmet", "Kingdra-Ancient"],
|
|
formeOrder: ["Kingdra", "Kingdra-Classic", "Kingdra-Brinepool", "Kingdra-Druid", "Kingdra-Bard", "Kingdra-Gourmet", "Kingdra-Ancient"],
|
|
},
|
|
kingdraclassic: {
|
|
num: 230,
|
|
name: "Kingdra-Classic",
|
|
baseSpecies: "Kingdra",
|
|
forme: "Classic",
|
|
types: ["Water", "Dragon"],
|
|
baseStats: { hp: 90, atk: 70, def: 80, spa: 130, spd: 90, spe: 90 },
|
|
abilities: { 0: "Berserk", 1: "Heatproof", H: "Dry Skin" },
|
|
heightm: 1.8,
|
|
weightkg: 152,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Water 1", "Dragon"],
|
|
},
|
|
kingdrabrinepool: {
|
|
num: 230,
|
|
name: "Kingdra-Brinepool",
|
|
baseSpecies: "Kingdra",
|
|
forme: "Brinepool",
|
|
types: ["Water", "Poison"],
|
|
baseStats: { hp: 130, atk: 35, def: 105, spa: 130, spd: 85, spe: 65 },
|
|
abilities: { 0: "Storm Drain", 1: "Purifying Salt", H: "Dry Skin" },
|
|
heightm: 1.8,
|
|
weightkg: 152,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Water 1", "Dragon"],
|
|
},
|
|
kingdradruid: {
|
|
num: 230,
|
|
name: "Kingdra-Druid",
|
|
baseSpecies: "Kingdra",
|
|
forme: "Druid",
|
|
types: ["Steel", "Dragon"],
|
|
baseStats: { hp: 105, atk: 65, def: 90, spa: 120, spd: 120, spe: 50 },
|
|
abilities: { 0: "Berserk", 1: "Heatproof", H: "Water Absorb" },
|
|
heightm: 1.8,
|
|
weightkg: 152,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Water 1", "Dragon"],
|
|
},
|
|
kingdrabard: {
|
|
num: 230,
|
|
name: "Kingdra-Bard",
|
|
baseSpecies: "Kingdra",
|
|
forme: "Bard",
|
|
types: ["Water", "Fairy"],
|
|
baseStats: { hp: 90, atk: 70, def: 80, spa: 130, spd: 100, spe: 80 },
|
|
abilities: { 0: "Punk Rock", 1: "Cute Charm", H: "Dancer" },
|
|
heightm: 1.8,
|
|
weightkg: 152,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Water 1", "Dragon"],
|
|
},
|
|
kingdragourmet: {
|
|
num: 230,
|
|
name: "Kingdra-Gourmet",
|
|
baseSpecies: "Kingdra",
|
|
forme: "Gourmet",
|
|
types: ["Normal", "Dragon"],
|
|
baseStats: { hp: 110, atk: 110, def: 80, spa: 90, spd: 100, spe: 60 },
|
|
abilities: { 0: "Emergency Exit", 1: "Thick Fat", H: "Poison Heal" },
|
|
heightm: 1.8,
|
|
weightkg: 152,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Water 1", "Dragon"],
|
|
},
|
|
kingdraancient: {
|
|
num: 230,
|
|
name: "Kingdra-Ancient",
|
|
baseSpecies: "Kingdra",
|
|
forme: "Ancient",
|
|
types: ["Fire", "Grass"],
|
|
baseStats: { hp: 89, atk: 89, def: 91, spa: 111, spd: 91, spe: 79 },
|
|
abilities: { 0: "Competitive", 1: "Heatproof", H: "Protosynthesis" },
|
|
heightm: 1.8,
|
|
weightkg: 152,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Water 1", "Dragon"],
|
|
},
|
|
nidoqueen: {
|
|
inherit: true,
|
|
otherFormes: ["Nidoqueen-Classic", "Nidoqueen-Erudite", "Nidoqueen-Volcanic", "Nidoqueen-Rosegold", "Nidoqueen-Shaman", "Nidoqueen-Jasper"],
|
|
formeOrder: ["Nidoqueen", "Nidoqueen-Classic", "Nidoqueen-Erudite", "Nidoqueen-Volcanic", "Nidoqueen-Rosegold", "Nidoqueen-Shaman", "Nidoqueen-Jasper"],
|
|
},
|
|
nidoqueenclassic: {
|
|
num: 31,
|
|
name: "Nidoqueen-Classic",
|
|
baseSpecies: "Nidoqueen",
|
|
forme: "Classic",
|
|
types: ["Poison", "Ground"],
|
|
gender: "F",
|
|
baseStats: { hp: 135, atk: 115, def: 60, spa: 90, spd: 85, spe: 55 },
|
|
abilities: { 0: "Poison Point", 1: "Cheek Pouch", H: "Serene Grace" },
|
|
heightm: 1.3,
|
|
weightkg: 60,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
nidoqueenerudite: {
|
|
num: 31,
|
|
name: "Nidoqueen-Erudite",
|
|
baseSpecies: "Nidoqueen",
|
|
forme: "Erudite",
|
|
types: ["Psychic", "Ground"],
|
|
gender: "F",
|
|
baseStats: { hp: 95, atk: 100, def: 80, spa: 115, spd: 110, spe: 40 },
|
|
abilities: { 0: "Cute Charm", 1: "Regenerator", H: "Serene Grace" },
|
|
heightm: 1.3,
|
|
weightkg: 60,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
nidoqueenvolcanic: {
|
|
num: 31,
|
|
name: "Nidoqueen-Volcanic",
|
|
baseSpecies: "Nidoqueen",
|
|
forme: "Volcanic",
|
|
types: ["Fire", "Ground"],
|
|
gender: "F",
|
|
baseStats: { hp: 125, atk: 75, def: 100, spa: 110, spd: 75, spe: 55 },
|
|
abilities: { 0: "Flame Body", 1: "Cheek Pouch", H: "Sheer Force" },
|
|
heightm: 1.3,
|
|
weightkg: 60,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
nidoqueenrosegold: {
|
|
num: 31,
|
|
name: "Nidoqueen-Rosegold",
|
|
baseSpecies: "Nidoqueen",
|
|
forme: "Rosegold",
|
|
types: ["Poison", "Grass"],
|
|
gender: "F",
|
|
baseStats: { hp: 125, atk: 70, def: 100, spa: 100, spd: 85, spe: 60 },
|
|
abilities: { 0: "Rough Skin", 1: "Cheek Pouch", H: "Shield Dust" },
|
|
heightm: 1.3,
|
|
weightkg: 60,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
nidoqueenshaman: {
|
|
num: 31,
|
|
name: "Nidoqueen-Shaman",
|
|
baseSpecies: "Nidoqueen",
|
|
forme: "Shaman",
|
|
types: ["Poison", "Ghost"],
|
|
gender: "F",
|
|
baseStats: { hp: 95, atk: 120, def: 60, spa: 90, spd: 80, spe: 95 },
|
|
abilities: { 0: "Toxic Chain", 1: "Regenerator", H: "Sheer Force" },
|
|
heightm: 1.3,
|
|
weightkg: 60,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
nidoqueenjasper: {
|
|
num: 31,
|
|
name: "Nidoqueen-Jasper",
|
|
baseSpecies: "Nidoqueen",
|
|
forme: "Jasper",
|
|
types: ["Poison", "Rock"],
|
|
gender: "F",
|
|
baseStats: { hp: 135, atk: 125, def: 70, spa: 80, spd: 85, spe: 45 },
|
|
abilities: { 0: "Clear Body", 1: "Earth Eater", H: "Sand Stream" },
|
|
heightm: 1.3,
|
|
weightkg: 60,
|
|
color: "Blue",
|
|
prevo: '',
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
bisharp: {
|
|
inherit: true,
|
|
otherFormes: ["Bisharp-Centurion", "Bisharp-Savage", "Bisharp-Ronin", "Bisharp-Mantis", "Bisharp-Revenant", "Bisharp-Assassin"],
|
|
formeOrder: ["Bisharp", "Bisharp-Centurion", "Bisharp-Savage", "Bisharp-Ronin", "Bisharp-Mantis", "Bisharp-Revenant", "Bisharp-Assassin"],
|
|
},
|
|
bisharpcenturion: {
|
|
num: 625,
|
|
name: "Bisharp-Centurion",
|
|
baseSpecies: "Bisharp",
|
|
forme: "Centurion",
|
|
types: ["Fighting", "Steel"],
|
|
baseStats: { hp: 70, atk: 140, def: 115, spa: 55, spd: 70, spe: 70 },
|
|
abilities: { 0: "Overcoat", 1: "Technician", H: "Solar Power" },
|
|
heightm: 1.6,
|
|
weightkg: 70,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Human-Like"],
|
|
},
|
|
bisharpsavage: {
|
|
num: 625,
|
|
name: "Bisharp-Savage",
|
|
baseSpecies: "Bisharp",
|
|
forme: "Savage",
|
|
types: ["Grass", "Steel"],
|
|
baseStats: { hp: 90, atk: 110, def: 135, spa: 40, spd: 80, spe: 65 },
|
|
abilities: { 0: "Bulletproof", 1: "Technician", H: "Leaf Guard" },
|
|
heightm: 1.6,
|
|
weightkg: 70,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Human-Like"],
|
|
},
|
|
bisharpronin: {
|
|
num: 625,
|
|
name: "Bisharp-Ronin",
|
|
baseSpecies: "Bisharp",
|
|
forme: "Ronin",
|
|
types: ["Fighting", "Poison"],
|
|
baseStats: { hp: 70, atk: 115, def: 110, spa: 45, spd: 70, spe: 110 },
|
|
abilities: { 0: "Overcoat", 1: "Technician", H: "Dry Skin" },
|
|
heightm: 1.6,
|
|
weightkg: 70,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Human-Like"],
|
|
},
|
|
bisharpmantis: {
|
|
num: 625,
|
|
name: "Bisharp-Mantis",
|
|
baseSpecies: "Bisharp",
|
|
forme: "Mantis",
|
|
types: ["Dark", "Bug"],
|
|
baseStats: { hp: 80, atk: 120, def: 105, spa: 45, spd: 85, spe: 85 },
|
|
abilities: { 0: "Overcoat", 1: "Sharpness", H: "Orichalcum Pulse" },
|
|
heightm: 1.6,
|
|
weightkg: 70,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Human-Like"],
|
|
},
|
|
bisharprevenant: {
|
|
num: 625,
|
|
name: "Bisharp-Revenant",
|
|
baseSpecies: "Bisharp",
|
|
forme: "Revenant",
|
|
types: ["Ghost", "Steel"],
|
|
baseStats: { hp: 80, atk: 135, def: 120, spa: 45, spd: 70, spe: 70 },
|
|
abilities: { 0: "Magic Bounce", 1: "Mirror Armor", H: "Justified" },
|
|
heightm: 1.6,
|
|
weightkg: 70,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Human-Like"],
|
|
},
|
|
bisharpassassin: {
|
|
num: 625,
|
|
name: "Bisharp-Assassin",
|
|
baseSpecies: "Bisharp",
|
|
forme: "Assassin",
|
|
types: ["Fighting", "Ice"],
|
|
baseStats: { hp: 80, atk: 130, def: 110, spa: 55, spd: 70, spe: 75 },
|
|
abilities: { 0: "Dazzling", 1: "No Guard", H: "Slush Rush" },
|
|
heightm: 1.6,
|
|
weightkg: 70,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Human-Like"],
|
|
},
|
|
corviknight: {
|
|
inherit: true,
|
|
otherFormes: ["Corviknight-Thunderbird", "Corviknight-Genie", "Corviknight-Yeti", "Corviknight-Analytical", "Corviknight-Martian", "Corviknight-Falcon"],
|
|
formeOrder: ["Corviknight", "Corviknight-Thunderbird", "Corviknight-Genie", "Corviknight-Yeti", "Corviknight-Analytical", "Corviknight-Martian", "Corviknight-Falcon"],
|
|
},
|
|
corviknightthunderbird: {
|
|
num: 823,
|
|
name: "Corviknight-Thunderbird",
|
|
baseSpecies: "Corviknight",
|
|
forme: "Thunderbird",
|
|
types: ["Flying", "Electric"],
|
|
baseStats: { hp: 85, atk: 55, def: 105, spa: 115, spd: 85, spe: 85 },
|
|
abilities: { 0: "Pickpocket", 1: "Quick Feet", H: "Drizzle" },
|
|
heightm: 2.2,
|
|
weightkg: 75,
|
|
color: "Purple",
|
|
prevo: '',
|
|
eggGroups: ["Flying"],
|
|
},
|
|
corviknightgenie: {
|
|
num: 823,
|
|
name: "Corviknight-Genie",
|
|
baseSpecies: "Corviknight",
|
|
forme: "Genie",
|
|
types: ["Flying", "Ground"],
|
|
baseStats: { hp: 89, atk: 45, def: 95, spa: 120, spd: 90, spe: 91 },
|
|
abilities: { 0: "Intimidate", 1: "Sand Force", H: "Prankster" },
|
|
heightm: 2.2,
|
|
weightkg: 75,
|
|
color: "Purple",
|
|
prevo: '',
|
|
eggGroups: ["Flying"],
|
|
},
|
|
corviknightyeti: {
|
|
num: 823,
|
|
name: "Corviknight-Yeti",
|
|
baseSpecies: "Corviknight",
|
|
forme: "Yeti",
|
|
types: ["Flying", "Ice"],
|
|
baseStats: { hp: 85, atk: 55, def: 80, spa: 95, spd: 110, spe: 110 },
|
|
abilities: { 0: "Mummy", 1: "Quick Feet", H: "Snow Warning" },
|
|
heightm: 2.2,
|
|
weightkg: 75,
|
|
color: "Purple",
|
|
prevo: '',
|
|
eggGroups: ["Flying"],
|
|
},
|
|
corviknightanalytical: {
|
|
num: 823,
|
|
name: "Corviknight-Analytical",
|
|
baseSpecies: "Corviknight",
|
|
forme: "Analytical",
|
|
types: ["Psychic", "Electric"],
|
|
baseStats: { hp: 85, atk: 55, def: 80, spa: 110, spd: 85, spe: 115 },
|
|
abilities: { 0: "Pickpocket", 1: "Flare Boost", H: "Psychic Surge" },
|
|
heightm: 2.2,
|
|
weightkg: 75,
|
|
color: "Purple",
|
|
prevo: '',
|
|
eggGroups: ["Flying"],
|
|
},
|
|
corviknightmartian: {
|
|
num: 823,
|
|
name: "Corviknight-Martian",
|
|
baseSpecies: "Corviknight",
|
|
forme: "Martian",
|
|
types: ["Psychic", "Steel"],
|
|
baseStats: { hp: 95, atk: 45, def: 120, spa: 100, spd: 105, spe: 65 },
|
|
abilities: { 0: "Iron Barbs", 1: "Quick Feet", H: "Hadron Engine" },
|
|
heightm: 2.2,
|
|
weightkg: 75,
|
|
color: "Purple",
|
|
prevo: '',
|
|
eggGroups: ["Flying"],
|
|
},
|
|
corviknightfalcon: {
|
|
num: 823,
|
|
name: "Corviknight-Falcon",
|
|
baseSpecies: "Corviknight",
|
|
forme: "Falcon",
|
|
types: ["Flying", "Fighting"],
|
|
baseStats: { hp: 86, atk: 95, def: 75, spa: 75, spd: 85, spe: 114 },
|
|
abilities: { 0: "Pickpocket", 1: "Guts", H: "Delta Stream" },
|
|
heightm: 2.2,
|
|
weightkg: 75,
|
|
color: "Purple",
|
|
prevo: '',
|
|
eggGroups: ["Flying"],
|
|
},
|
|
krookodile: {
|
|
inherit: true,
|
|
otherFormes: ["Krookodile-Infernal", "Krookodile-Abyssal", "Krookodile-Wetlander", "Krookodile-Cave Dweller", "Krookodile-Cliffside", "Krookodile-Quantum"],
|
|
formeOrder: ["Krookodile", "Krookodile-Infernal", "Krookodile-Abyssal", "Krookodile-Wetlander", "Krookodile-Cave Dweller", "Krookodile-Cliffside", "Krookodile-Quantum"],
|
|
},
|
|
krookodileinfernal: {
|
|
num: 553,
|
|
name: "Krookodile-Infernal",
|
|
baseSpecies: "Krookodile",
|
|
forme: "Infernal",
|
|
types: ["Fire", "Dark"],
|
|
baseStats: { hp: 90, atk: 80, def: 85, spa: 105, spd: 90, spe: 100 },
|
|
abilities: { 0: "Magic Guard", 1: "Wonder Skin", H: "Sturdy" },
|
|
heightm: 1.5,
|
|
weightkg: 96.3,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Field"],
|
|
},
|
|
krookodileabyssal: {
|
|
num: 553,
|
|
name: "Krookodile-Abyssal",
|
|
baseSpecies: "Krookodile",
|
|
forme: "Abyssal",
|
|
types: ["Ground", "Dark"],
|
|
baseStats: { hp: 90, atk: 120, def: 85, spa: 75, spd: 90, spe: 90 },
|
|
abilities: { 0: "Rock Head", 1: "Wonder Skin", H: "Multiscale" },
|
|
heightm: 1.5,
|
|
weightkg: 96.3,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Field"],
|
|
},
|
|
krookodilewetlander: {
|
|
num: 553,
|
|
name: "Krookodile-Wetlander",
|
|
baseSpecies: "Krookodile",
|
|
forme: "Wetlander",
|
|
types: ["Grass", "Water"],
|
|
baseStats: { hp: 100, atk: 100, def: 75, spa: 85, spd: 110, spe: 80 },
|
|
abilities: { 0: "Rock Head", 1: "Wonder Skin", H: "Wind Rider" },
|
|
heightm: 1.5,
|
|
weightkg: 96.3,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Field"],
|
|
},
|
|
krookodilecavedweller: {
|
|
num: 553,
|
|
name: "Krookodile-Cave Dweller",
|
|
baseSpecies: "Krookodile",
|
|
forme: "Cave Dweller",
|
|
types: ["Fire", "Rock"],
|
|
baseStats: { hp: 80, atk: 110, def: 75, spa: 85, spd: 80, spe: 120 },
|
|
abilities: { 0: "Magic Guard", 1: "Wonder Skin", H: "Sturdy" },
|
|
heightm: 1.5,
|
|
weightkg: 96.3,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Field"],
|
|
},
|
|
krookodilecliffside: {
|
|
num: 553,
|
|
name: "Krookodile-Cliffside",
|
|
baseSpecies: "Krookodile",
|
|
forme: "Cliffside",
|
|
types: ["Dragon", "Dark"],
|
|
baseStats: { hp: 90, atk: 70, def: 85, spa: 115, spd: 80, spe: 110 },
|
|
abilities: { 0: "Intimidate", 1: "Merciless", H: "Mold Breaker" },
|
|
heightm: 1.5,
|
|
weightkg: 96.3,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Field"],
|
|
},
|
|
krookodilequantum: {
|
|
num: 553,
|
|
name: "Krookodile-Quantum",
|
|
baseSpecies: "Krookodile",
|
|
forme: "Quantum",
|
|
types: ["Electric", "Rock"],
|
|
baseStats: { hp: 95, atk: 100, def: 85, spa: 85, spd: 85, spe: 100 },
|
|
abilities: { 0: "Rock Head", 1: "Prankster", H: "Sturdy" },
|
|
heightm: 1.5,
|
|
weightkg: 96.3,
|
|
color: "Red",
|
|
prevo: '',
|
|
eggGroups: ["Field"],
|
|
},
|
|
ogerpon: {
|
|
inherit: true,
|
|
otherFormes: ["Ogerpon-Muerta", "Ogerpon-Easter", "Ogerpon-Ankh", "Ogerpon-Eid", "Ogerpon-Vessel", "Ogerpon-Kitsune"],
|
|
formeOrder: ["Ogerpon", "Ogerpon-Muerta", "Ogerpon-Easter", "Ogerpon-Ankh", "Ogerpon-Eid", "Ogerpon-Vessel", "Ogerpon-Kitsune"],
|
|
},
|
|
ogerponmuerta: {
|
|
num: 1017,
|
|
name: "Ogerpon-Muerta",
|
|
baseSpecies: "Ogerpon",
|
|
forme: "Muerta",
|
|
types: ["Fairy", "Ghost"],
|
|
gender: "F",
|
|
baseStats: { hp: 90, atk: 120, def: 70, spa: 100, spd: 90, spe: 130 },
|
|
abilities: { 0: "Wandering Spirit" },
|
|
heightm: 1.2,
|
|
weightkg: 39.8,
|
|
color: "Green",
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
ogerponeaster: {
|
|
num: 1017,
|
|
name: "Ogerpon-Easter",
|
|
baseSpecies: "Ogerpon",
|
|
forme: "Easter",
|
|
types: ["Fairy", "Normal"],
|
|
gender: "F",
|
|
baseStats: { hp: 105, atk: 95, def: 95, spa: 110, spd: 80, spe: 115 },
|
|
abilities: { 0: "Pickpocket" },
|
|
heightm: 1.2,
|
|
weightkg: 39.8,
|
|
color: "Green",
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
ogerponankh: {
|
|
num: 1017,
|
|
name: "Ogerpon-Ankh",
|
|
baseSpecies: "Ogerpon",
|
|
forme: "Ankh",
|
|
types: ["Ghost"],
|
|
gender: "F",
|
|
baseStats: { hp: 85, atk: 130, def: 70, spa: 130, spd: 90, spe: 95 },
|
|
abilities: { 0: "Mummy", H: "Good as Gold" },
|
|
heightm: 1.2,
|
|
weightkg: 39.8,
|
|
color: "Green",
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
ogerponeid: {
|
|
num: 1017,
|
|
name: "Ogerpon-Eid",
|
|
baseSpecies: "Ogerpon",
|
|
forme: "Eid",
|
|
types: ["Water", "Ghost"],
|
|
gender: "F",
|
|
baseStats: { hp: 95, atk: 98, def: 100, spa: 105, spd: 110, spe: 92 },
|
|
abilities: { 0: "Tangling Hair" },
|
|
heightm: 1.2,
|
|
weightkg: 39.8,
|
|
color: "Green",
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
ogerponvessel: {
|
|
num: 1017,
|
|
name: "Ogerpon-Vessel",
|
|
baseSpecies: "Ogerpon",
|
|
forme: "Vessel",
|
|
types: ["Bug", "Fighting"],
|
|
gender: "F",
|
|
baseStats: { hp: 95, atk: 115, def: 80, spa: 80, spd: 80, spe: 150 },
|
|
abilities: { 0: "Trace" },
|
|
heightm: 1.2,
|
|
weightkg: 39.8,
|
|
color: "Green",
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
ogerponkitsune: {
|
|
num: 1017,
|
|
name: "Ogerpon-Kitsune",
|
|
baseSpecies: "Ogerpon",
|
|
forme: "Kitsune",
|
|
types: ["Fairy"],
|
|
gender: "F",
|
|
baseStats: { hp: 100, atk: 100, def: 100, spa: 100, spd: 100, spe: 100 },
|
|
abilities: { 0: "Protean" },
|
|
heightm: 1.2,
|
|
weightkg: 39.8,
|
|
color: "Green",
|
|
eggGroups: ["Undiscovered"],
|
|
},
|
|
};
|