mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-18 16:47:22 -05:00
2915 lines
70 KiB
TypeScript
2915 lines
70 KiB
TypeScript
export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
bulbasaur: {
|
|
tier: "LC",
|
|
},
|
|
ivysaur: {
|
|
tier: "NFE",
|
|
},
|
|
venusaur: {
|
|
randomBattleMoves: ["earthquake", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leechseed", "powerwhip", "sleeppowder", "sludgebomb", "swordsdance", "synthesis"],
|
|
tier: "(OU)",
|
|
doublesTier: "DOU",
|
|
},
|
|
charmander: {
|
|
tier: "LC",
|
|
},
|
|
charmeleon: {
|
|
tier: "NFE",
|
|
},
|
|
charizard: {
|
|
randomBattleMoves: ["airslash", "dragonpulse", "fireblast", "hiddenpowergrass", "roost", "substitute"],
|
|
tier: "NU",
|
|
doublesTier: "DOU",
|
|
},
|
|
squirtle: {
|
|
tier: "LC",
|
|
},
|
|
wartortle: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
blastoise: {
|
|
randomBattleMoves: ["dragontail", "icebeam", "protect", "rapidspin", "scald", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
caterpie: {
|
|
tier: "LC",
|
|
},
|
|
metapod: {
|
|
tier: "NFE",
|
|
},
|
|
butterfree: {
|
|
randomBattleMoves: ["bugbuzz", "hiddenpowerrock", "quiverdance", "roost", "sleeppowder", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
weedle: {
|
|
tier: "LC",
|
|
},
|
|
kakuna: {
|
|
tier: "NFE",
|
|
},
|
|
beedrill: {
|
|
randomBattleMoves: ["agility", "batonpass", "endeavor", "poisonjab", "swordsdance", "toxicspikes", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
pidgey: {
|
|
tier: "LC",
|
|
},
|
|
pidgeotto: {
|
|
tier: "NFE",
|
|
},
|
|
pidgeot: {
|
|
randomBattleMoves: ["bravebird", "heatwave", "quickattack", "return", "roost", "uturn", "workup"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
rattata: {
|
|
tier: "LC",
|
|
},
|
|
raticate: {
|
|
randomBattleMoves: ["crunch", "facade", "flamewheel", "suckerpunch", "swordsdance", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
spearow: {
|
|
tier: "LC",
|
|
},
|
|
fearow: {
|
|
randomBattleMoves: ["doubleedge", "drillpeck", "drillrun", "pursuit", "quickattack", "return", "roost", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
ekans: {
|
|
tier: "LC",
|
|
},
|
|
arbok: {
|
|
randomBattleMoves: ["aquatail", "coil", "earthquake", "glare", "gunkshot", "rest", "seedbomb", "suckerpunch"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
pichu: {
|
|
tier: "LC",
|
|
},
|
|
pikachu: {
|
|
randomBattleMoves: ["extremespeed", "focuspunch", "grassknot", "hiddenpowerice", "substitute", "thunderbolt"],
|
|
tier: "NFE",
|
|
},
|
|
raichu: {
|
|
randomBattleMoves: ["encore", "focusblast", "grassknot", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
sandshrew: {
|
|
tier: "LC",
|
|
},
|
|
sandslash: {
|
|
randomBattleMoves: ["earthquake", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "toxic", "xscissor"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
nidoranf: {
|
|
tier: "LC",
|
|
},
|
|
nidorina: {
|
|
tier: "NFE",
|
|
},
|
|
nidoqueen: {
|
|
randomBattleMoves: ["earthpower", "fireblast", "focusblast", "icebeam", "sludgewave", "stealthrock", "toxicspikes"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
nidoranm: {
|
|
tier: "LC",
|
|
},
|
|
nidorino: {
|
|
tier: "NFE",
|
|
},
|
|
nidoking: {
|
|
randomBattleMoves: ["earthpower", "fireblast", "focusblast", "icebeam", "sludgewave", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
cleffa: {
|
|
tier: "LC",
|
|
},
|
|
clefairy: {
|
|
tier: "NFE",
|
|
},
|
|
clefable: {
|
|
randomBattleMoves: ["calmmind", "doubleedge", "icebeam", "softboiled", "stealthrock", "thunderbolt"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
vulpix: {
|
|
tier: "LC Uber",
|
|
},
|
|
ninetales: {
|
|
randomBattleMoves: ["fireblast", "hypnosis", "nastyplot", "painsplit", "solarbeam", "substitute", "willowisp"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
igglybuff: {
|
|
tier: "LC",
|
|
},
|
|
jigglypuff: {
|
|
tier: "NFE",
|
|
},
|
|
wigglytuff: {
|
|
randomBattleMoves: ["doubleedge", "fireblast", "healbell", "protect", "stealthrock", "toxic", "wish"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
zubat: {
|
|
tier: "LC",
|
|
},
|
|
golbat: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
crobat: {
|
|
randomBattleMoves: ["bravebird", "heatwave", "roost", "sludgebomb", "superfang", "taunt", "toxic", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
oddish: {
|
|
tier: "LC",
|
|
},
|
|
gloom: {
|
|
tier: "NFE",
|
|
},
|
|
vileplume: {
|
|
randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerfire", "leechseed", "sleeppowder", "sludgebomb", "stunspore", "synthesis"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
bellossom: {
|
|
randomBattleMoves: ["gigadrain", "hiddenpowerrock", "leafstorm", "leechseed", "sleeppowder", "stunspore", "synthesis"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
paras: {
|
|
tier: "LC",
|
|
},
|
|
parasect: {
|
|
randomBattleMoves: ["aromatherapy", "leechseed", "seedbomb", "spore", "stunspore", "synthesis", "xscissor"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
venonat: {
|
|
tier: "LC",
|
|
},
|
|
venomoth: {
|
|
randomBattleMoves: ["batonpass", "bugbuzz", "quiverdance", "roost", "sleeppowder", "sludgebomb", "substitute"],
|
|
tier: "RUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
diglett: {
|
|
tier: "LC",
|
|
},
|
|
dugtrio: {
|
|
randomBattleMoves: ["earthquake", "reversal", "stealthrock", "stoneedge", "substitute", "suckerpunch"],
|
|
tier: "(OU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
meowth: {
|
|
tier: "LC",
|
|
},
|
|
persian: {
|
|
randomBattleMoves: ["bite", "fakeout", "hypnosis", "return", "taunt", "uturn", "waterpulse"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
psyduck: {
|
|
tier: "LC",
|
|
},
|
|
golduck: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "hiddenpowergrass", "hydropump", "icebeam", "scald"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
mankey: {
|
|
tier: "LC",
|
|
},
|
|
primeape: {
|
|
randomBattleMoves: ["closecombat", "encore", "icepunch", "punishment", "stoneedge", "uturn"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
growlithe: {
|
|
tier: "LC",
|
|
},
|
|
arcanine: {
|
|
randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "hiddenpowergrass", "morningsun", "wildcharge", "willowisp"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
poliwag: {
|
|
tier: "LC",
|
|
},
|
|
poliwhirl: {
|
|
tier: "NFE",
|
|
},
|
|
poliwrath: {
|
|
randomBattleMoves: ["bulkup", "circlethrow", "focuspunch", "rest", "sleeptalk", "substitute", "toxic", "waterfall"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
politoed: {
|
|
randomBattleMoves: ["encore", "focusblast", "hiddenpowergrass", "hypnosis", "icebeam", "perishsong", "protect", "scald", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
abra: {
|
|
tier: "LC",
|
|
},
|
|
kadabra: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
alakazam: {
|
|
randomBattleMoves: ["calmmind", "encore", "focusblast", "psychic", "psyshock", "shadowball", "substitute"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
machop: {
|
|
tier: "LC",
|
|
},
|
|
machoke: {
|
|
tier: "NFE",
|
|
},
|
|
machamp: {
|
|
randomBattleMoves: ["bulkup", "bulletpunch", "dynamicpunch", "icepunch", "payback", "stoneedge", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
bellsprout: {
|
|
tier: "LC",
|
|
},
|
|
weepinbell: {
|
|
tier: "NFE",
|
|
},
|
|
victreebel: {
|
|
randomBattleMoves: ["growth", "powerwhip", "sleeppowder", "sludgebomb", "suckerpunch", "sunnyday", "weatherball"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
tentacool: {
|
|
tier: "LC",
|
|
},
|
|
tentacruel: {
|
|
randomBattleMoves: ["gigadrain", "icebeam", "protect", "rapidspin", "scald", "toxic", "toxicspikes"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
geodude: {
|
|
tier: "LC",
|
|
},
|
|
graveler: {
|
|
tier: "NFE",
|
|
},
|
|
golem: {
|
|
randomBattleMoves: ["earthquake", "explosion", "rockblast", "stealthrock", "suckerpunch", "toxic"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
ponyta: {
|
|
tier: "LC",
|
|
},
|
|
rapidash: {
|
|
randomBattleMoves: ["batonpass", "drillrun", "flareblitz", "hypnosis", "megahorn", "morningsun", "wildcharge"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
slowpoke: {
|
|
tier: "LC",
|
|
},
|
|
slowbro: {
|
|
randomBattleMoves: ["calmmind", "fireblast", "psyshock", "scald", "slackoff", "thunderwave", "toxic", "trick"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
slowking: {
|
|
randomBattleMoves: ["fireblast", "grassknot", "icebeam", "psychic", "surf", "trick", "trickroom"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
magnemite: {
|
|
tier: "LC",
|
|
},
|
|
magneton: {
|
|
tier: "RU",
|
|
doublesTier: "NFE",
|
|
},
|
|
magnezone: {
|
|
randomBattleMoves: ["flashcannon", "hiddenpowerfire", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
farfetchd: {
|
|
randomBattleMoves: ["bravebird", "leafblade", "return", "roost", "swordsdance"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
doduo: {
|
|
tier: "LC",
|
|
},
|
|
dodrio: {
|
|
randomBattleMoves: ["bravebird", "pursuit", "quickattack", "return", "roost"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
seel: {
|
|
tier: "LC",
|
|
},
|
|
dewgong: {
|
|
randomBattleMoves: ["icebeam", "iceshard", "protect", "rest", "sleeptalk", "surf", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
grimer: {
|
|
tier: "LC",
|
|
},
|
|
muk: {
|
|
randomBattleMoves: ["brickbreak", "curse", "firepunch", "gunkshot", "icepunch", "poisonjab", "rest", "shadowsneak"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
shellder: {
|
|
tier: "LC",
|
|
},
|
|
cloyster: {
|
|
randomBattleMoves: ["hydropump", "iceshard", "iciclespear", "rapidspin", "rockblast", "shellsmash", "spikes", "toxicspikes"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
gastly: {
|
|
tier: "LC",
|
|
},
|
|
haunter: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
gengar: {
|
|
randomBattleMoves: ["disable", "focusblast", "painsplit", "shadowball", "sludgebomb", "substitute", "thunderbolt", "trick"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
onix: {
|
|
tier: "LC",
|
|
},
|
|
steelix: {
|
|
randomBattleMoves: ["curse", "earthquake", "gyroball", "roar", "stealthrock", "stoneedge", "toxic"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
drowzee: {
|
|
tier: "LC",
|
|
},
|
|
hypno: {
|
|
randomBattleMoves: ["foulplay", "protect", "psychic", "seismictoss", "thunderwave", "toxic", "wish"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
krabby: {
|
|
tier: "LC",
|
|
},
|
|
kingler: {
|
|
randomBattleMoves: ["agility", "crabhammer", "return", "substitute", "superpower", "swordsdance", "xscissor"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
voltorb: {
|
|
tier: "LC",
|
|
},
|
|
electrode: {
|
|
randomBattleMoves: ["foulplay", "hiddenpowergrass", "taunt", "thunderbolt", "voltswitch"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
exeggcute: {
|
|
tier: "LC",
|
|
},
|
|
exeggutor: {
|
|
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "protect", "psychic", "sleeppowder", "substitute"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
cubone: {
|
|
tier: "LC",
|
|
},
|
|
marowak: {
|
|
randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "firepunch", "stealthrock", "stoneedge", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
tyrogue: {
|
|
tier: "LC",
|
|
},
|
|
hitmonlee: {
|
|
randomBattleMoves: ["blazekick", "closecombat", "fakeout", "highjumpkick", "machpunch", "substitute", "suckerpunch", "stoneedge"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
hitmonchan: {
|
|
randomBattleMoves: ["bulkup", "closecombat", "drainpunch", "icepunch", "machpunch", "rapidspin", "stoneedge"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
hitmontop: {
|
|
randomBattleMoves: ["closecombat", "machpunch", "rapidspin", "stoneedge", "suckerpunch", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
lickitung: {
|
|
tier: "LC",
|
|
},
|
|
lickilicky: {
|
|
randomBattleMoves: ["bodyslam", "dragontail", "earthquake", "explosion", "healbell", "powerwhip", "protect", "swordsdance", "toxic", "wish"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
koffing: {
|
|
tier: "LC",
|
|
},
|
|
weezing: {
|
|
randomBattleMoves: ["fireblast", "haze", "painsplit", "sludgebomb", "thunderbolt", "willowisp"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
rhyhorn: {
|
|
tier: "LC",
|
|
},
|
|
rhydon: {
|
|
randomBattleMoves: ["earthquake", "megahorn", "rockblast", "stealthrock", "stoneedge"],
|
|
tier: "RU",
|
|
doublesTier: "NFE",
|
|
},
|
|
rhyperior: {
|
|
randomBattleMoves: ["earthquake", "icepunch", "megahorn", "rockpolish", "stoneedge"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
happiny: {
|
|
tier: "LC",
|
|
},
|
|
chansey: {
|
|
randomBattleMoves: ["aromatherapy", "protect", "seismictoss", "softboiled", "stealthrock", "toxic", "wish"],
|
|
tier: "UUBL",
|
|
doublesTier: "NFE",
|
|
},
|
|
blissey: {
|
|
randomBattleMoves: ["aromatherapy", "flamethrower", "protect", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic"],
|
|
tier: "(OU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
tangela: {
|
|
tier: "NU",
|
|
doublesTier: "LC Uber",
|
|
},
|
|
tangrowth: {
|
|
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "powerwhip", "rockslide", "sleeppowder", "synthesis"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
kangaskhan: {
|
|
randomBattleMoves: ["doubleedge", "earthquake", "fakeout", "focuspunch", "return", "substitute", "suckerpunch"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
horsea: {
|
|
tier: "LC",
|
|
},
|
|
seadra: {
|
|
tier: "NFE",
|
|
},
|
|
kingdra: {
|
|
randomBattleMoves: ["dracometeor", "dragondance", "hiddenpowerelectric", "hydropump", "icebeam", "outrage", "raindance", "substitute", "waterfall"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
goldeen: {
|
|
tier: "LC",
|
|
},
|
|
seaking: {
|
|
randomBattleMoves: ["drillrun", "icebeam", "megahorn", "return", "waterfall"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
staryu: {
|
|
tier: "LC",
|
|
},
|
|
starmie: {
|
|
randomBattleMoves: ["hydropump", "icebeam", "psyshock", "rapidspin", "recover", "thunderbolt", "trick"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
mimejr: {
|
|
tier: "LC",
|
|
},
|
|
mrmime: {
|
|
randomBattleMoves: ["batonpass", "encore", "hiddenpowerfighting", "nastyplot", "psychic", "substitute", "thunderbolt"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
scyther: {
|
|
randomBattleMoves: ["aerialace", "batonpass", "brickbreak", "bugbite", "quickattack", "roost", "swordsdance", "uturn"],
|
|
tier: "RU",
|
|
doublesTier: "LC Uber",
|
|
},
|
|
scizor: {
|
|
randomBattleMoves: ["bugbite", "bulletpunch", "pursuit", "roost", "superpower", "swordsdance", "uturn"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
smoochum: {
|
|
tier: "LC",
|
|
},
|
|
jynx: {
|
|
randomBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "psyshock", "substitute", "trick"],
|
|
tier: "NUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
elekid: {
|
|
tier: "LC",
|
|
},
|
|
electabuzz: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
electivire: {
|
|
randomBattleMoves: ["earthquake", "flamethrower", "focuspunch", "icepunch", "substitute", "wildcharge"],
|
|
tier: "RU",
|
|
doublesTier: "DOU",
|
|
},
|
|
magby: {
|
|
tier: "LC",
|
|
},
|
|
magmar: {
|
|
tier: "NFE",
|
|
},
|
|
magmortar: {
|
|
randomBattleMoves: ["fireblast", "focusblast", "hiddenpowergrass", "substitute", "thunderbolt"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
pinsir: {
|
|
randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
tauros: {
|
|
randomBattleMoves: ["doubleedge", "earthquake", "pursuit", "retaliate", "stoneedge"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
magikarp: {
|
|
tier: "LC",
|
|
},
|
|
gyarados: {
|
|
randomBattleMoves: ["bounce", "dragondance", "earthquake", "icefang", "stoneedge", "substitute", "waterfall"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
lapras: {
|
|
randomBattleMoves: ["healbell", "hydropump", "icebeam", "substitute", "thunderbolt", "toxic"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
ditto: {
|
|
randomBattleMoves: ["transform"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
eevee: {
|
|
tier: "LC",
|
|
},
|
|
vaporeon: {
|
|
randomBattleMoves: ["icebeam", "protect", "roar", "scald", "toxic", "wish"],
|
|
tier: "(OU)",
|
|
doublesTier: "DOU",
|
|
},
|
|
jolteon: {
|
|
randomBattleMoves: ["batonpass", "hiddenpowerice", "signalbeam", "substitute", "thunderbolt", "voltswitch"],
|
|
tier: "(OU)",
|
|
doublesTier: "DOU",
|
|
},
|
|
flareon: {
|
|
randomBattleMoves: ["facade", "flamecharge", "rest", "sleeptalk"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
espeon: {
|
|
randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfire", "morningsun", "psychic", "psyshock", "signalbeam"],
|
|
tier: "(OU)",
|
|
doublesTier: "DOU",
|
|
},
|
|
umbreon: {
|
|
randomBattleMoves: ["foulplay", "protect", "toxic", "wish"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
leafeon: {
|
|
randomBattleMoves: ["batonpass", "leafblade", "return", "substitute", "swordsdance", "xscissor"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
glaceon: {
|
|
randomBattleMoves: ["hiddenpowerground", "icebeam", "protect", "shadowball", "wish"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
porygon: {
|
|
tier: "LC",
|
|
},
|
|
porygon2: {
|
|
randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
|
|
tier: "UU",
|
|
doublesTier: "NFE",
|
|
},
|
|
porygonz: {
|
|
randomBattleMoves: ["agility", "darkpulse", "hiddenpowerfighting", "icebeam", "nastyplot", "thunderbolt", "triattack", "trick"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
omanyte: {
|
|
tier: "LC",
|
|
},
|
|
omastar: {
|
|
randomBattleMoves: ["hiddenpowergrass", "icebeam", "shellsmash", "spikes", "stealthrock", "surf"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
kabuto: {
|
|
tier: "LC",
|
|
},
|
|
kabutops: {
|
|
randomBattleMoves: ["aquajet", "rapidspin", "stealthrock", "stoneedge", "superpower", "swordsdance", "waterfall"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
aerodactyl: {
|
|
randomBattleMoves: ["aquatail", "doubleedge", "earthquake", "roost", "stealthrock", "stoneedge", "taunt"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
munchlax: {
|
|
tier: "LC",
|
|
},
|
|
snorlax: {
|
|
randomBattleMoves: ["bodyslam", "crunch", "curse", "earthquake", "firepunch", "pursuit", "rest", "selfdestruct"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
articuno: {
|
|
randomBattleMoves: ["hurricane", "icebeam", "roar", "roost", "substitute", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
zapdos: {
|
|
randomBattleMoves: ["heatwave", "hiddenpowerice", "roost", "substitute", "thunderbolt", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
moltres: {
|
|
randomBattleMoves: ["airslash", "fireblast", "hiddenpowergrass", "hurricane", "roost", "substitute", "toxic", "uturn", "willowisp"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
dratini: {
|
|
tier: "LC",
|
|
},
|
|
dragonair: {
|
|
randomBattleMoves: ["dragondance", "outrage", "rest", "sleeptalk", "waterfall"],
|
|
tier: "NFE",
|
|
},
|
|
dragonite: {
|
|
randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "extremespeed", "firepunch", "hurricane", "outrage", "roost", "thunderwave"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
mewtwo: {
|
|
randomBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "psystrike", "recover", "taunt", "willowisp"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
mew: {
|
|
randomBattleMoves: ["aurasphere", "batonpass", "fireblast", "nastyplot", "psychic", "rockpolish", "roost", "stealthrock", "taunt", "uturn", "willowisp"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
chikorita: {
|
|
tier: "LC",
|
|
},
|
|
bayleef: {
|
|
tier: "NFE",
|
|
},
|
|
meganium: {
|
|
randomBattleMoves: ["aromatherapy", "dragontail", "gigadrain", "leechseed", "lightscreen", "reflect", "synthesis", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
cyndaquil: {
|
|
tier: "LC",
|
|
},
|
|
quilava: {
|
|
tier: "NFE",
|
|
},
|
|
typhlosion: {
|
|
randomBattleMoves: ["eruption", "fireblast", "focusblast", "hiddenpowergrass", "hiddenpowerrock"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
totodile: {
|
|
tier: "LC",
|
|
},
|
|
croconaw: {
|
|
tier: "NFE",
|
|
},
|
|
feraligatr: {
|
|
randomBattleMoves: ["aquajet", "dragondance", "earthquake", "icepunch", "superpower", "swordsdance", "waterfall"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
sentret: {
|
|
tier: "LC",
|
|
},
|
|
furret: {
|
|
randomBattleMoves: ["aquatail", "doubleedge", "firepunch", "shadowclaw", "trick", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
hoothoot: {
|
|
tier: "LC",
|
|
},
|
|
noctowl: {
|
|
randomBattleMoves: ["airslash", "magiccoat", "nightshade", "reflect", "roost", "toxic", "whirlwind"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
ledyba: {
|
|
tier: "LC",
|
|
},
|
|
ledian: {
|
|
randomBattleMoves: ["encore", "lightscreen", "reflect", "roost", "toxic", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
spinarak: {
|
|
tier: "LC",
|
|
},
|
|
ariados: {
|
|
randomBattleMoves: ["agility", "batonpass", "poisonjab", "toxicspikes", "xscissor"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
chinchou: {
|
|
tier: "LC",
|
|
},
|
|
lanturn: {
|
|
randomBattleMoves: ["healbell", "icebeam", "scald", "thunderbolt", "thunderwave", "voltswitch"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
togepi: {
|
|
tier: "LC",
|
|
},
|
|
togetic: {
|
|
tier: "NFE",
|
|
},
|
|
togekiss: {
|
|
randomBattleMoves: ["airslash", "aurasphere", "batonpass", "nastyplot", "roost", "thunderwave"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
natu: {
|
|
tier: "LC",
|
|
},
|
|
xatu: {
|
|
randomBattleMoves: ["heatwave", "lightscreen", "psychic", "reflect", "roost", "thunderwave", "toxic", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
mareep: {
|
|
tier: "LC",
|
|
},
|
|
flaaffy: {
|
|
tier: "NFE",
|
|
},
|
|
ampharos: {
|
|
randomBattleMoves: ["focusblast", "healbell", "hiddenpowergrass", "hiddenpowerice", "thunderbolt", "toxic", "voltswitch"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
azurill: {
|
|
tier: "LC",
|
|
},
|
|
marill: {
|
|
tier: "NFE",
|
|
},
|
|
azumarill: {
|
|
randomBattleMoves: ["aquajet", "doubleedge", "icepunch", "superpower", "waterfall"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
bonsly: {
|
|
tier: "LC",
|
|
},
|
|
sudowoodo: {
|
|
randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "suckerpunch", "toxic", "woodhammer"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
hoppip: {
|
|
tier: "LC",
|
|
},
|
|
skiploom: {
|
|
tier: "NFE",
|
|
},
|
|
jumpluff: {
|
|
randomBattleMoves: ["acrobatics", "encore", "leechseed", "seedbomb", "sleeppowder", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
aipom: {
|
|
tier: "LC",
|
|
},
|
|
ambipom: {
|
|
randomBattleMoves: ["fakeout", "lowkick", "pursuit", "return", "switcheroo", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
sunkern: {
|
|
tier: "LC",
|
|
},
|
|
sunflora: {
|
|
randomBattleMoves: ["earthpower", "encore", "gigadrain", "hiddenpowerrock", "solarbeam", "sunnyday"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
yanma: {
|
|
tier: "LC Uber",
|
|
},
|
|
yanmega: {
|
|
randomBattleMoves: ["airslash", "bugbuzz", "hiddenpowerground", "protect", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
wooper: {
|
|
tier: "LC",
|
|
},
|
|
quagsire: {
|
|
randomBattleMoves: ["curse", "earthquake", "encore", "recover", "scald", "toxic", "waterfall"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
murkrow: {
|
|
tier: "LC Uber",
|
|
},
|
|
honchkrow: {
|
|
randomBattleMoves: ["bravebird", "heatwave", "pursuit", "roost", "substitute", "suckerpunch", "superpower"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
misdreavus: {
|
|
tier: "NU",
|
|
doublesTier: "LC Uber",
|
|
},
|
|
mismagius: {
|
|
randomBattleMoves: ["hiddenpowerfighting", "nastyplot", "shadowball", "taunt", "thunderbolt"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
unown: {
|
|
randomBattleMoves: ["hiddenpowerpsychic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
wynaut: {
|
|
tier: "LC",
|
|
},
|
|
wobbuffet: {
|
|
randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
|
|
tier: "UUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
girafarig: {
|
|
randomBattleMoves: ["batonpass", "calmmind", "hypervoice", "psychic", "thunderbolt"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
pineco: {
|
|
tier: "LC",
|
|
},
|
|
forretress: {
|
|
randomBattleMoves: ["gyroball", "rapidspin", "spikes", "stealthrock", "toxic", "voltswitch"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
dunsparce: {
|
|
randomBattleMoves: ["bite", "bodyslam", "coil", "glare", "headbutt", "rockslide", "roost"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
gligar: {
|
|
randomBattleMoves: ["earthquake", "roost", "stealthrock", "taunt", "toxic", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "LC Uber",
|
|
},
|
|
gliscor: {
|
|
randomBattleMoves: ["batonpass", "earthquake", "icefang", "protect", "substitute", "swordsdance", "taunt", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
snubbull: {
|
|
tier: "LC",
|
|
},
|
|
granbull: {
|
|
randomBattleMoves: ["closecombat", "crunch", "healbell", "return", "thunderwave", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
qwilfish: {
|
|
randomBattleMoves: ["destinybond", "haze", "painsplit", "poisonjab", "spikes", "taunt", "thunderwave", "waterfall"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
shuckle: {
|
|
randomBattleMoves: ["acupressure", "powersplit", "rest", "rollout"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
heracross: {
|
|
randomBattleMoves: ["closecombat", "facade", "earthquake", "megahorn", "stoneedge"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
sneasel: {
|
|
tier: "LC Uber",
|
|
},
|
|
weavile: {
|
|
randomBattleMoves: ["iceshard", "lowkick", "nightslash", "pursuit", "swordsdance"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
teddiursa: {
|
|
tier: "LC",
|
|
},
|
|
ursaring: {
|
|
randomBattleMoves: ["closecombat", "crunch", "earthquake", "facade", "protect", "swordsdance"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
slugma: {
|
|
tier: "LC",
|
|
},
|
|
magcargo: {
|
|
randomBattleMoves: ["hiddenpowerrock", "lavaplume", "recover", "shellsmash", "stealthrock", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
swinub: {
|
|
tier: "LC",
|
|
},
|
|
piloswine: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
mamoswine: {
|
|
randomBattleMoves: ["earthquake", "endeavor", "iceshard", "iciclecrash", "stealthrock", "superpower"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
corsola: {
|
|
randomBattleMoves: ["powergem", "recover", "scald", "stealthrock", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
remoraid: {
|
|
tier: "LC",
|
|
},
|
|
octillery: {
|
|
randomBattleMoves: ["energyball", "fireblast", "hydropump", "icebeam", "thunderwave"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
delibird: {
|
|
randomBattleMoves: ["aerialace", "icepunch", "iceshard", "rapidspin"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
mantyke: {
|
|
tier: "LC",
|
|
},
|
|
mantine: {
|
|
randomBattleMoves: ["airslash", "hydropump", "icebeam", "raindance", "rest", "scald", "sleeptalk"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
skarmory: {
|
|
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
houndour: {
|
|
tier: "LC",
|
|
},
|
|
houndoom: {
|
|
randomBattleMoves: ["darkpulse", "fireblast", "hiddenpowergrass", "nastyplot", "suckerpunch"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
phanpy: {
|
|
tier: "LC",
|
|
},
|
|
donphan: {
|
|
randomBattleMoves: ["earthquake", "headsmash", "iceshard", "rapidspin", "seedbomb", "stealthrock"],
|
|
tier: "(OU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
stantler: {
|
|
randomBattleMoves: ["doubleedge", "earthquake", "jumpkick", "megahorn", "suckerpunch"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
smeargle: {
|
|
randomBattleMoves: ["memento", "spikes", "spore", "stealthrock", "whirlwind"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
miltank: {
|
|
randomBattleMoves: ["curse", "bodyslam", "earthquake", "healbell", "milkdrink", "stealthrock"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
raikou: {
|
|
randomBattleMoves: ["calmmind", "extrasensory", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
entei: {
|
|
randomBattleMoves: ["extremespeed", "flareblitz", "hiddenpowergrass", "ironhead", "stoneedge"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
suicune: {
|
|
randomBattleMoves: ["calmmind", "hiddenpowerelectric", "hydropump", "icebeam", "rest", "roar", "scald", "sleeptalk"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
larvitar: {
|
|
tier: "LC",
|
|
},
|
|
pupitar: {
|
|
tier: "NFE",
|
|
},
|
|
tyranitar: {
|
|
randomBattleMoves: ["crunch", "fireblast", "pursuit", "stealthrock", "stoneedge", "superpower"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
lugia: {
|
|
randomBattleMoves: ["aeroblast", "earthquake", "roost", "substitute", "toxic", "whirlwind"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
hooh: {
|
|
randomBattleMoves: ["bravebird", "earthquake", "flamecharge", "roost", "sacredfire", "substitute"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
celebi: {
|
|
randomBattleMoves: ["batonpass", "earthpower", "gigadrain", "hiddenpowerice", "leafstorm", "nastyplot", "psychic", "recover", "stealthrock", "uturn"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
treecko: {
|
|
tier: "LC",
|
|
},
|
|
grovyle: {
|
|
tier: "NFE",
|
|
},
|
|
sceptile: {
|
|
randomBattleMoves: ["acrobatics", "earthquake", "gigadrain", "hiddenpowerfire", "leafblade", "leechseed", "substitute", "swordsdance"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
torchic: {
|
|
tier: "LC",
|
|
},
|
|
combusken: {
|
|
tier: "NFE",
|
|
doublesTier: "DUU",
|
|
},
|
|
blaziken: {
|
|
randomBattleMoves: ["batonpass", "flareblitz", "highjumpkick", "protect", "stoneedge", "swordsdance"],
|
|
tier: "Uber",
|
|
doublesTier: "DOU",
|
|
},
|
|
mudkip: {
|
|
tier: "LC",
|
|
},
|
|
marshtomp: {
|
|
tier: "NFE",
|
|
},
|
|
swampert: {
|
|
randomBattleMoves: ["earthquake", "icepunch", "roar", "stealthrock", "superpower", "toxic", "waterfall"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
poochyena: {
|
|
tier: "LC",
|
|
},
|
|
mightyena: {
|
|
randomBattleMoves: ["crunch", "facade", "firefang", "howl", "suckerpunch"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
zigzagoon: {
|
|
tier: "LC",
|
|
},
|
|
linoone: {
|
|
randomBattleMoves: ["bellydrum", "extremespeed", "seedbomb", "shadowclaw"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
wurmple: {
|
|
tier: "LC",
|
|
},
|
|
silcoon: {
|
|
tier: "NFE",
|
|
},
|
|
beautifly: {
|
|
randomBattleMoves: ["bugbuzz", "hiddenpowerground", "psychic", "quiverdance", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
cascoon: {
|
|
tier: "NFE",
|
|
},
|
|
dustox: {
|
|
randomBattleMoves: ["bugbuzz", "quiverdance", "roost", "sludgebomb", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
lotad: {
|
|
tier: "LC",
|
|
},
|
|
lombre: {
|
|
tier: "NFE",
|
|
},
|
|
ludicolo: {
|
|
randomBattleMoves: ["gigadrain", "hydropump", "icebeam", "raindance", "scald"],
|
|
tier: "NU",
|
|
doublesTier: "DOU",
|
|
},
|
|
seedot: {
|
|
tier: "LC",
|
|
},
|
|
nuzleaf: {
|
|
tier: "NFE",
|
|
},
|
|
shiftry: {
|
|
randomBattleMoves: ["darkpulse", "hiddenpowerfire", "leafstorm", "naturepower", "seedbomb", "suckerpunch", "swordsdance"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
taillow: {
|
|
tier: "LC",
|
|
},
|
|
swellow: {
|
|
randomBattleMoves: ["bravebird", "facade", "protect", "quickattack", "uturn"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
wingull: {
|
|
tier: "LC",
|
|
},
|
|
pelipper: {
|
|
randomBattleMoves: ["hurricane", "icebeam", "roost", "scald", "tailwind", "toxic", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
ralts: {
|
|
tier: "LC",
|
|
},
|
|
kirlia: {
|
|
tier: "NFE",
|
|
},
|
|
gardevoir: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "painsplit", "psychic", "substitute", "thunderbolt", "trick", "willowisp"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
gallade: {
|
|
randomBattleMoves: ["closecombat", "drainpunch", "nightslash", "substitute", "swordsdance", "trick", "zenheadbutt"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
surskit: {
|
|
tier: "LC",
|
|
},
|
|
masquerain: {
|
|
randomBattleMoves: ["airslash", "batonpass", "bugbuzz", "quiverdance", "roost"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
shroomish: {
|
|
tier: "LC",
|
|
},
|
|
breloom: {
|
|
randomBattleMoves: ["bulletseed", "focuspunch", "leechseed", "lowsweep", "machpunch", "spore", "stoneedge", "substitute", "swordsdance"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
slakoth: {
|
|
tier: "LC",
|
|
},
|
|
vigoroth: {
|
|
randomBattleMoves: ["bulkup", "earthquake", "return", "slackoff", "taunt", "toxic"],
|
|
tier: "NFE",
|
|
},
|
|
slaking: {
|
|
randomBattleMoves: ["doubleedge", "earthquake", "nightslash", "pursuit", "retaliate"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
nincada: {
|
|
tier: "LC",
|
|
},
|
|
ninjask: {
|
|
randomBattleMoves: ["batonpass", "protect", "substitute", "swordsdance", "xscissor"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
shedinja: {
|
|
randomBattleMoves: ["shadowclaw", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
whismur: {
|
|
tier: "LC",
|
|
},
|
|
loudred: {
|
|
tier: "NFE",
|
|
},
|
|
exploud: {
|
|
randomBattleMoves: ["fireblast", "focusblast", "hypervoice", "lowkick", "surf"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
makuhita: {
|
|
tier: "LC",
|
|
},
|
|
hariyama: {
|
|
randomBattleMoves: ["bulletpunch", "closecombat", "facade", "fakeout", "stoneedge"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
nosepass: {
|
|
tier: "LC",
|
|
},
|
|
probopass: {
|
|
randomBattleMoves: ["earthpower", "flashcannon", "powergem", "stealthrock", "toxic", "voltswitch"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
skitty: {
|
|
tier: "LC",
|
|
},
|
|
delcatty: {
|
|
randomBattleMoves: ["batonpass", "calmmind", "hypervoice", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
sableye: {
|
|
randomBattleMoves: ["foulplay", "nightshade", "recover", "taunt", "willowisp"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
mawile: {
|
|
randomBattleMoves: ["batonpass", "firefang", "ironhead", "substitute", "suckerpunch", "swordsdance"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
aron: {
|
|
tier: "LC",
|
|
},
|
|
lairon: {
|
|
tier: "NFE",
|
|
},
|
|
aggron: {
|
|
randomBattleMoves: ["aquatail", "earthquake", "headsmash", "heavyslam", "rockpolish", "stealthrock", "thunderwave"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
meditite: {
|
|
tier: "LC Uber",
|
|
},
|
|
medicham: {
|
|
randomBattleMoves: ["bulletpunch", "highjumpkick", "icepunch", "thunderpunch", "trick", "zenheadbutt"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
electrike: {
|
|
tier: "LC",
|
|
},
|
|
manectric: {
|
|
randomBattleMoves: ["flamethrower", "hiddenpowerice", "overheat", "switcheroo", "thunderbolt", "voltswitch"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
plusle: {
|
|
randomBattleMoves: ["batonpass", "hiddenpowerice", "nastyplot", "thunderbolt", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
minun: {
|
|
randomBattleMoves: ["batonpass", "encore", "nastyplot", "thunderbolt", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
volbeat: {
|
|
randomBattleMoves: ["batonpass", "bugbuzz", "encore", "substitute", "tailglow", "thunderwave"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
illumise: {
|
|
randomBattleMoves: ["batonpass", "bugbuzz", "encore", "substitute", "thunderwave", "wish"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
budew: {
|
|
tier: "LC",
|
|
},
|
|
roselia: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
roserade: {
|
|
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leafstorm", "sleeppowder", "sludgebomb", "spikes", "synthesis", "toxicspikes"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
gulpin: {
|
|
tier: "LC",
|
|
},
|
|
swalot: {
|
|
randomBattleMoves: ["earthquake", "encore", "painsplit", "protect", "sludgebomb", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
carvanha: {
|
|
tier: "LC",
|
|
},
|
|
sharpedo: {
|
|
randomBattleMoves: ["crunch", "earthquake", "icebeam", "protect", "waterfall", "zenheadbutt"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
wailmer: {
|
|
tier: "LC",
|
|
},
|
|
wailord: {
|
|
randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "surf", "waterspout"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
numel: {
|
|
tier: "LC",
|
|
},
|
|
camerupt: {
|
|
randomBattleMoves: ["earthpower", "hiddenpowergrass", "lavaplume", "roar", "stealthrock"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
torkoal: {
|
|
randomBattleMoves: ["earthquake", "lavaplume", "protect", "rapidspin", "stealthrock", "toxic", "yawn"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
spoink: {
|
|
tier: "LC",
|
|
},
|
|
grumpig: {
|
|
randomBattleMoves: ["focusblast", "healbell", "psychic", "shadowball", "thunderwave", "trick", "whirlwind"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
spinda: {
|
|
randomBattleMoves: ["return", "suckerpunch", "superpower", "trickroom"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
trapinch: {
|
|
tier: "LC",
|
|
},
|
|
vibrava: {
|
|
tier: "NFE",
|
|
},
|
|
flygon: {
|
|
randomBattleMoves: ["earthquake", "firepunch", "outrage", "roost", "stoneedge", "superpower", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
cacnea: {
|
|
tier: "LC",
|
|
},
|
|
cacturne: {
|
|
randomBattleMoves: ["drainpunch", "seedbomb", "spikes", "substitute", "suckerpunch", "swordsdance"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
swablu: {
|
|
tier: "LC",
|
|
},
|
|
altaria: {
|
|
randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "fireblast", "healbell", "outrage", "roost"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
zangoose: {
|
|
randomBattleMoves: ["closecombat", "facade", "nightslash", "quickattack", "swordsdance"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
seviper: {
|
|
randomBattleMoves: ["earthquake", "flamethrower", "gigadrain", "sludgebomb", "suckerpunch", "switcheroo"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
lunatone: {
|
|
randomBattleMoves: ["batonpass", "earthpower", "hiddenpowerrock", "moonlight", "psychic", "rockpolish", "stealthrock", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
solrock: {
|
|
randomBattleMoves: ["explosion", "lightscreen", "morningsun", "reflect", "rockslide", "stealthrock", "willowisp"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
barboach: {
|
|
tier: "LC",
|
|
},
|
|
whiscash: {
|
|
randomBattleMoves: ["dragondance", "earthquake", "icebeam", "waterfall"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
corphish: {
|
|
tier: "LC",
|
|
},
|
|
crawdaunt: {
|
|
randomBattleMoves: ["crunch", "dragondance", "superpower", "taunt", "waterfall"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
baltoy: {
|
|
tier: "LC",
|
|
},
|
|
claydol: {
|
|
randomBattleMoves: ["earthquake", "icebeam", "protect", "rapidspin", "stealthrock", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
lileep: {
|
|
tier: "LC",
|
|
},
|
|
cradily: {
|
|
randomBattleMoves: ["earthquake", "recover", "rockslide", "seedbomb", "stealthrock", "swordsdance", "toxic"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
anorith: {
|
|
tier: "LC",
|
|
},
|
|
armaldo: {
|
|
randomBattleMoves: ["aquatail", "earthquake", "rapidspin", "rockblast", "stealthrock", "swordsdance", "xscissor"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
feebas: {
|
|
tier: "LC",
|
|
},
|
|
milotic: {
|
|
randomBattleMoves: ["dragontail", "haze", "icebeam", "recover", "scald", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
castform: {
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
castformsunny: {
|
|
randomBattleMoves: ["icebeam", "solarbeam", "sunnyday", "weatherball"],
|
|
},
|
|
castformrainy: {
|
|
randomBattleMoves: ["icebeam", "raindance", "thunder", "weatherball"],
|
|
},
|
|
castformsnowy: {},
|
|
kecleon: {
|
|
randomBattleMoves: ["foulplay", "recover", "stealthrock", "thunderwave", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
shuppet: {
|
|
tier: "LC",
|
|
},
|
|
banette: {
|
|
randomBattleMoves: ["destinybond", "shadowclaw", "taunt", "trickroom", "willowisp"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
duskull: {
|
|
tier: "LC",
|
|
},
|
|
dusclops: {
|
|
randomBattleMoves: ["curse", "nightshade", "rest", "willowisp"],
|
|
tier: "UU",
|
|
doublesTier: "NFE",
|
|
},
|
|
dusknoir: {
|
|
randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowsneak", "willowisp", "trick"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
tropius: {
|
|
randomBattleMoves: ["airslash", "leechseed", "protect", "roost", "substitute", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
chingling: {
|
|
tier: "LC",
|
|
},
|
|
chimecho: {
|
|
randomBattleMoves: ["calmmind", "healingwish", "psychic", "recover", "shadowball", "toxic", "yawn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
absol: {
|
|
randomBattleMoves: ["fireblast", "nightslash", "psychocut", "pursuit", "suckerpunch", "superpower", "swordsdance"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
snorunt: {
|
|
tier: "LC",
|
|
},
|
|
glalie: {
|
|
randomBattleMoves: ["earthquake", "explosion", "icebeam", "spikes", "taunt"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
froslass: {
|
|
randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "thunderwave"],
|
|
tier: "UUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
spheal: {
|
|
tier: "LC",
|
|
},
|
|
sealeo: {
|
|
tier: "NFE",
|
|
},
|
|
walrein: {
|
|
randomBattleMoves: ["encore", "icebeam", "protect", "roar", "surf", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
clamperl: {
|
|
tier: "LC",
|
|
},
|
|
huntail: {
|
|
randomBattleMoves: ["icebeam", "return", "shellsmash", "waterfall"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
gorebyss: {
|
|
randomBattleMoves: ["hydropump", "icebeam", "shellsmash", "signalbeam", "substitute"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
relicanth: {
|
|
randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
luvdisc: {
|
|
randomBattleMoves: ["icebeam", "protect", "surf", "toxic", "sweetkiss"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
bagon: {
|
|
tier: "LC",
|
|
},
|
|
shelgon: {
|
|
tier: "NFE",
|
|
},
|
|
salamence: {
|
|
randomBattleMoves: ["aquatail", "brickbreak", "dracometeor", "dragondance", "earthquake", "fireblast", "outrage", "roost"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
beldum: {
|
|
tier: "LC",
|
|
},
|
|
metang: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
metagross: {
|
|
randomBattleMoves: ["agility", "bulletpunch", "earthquake", "meteormash", "stealthrock", "zenheadbutt"],
|
|
tier: "(OU)",
|
|
doublesTier: "DOU",
|
|
},
|
|
regirock: {
|
|
randomBattleMoves: ["drainpunch", "protect", "rockslide", "stealthrock", "thunderwave", "toxic"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
regice: {
|
|
randomBattleMoves: ["focusblast", "icebeam", "rockpolish", "rest", "sleeptalk", "thunderbolt"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
registeel: {
|
|
randomBattleMoves: ["ironhead", "curse", "protect", "rest", "sleeptalk", "stealthrock", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
latias: {
|
|
randomBattleMoves: ["calmmind", "dracometeor", "healingwish", "hiddenpowerfire", "psyshock", "roost", "surf"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
latios: {
|
|
randomBattleMoves: ["dracometeor", "hiddenpowerfire", "psyshock", "roost", "surf", "trick"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
kyogre: {
|
|
randomBattleMoves: ["calmmind", "icebeam", "rest", "sleeptalk", "surf", "thunder", "waterspout"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
groudon: {
|
|
randomBattleMoves: ["dragonclaw", "earthquake", "firepunch", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
rayquaza: {
|
|
randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "extremespeed", "outrage", "swordsdance", "vcreate"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
jirachi: {
|
|
randomBattleMoves: ["bodyslam", "calmmind", "firepunch", "icepunch", "ironhead", "psychic", "substitute", "thunder", "uturn", "wish"],
|
|
tier: "OU",
|
|
doublesTier: "DUber",
|
|
},
|
|
deoxys: {
|
|
randomBattleMoves: ["hiddenpowerfire", "icebeam", "lightscreen", "psychoboost", "reflect", "spikes", "stealthrock"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
deoxysattack: {
|
|
randomBattleMoves: ["extremespeed", "hiddenpowerfire", "icebeam", "psychoboost", "superpower", "stealthrock"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
deoxysdefense: {
|
|
randomBattleMoves: ["magiccoat", "recover", "seismictoss", "spikes", "taunt", "toxic"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
deoxysspeed: {
|
|
randomBattleMoves: ["icebeam", "lightscreen", "magiccoat", "psychoboost", "reflect", "spikes", "stealthrock", "superpower", "taunt"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
turtwig: {
|
|
tier: "LC",
|
|
},
|
|
grotle: {
|
|
tier: "NFE",
|
|
},
|
|
torterra: {
|
|
randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
chimchar: {
|
|
tier: "LC",
|
|
},
|
|
monferno: {
|
|
tier: "NFE",
|
|
},
|
|
infernape: {
|
|
randomBattleMoves: ["closecombat", "flareblitz", "hiddenpowerice", "machpunch", "overheat", "swordsdance", "thunderpunch", "uturn"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
piplup: {
|
|
tier: "LC",
|
|
},
|
|
prinplup: {
|
|
tier: "NFE",
|
|
},
|
|
empoleon: {
|
|
randomBattleMoves: ["agility", "grassknot", "hydropump", "icebeam", "protect", "scald", "stealthrock", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
starly: {
|
|
tier: "LC",
|
|
},
|
|
staravia: {
|
|
tier: "NFE",
|
|
},
|
|
staraptor: {
|
|
randomBattleMoves: ["bravebird", "closecombat", "doubleedge", "quickattack", "roost", "uturn"],
|
|
tier: "UUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
bidoof: {
|
|
tier: "LC",
|
|
},
|
|
bibarel: {
|
|
randomBattleMoves: ["curse", "quickattack", "rest", "waterfall"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
kricketot: {
|
|
tier: "LC",
|
|
},
|
|
kricketune: {
|
|
randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "return", "swordsdance"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
shinx: {
|
|
tier: "LC",
|
|
},
|
|
luxio: {
|
|
tier: "NFE",
|
|
},
|
|
luxray: {
|
|
randomBattleMoves: ["crunch", "facade", "icefang", "superpower", "voltswitch", "wildcharge"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
cranidos: {
|
|
tier: "LC",
|
|
},
|
|
rampardos: {
|
|
randomBattleMoves: ["crunch", "earthquake", "firepunch", "headsmash", "rockpolish", "rockslide", "superpower"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
shieldon: {
|
|
tier: "LC",
|
|
},
|
|
bastiodon: {
|
|
randomBattleMoves: ["metalburst", "protect", "roar", "rockblast", "stealthrock", "toxic"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
burmy: {
|
|
tier: "LC",
|
|
},
|
|
wormadam: {
|
|
randomBattleMoves: ["gigadrain", "hiddenpowerrock", "leafstorm", "protect", "signalbeam", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
wormadamsandy: {
|
|
randomBattleMoves: ["earthquake", "protect", "rockblast", "stealthrock", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
wormadamtrash: {
|
|
randomBattleMoves: ["ironhead", "protect", "stealthrock", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
mothim: {
|
|
randomBattleMoves: ["airslash", "bugbuzz", "hiddenpowerground", "quiverdance", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
combee: {
|
|
tier: "LC",
|
|
},
|
|
vespiquen: {
|
|
randomBattleMoves: ["attackorder", "protect", "roost", "substitute", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
pachirisu: {
|
|
randomBattleMoves: ["protect", "superfang", "thunderwave", "toxic", "voltswitch"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
buizel: {
|
|
tier: "LC",
|
|
},
|
|
floatzel: {
|
|
randomBattleMoves: ["aquajet", "batonpass", "bulkup", "crunch", "icepunch", "switcheroo", "taunt", "waterfall"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
cherubi: {
|
|
tier: "LC",
|
|
},
|
|
cherrim: {
|
|
randomBattleMoves: ["energyball", "healingwish", "hiddenpowerrock", "naturepower"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
cherrimsunshine: {
|
|
randomBattleMoves: ["naturepower", "solarbeam", "sunnyday", "weatherball"],
|
|
},
|
|
shellos: {
|
|
tier: "LC",
|
|
},
|
|
gastrodon: {
|
|
randomBattleMoves: ["clearsmog", "earthpower", "icebeam", "recover", "scald", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
drifloon: {
|
|
tier: "LC",
|
|
},
|
|
drifblim: {
|
|
randomBattleMoves: ["acrobatics", "destinybond", "disable", "shadowball", "substitute", "willowisp"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
buneary: {
|
|
tier: "LC",
|
|
},
|
|
lopunny: {
|
|
randomBattleMoves: ["firepunch", "healingwish", "icepunch", "jumpkick", "return", "switcheroo", "thunderpunch"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
glameow: {
|
|
tier: "LC",
|
|
},
|
|
purugly: {
|
|
randomBattleMoves: ["fakeout", "hypnosis", "return", "suckerpunch", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
stunky: {
|
|
tier: "LC",
|
|
},
|
|
skuntank: {
|
|
randomBattleMoves: ["crunch", "fireblast", "poisonjab", "pursuit", "suckerpunch", "taunt"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
bronzor: {
|
|
tier: "LC",
|
|
},
|
|
bronzong: {
|
|
randomBattleMoves: ["earthquake", "hypnosis", "lightscreen", "psychic", "reflect", "stealthrock", "toxic"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
chatot: {
|
|
randomBattleMoves: ["chatter", "heatwave", "hiddenpowerground", "hypervoice", "nastyplot", "substitute", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
spiritomb: {
|
|
randomBattleMoves: ["calmmind", "darkpulse", "foulplay", "rest", "shadowsneak", "sleeptalk", "willowisp"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
gible: {
|
|
tier: "LC",
|
|
},
|
|
gabite: {
|
|
tier: "NFE",
|
|
},
|
|
garchomp: {
|
|
randomBattleMoves: ["aquatail", "earthquake", "fireblast", "outrage", "stealthrock", "stoneedge", "swordsdance"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
riolu: {
|
|
tier: "LC",
|
|
},
|
|
lucario: {
|
|
randomBattleMoves: ["aurasphere", "closecombat", "crunch", "darkpulse", "extremespeed", "icepunch", "nastyplot", "swordsdance", "vacuumwave"],
|
|
tier: "(OU)",
|
|
doublesTier: "DOU",
|
|
},
|
|
hippopotas: {
|
|
tier: "LC",
|
|
},
|
|
hippowdon: {
|
|
randomBattleMoves: ["earthquake", "icefang", "slackoff", "stealthrock", "toxic", "whirlwind"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
skorupi: {
|
|
tier: "LC",
|
|
},
|
|
drapion: {
|
|
randomBattleMoves: ["aquatail", "crunch", "earthquake", "poisonjab", "pursuit", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
croagunk: {
|
|
tier: "LC",
|
|
},
|
|
toxicroak: {
|
|
randomBattleMoves: ["drainpunch", "focuspunch", "icepunch", "substitute", "suckerpunch", "swordsdance"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
carnivine: {
|
|
randomBattleMoves: ["leechseed", "powerwhip", "return", "sleeppowder", "substitute", "swordsdance"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
finneon: {
|
|
tier: "LC",
|
|
},
|
|
lumineon: {
|
|
randomBattleMoves: ["icebeam", "protect", "scald", "toxic", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
snover: {
|
|
tier: "LC",
|
|
},
|
|
abomasnow: {
|
|
randomBattleMoves: ["blizzard", "earthquake", "hiddenpowerfire", "iceshard", "leechseed", "woodhammer"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
rotom: {
|
|
randomBattleMoves: ["hiddenpowerfighting", "hiddenpowerice", "shadowball", "substitute", "painsplit", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
rotomheat: {
|
|
randomBattleMoves: ["hiddenpowergrass", "overheat", "painsplit", "thunderbolt", "thunderwave", "trick", "voltswitch", "willowisp"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
rotomwash: {
|
|
randomBattleMoves: ["hiddenpowerice", "hydropump", "painsplit", "thunderbolt", "thunderwave", "trick", "voltswitch", "willowisp"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
rotomfrost: {
|
|
randomBattleMoves: ["blizzard", "hiddenpowerfire", "painsplit", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
rotomfan: {
|
|
randomBattleMoves: ["airslash", "painsplit", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
rotommow: {
|
|
randomBattleMoves: ["hiddenpowerfire", "leafstorm", "painsplit", "thunderbolt", "thunderwave", "trick", "voltswitch", "willowisp"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
uxie: {
|
|
randomBattleMoves: ["healbell", "lightscreen", "memento", "psychic", "reflect", "stealthrock", "thunderwave", "uturn", "yawn"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
mesprit: {
|
|
randomBattleMoves: ["calmmind", "hiddenpowerfire", "icebeam", "psychic", "stealthrock", "thunderbolt", "trick", "uturn"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
azelf: {
|
|
randomBattleMoves: ["fireblast", "grassknot", "nastyplot", "psychic", "stealthrock", "taunt", "thunderbolt", "trick", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
dialga: {
|
|
randomBattleMoves: ["aurasphere", "bulkup", "dracometeor", "dragontail", "fireblast", "rest", "sleeptalk", "stealthrock", "thunderbolt"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
palkia: {
|
|
randomBattleMoves: ["dracometeor", "dragontail", "fireblast", "hydropump", "spacialrend", "surf", "thunderbolt"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
heatran: {
|
|
randomBattleMoves: ["earthpower", "fireblast", "flashcannon", "hiddenpowerice", "lavaplume", "protect", "roar", "substitute", "stealthrock", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
regigigas: {
|
|
randomBattleMoves: ["confuseray", "return", "rockslide", "substitute", "thunderwave"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
giratina: {
|
|
randomBattleMoves: ["aurasphere", "calmmind", "dragontail", "dragonpulse", "rest", "sleeptalk", "willowisp"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
giratinaorigin: {
|
|
randomBattleMoves: ["dracometeor", "dragontail", "earthquake", "hiddenpowerfire", "rest", "shadowsneak", "sleeptalk", "willowisp"],
|
|
},
|
|
cresselia: {
|
|
randomBattleMoves: ["calmmind", "hiddenpowerfighting", "lightscreen", "lunardance", "moonlight", "psychic", "reflect", "thunderwave", "toxic"],
|
|
tier: "RUBL",
|
|
doublesTier: "DOU",
|
|
},
|
|
phione: {
|
|
randomBattleMoves: ["healbell", "icebeam", "scald", "toxic", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
manaphy: {
|
|
randomBattleMoves: ["grassknot", "icebeam", "surf", "tailglow"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
darkrai: {
|
|
randomBattleMoves: ["darkpulse", "darkvoid", "focusblast", "nastyplot", "substitute", "trick"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
shaymin: {
|
|
randomBattleMoves: ["earthpower", "hiddenpowerfire", "leechseed", "psychic", "seedflare", "rest", "substitute"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
shayminsky: {
|
|
randomBattleMoves: ["airslash", "earthpower", "hiddenpowerfire", "hiddenpowerice", "leechseed", "seedflare", "substitute"],
|
|
tier: "Uber",
|
|
doublesTier: "DOU",
|
|
},
|
|
arceus: {
|
|
randomBattleMoves: ["earthquake", "extremespeed", "recover", "shadowclaw", "swordsdance"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
arceusbug: {
|
|
randomBattleMoves: ["earthquake", "recover", "stoneedge", "swordsdance", "xscissor"],
|
|
},
|
|
arceusdark: {
|
|
randomBattleMoves: ["calmmind", "judgment", "recover", "refresh"],
|
|
},
|
|
arceusdragon: {
|
|
randomBattleMoves: ["earthquake", "extremespeed", "outrage", "recover", "swordsdance"],
|
|
},
|
|
arceuselectric: {
|
|
randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "substitute"],
|
|
},
|
|
arceusfighting: {
|
|
randomBattleMoves: ["calmmind", "darkpulse", "icebeam", "judgment", "recover", "toxic"],
|
|
},
|
|
arceusfire: {
|
|
randomBattleMoves: ["calmmind", "fireblast", "flamethrower", "recover", "thunderbolt"],
|
|
},
|
|
arceusflying: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "substitute"],
|
|
},
|
|
arceusghost: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "roar", "willowisp"],
|
|
},
|
|
arceusgrass: {
|
|
randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover", "stealthrock", "thunderwave"],
|
|
},
|
|
arceusground: {
|
|
randomBattleMoves: ["earthquake", "recover", "stoneedge", "swordsdance", "willowisp"],
|
|
},
|
|
arceusice: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "icebeam", "judgment", "recover", "thunderbolt"],
|
|
},
|
|
arceuspoison: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "icebeam", "recover", "sludgebomb", "stealthrock", "willowisp"],
|
|
},
|
|
arceuspsychic: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "icebeam", "psyshock", "recover", "willowisp"],
|
|
},
|
|
arceusrock: {
|
|
randomBattleMoves: ["earthquake", "stoneedge", "swordsdance", "recover"],
|
|
},
|
|
arceussteel: {
|
|
randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "roar", "willowisp"],
|
|
},
|
|
arceuswater: {
|
|
randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover"],
|
|
},
|
|
victini: {
|
|
randomBattleMoves: ["blueflare", "boltstrike", "focusblast", "thunderbolt", "trick", "uturn", "vcreate"],
|
|
tier: "UU",
|
|
doublesTier: "DOU",
|
|
},
|
|
snivy: {
|
|
tier: "LC",
|
|
},
|
|
servine: {
|
|
tier: "NFE",
|
|
},
|
|
serperior: {
|
|
randomBattleMoves: ["calmmind", "dragonpulse", "gigadrain", "hiddenpowerfire", "leechseed", "substitute"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
tepig: {
|
|
tier: "LC",
|
|
},
|
|
pignite: {
|
|
tier: "NFE",
|
|
},
|
|
emboar: {
|
|
randomBattleMoves: ["earthquake", "fireblast", "flareblitz", "grassknot", "headsmash", "superpower", "wildcharge"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
oshawott: {
|
|
tier: "LC",
|
|
},
|
|
dewott: {
|
|
tier: "NFE",
|
|
},
|
|
samurott: {
|
|
randomBattleMoves: ["aquajet", "grassknot", "icebeam", "megahorn", "superpower", "swordsdance", "waterfall"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
patrat: {
|
|
tier: "LC",
|
|
},
|
|
watchog: {
|
|
randomBattleMoves: ["batonpass", "hypnosis", "return", "substitute", "superfang", "swordsdance"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
lillipup: {
|
|
tier: "LC",
|
|
},
|
|
herdier: {
|
|
tier: "NFE",
|
|
},
|
|
stoutland: {
|
|
randomBattleMoves: ["crunch", "return", "superpower", "thunderwave", "wildcharge"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
purrloin: {
|
|
tier: "LC",
|
|
},
|
|
liepard: {
|
|
randomBattleMoves: ["foulplay", "substitute", "swagger", "thunderwave"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
pansage: {
|
|
tier: "LC",
|
|
},
|
|
simisage: {
|
|
randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerrock", "leechseed", "nastyplot", "substitute", "superpower"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
pansear: {
|
|
tier: "LC",
|
|
},
|
|
simisear: {
|
|
randomBattleMoves: ["fireblast", "focusblast", "grassknot", "hiddenpowerrock", "nastyplot", "substitute", "superpower"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
panpour: {
|
|
tier: "LC",
|
|
},
|
|
simipour: {
|
|
randomBattleMoves: ["focusblast", "hiddenpowergrass", "hydropump", "icebeam", "nastyplot", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
munna: {
|
|
tier: "LC",
|
|
},
|
|
musharna: {
|
|
randomBattleMoves: ["batonpass", "calmmind", "healbell", "hiddenpowerground", "moonlight", "psychic", "signalbeam", "toxic", "trickroom"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
pidove: {
|
|
tier: "LC",
|
|
},
|
|
tranquill: {
|
|
tier: "NFE",
|
|
},
|
|
unfezant: {
|
|
randomBattleMoves: ["hypnosis", "pluck", "return", "roost", "tailwind", "uturn"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
blitzle: {
|
|
tier: "LC",
|
|
},
|
|
zebstrika: {
|
|
randomBattleMoves: ["hiddenpowergrass", "overheat", "thunderbolt", "voltswitch", "wildcharge"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
roggenrola: {
|
|
tier: "LC",
|
|
},
|
|
boldore: {
|
|
tier: "NFE",
|
|
},
|
|
gigalith: {
|
|
randomBattleMoves: ["earthquake", "explosion", "rockblast", "stealthrock", "stoneedge", "superpower"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
woobat: {
|
|
tier: "LC",
|
|
},
|
|
swoobat: {
|
|
randomBattleMoves: ["airslash", "calmmind", "heatwave", "roost", "storedpower"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
drilbur: {
|
|
tier: "LC",
|
|
},
|
|
excadrill: {
|
|
randomBattleMoves: ["earthquake", "ironhead", "rapidspin", "rockslide", "swordsdance"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
audino: {
|
|
randomBattleMoves: ["doubleedge", "healbell", "magiccoat", "protect", "toxic", "wish"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
timburr: {
|
|
tier: "LC",
|
|
},
|
|
gurdurr: {
|
|
tier: "NU",
|
|
doublesTier: "NFE",
|
|
},
|
|
conkeldurr: {
|
|
randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "thunderpunch"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
tympole: {
|
|
tier: "LC",
|
|
},
|
|
palpitoad: {
|
|
tier: "NFE",
|
|
},
|
|
seismitoad: {
|
|
randomBattleMoves: ["earthquake", "hydropump", "raindance", "sludgewave", "stealthrock", "toxic"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
throh: {
|
|
randomBattleMoves: ["bulkup", "circlethrow", "icepunch", "rest", "sleeptalk", "stormthrow", "substitute"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
sawk: {
|
|
randomBattleMoves: ["bulkup", "closecombat", "earthquake", "icepunch", "stoneedge"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
sewaddle: {
|
|
tier: "LC",
|
|
},
|
|
swadloon: {
|
|
tier: "NFE",
|
|
},
|
|
leavanny: {
|
|
randomBattleMoves: ["batonpass", "leafblade", "swordsdance", "xscissor"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
venipede: {
|
|
tier: "LC",
|
|
},
|
|
whirlipede: {
|
|
tier: "NFE",
|
|
},
|
|
scolipede: {
|
|
randomBattleMoves: ["aquatail", "batonpass", "earthquake", "megahorn", "rockslide", "spikes", "swordsdance"],
|
|
tier: "NUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
cottonee: {
|
|
tier: "LC",
|
|
},
|
|
whimsicott: {
|
|
randomBattleMoves: ["encore", "leechseed", "substitute", "stunspore", "taunt", "uturn"],
|
|
tier: "RU",
|
|
doublesTier: "DOU",
|
|
},
|
|
petilil: {
|
|
tier: "LC",
|
|
},
|
|
lilligant: {
|
|
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerrock", "petaldance", "quiverdance", "sleeppowder"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
basculin: {
|
|
randomBattleMoves: ["aquajet", "crunch", "superpower", "waterfall", "zenheadbutt"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
basculinbluestriped: {
|
|
randomBattleMoves: ["aquajet", "crunch", "superpower", "waterfall", "zenheadbutt"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
sandile: {
|
|
tier: "LC",
|
|
},
|
|
krokorok: {
|
|
tier: "NFE",
|
|
},
|
|
krookodile: {
|
|
randomBattleMoves: ["bulkup", "crunch", "earthquake", "pursuit", "stoneedge", "superpower"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
darumaka: {
|
|
tier: "LC",
|
|
},
|
|
darmanitan: {
|
|
randomBattleMoves: ["earthquake", "flareblitz", "rockslide", "superpower", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
maractus: {
|
|
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "spikes", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
dwebble: {
|
|
tier: "LC",
|
|
},
|
|
crustle: {
|
|
randomBattleMoves: ["earthquake", "rockblast", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
scraggy: {
|
|
tier: "LC Uber",
|
|
},
|
|
scrafty: {
|
|
randomBattleMoves: ["crunch", "dragondance", "highjumpkick", "icepunch", "zenheadbutt"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
sigilyph: {
|
|
randomBattleMoves: ["cosmicpower", "psychoshift", "roost", "storedpower"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
yamask: {
|
|
tier: "LC",
|
|
},
|
|
cofagrigus: {
|
|
randomBattleMoves: ["haze", "hiddenpowerfighting", "nastyplot", "painsplit", "shadowball", "trickroom", "willowisp"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
tirtouga: {
|
|
tier: "LC",
|
|
},
|
|
carracosta: {
|
|
randomBattleMoves: ["aquajet", "earthquake", "icebeam", "shellsmash", "stealthrock", "stoneedge", "waterfall"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
archen: {
|
|
tier: "LC",
|
|
},
|
|
archeops: {
|
|
randomBattleMoves: ["acrobatics", "earthquake", "headsmash", "pluck", "roost", "stoneedge", "uturn"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
trubbish: {
|
|
tier: "LC",
|
|
},
|
|
garbodor: {
|
|
randomBattleMoves: ["clearsmog", "explosion", "spikes", "toxicspikes"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
zorua: {
|
|
tier: "LC",
|
|
},
|
|
zoroark: {
|
|
randomBattleMoves: ["darkpulse", "flamethrower", "focusblast", "nastyplot", "suckerpunch", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
minccino: {
|
|
tier: "LC",
|
|
},
|
|
cinccino: {
|
|
randomBattleMoves: ["aquatail", "bulletseed", "return", "rockblast", "uturn", "wakeupslap"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
gothita: {
|
|
tier: "LC",
|
|
},
|
|
gothorita: {
|
|
tier: "NFE",
|
|
},
|
|
gothitelle: {
|
|
randomBattleMoves: ["calmmind", "hiddenpowerfighting", "psyshock", "rest", "thunderbolt", "trick"],
|
|
tier: "UUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
solosis: {
|
|
tier: "LC",
|
|
},
|
|
duosion: {
|
|
tier: "NFE",
|
|
},
|
|
reuniclus: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "psychic", "recover", "shadowball", "trickroom"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
ducklett: {
|
|
tier: "LC",
|
|
},
|
|
swanna: {
|
|
randomBattleMoves: ["hurricane", "icebeam", "raindance", "roost", "surf"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
vanillite: {
|
|
tier: "LC",
|
|
},
|
|
vanillish: {
|
|
tier: "NFE",
|
|
},
|
|
vanilluxe: {
|
|
randomBattleMoves: ["autotomize", "explosion", "flashcannon", "hiddenpowerground", "icebeam"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
deerling: {
|
|
tier: "LC",
|
|
},
|
|
sawsbuck: {
|
|
randomBattleMoves: ["batonpass", "doubleedge", "hornleech", "megahorn", "naturepower", "return", "substitute", "swordsdance"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
emolga: {
|
|
randomBattleMoves: ["agility", "airslash", "batonpass", "chargebeam", "roost", "substitute", "thunderbolt"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
karrablast: {
|
|
tier: "LC",
|
|
},
|
|
escavalier: {
|
|
randomBattleMoves: ["ironhead", "megahorn", "pursuit", "return", "swordsdance"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
foongus: {
|
|
tier: "LC",
|
|
},
|
|
amoonguss: {
|
|
randomBattleMoves: ["clearsmog", "gigadrain", "hiddenpowerfire", "spore", "stunspore", "synthesis"],
|
|
tier: "RU",
|
|
doublesTier: "DOU",
|
|
},
|
|
frillish: {
|
|
tier: "LC",
|
|
},
|
|
jellicent: {
|
|
randomBattleMoves: ["icebeam", "recover", "scald", "shadowball", "toxic", "willowisp"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
alomomola: {
|
|
randomBattleMoves: ["protect", "scald", "toxic", "waterfall", "wish"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
joltik: {
|
|
tier: "LC",
|
|
},
|
|
galvantula: {
|
|
randomBattleMoves: ["bugbuzz", "gigadrain", "hiddenpowerice", "thunder", "voltswitch"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
ferroseed: {
|
|
tier: "RU",
|
|
doublesTier: "LC",
|
|
},
|
|
ferrothorn: {
|
|
randomBattleMoves: ["gyroball", "leechseed", "powerwhip", "protect", "spikes", "stealthrock", "toxic"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
klink: {
|
|
tier: "LC",
|
|
},
|
|
klang: {
|
|
tier: "NFE",
|
|
},
|
|
klinklang: {
|
|
randomBattleMoves: ["geargrind", "return", "shiftgear", "wildcharge"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
tynamo: {
|
|
tier: "LC",
|
|
},
|
|
eelektrik: {
|
|
tier: "NFE",
|
|
},
|
|
eelektross: {
|
|
randomBattleMoves: ["aquatail", "drainpunch", "flamethrower", "gigadrain", "hiddenpowerice", "superpower", "thunderbolt", "thunderpunch", "uturn"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
elgyem: {
|
|
tier: "LC",
|
|
},
|
|
beheeyem: {
|
|
randomBattleMoves: ["hiddenpowerfighting", "psychic", "substitute", "thunderbolt", "trick", "trickroom"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
litwick: {
|
|
tier: "LC",
|
|
},
|
|
lampent: {
|
|
tier: "NFE",
|
|
},
|
|
chandelure: {
|
|
randomBattleMoves: ["energyball", "fireblast", "hiddenpowerfighting", "hiddenpowerground", "painsplit", "shadowball", "substitute", "trick"],
|
|
tier: "UUBL",
|
|
doublesTier: "DOU",
|
|
},
|
|
axew: {
|
|
tier: "LC",
|
|
},
|
|
fraxure: {
|
|
tier: "NFE",
|
|
},
|
|
haxorus: {
|
|
randomBattleMoves: ["aquatail", "dragondance", "earthquake", "outrage", "superpower", "swordsdance"],
|
|
tier: "(OU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
cubchoo: {
|
|
tier: "LC",
|
|
},
|
|
beartic: {
|
|
randomBattleMoves: ["aquajet", "encore", "iciclecrash", "stoneedge", "superpower"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
cryogonal: {
|
|
randomBattleMoves: ["hiddenpowerfire", "icebeam", "rapidspin", "recover", "reflect", "toxic"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
shelmet: {
|
|
tier: "LC",
|
|
},
|
|
accelgor: {
|
|
randomBattleMoves: ["bugbuzz", "encore", "focusblast", "gigadrain", "hiddenpowerrock", "spikes", "yawn"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
stunfisk: {
|
|
randomBattleMoves: ["discharge", "earthpower", "rest", "scald", "sleeptalk", "stealthrock", "toxic"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
mienfoo: {
|
|
tier: "LC",
|
|
},
|
|
mienshao: {
|
|
randomBattleMoves: ["batonpass", "highjumpkick", "stoneedge", "swordsdance", "substitute", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
druddigon: {
|
|
randomBattleMoves: ["dragontail", "earthquake", "firepunch", "glare", "outrage", "substitute", "suckerpunch", "stealthrock"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
golett: {
|
|
tier: "LC",
|
|
},
|
|
golurk: {
|
|
randomBattleMoves: ["drainpunch", "earthquake", "icepunch", "rockpolish", "shadowpunch", "stealthrock"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
pawniard: {
|
|
tier: "LC",
|
|
},
|
|
bisharp: {
|
|
randomBattleMoves: ["ironhead", "lowkick", "nightslash", "substitute", "suckerpunch", "swordsdance"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
bouffalant: {
|
|
randomBattleMoves: ["earthquake", "headcharge", "megahorn", "stoneedge", "substitute", "swordsdance"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
rufflet: {
|
|
tier: "LC",
|
|
},
|
|
braviary: {
|
|
randomBattleMoves: ["bravebird", "bulkup", "return", "roost", "superpower", "uturn"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
vullaby: {
|
|
tier: "LC",
|
|
},
|
|
mandibuzz: {
|
|
randomBattleMoves: ["bravebird", "foulplay", "roost", "taunt", "toxic", "uturn", "whirlwind"],
|
|
tier: "NU",
|
|
doublesTier: "DUU",
|
|
},
|
|
heatmor: {
|
|
randomBattleMoves: ["fireblast", "gigadrain", "suckerpunch", "superpower"],
|
|
tier: "(NU)",
|
|
doublesTier: "DUU",
|
|
},
|
|
durant: {
|
|
randomBattleMoves: ["honeclaws", "ironhead", "rockslide", "superpower", "xscissor"],
|
|
tier: "RU",
|
|
doublesTier: "DUU",
|
|
},
|
|
deino: {
|
|
tier: "LC",
|
|
},
|
|
zweilous: {
|
|
tier: "NFE",
|
|
},
|
|
hydreigon: {
|
|
randomBattleMoves: ["darkpulse", "dracometeor", "flamethrower", "focusblast", "roost", "substitute", "uturn"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
larvesta: {
|
|
tier: "LC",
|
|
},
|
|
volcarona: {
|
|
randomBattleMoves: ["bugbuzz", "fierydance", "fireblast", "gigadrain", "hiddenpowerground", "quiverdance", "roost"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
cobalion: {
|
|
randomBattleMoves: ["closecombat", "hiddenpowerice", "ironhead", "stealthrock", "stoneedge", "swordsdance", "taunt", "thunderwave", "voltswitch"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
terrakion: {
|
|
randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stealthrock", "stoneedge", "swordsdance"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
virizion: {
|
|
randomBattleMoves: ["calmmind", "closecombat", "focusblast", "gigadrain", "leafblade", "hiddenpowerice", "stoneedge", "swordsdance"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
tornadus: {
|
|
randomBattleMoves: ["acrobatics", "bulkup", "focusblast", "heatwave", "hurricane", "superpower", "taunt", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
tornadustherian: {
|
|
randomBattleMoves: ["focusblast", "heatwave", "hurricane", "superpower", "uturn"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
thundurus: {
|
|
randomBattleMoves: ["focusblast", "hiddenpowerice", "nastyplot", "thunderbolt", "thunderwave", "voltswitch"],
|
|
tier: "Uber",
|
|
doublesTier: "DOU",
|
|
},
|
|
thundurustherian: {
|
|
randomBattleMoves: ["agility", "focusblast", "grassknot", "hiddenpowerice", "nastyplot", "thunderbolt"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
reshiram: {
|
|
randomBattleMoves: ["blueflare", "dracometeor", "dragonpulse", "roost", "stoneedge", "tailwind"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
zekrom: {
|
|
randomBattleMoves: ["boltstrike", "dracometeor", "focusblast", "honeclaws", "outrage", "roost", "substitute", "voltswitch"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
landorus: {
|
|
randomBattleMoves: ["earthpower", "focusblast", "hiddenpowerice", "psychic", "rockpolish", "rockslide"],
|
|
tier: "Uber",
|
|
doublesTier: "DUU",
|
|
},
|
|
landorustherian: {
|
|
randomBattleMoves: ["earthquake", "hiddenpowerice", "rockpolish", "stealthrock", "stoneedge", "swordsdance", "superpower", "uturn"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
kyurem: {
|
|
randomBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "focusblast", "icebeam", "outrage", "roost", "substitute"],
|
|
tier: "UUBL",
|
|
doublesTier: "DUU",
|
|
},
|
|
kyuremblack: {
|
|
randomBattleMoves: ["dragonclaw", "fusionbolt", "hiddenpowerfire", "icebeam", "roost", "substitute"],
|
|
tier: "OU",
|
|
doublesTier: "DOU",
|
|
},
|
|
kyuremwhite: {
|
|
randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "fusionflare", "icebeam", "roost", "substitute"],
|
|
tier: "Uber",
|
|
doublesTier: "DUber",
|
|
},
|
|
keldeo: {
|
|
randomBattleMoves: ["calmmind", "hiddenpowergrass", "hydropump", "icywind", "scald", "secretsword", "substitute"],
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
keldeoresolute: {
|
|
tier: "OU",
|
|
doublesTier: "DUU",
|
|
},
|
|
meloetta: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "psychic", "shadowball", "uturn"],
|
|
tier: "UU",
|
|
doublesTier: "DUU",
|
|
},
|
|
meloettapirouette: {
|
|
randomBattleMoves: ["closecombat", "icepunch", "relicsong", "return", "shadowclaw"],
|
|
},
|
|
genesect: {
|
|
randomBattleMoves: ["blazekick", "extremespeed", "flamethrower", "icebeam", "ironhead", "shiftgear", "thunderbolt", "uturn"],
|
|
tier: "Uber",
|
|
doublesTier: "DOU",
|
|
},
|
|
genesectburn: {
|
|
tier: "Uber",
|
|
doublesTier: "(DOU)",
|
|
},
|
|
genesectchill: {
|
|
tier: "Uber",
|
|
doublesTier: "(DOU)",
|
|
},
|
|
genesectdouse: {
|
|
tier: "Uber",
|
|
doublesTier: "(DOU)",
|
|
},
|
|
genesectshock: {
|
|
tier: "Uber",
|
|
doublesTier: "(DOU)",
|
|
},
|
|
pokestarsmeargle: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarufo: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarufo2: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarbrycenman: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarmt: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarmt2: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestartransport: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestargiant: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestargiant2: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarhumanoid: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarmonster: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarf00: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarf002: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarspirit: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarblackdoor: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarwhitedoor: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarblackbelt: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestargiantpropo2: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
pokestarufopropu2: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Illegal",
|
|
},
|
|
};
|