pokemon-showdown/data/mods/gen8/pokedex.ts
Kris Johnson 6bb3879e3a
Add Teal Mask DLC data (#9762)
Co-authored-by: Karthik99999 <bandagondak0217@gmail.com>
Co-authored-by: smudgerox <smudgerox@users.noreply.github.com>
Co-authored-by: Leonard Craft III <leonardcraft64@gmail.com>
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
2023-09-13 21:08:01 -04:00

120 lines
2.7 KiB
TypeScript

export const Pokedex: {[k: string]: ModdedSpeciesData} = {
growlithehisui: {
inherit: true,
abilities: {0: "Intimidate", 1: "Flash Fire", H: "Justified"},
},
arcaninehisui: {
inherit: true,
abilities: {0: "Intimidate", 1: "Flash Fire", H: "Justified"},
},
typhlosionhisui: {
inherit: true,
abilities: {0: "Blaze", H: "Flash Fire"},
},
sneaselhisui: {
inherit: true,
abilities: {0: "Inner Focus", 1: "Keen Eye", H: "Poison Touch"},
},
shiftry: {
inherit: true,
abilities: {0: "Chlorophyll", 1: "Early Bird", H: "Pickpocket"},
},
piplup: {
inherit: true,
abilities: {0: "Torrent", H: "Defiant"},
},
prinplup: {
inherit: true,
abilities: {0: "Torrent", H: "Defiant"},
},
empoleon: {
inherit: true,
abilities: {0: "Torrent", H: "Defiant"},
},
gallade: {
inherit: true,
abilities: {0: "Steadfast", H: "Justified"},
},
giratinaorigin: {
inherit: true,
requiredItem: "Griseous Orb",
},
cresselia: {
inherit: true,
baseStats: {hp: 120, atk: 70, def: 120, spa: 75, spd: 130, spe: 85},
},
samurotthisui: {
inherit: true,
abilities: {0: "Torrent", H: "Shell Armor"},
},
braviaryhisui: {
inherit: true,
abilities: {0: "Keen Eye", 1: "Sheer Force", H: "Defiant"},
},
spewpa: {
inherit: true,
evos: ["Vivillon"],
},
vivillonfancy: {
inherit: true,
abilities: {0: "Shield Dust", 1: "Compound Eyes"},
prevo: undefined,
evoLevel: undefined,
},
vivillonpokeball: {
inherit: true,
abilities: {0: "Shield Dust", 1: "Compound Eyes"},
},
sliggoohisui: {
inherit: true,
abilities: {0: "Sap Sipper", 1: "Overcoat", H: "Gooey"},
},
goodrahisui: {
inherit: true,
abilities: {0: "Sap Sipper", 1: "Overcoat", H: "Gooey"},
},
decidueyehisui: {
inherit: true,
abilities: {0: "Overgrow", H: "Long Reach"},
},
zacian: {
inherit: true,
baseStats: {hp: 92, atk: 130, def: 115, spa: 80, spd: 115, spe: 138},
},
zaciancrowned: {
inherit: true,
baseStats: {hp: 92, atk: 170, def: 115, spa: 80, spd: 115, spe: 148},
},
zamazenta: {
inherit: true,
baseStats: {hp: 92, atk: 130, def: 115, spa: 80, spd: 115, spe: 138},
},
zamazentacrowned: {
inherit: true,
baseStats: {hp: 92, atk: 130, def: 145, spa: 80, spd: 145, spe: 128},
},
kleavor: {
inherit: true,
abilities: {0: "Swarm", 1: "Sheer Force", H: "Steadfast"},
},
basculegion: {
inherit: true,
abilities: {0: "Rattled", 1: "Adaptability", H: "Mold Breaker"},
},
basculegionf: {
inherit: true,
abilities: {0: "Rattled", 1: "Adaptability", H: "Mold Breaker"},
},
sneasler: {
inherit: true,
abilities: {0: "Pressure", H: "Poison Touch"},
evoType: "useItem",
evoItem: "Razor Claw",
evoCondition: "during the day",
},
enamorus: {
inherit: true,
abilities: {0: "Healer", H: "Contrary"},
},
};