mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-24 08:46:26 -05:00
987 lines
26 KiB
TypeScript
987 lines
26 KiB
TypeScript
export const Pokedex: {[k: string]: ModdedSpeciesData} = {
|
|
/*
|
|
name: {
|
|
// @ts-ignore
|
|
fusion: ['P1', 'P2'],
|
|
num: x.5,
|
|
name: "Name",
|
|
types: [""],
|
|
baseStats: {hp: 0, atk: 0, def: 0, spa: 0, spd: 0, spe: 0},
|
|
abilities: {0: ""},
|
|
weightkg: ,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
*/
|
|
// Set 1
|
|
volquag: {
|
|
// @ts-ignore
|
|
fusion: ['Volcanion', 'Quagsire'],
|
|
num: 1,
|
|
name: "Volquag",
|
|
types: ["Fire", "Water"],
|
|
baseStats: {hp: 90, atk: 97, def: 114, spa: 100, spd: 83, spe: 65},
|
|
abilities: {0: "Porous"},
|
|
weightkg: 135,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
toxalure: {
|
|
// @ts-ignore
|
|
fusion: ['Toxapex', 'Chandelure'],
|
|
num: 2,
|
|
name: "Toxalure",
|
|
types: ["Ghost", "Water"],
|
|
baseStats: {hp: 55, atk: 79, def: 121, spa: 109, spd: 116, spe: 67},
|
|
abilities: {0: "Despicable"},
|
|
weightkg: 24.4,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
kingtsar: {
|
|
// @ts-ignore
|
|
fusion: ['Kingler', 'Tsareena'],
|
|
num: 3,
|
|
name: "Kingtsar",
|
|
types: ["Water", "Grass"],
|
|
baseStats: {hp: 79, atk: 130, def: 115, spa: 50, spd: 74, spe: 83},
|
|
abilities: {0: "King's Guard"},
|
|
weightkg: 40.7,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
tanette: {
|
|
// @ts-ignore
|
|
fusion: ['Tangela', 'Floette'],
|
|
num: 4,
|
|
name: "Tanette",
|
|
types: ["Fairy", "Grass"],
|
|
baseStats: {hp: 60, atk: 50, def: 100, spa: 95, spd: 80, spe: 57},
|
|
abilities: {0: "Growth Veil"},
|
|
weightkg: 17.9,
|
|
evos: ["Tangrowth", "Florges"],
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
slowton: {
|
|
// @ts-ignore
|
|
fusion: ['Slowking-Galar', 'Magneton'],
|
|
num: 5,
|
|
name: "Slowton",
|
|
types: ["Poison", "Electric"],
|
|
baseStats: {hp: 92, atk: 62, def: 97, spa: 115, spd: 100, spe: 50},
|
|
abilities: {0: "Surgeon Eye"},
|
|
weightkg: 69.7,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
// Set 2
|
|
flaant: {
|
|
// @ts-ignore
|
|
fusion: ['Flapple', 'Durant'],
|
|
num: 6,
|
|
name: "Flaant",
|
|
types: ["Grass", "Bug"],
|
|
baseStats: {hp: 76, atk: 114, def: 109, spa: 76, spd: 79, spe: 109},
|
|
abilities: {0: "Hustle"},
|
|
weightkg: 17,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
umbat: {
|
|
// @ts-ignore
|
|
fusion: ['Umbreon', 'Crobat'],
|
|
num: 7,
|
|
name: "Umbat",
|
|
types: ["Flying", "Dark"],
|
|
baseStats: {hp: 115, atk: 82, def: 110, spa: 70, spd: 110, spe: 112},
|
|
abilities: {0: "Inner Focus"},
|
|
weightkg: 51,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
chomplim: {
|
|
// @ts-ignore
|
|
fusion: ['Garchomp', 'Drifblim'],
|
|
num: 8,
|
|
name: "Chomplim",
|
|
types: ["Ground", "Ghost"],
|
|
baseStats: {hp: 129, atk: 105, def: 79, spa: 105, spd: 79, spe: 91},
|
|
abilities: {0: "Rough Result"},
|
|
weightkg: 55,
|
|
otherFormes: ["Chomplim-Mega"],
|
|
formeOrder: ["Chomplim", "Chomplim-Mega"],
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
chomplimmega: {
|
|
// @ts-ignore
|
|
fusion: ['Garchomp', 'Drifblim'],
|
|
num: 8,
|
|
name: "Chomplim-Mega",
|
|
baseSpecies: "Chomplim",
|
|
forme: "Mega",
|
|
types: ["Ground", "Ghost"],
|
|
baseStats: {hp: 129, atk: 145, def: 99, spa: 145, spd: 89, spe: 81},
|
|
abilities: {0: "Sand Force"},
|
|
weightkg: 55,
|
|
requiredItem: "Garchompite",
|
|
battleOnly: "Chomplim",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
xotalion: {
|
|
// @ts-ignore
|
|
fusion: ['Xatu', 'Cobalion'],
|
|
num: 9,
|
|
name: "Xotalion",
|
|
types: ["Psychic", "Steel"],
|
|
baseStats: {hp: 78, atk: 102, def: 99, spa: 102, spd: 71, spe: 111},
|
|
abilities: {0: "Eye for an Eye"},
|
|
weightkg: 132.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
miemie: {
|
|
// @ts-ignore
|
|
fusion: ['Mienshao', 'Starmie'],
|
|
num: 10,
|
|
name: "Miemie",
|
|
types: ["Fighting", "Psychic"],
|
|
baseStats: {hp: 70, atk: 109, def: 72, spa: 109, spd: 72, spe: 121},
|
|
abilities: {0: "Natural Heal"},
|
|
weightkg: 57.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
dusking: {
|
|
// @ts-ignore
|
|
fusion: ['Dusknoir', 'Slowking-Galar'],
|
|
num: 11,
|
|
name: "Dusking",
|
|
types: ["Ghost", "Psychic"],
|
|
baseStats: {hp: 80, atk: 85, def: 125, spa: 90, spd: 125, spe: 40},
|
|
abilities: {0: "King of Power Points"},
|
|
weightkg: 93.1,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
jelliswine: {
|
|
// @ts-ignore
|
|
fusion: ['Jellicent', 'Mamoswine'],
|
|
num: 12,
|
|
name: "Jelliswine",
|
|
types: ["Ghost", "Ground"],
|
|
baseStats: {hp: 105, atk: 95, def: 85, spa: 97, spd: 87, spe: 75},
|
|
abilities: {0: "Porous Fat"},
|
|
weightkg: 213,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
// Set 3
|
|
pigapult: {
|
|
// @ts-ignore
|
|
fusion: ['Pignite', 'Dragapult'],
|
|
num: 13,
|
|
name: "Pigapult",
|
|
types: ["Fire", "Dragon"],
|
|
baseStats: {hp: 89, atk: 106, def: 65, spa: 105, spd: 65, spe: 118},
|
|
abilities: {0: "Inthicktrator"},
|
|
weightkg: 52.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvino: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino",
|
|
types: ["Normal"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
otherFormes: [
|
|
"Silvino-Bug", "Silvino-Dark", "Silvino-Dragon", "Silvino-Electric", "Silvino-Fairy", "Silvino-Fighting", "Silvino-Fire", "Silvino-Flying", "Silvino-Ghost", "Silvino-Grass", "Silvino-Ground", "Silvino-Ice", "Silvino-Poison", "Silvino-Psychic", "Silvino-Rock", "Silvino-Steel", "Silvino-Water",
|
|
"Silvino-Bug-Mega", "Silvino-Dark-Mega", "Silvino-Dragon-Mega", "Silvino-Electric-Mega", "Silvino-Fairy-Mega", "Silvino-Fighting-Mega", "Silvino-Fire-Mega", "Silvino-Flying-Mega", "Silvino-Ghost-Mega", "Silvino-Grass-Mega", "Silvino-Ground-Mega", "Silvino-Ice-Mega", "Silvino-Poison-Mega", "Silvino-Psychic-Mega", "Silvino-Rock-Mega", "Silvino-Steel-Mega", "Silvino-Water-Mega",
|
|
],
|
|
formeOrder: [
|
|
"Silvino", "Silvino-Fighting", "Silvino-Flying", "Silvino-Poison", "Silvino-Ground", "Silvino-Rock", "Silvino-Bug", "Silvino-Ghost", "Silvino-Steel",
|
|
"Silvino-Fire", "Silvino-Water", "Silvino-Grass", "Silvino-Electric", "Silvino-Psychic", "Silvino-Ice", "Silvino-Dragon", "Silvino-Dark", "Silvino-Fairy",
|
|
"Silvino-Mega", "Silvino-Fighting-Mega", "Silvino-Flying-Mega", "Silvino-Poison-Mega", "Silvino-Ground", "Silvino-Rock-Mega", "Silvino-Bug-Mega", "Silvino-Ghost-Mega", "Silvino-Steel-Mega",
|
|
"Silvino-Fire-Mega", "Silvino-Water-Mega", "Silvino-Grass-Mega", "Silvino-Electric-Mega", "Silvino-Psychic-Mega", "Silvino-Ice-Mega", "Silvino-Dragon-Mega", "Silvino-Dark-Mega", "Silvino-Fairy-Mega",
|
|
],
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinomega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Mega",
|
|
types: ["Normal", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
lycanserkerdusk: {
|
|
// @ts-ignore
|
|
fusion: ['Lycanroc-Dusk', 'Perrserker'],
|
|
num: 15,
|
|
name: "Lycanserker-Dusk",
|
|
types: ["Rock", "Steel"],
|
|
baseStats: {hp: 77, atk: 118, def: 87, spa: 57, spd: 87, spe: 105},
|
|
abilities: {0: "Tough Claws"},
|
|
weightkg: 26.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
tapulop: {
|
|
// @ts-ignore
|
|
fusion: ['Lopunny', 'Tapu Lele'],
|
|
num: 16,
|
|
name: "Tapu Lop",
|
|
types: ["Normal", "Fairy"],
|
|
baseStats: {hp: 80, atk: 80, def: 95, spa: 98, spd: 105, spe: 105},
|
|
abilities: {0: "Magic Surge"},
|
|
weightkg: 26,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
tapulopmega: {
|
|
// @ts-ignore
|
|
fusion: ['Lopunny', 'Tapu Lele'],
|
|
num: 16,
|
|
name: "Tapu Lop-Mega",
|
|
baseSpecies: "Tapu Lop",
|
|
forme: "Mega",
|
|
types: ["Normal", "Fighting"],
|
|
baseStats: {hp: 80, atk: 140, def: 105, spa: 98, spd: 105, spe: 135},
|
|
abilities: {0: "Scrappy"},
|
|
weightkg: 23.5,
|
|
requiredItem: "Lopunnite",
|
|
battleOnly: "Tapu Lop",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
dragontler: {
|
|
// @ts-ignore
|
|
fusion: ['Stantler', 'Dragonite'],
|
|
num: 17,
|
|
name: "Dragontler",
|
|
types: ["Normal", "Flying"],
|
|
baseStats: {hp: 85, atk: 125, def: 80, spa: 95, spd: 85, spe: 100},
|
|
abilities: {0: "Multi Antlers"},
|
|
weightkg: 140.6,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
eternabat: {
|
|
// @ts-ignore
|
|
fusion: ['Eternatus', 'Woobat'],
|
|
num: 18,
|
|
name: "Eternabat",
|
|
types: ["Flying", "Dragon"],
|
|
baseStats: {hp: 103, atk: 73, def: 73, spa: 123, spd: 73, spe: 101},
|
|
abilities: {0: "Concussion"},
|
|
weightkg: 476.1,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
// slate 4
|
|
grimmlurk: {
|
|
// @ts-ignore
|
|
fusion: ['Grimmsnarl', 'Golurk'],
|
|
num: 19,
|
|
name: "Grimmlurk",
|
|
types: ["Fairy", "Ghost"],
|
|
baseStats: {hp: 95, atk: 125, def: 90, spa: 75, spd: 90, spe: 60},
|
|
abilities: {0: "Not Funny"},
|
|
weightkg: 195.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
manicunogalar: {
|
|
// @ts-ignore
|
|
fusion: ['Articuno-Galar', 'Darmanitan-Galar'],
|
|
num: 20,
|
|
name: "Manicuno-Galar",
|
|
types: ["Ice", "Psychic"],
|
|
baseStats: {hp: 100, atk: 112, def: 74, spa: 97, spd: 88, spe: 97},
|
|
abilities: {0: "Fowl Behavior"},
|
|
weightkg: 85.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
yaciancrowned: {
|
|
// @ts-ignore
|
|
fusion: ['Yamask-Galar', 'Zacian'],
|
|
num: 21,
|
|
name: "Yacian-Crowned",
|
|
types: ["Ground", "Steel"],
|
|
baseStats: {hp: 66, atk: 125, def: 100, spa: 66, spd: 105, spe: 89},
|
|
abilities: {0: "Pillage"},
|
|
weightkg: 178.3,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
cryogolem: {
|
|
// @ts-ignore
|
|
fusion: ['Cryogonal', 'Golem-Alola'],
|
|
num: 22,
|
|
name: "Cryogolem",
|
|
types: ["Ice", "Electric"],
|
|
baseStats: {hp: 80, atk: 105, def: 90, spa: 75, spd: 100, spe: 95},
|
|
abilities: {0: "Magnetic Waves"},
|
|
weightkg: 232,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
stoudrago: {
|
|
// @ts-ignore
|
|
fusion: ['Stoutland', 'Regidrago'],
|
|
num: 23,
|
|
name: "Stoudrago",
|
|
types: ["Normal", "Dragon"],
|
|
baseStats: {hp: 150, atk: 120, def: 70, spa: 85, spd: 70, spe: 85},
|
|
abilities: {0: "Doggy's Maw"},
|
|
weightkg: 130.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
// slate 5
|
|
dongoro: {
|
|
// @ts-ignore
|
|
fusion: ['Donphan', 'Pangoro'],
|
|
num: 24,
|
|
name: "Dongoro",
|
|
types: ["Ground", "Dark"],
|
|
baseStats: {hp: 102, atk: 132, def: 109, spa: 74, spd: 75, spe: 64},
|
|
abilities: {0: "Sturdy Mold"},
|
|
weightkg: 128,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
slurpum: {
|
|
// @ts-ignore
|
|
fusion: ['Slurpuff', 'Breloom'],
|
|
num: 25,
|
|
name: "Slurpum",
|
|
types: ["Fairy", "Fighting"],
|
|
baseStats: {hp: 81, atk: 115, def: 93, spa: 82, spd: 77, spe: 81},
|
|
abilities: {0: "Therapeutic"},
|
|
weightkg: 22.1,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
grousle: {
|
|
// @ts-ignore
|
|
fusion: ['Groudon', 'Plusle'],
|
|
num: 26,
|
|
name: "Grousle",
|
|
types: ["Ground", "Electric"],
|
|
baseStats: {hp: 90, atk: 100, def: 90, spa: 110, spd: 94, spe: 92},
|
|
abilities: {0: "Solar Panel"},
|
|
weightkg: 477.1,
|
|
otherFormes: ["Grousle-Primal"],
|
|
formeOrder: ["Grousle", "Grousle-Primal"],
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
grousleprimal: {
|
|
// @ts-ignore
|
|
fusion: ['Groudon', 'Plusle'],
|
|
num: 26,
|
|
name: "Grousle-Primal",
|
|
baseSpecies: "Grousle",
|
|
forme: "Primal",
|
|
types: ["Ground", "Fire"],
|
|
baseStats: {hp: 90, atk: 130, def: 110, spa: 160, spd: 94, spe: 92},
|
|
abilities: {0: "Desolate Land"},
|
|
weightkg: 501.95,
|
|
requiredItem: "Red Orb",
|
|
battleOnly: "Grousle",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
// slate 6
|
|
corveot: {
|
|
// @ts-ignore
|
|
fusion: ['Pidgeot', 'Corviknight'],
|
|
num: 27,
|
|
name: "Corveot",
|
|
types: ["Steel", "Flying"],
|
|
baseStats: {hp: 95, atk: 85, def: 110, spa: 70, spd: 80, spe: 85},
|
|
abilities: {0: "Big Pressure"},
|
|
weightkg: 57.25,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
corveotmega: {
|
|
// @ts-ignore
|
|
fusion: ['Pidgeot', 'Corviknight'],
|
|
num: 27,
|
|
name: "Corveot-Mega",
|
|
baseSpecies: "Corveot",
|
|
forme: "Mega",
|
|
types: ["Steel", "Flying"],
|
|
baseStats: {hp: 95, atk: 85, def: 115, spa: 135, spd: 90, spe: 105},
|
|
abilities: {0: "No Guard"},
|
|
weightkg: 60.25,
|
|
requiredItem: "Pidgeotite",
|
|
battleOnly: "Corveot",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
igglyzentacrowned: {
|
|
// @ts-ignore
|
|
fusion: ['Igglybuff', 'Zamazenta'],
|
|
num: 28,
|
|
name: "Igglyzenta-Crowned",
|
|
types: ["Fairy", "Steel"],
|
|
baseStats: {hp: 93, atk: 80, def: 100, spa: 60, spd: 100, spe: 71},
|
|
abilities: {0: "Friend Shield"},
|
|
weightkg: 393,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
arctresgalar: {
|
|
// @ts-ignore
|
|
fusion: ['Moltres-Galar', 'Arcanine'],
|
|
num: 29,
|
|
name: "Arctres-Galar",
|
|
types: ["Fire", "Dark"],
|
|
baseStats: {hp: 90, atk: 112, def: 95, spa: 102, spd: 105, spe: 102},
|
|
abilities: {0: "Debilitate"},
|
|
weightkg: 110.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
garborude: {
|
|
// @ts-ignore
|
|
fusion: ['Garbodor', 'Zarude'],
|
|
num: 30,
|
|
name: "Garborude",
|
|
types: ["Poison", "Dark"],
|
|
baseStats: {hp: 101, atk: 123, def: 100, spa: 70, spd: 90, spe: 91},
|
|
abilities: {0: "Leafy Armor"},
|
|
weightkg: 88.65,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
noicity: {
|
|
// @ts-ignore
|
|
fusion: ['Noivern', 'Toxtricity'],
|
|
num: 31,
|
|
name: "Noicity",
|
|
types: ["Electric", "Flying"],
|
|
baseStats: {hp: 86, atk: 75, def: 86, spa: 109, spd: 75, spe: 118},
|
|
abilities: {0: "Surround Sound"},
|
|
weightkg: 62.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
ferros: {
|
|
// @ts-ignore
|
|
fusion: ['Shellos', 'Ferroseed'],
|
|
num: 32,
|
|
name: "Ferros",
|
|
types: ["Water", "Steel"],
|
|
baseStats: {hp: 80, atk: 50, def: 70, spa: 40, spd: 92, spe: 22},
|
|
abilities: {0: "Spiky Hold"},
|
|
weightkg: 12.55,
|
|
evos: ["Gastrodon", "Ferrothorn"],
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
// slate 7
|
|
landmaldotherian: {
|
|
// @ts-ignore
|
|
fusion: ['Landorus', 'Armaldo'],
|
|
num: 33,
|
|
name: "Landmaldo-Therian",
|
|
types: ["Ground", "Bug"],
|
|
baseStats: {hp: 102, atk: 145, def: 95, spa: 90, spd: 80, spe: 75},
|
|
abilities: {0: "Sink or Swim"},
|
|
weightkg: 68.1,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
tentoxysdefense: {
|
|
// @ts-ignore
|
|
fusion: ['Deoxys', 'Tentacruel'],
|
|
num: 34,
|
|
name: "Tentoxys-Defense",
|
|
types: ["Psychic", "Poison"],
|
|
baseStats: {hp: 65, atk: 75, def: 122, spa: 90, spd: 140, spe: 105},
|
|
abilities: {0: "Downpour"},
|
|
weightkg: 57.9,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
strikadosgalar: {
|
|
// @ts-ignore
|
|
fusion: ['Zebstrika', 'Zapdos-Galar'],
|
|
num: 35,
|
|
name: "Strikados-Galar",
|
|
types: ["Electric", "Fighting"],
|
|
baseStats: {hp: 93, atk: 123, def: 84, spa: 82, spd: 86, spe: 108},
|
|
abilities: {0: "Overclock"},
|
|
weightkg: 68.6,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
hooporant: {
|
|
// @ts-ignore
|
|
fusion: ['Hoopa', 'Cramorant'],
|
|
num: 36,
|
|
name: "Hooporant",
|
|
types: ["Water", "Psychic"],
|
|
baseStats: {hp: 75, atk: 100, def: 70, spa: 120, spd: 115, spe: 95},
|
|
abilities: {0: "Magic Missile"},
|
|
weightkg: 13.5,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
// Silvino formes
|
|
silvinobug: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Bug",
|
|
baseSpecies: "Silvino",
|
|
forme: "Bug",
|
|
types: ["Bug"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinobugmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Bug-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Bug-Mega",
|
|
types: ["Bug", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Bug",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinodark: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Dark",
|
|
baseSpecies: "Silvino",
|
|
forme: "Dark",
|
|
types: ["Dark"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinodarkmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Dark-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Dark-Mega",
|
|
types: ["Dark", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Dark",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinodragon: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Dragon",
|
|
baseSpecies: "Silvino",
|
|
forme: "Dragon",
|
|
types: ["Dragon"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinodragonmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Dragon-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Dragon-Mega",
|
|
types: ["Dragon", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Dragon",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoelectric: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Electric",
|
|
baseSpecies: "Silvino",
|
|
forme: "Electric",
|
|
types: ["Electric"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoelectricmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Electric-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Electric-Mega",
|
|
types: ["Electric", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Electric",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinofairy: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Fairy",
|
|
baseSpecies: "Silvino",
|
|
forme: "Fairy",
|
|
types: ["Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinofairymega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Fairy-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Fairy-Mega",
|
|
types: ["Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Fairy",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinofighting: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Fighting",
|
|
baseSpecies: "Silvino",
|
|
forme: "Fighting",
|
|
types: ["Fighting"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinofightingmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Fighting-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Fighting-Mega",
|
|
types: ["Fighting", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Fighting",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinofire: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Fire",
|
|
baseSpecies: "Silvino",
|
|
forme: "Fire",
|
|
types: ["Fire"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinofiremega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Fire-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Fire-Mega",
|
|
types: ["Fire", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Fire",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoflying: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Flying",
|
|
baseSpecies: "Silvino",
|
|
forme: "Flying",
|
|
types: ["Flying"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoflyingmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Flying-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Flying-Mega",
|
|
types: ["Flying", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Flying",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoghost: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Ghost",
|
|
baseSpecies: "Silvino",
|
|
forme: "Ghost",
|
|
types: ["Ghost"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoghostmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Ghost-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Ghost-Mega",
|
|
types: ["Ghost", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Ghost",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinograss: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Grass",
|
|
baseSpecies: "Silvino",
|
|
forme: "Grass",
|
|
types: ["Grass"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinograssmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Grass-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Grass-Mega",
|
|
types: ["Grass", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Grass",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoground: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Ground",
|
|
baseSpecies: "Silvino",
|
|
forme: "Ground",
|
|
types: ["Ground"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinogroundmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Ground-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Ground-Mega",
|
|
types: ["Ground", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Ground",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoice: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Ice",
|
|
baseSpecies: "Silvino",
|
|
forme: "Ice",
|
|
types: ["Ice"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinoicemega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Ice-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Ice-Mega",
|
|
types: ["Ice", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Ice",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinopoison: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Poison",
|
|
baseSpecies: "Silvino",
|
|
forme: "Poison",
|
|
types: ["Poison"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinopoisonmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Poison-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Poison-Mega",
|
|
types: ["Poison", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Poison",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinopsychic: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Psychic",
|
|
baseSpecies: "Silvino",
|
|
forme: "Psychic",
|
|
types: ["Psychic"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinopsychicmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Psychic-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Psychic-Mega",
|
|
types: ["Psychic", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Psychic",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinorock: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Rock",
|
|
baseSpecies: "Silvino",
|
|
forme: "Rock",
|
|
types: ["Rock"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinorockmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Rock-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Rock-Mega",
|
|
types: ["Rock", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Rock",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinosteel: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Steel",
|
|
baseSpecies: "Silvino",
|
|
forme: "Steel",
|
|
types: ["Steel"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinosteelmega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Steel-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Steel-Mega",
|
|
types: ["Steel", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Steel",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinowater: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Water",
|
|
baseSpecies: "Silvino",
|
|
forme: "Water",
|
|
types: ["Water"],
|
|
baseStats: {hp: 100, atk: 90, def: 95, spa: 90, spd: 95, spe: 75},
|
|
abilities: {0: "Null System"},
|
|
weightkg: 65.8,
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
silvinowatermega: {
|
|
// @ts-ignore
|
|
fusion: ['Audino', 'Silvally'],
|
|
num: 14,
|
|
name: "Silvino-Water-Mega",
|
|
baseSpecies: "Silvino",
|
|
forme: "Water-Mega",
|
|
types: ["Water", "Fairy"],
|
|
baseStats: {hp: 100, atk: 90, def: 135, spa: 110, spd: 135, spe: 75},
|
|
abilities: {0: "Healer"},
|
|
weightkg: 66.3,
|
|
battleOnly: "Silvino-Water",
|
|
requiredItem: "Audinite",
|
|
eggGroups: ['Undiscovered'],
|
|
},
|
|
};
|