mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-18 16:47:22 -05:00
`BattlePokedex` is now `Pokedex`, `BattleItems` is now `Items`, etc. I also renamed `Movedex` to `Moves` and `Statuses` to `Conditions`. `TypeChart` isn't `Types` yet, because unlike the others, it's not indexed by ID. That should probably be fixed one day.
979 lines
20 KiB
TypeScript
979 lines
20 KiB
TypeScript
export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
bulbasaur: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
ivysaur: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
venusaur: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
venusaurmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["leechseed", "sludgebomb", "megadrain", "sleeppowder", "earthquake"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
charmander: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
charmeleon: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
charizard: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
charizardmegax: {
|
|
inherit: true,
|
|
randomBattleMoves: ["roost", "flareblitz", "outrage", "earthquake", "willowisp"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
charizardmegay: {
|
|
inherit: true,
|
|
randomBattleMoves: ["airslash", "roost", "dragonpulse", "flamethrower", "fireblast"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
squirtle: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
wartortle: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
blastoise: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
blastoisemega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "scald", "darkpulse", "toxic", "hydropump"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
caterpie: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
metapod: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
butterfree: {
|
|
inherit: true,
|
|
randomBattleMoves: ["bugbuzz", "quiverdance", "airslash", "sleeppowder"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
weedle: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
kakuna: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
beedrill: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
beedrillmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["drillrun", "poisonjab", "uturn", "xscissor", "brickbreak"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
pidgey: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
pidgeotto: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
pidgeot: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
pidgeotmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["airslash", "heatwave", "roost", "uturn", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
rattata: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
rattataalola: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
raticate: {
|
|
inherit: true,
|
|
randomBattleMoves: ["swordsdance", "doubleedge", "suckerpunch", "crunch", "irontail"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
raticatealola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["suckerpunch", "crunch", "swordsdance", "uturn", "doubleedge"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
spearow: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
fearow: {
|
|
inherit: true,
|
|
randomBattleMoves: ["drillpeck", "drillrun", "quickattack", "uturn", "roost"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
ekans: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
arbok: {
|
|
inherit: true,
|
|
randomBattleMoves: ["poisonjab", "earthquake", "glare", "suckerpunch", "crunch"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
pikachu: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
pikachustarter: {
|
|
inherit: true,
|
|
randomBattleMoves: ["zippyzap", "splishysplash", "thunderbolt", "calmmind", "substitute"],
|
|
isNonstandard: null,
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
raichu: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "fakeout", "brickbreak", "irontail", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
raichualola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "thunderbolt", "calmmind", "encore", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
sandshrew: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
sandshrewalola: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
sandslash: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "swordsdance", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
sandslashalola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "iceshard", "icepunch", "swordsdance", "stealthrock", "irontail"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
nidoranf: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
nidorina: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
nidoqueen: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "stealthrock", "icebeam", "poisonjab", "dragontail"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
nidoranm: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
nidorino: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
nidoking: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "poisonjab", "stealthrock", "icepunch", "megahorn"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
clefairy: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
clefable: {
|
|
inherit: true,
|
|
randomBattleMoves: ["moonblast", "calmmind", "flamethrower", "stealthrock", "thunderwave", "icebeam"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
vulpix: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
vulpixalola: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
ninetales: {
|
|
inherit: true,
|
|
randomBattleMoves: ["flamethrower", "darkpulse", "nastyplot", "willowisp", "fireblast"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
ninetalesalola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dazzlinggleam", "icebeam", "nastyplot", "darkpulse", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
jigglypuff: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
wigglytuff: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dazzlinggleam", "fireblast", "stealthrock", "icebeam", "bodyslam"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
zubat: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
golbat: {
|
|
inherit: true,
|
|
randomBattleMoves: ["toxic", "roost", "taunt", "sludgebomb", "whirlwind", "airslash", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
oddish: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
gloom: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
vileplume: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sludgebomb", "moonblast", "sleeppowder", "megadrain", "stunspore"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
paras: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
parasect: {
|
|
inherit: true,
|
|
randomBattleMoves: ["leechlife", "spore", "leechseed", "substitute", "brickbreak"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
venonat: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
venomoth: {
|
|
inherit: true,
|
|
randomBattleMoves: ["quiverdance", "bugbuzz", "sleeppowder", "sludgebomb", "psychic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
diglett: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
diglettalola: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
dugtrio: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "suckerpunch", "stealthrock", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
dugtrioalola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "suckerpunch", "stealthrock", "rockslide", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
meowth: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
meowthalola: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
persian: {
|
|
inherit: true,
|
|
randomBattleMoves: ["fakeout", "uturn", "taunt", "headbutt", "playrough"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
persianalola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["darkpulse", "thunderbolt", "uturn", "taunt", "nastyplot"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
psyduck: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
golduck: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "psychic", "hydropump", "scald", "calmmind"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
mankey: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
primeape: {
|
|
inherit: true,
|
|
randomBattleMoves: ["uturn", "brickbreak", "earthquake", "bulkup", "rockslide"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
growlithe: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
arcanine: {
|
|
inherit: true,
|
|
randomBattleMoves: ["flareblitz", "willowisp", "crunch", "playrough", "superpower"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
poliwag: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
poliwhirl: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
poliwrath: {
|
|
inherit: true,
|
|
randomBattleMoves: ["waterfall", "bulkup", "superpower", "icepunch", "brickbreak", "earthquake"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
abra: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
kadabra: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
alakazam: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
alakazammega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "shadowball", "calmmind", "dazzlinggleam", "recover"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
machop: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
machoke: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
machamp: {
|
|
inherit: true,
|
|
randomBattleMoves: ["superpower", "earthquake", "icepunch", "bulkup", "rockslide", "brickbreak"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
bellsprout: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
weepinbell: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
victreebel: {
|
|
inherit: true,
|
|
randomBattleMoves: ["powerwhip", "suckerpunch", "poisonjab", "swordsdance", "sleeppowder"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
tentacool: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
tentacruel: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sludgebomb", "scald", "icebeam", "haze"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
geodude: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
geodudealola: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
graveler: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
graveleralola: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
golem: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "explosion", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
golemalola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderpunch", "rockslide", "earthquake", "stealthrock", "explosion"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
ponyta: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
rapidash: {
|
|
inherit: true,
|
|
randomBattleMoves: ["flareblitz", "drillrun", "megahorn", "willowisp", "irontail"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
slowpoke: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
slowbro: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
slowbromega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["scald", "psychic", "calmmind", "icebeam", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
magnemite: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
magneton: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "flashcannon", "thunderwave", "lightscreen", "reflect"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
farfetchd: {
|
|
inherit: true,
|
|
randomBattleMoves: ["swordsdance", "quickattack", "fly", "razorleaf", "poisonjab"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
doduo: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
dodrio: {
|
|
inherit: true,
|
|
randomBattleMoves: ["drillpeck", "jumpkick", "swordsdance", "quickattack", "roost"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
seel: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
dewgong: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "aquajet", "iceshard", "surf", "megahorn"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
grimer: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
grimeralola: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
muk: {
|
|
inherit: true,
|
|
randomBattleMoves: ["poisonjab", "firepunch", "brickbreak", "toxic", "protect"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
mukalola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["crunch", "poisonjab", "toxic", "firepunch", "megadrain"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
shellder: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
cloyster: {
|
|
inherit: true,
|
|
randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "surf", "iceshard"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
gastly: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
haunter: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
gengar: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
gengarmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["shadowball", "sludgebomb", "thunderbolt", "willowisp", "substitute", "dazzlinggleam"],
|
|
tier: "Uber",
|
|
doublesTier: "DOU",
|
|
},
|
|
onix: {
|
|
inherit: true,
|
|
randomBattleMoves: ["stealthrock", "rockslide", "earthquake", "toxic", "dragontail"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
drowzee: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
hypno: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "calmmind", "dazzlinggleam", "shadowball", "thunderwave"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
krabby: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
kingler: {
|
|
inherit: true,
|
|
randomBattleMoves: ["crabhammer", "agility", "rockslide", "xscissor", "superpower"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
voltorb: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
electrode: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "taunt", "thunderwave", "explosion", "reflect", "lightscreen"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
exeggcute: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
exeggutor: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "megadrain", "sleeppowder", "leechseed", "sludgebomb"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
exeggutoralola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["megadrain", "dragonpulse", "flamethrower", "stunspore", "earthquake"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
cubone: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
marowak: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "stealthrock", "swordsdance", "bonemerang", "rockslide", "doubleedge"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
marowakalola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "flareblitz", "willowisp", "bonemerang", "swordsdance", "stealthrock", "rockslide"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
hitmonlee: {
|
|
inherit: true,
|
|
randomBattleMoves: ["highjumpkick", "earthquake", "bulkup", "rockslide", "poisonjab"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
hitmonchan: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icepunch", "thunderpunch", "brickbreak", "firepunch", "earthquake", "bulkup"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
lickitung: {
|
|
inherit: true,
|
|
randomBattleMoves: ["facade", "fireblast", "icebeam", "shadowball", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
koffing: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
weezing: {
|
|
inherit: true,
|
|
randomBattleMoves: ["willowisp", "sludgebomb", "toxic", "flamethrower", "fireblast", "explosion"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
rhyhorn: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
rhydon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "toxic", "megahorn"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
chansey: {
|
|
inherit: true,
|
|
randomBattleMoves: ["softboiled", "seismictoss", "toxic", "stealthrock", "teleport"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
tangela: {
|
|
inherit: true,
|
|
randomBattleMoves: ["leechseed", "megadrain", "sleeppowder", "protect", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
kangaskhan: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
kangaskhanmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["fakeout", "earthquake", "suckerpunch", "facade", "brickbreak"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
horsea: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
seadra: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "scald", "dragonpulse", "agility", "toxic", "hydropump"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
goldeen: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
seaking: {
|
|
inherit: true,
|
|
randomBattleMoves: ["scald", "poisonjab", "megahorn", "drillrun", "icebeam"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
staryu: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
starmie: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "thunderbolt", "icebeam", "recover", "scald", "hydropump"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
mrmime: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "shadowball", "encore"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
scyther: {
|
|
inherit: true,
|
|
randomBattleMoves: ["swordsdance", "xscissor", "wingattack", "brickbreak", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
jynx: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "psychic", "lovelykiss", "calmmind", "shadowball"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
electabuzz: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "icepunch", "psychic", "thunderwave", "brickbreak"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
magmar: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "flamethrower", "fireblast", "willowisp", "clearsmog", "thunderpunch"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
pinsir: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
pinsirmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["xscissor", "earthquake", "swordsdance", "rockslide", "superpower"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
tauros: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "doubleedge", "rockslide", "fireblast", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
magikarp: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
gyarados: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
gyaradosmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["waterfall", "crunch", "earthquake", "thunderwave", "substitute"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
lapras: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "thunderbolt", "surf", "hydropump", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
ditto: {
|
|
inherit: true,
|
|
randomBattleMoves: ["transform"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
eevee: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
eeveestarter: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sparklyswirl", "sizzlyslide", "sappyseed", "protect", "buzzybuzz", "bouncybubble"],
|
|
isNonstandard: null,
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
vaporeon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["scald", "toxic", "icebeam", "protect", "rest"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
jolteon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "shadowball", "thunderwave", "toxic", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
flareon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["flareblitz", "superpower", "quickattack", "toxic", "irontail"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
porygon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["triattack", "recover", "icebeam", "toxic", "psychic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
omanyte: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
omastar: {
|
|
inherit: true,
|
|
randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "scald", "rockslide"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
kabuto: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
kabutops: {
|
|
inherit: true,
|
|
randomBattleMoves: ["aquajet", "swordsdance", "rockslide", "waterfall", "superpower", "stealthrock"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
aerodactyl: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
aerodactylmega: {
|
|
inherit: true,
|
|
randomBattleMoves: ["rockslide", "earthquake", "stealthrock", "taunt", "crunch", "roost"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
snorlax: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "bodyslam", "rest", "crunch", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
articuno: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "roost", "toxic", "uturn", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
zapdos: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "roost", "uturn", "toxic", "drillpeck"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
moltres: {
|
|
inherit: true,
|
|
randomBattleMoves: ["roost", "airslash", "flamethrower", "fireblast", "willowisp", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
dratini: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
dragonair: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
dragonite: {
|
|
inherit: true,
|
|
randomBattleMoves: ["outrage", "earthquake", "agility", "roost", "fireblast"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
mewtwo: {
|
|
inherit: true,
|
|
randomBattleMoves: [],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
mewtwomegax: {
|
|
inherit: true,
|
|
randomBattleMoves: ["bulkup", "substitute", "brickbreak", "earthquake", "icepunch"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
mewtwomegay: {
|
|
inherit: true,
|
|
randomBattleMoves: ["calmmind", "psychic", "fireblast", "icebeam", "shadowball", "recover"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
mew: {
|
|
inherit: true,
|
|
randomBattleMoves: ["roost", "psychic", "willowisp", "flamethrower", "stealthrock", "nastyplot"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
meltan: {
|
|
inherit: true,
|
|
randomBattleMoves: ["flashcannon", "thunderbolt", "toxic", "protect"],
|
|
isNonstandard: null,
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
melmetal: {
|
|
inherit: true,
|
|
randomBattleMoves: ["doubleironbash", "earthquake", "rockslide", "icepunch", "thunderwave"],
|
|
isNonstandard: null,
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
};
|