mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-19 21:48:23 -05:00
1854 lines
47 KiB
TypeScript
1854 lines
47 KiB
TypeScript
export const BattleFormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
bulbasaur: {
|
|
tier: "LC",
|
|
},
|
|
ivysaur: {
|
|
tier: "NFE",
|
|
},
|
|
venusaur: {
|
|
randomBattleMoves: ["sleeppowder", "leafstorm", "sludgebomb", "hiddenpowerice", "swordsdance", "powerwhip", "earthquake", "synthesis", "leechseed"],
|
|
tier: "UU",
|
|
},
|
|
charmander: {
|
|
tier: "LC",
|
|
},
|
|
charmeleon: {
|
|
tier: "NFE",
|
|
},
|
|
charizard: {
|
|
randomBattleMoves: ["fireblast", "flamethrower", "airslash", "dragonpulse", "hiddenpowergrass", "roost"],
|
|
tier: "NU",
|
|
},
|
|
squirtle: {
|
|
tier: "LC",
|
|
},
|
|
wartortle: {
|
|
tier: "NFE",
|
|
},
|
|
blastoise: {
|
|
randomBattleMoves: ["surf", "icebeam", "rapidspin", "toxic", "roar", "rest", "sleeptalk"],
|
|
tier: "UU",
|
|
},
|
|
caterpie: {
|
|
tier: "LC",
|
|
},
|
|
metapod: {
|
|
tier: "NFE",
|
|
},
|
|
butterfree: {
|
|
randomBattleMoves: ["sleeppowder", "stunspore", "uturn", "bugbuzz", "safeguard"],
|
|
tier: "NU",
|
|
},
|
|
weedle: {
|
|
tier: "LC",
|
|
},
|
|
kakuna: {
|
|
tier: "NFE",
|
|
},
|
|
beedrill: {
|
|
randomBattleMoves: ["swordsdance", "xscissor", "brickbreak", "poisonjab", "uturn", "toxicspikes"],
|
|
tier: "NU",
|
|
},
|
|
pidgey: {
|
|
tier: "LC",
|
|
},
|
|
pidgeotto: {
|
|
tier: "NFE",
|
|
},
|
|
pidgeot: {
|
|
randomBattleMoves: ["bravebird", "doubleedge", "uturn", "pursuit", "quickattack"],
|
|
tier: "NU",
|
|
},
|
|
rattata: {
|
|
tier: "LC",
|
|
},
|
|
raticate: {
|
|
randomBattleMoves: ["facade", "suckerpunch", "crunch", "uturn", "protect", "swordsdance"],
|
|
tier: "NU",
|
|
},
|
|
spearow: {
|
|
tier: "LC",
|
|
},
|
|
fearow: {
|
|
randomBattleMoves: ["drillpeck", "doubleedge", "return", "uturn", "quickattack", "pursuit"],
|
|
tier: "NU",
|
|
},
|
|
ekans: {
|
|
tier: "LC",
|
|
},
|
|
arbok: {
|
|
randomBattleMoves: ["glare", "gunkshot", "poisonjab", "earthquake", "seedbomb", "crunch", "aquatail", "switcheroo"],
|
|
tier: "NU",
|
|
},
|
|
pichu: {
|
|
tier: "LC",
|
|
},
|
|
pichuspikyeared: {
|
|
tier: "NU",
|
|
},
|
|
pikachu: {
|
|
tier: "NU",
|
|
},
|
|
raichu: {
|
|
randomBattleMoves: ["nastyplot", "thunderbolt", "hiddenpowerice", "focusblast", "encore", "grassknot", "substitute", "focuspunch"],
|
|
tier: "NU",
|
|
},
|
|
sandshrew: {
|
|
tier: "LC",
|
|
},
|
|
sandslash: {
|
|
randomBattleMoves: ["earthquake", "stoneedge", "swordsdance", "rapidspin", "nightslash", "stealthrock", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
nidoranf: {
|
|
tier: "LC",
|
|
},
|
|
nidorina: {
|
|
tier: "NFE",
|
|
},
|
|
nidoqueen: {
|
|
randomBattleMoves: ["toxicspikes", "stealthrock", "fireblast", "roar", "icebeam", "earthquake"],
|
|
tier: "NU",
|
|
},
|
|
nidoranm: {
|
|
tier: "LC",
|
|
},
|
|
nidorino: {
|
|
tier: "NFE",
|
|
},
|
|
nidoking: {
|
|
randomBattleMoves: ["fireblast", "thunderbolt", "icebeam", "earthquake", "megahorn", "suckerpunch", "stealthrock"],
|
|
tier: "UU",
|
|
},
|
|
cleffa: {
|
|
tier: "LC",
|
|
},
|
|
clefairy: {
|
|
tier: "NFE",
|
|
},
|
|
clefable: {
|
|
randomBattleMoves: ["fireblast", "thunderbolt", "icebeam", "doubleedge", "stealthrock", "softboiled", "calmmind"],
|
|
tier: "UU",
|
|
},
|
|
vulpix: {
|
|
tier: "LC",
|
|
},
|
|
ninetales: {
|
|
randomBattleMoves: ["nastyplot", "fireblast", "flamethrower", "energyball", "hiddenpowerrock", "hypnosis"],
|
|
tier: "NU",
|
|
},
|
|
igglybuff: {
|
|
tier: "LC",
|
|
},
|
|
jigglypuff: {
|
|
tier: "NFE",
|
|
},
|
|
wigglytuff: {
|
|
randomBattleMoves: ["wish", "protect", "thunderwave", "doubleedge", "bodyslam", "fireblast", "healbell", "seismictoss", "toxic", "stealthrock"],
|
|
tier: "NU",
|
|
},
|
|
zubat: {
|
|
tier: "LC",
|
|
},
|
|
golbat: {
|
|
tier: "NU",
|
|
},
|
|
crobat: {
|
|
randomBattleMoves: ["bravebird", "roost", "superfang", "taunt", "nastyplot", "sludgebomb", "uturn", "heatwave"],
|
|
tier: "UUBL",
|
|
},
|
|
oddish: {
|
|
tier: "LC",
|
|
},
|
|
gloom: {
|
|
tier: "NFE",
|
|
},
|
|
vileplume: {
|
|
randomBattleMoves: ["energyball", "sludgebomb", "moonlight", "sleeppowder", "sunnyday", "solarbeam"],
|
|
tier: "NU",
|
|
},
|
|
bellossom: {
|
|
randomBattleMoves: ["leafstorm", "sludgebomb", "moonlight", "sleeppowder", "sunnyday", "solarbeam", "hiddenpowerfire"],
|
|
tier: "NU",
|
|
},
|
|
paras: {
|
|
tier: "LC",
|
|
},
|
|
parasect: {
|
|
randomBattleMoves: ["spore", "stunspore", "xscissor", "seedbomb", "synthesis"],
|
|
tier: "NU",
|
|
},
|
|
venonat: {
|
|
tier: "LC",
|
|
},
|
|
venomoth: {
|
|
randomBattleMoves: ["bugbuzz", "psychic", "substitute", "sleeppowder", "roost", "toxicspikes", "uturn", "stunspore"],
|
|
tier: "NU",
|
|
},
|
|
diglett: {
|
|
tier: "NU",
|
|
},
|
|
dugtrio: {
|
|
randomBattleMoves: ["earthquake", "stoneedge", "substitute", "nightslash", "suckerpunch"],
|
|
tier: "UU",
|
|
},
|
|
meowth: {
|
|
tier: "LC",
|
|
},
|
|
persian: {
|
|
randomBattleMoves: ["nastyplot", "hypnosis", "swift", "waterpulse", "fakeout", "uturn", "return", "taunt", "bite"],
|
|
tier: "NU",
|
|
},
|
|
psyduck: {
|
|
tier: "LC",
|
|
},
|
|
golduck: {
|
|
randomBattleMoves: ["hydropump", "surf", "icebeam", "hiddenpowergrass", "encore", "calmmind", "psychic"],
|
|
tier: "NU",
|
|
},
|
|
mankey: {
|
|
tier: "LC",
|
|
},
|
|
primeape: {
|
|
randomBattleMoves: ["closecombat", "uturn", "icepunch", "stoneedge", "punishment", "encore"],
|
|
tier: "UU",
|
|
},
|
|
growlithe: {
|
|
tier: "LC",
|
|
},
|
|
arcanine: {
|
|
randomBattleMoves: ["flareblitz", "hiddenpowergrass", "extremespeed", "thunderfang", "morningsun", "willowisp", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
poliwag: {
|
|
tier: "LC",
|
|
},
|
|
poliwhirl: {
|
|
tier: "NFE",
|
|
},
|
|
poliwrath: {
|
|
randomBattleMoves: ["substitute", "focuspunch", "bulkup", "brickbreak", "waterfall", "toxic", "rest", "sleeptalk", "icepunch", "encore"],
|
|
tier: "NU",
|
|
},
|
|
politoed: {
|
|
randomBattleMoves: ["toxic", "encore", "protect", "icebeam", "focusblast", "surf", "hydropump", "hiddenpowergrass"],
|
|
tier: "NU",
|
|
},
|
|
abra: {
|
|
tier: "LC",
|
|
},
|
|
kadabra: {
|
|
tier: "NU",
|
|
},
|
|
alakazam: {
|
|
randomBattleMoves: ["signalbeam", "psychic", "focusblast", "shadowball", "hiddenpowerfire", "encore", "substitute", "trick"],
|
|
tier: "UU",
|
|
},
|
|
machop: {
|
|
tier: "LC",
|
|
},
|
|
machoke: {
|
|
tier: "NU",
|
|
},
|
|
machamp: {
|
|
randomBattleMoves: ["dynamicpunch", "payback", "bulkup", "icepunch", "stoneedge", "bulletpunch", "substitute"],
|
|
tier: "OU",
|
|
},
|
|
bellsprout: {
|
|
tier: "LC",
|
|
},
|
|
weepinbell: {
|
|
tier: "NFE",
|
|
},
|
|
victreebel: {
|
|
randomBattleMoves: ["leafstorm", "sludgebomb", "sleeppowder", "suckerpunch", "leafblade", "sunnyday", "solarbeam", "weatherball"],
|
|
tier: "NU",
|
|
},
|
|
tentacool: {
|
|
tier: "LC",
|
|
},
|
|
tentacruel: {
|
|
randomBattleMoves: ["toxicspikes", "rapidspin", "surf", "sludgebomb", "icebeam", "hydropump"],
|
|
tier: "OU",
|
|
},
|
|
geodude: {
|
|
tier: "LC",
|
|
},
|
|
graveler: {
|
|
tier: "NFE",
|
|
},
|
|
golem: {
|
|
randomBattleMoves: ["stealthrock", "earthquake", "stoneedge", "suckerpunch", "hammerarm", "explosion"],
|
|
tier: "NU",
|
|
},
|
|
ponyta: {
|
|
tier: "LC",
|
|
},
|
|
rapidash: {
|
|
randomBattleMoves: ["flareblitz", "morningsun", "hypnosis", "megahorn", "willowisp"],
|
|
tier: "NU",
|
|
},
|
|
slowpoke: {
|
|
tier: "LC",
|
|
},
|
|
slowbro: {
|
|
randomBattleMoves: ["surf", "calmmind", "psychic", "rest", "sleeptalk", "thunderwave", "toxic", "slackoff", "trickroom"],
|
|
tier: "UU",
|
|
},
|
|
slowking: {
|
|
randomBattleMoves: ["surf", "icebeam", "psychic", "thunderwave", "toxic", "slackoff", "trickroom", "nastyplot"],
|
|
tier: "NU",
|
|
},
|
|
magnemite: {
|
|
tier: "LC",
|
|
},
|
|
magneton: {
|
|
tier: "NU",
|
|
},
|
|
magnezone: {
|
|
randomBattleMoves: ["thunderbolt", "explosion", "magnetrise", "substitute", "flashcannon", "hiddenpowerice", "hiddenpowergrass"],
|
|
tier: "OU",
|
|
},
|
|
farfetchd: {
|
|
randomBattleMoves: ["return", "swordsdance", "slash", "leafblade", "nightslash", "uturn"],
|
|
tier: "NU",
|
|
},
|
|
doduo: {
|
|
tier: "LC",
|
|
},
|
|
dodrio: {
|
|
randomBattleMoves: ["bravebird", "return", "doubleedge", "roost", "quickattack", "pursuit"],
|
|
tier: "NU",
|
|
},
|
|
seel: {
|
|
tier: "LC",
|
|
},
|
|
dewgong: {
|
|
randomBattleMoves: ["surf", "icebeam", "raindance", "rest", "toxic", "encore"],
|
|
tier: "NU",
|
|
},
|
|
grimer: {
|
|
tier: "LC",
|
|
},
|
|
muk: {
|
|
randomBattleMoves: ["curse", "gunkshot", "poisonjab", "brickbreak", "shadowsneak", "payback", "explosion", "icepunch", "rest", "sleeptalk"],
|
|
tier: "NU",
|
|
},
|
|
shellder: {
|
|
tier: "LC",
|
|
},
|
|
cloyster: {
|
|
randomBattleMoves: ["surf", "rockblast", "iceshard", "rapidspin", "spikes", "toxicspikes", "explosion"],
|
|
tier: "UU",
|
|
},
|
|
gastly: {
|
|
tier: "LC",
|
|
},
|
|
haunter: {
|
|
tier: "NU",
|
|
},
|
|
gengar: {
|
|
randomBattleMoves: ["shadowball", "sludgebomb", "focusblast", "thunderbolt", "substitute", "painsplit", "hypnosis", "hiddenpowerfire", "trick"],
|
|
tier: "OU",
|
|
},
|
|
onix: {
|
|
tier: "LC",
|
|
},
|
|
steelix: {
|
|
randomBattleMoves: ["stealthrock", "earthquake", "explosion", "roar", "toxic", "stoneedge", "gyroball"],
|
|
tier: "UU",
|
|
},
|
|
drowzee: {
|
|
tier: "LC",
|
|
},
|
|
hypno: {
|
|
randomBattleMoves: ["wish", "protect", "seismictoss", "thunderwave", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
krabby: {
|
|
tier: "LC",
|
|
},
|
|
kingler: {
|
|
randomBattleMoves: ["crabhammer", "return", "swordsdance", "agility", "xscissor", "superpower"],
|
|
tier: "NU",
|
|
},
|
|
voltorb: {
|
|
tier: "LC",
|
|
},
|
|
electrode: {
|
|
randomBattleMoves: ["signalbeam", "thunderbolt", "taunt", "hiddenpowerice", "explosion"],
|
|
tier: "NU",
|
|
},
|
|
exeggcute: {
|
|
tier: "LC",
|
|
},
|
|
exeggutor: {
|
|
randomBattleMoves: ["sunnyday", "solarbeam", "explosion", "leafstorm", "psychic", "sleeppowder", "hiddenpowerfire", "synthesis"],
|
|
tier: "UU",
|
|
},
|
|
cubone: {
|
|
tier: "LC",
|
|
},
|
|
marowak: {
|
|
randomBattleMoves: ["substitute", "earthquake", "doubleedge", "thunderpunch", "swordsdance", "firepunch"],
|
|
tier: "NU",
|
|
},
|
|
tyrogue: {
|
|
tier: "LC",
|
|
},
|
|
hitmonlee: {
|
|
randomBattleMoves: ["suckerpunch", "stoneedge", "machpunch", "substitute", "closecombat", "earthquake"],
|
|
tier: "UU",
|
|
},
|
|
hitmonchan: {
|
|
randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "substitute", "closecombat", "stoneedge", "rapidspin"],
|
|
tier: "NU",
|
|
},
|
|
hitmontop: {
|
|
randomBattleMoves: ["suckerpunch", "machpunch", "bulkup", "rapidspin", "closecombat", "stoneedge", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
lickitung: {
|
|
tier: "LC",
|
|
},
|
|
lickilicky: {
|
|
randomBattleMoves: ["wish", "protect", "bodyslam", "return", "earthquake", "aquatail", "healbell", "explosion"],
|
|
tier: "NU",
|
|
},
|
|
koffing: {
|
|
tier: "LC",
|
|
},
|
|
weezing: {
|
|
randomBattleMoves: ["rest", "sleeptalk", "sludgebomb", "willowisp", "painsplit", "fireblast", "thunderbolt"],
|
|
tier: "UU",
|
|
},
|
|
rhyhorn: {
|
|
tier: "LC",
|
|
},
|
|
rhydon: {
|
|
tier: "NFE",
|
|
},
|
|
rhyperior: {
|
|
randomBattleMoves: ["stoneedge", "earthquake", "rockpolish", "megahorn", "stealthrock", "icepunch"],
|
|
tier: "UU",
|
|
},
|
|
happiny: {
|
|
tier: "LC",
|
|
},
|
|
chansey: {
|
|
tier: "UU",
|
|
},
|
|
blissey: {
|
|
randomBattleMoves: ["wish", "softboiled", "protect", "toxic", "aromatherapy", "seismictoss", "thunderwave", "stealthrock", "flamethrower", "icebeam"],
|
|
tier: "OU",
|
|
},
|
|
tangela: {
|
|
tier: "NU",
|
|
},
|
|
tangrowth: {
|
|
randomBattleMoves: ["sleeppowder", "hiddenpowerice", "hiddenpowerfire", "leafstorm", "stunspore", "synthesis", "swordsdance", "rockslide", "earthquake", "powerwhip"],
|
|
tier: "UU",
|
|
},
|
|
kangaskhan: {
|
|
randomBattleMoves: ["fakeout", "return", "hammerarm", "doubleedge", "suckerpunch", "earthquake", "substitute", "focuspunch"],
|
|
tier: "UU",
|
|
},
|
|
horsea: {
|
|
tier: "LC",
|
|
},
|
|
seadra: {
|
|
tier: "NFE",
|
|
},
|
|
kingdra: {
|
|
randomBattleMoves: ["hydropump", "icebeam", "dragondance", "substitute", "outrage", "dracometeor", "waterfall", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
goldeen: {
|
|
tier: "LC",
|
|
},
|
|
seaking: {
|
|
randomBattleMoves: ["raindance", "waterfall", "megahorn", "return", "icebeam"],
|
|
tier: "NU",
|
|
},
|
|
staryu: {
|
|
tier: "LC",
|
|
},
|
|
starmie: {
|
|
randomBattleMoves: ["surf", "hydropump", "thunderbolt", "icebeam", "rapidspin", "recover"],
|
|
tier: "OU",
|
|
},
|
|
mimejr: {
|
|
tier: "LC",
|
|
},
|
|
mrmime: {
|
|
randomBattleMoves: ["substitute", "focusblast", "batonpass", "psychic", "taunt", "nastyplot", "shadowball", "thunderbolt", "encore"],
|
|
tier: "NU",
|
|
},
|
|
scyther: {
|
|
randomBattleMoves: ["swordsdance", "roost", "bugbite", "quickattack", "brickbreak", "aerialace", "uturn", "pursuit"],
|
|
tier: "UU",
|
|
},
|
|
scizor: {
|
|
randomBattleMoves: ["swordsdance", "roost", "bulletpunch", "bugbite", "superpower", "uturn", "pursuit"],
|
|
tier: "OU",
|
|
},
|
|
smoochum: {
|
|
tier: "LC",
|
|
},
|
|
jynx: {
|
|
randomBattleMoves: ["icebeam", "psychic", "focusblast", "nastyplot", "lovelykiss", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
elekid: {
|
|
tier: "LC",
|
|
},
|
|
electabuzz: {
|
|
tier: "NU",
|
|
},
|
|
electivire: {
|
|
randomBattleMoves: ["crosschop", "icepunch", "thunderbolt", "hiddenpowergrass", "flamethrower", "earthquake"],
|
|
tier: "OU",
|
|
},
|
|
magby: {
|
|
tier: "LC",
|
|
},
|
|
magmar: {
|
|
tier: "NFE",
|
|
},
|
|
magmortar: {
|
|
randomBattleMoves: ["fireblast", "substitute", "focusblast", "hiddenpowergrass", "hiddenpowerice", "thunderbolt"],
|
|
tier: "NU",
|
|
},
|
|
pinsir: {
|
|
randomBattleMoves: ["swordsdance", "xscissor", "earthquake", "closecombat", "stealthrock", "stoneedge", "quickattack"],
|
|
tier: "NU",
|
|
},
|
|
tauros: {
|
|
randomBattleMoves: ["doubleedge", "earthquake", "payback", "stoneedge", "pursuit", "return"],
|
|
tier: "NU",
|
|
},
|
|
magikarp: {
|
|
tier: "LC",
|
|
},
|
|
gyarados: {
|
|
randomBattleMoves: ["dragondance", "waterfall", "earthquake", "bounce", "rest", "sleeptalk", "stoneedge", "icefang"],
|
|
tier: "OU",
|
|
},
|
|
lapras: {
|
|
randomBattleMoves: ["surf", "hydropump", "icebeam", "thunderbolt", "healbell", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
ditto: {
|
|
randomBattleMoves: ["transform"],
|
|
tier: "NU",
|
|
},
|
|
eevee: {
|
|
tier: "LC",
|
|
},
|
|
vaporeon: {
|
|
randomBattleMoves: ["wish", "protect", "roar", "icebeam", "toxic", "surf"],
|
|
tier: "OU",
|
|
},
|
|
jolteon: {
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowergrass", "hiddenpowerice", "yawn", "batonpass", "substitute"],
|
|
tier: "OU",
|
|
},
|
|
flareon: {
|
|
randomBattleMoves: ["lavaplume", "fireblast", "wish", "protect", "hiddenpowergrass", "superpower", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
espeon: {
|
|
randomBattleMoves: ["psychic", "shadowball", "hiddenpowerground", "calmmind", "morningsun", "batonpass", "substitute"],
|
|
tier: "NUBL",
|
|
},
|
|
umbreon: {
|
|
randomBattleMoves: ["curse", "payback", "moonlight", "wish", "protect", "healbell", "toxic"],
|
|
tier: "OU",
|
|
},
|
|
leafeon: {
|
|
randomBattleMoves: ["swordsdance", "leafblade", "substitute", "doubleedge", "yawn", "synthesis", "healbell", "batonpass"],
|
|
tier: "UU",
|
|
},
|
|
glaceon: {
|
|
randomBattleMoves: ["icebeam", "hiddenpowerground", "hiddenpowerfire", "shadowball", "wish", "toxic", "protect"],
|
|
tier: "NU",
|
|
},
|
|
porygon: {
|
|
tier: "LC",
|
|
},
|
|
porygon2: {
|
|
randomBattleMoves: ["triattack", "icebeam", "recover", "toxic", "discharge"],
|
|
tier: "NU",
|
|
},
|
|
porygonz: {
|
|
randomBattleMoves: ["triattack", "thunderbolt", "icebeam", "darkpulse", "hiddenpowerfighting", "agility", "trick", "nastyplot"],
|
|
tier: "UUBL",
|
|
},
|
|
omanyte: {
|
|
tier: "LC",
|
|
},
|
|
omastar: {
|
|
randomBattleMoves: ["surf", "icebeam", "earthpower", "raindance", "spikes", "stealthrock", "hydropump", "hiddenpowergrass"],
|
|
tier: "UU",
|
|
},
|
|
kabuto: {
|
|
tier: "LC",
|
|
},
|
|
kabutops: {
|
|
randomBattleMoves: ["swordsdance", "waterfall", "aquajet", "stoneedge", "rapidspin", "stealthrock", "superpower"],
|
|
tier: "UU",
|
|
},
|
|
aerodactyl: {
|
|
randomBattleMoves: ["stealthrock", "taunt", "stoneedge", "rockslide", "earthquake", "roost"],
|
|
tier: "OU",
|
|
},
|
|
munchlax: {
|
|
tier: "LC",
|
|
},
|
|
snorlax: {
|
|
randomBattleMoves: ["rest", "curse", "sleeptalk", "bodyslam", "earthquake", "return", "firepunch", "crunch", "selfdestruct", "pursuit", "whirlwind"],
|
|
tier: "OU",
|
|
},
|
|
articuno: {
|
|
randomBattleMoves: ["icebeam", "roost", "roar", "healbell", "toxic", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
zapdos: {
|
|
randomBattleMoves: ["thunderbolt", "heatwave", "hiddenpowergrass", "hiddenpowerice", "roost", "toxic", "substitute", "uturn"],
|
|
tier: "OU",
|
|
},
|
|
moltres: {
|
|
randomBattleMoves: ["fireblast", "flamethrower", "hiddenpowergrass", "airslash", "roost", "substitute", "toxic", "uturn"],
|
|
tier: "UU",
|
|
},
|
|
dratini: {
|
|
tier: "LC",
|
|
},
|
|
dragonair: {
|
|
tier: "NU",
|
|
},
|
|
dragonite: {
|
|
randomBattleMoves: ["dragondance", "outrage", "firepunch", "extremespeed", "dragonclaw", "earthquake", "roost", "fireblast", "superpower", "dracometeor"],
|
|
tier: "OU",
|
|
},
|
|
mewtwo: {
|
|
randomBattleMoves: ["psychic", "aurasphere", "fireblast", "icebeam", "calmmind", "recover", "willowisp", "taunt", "substitute", "selfdestruct"],
|
|
tier: "Uber",
|
|
},
|
|
mew: {
|
|
randomBattleMoves: ["psychic", "aurasphere", "flamethrower", "nastyplot", "willowisp", "uturn", "softboiled", "taunt", "stealthrock", "explosion"],
|
|
tier: "Uber",
|
|
},
|
|
chikorita: {
|
|
tier: "LC",
|
|
},
|
|
bayleef: {
|
|
tier: "NFE",
|
|
},
|
|
meganium: {
|
|
randomBattleMoves: ["reflect", "lightscreen", "synthesis", "aromatherapy", "leechseed", "toxic", "energyball"],
|
|
tier: "NU",
|
|
},
|
|
cyndaquil: {
|
|
tier: "LC",
|
|
},
|
|
quilava: {
|
|
tier: "NFE",
|
|
},
|
|
typhlosion: {
|
|
randomBattleMoves: ["fireblast", "hiddenpowergrass", "hiddenpowerrock", "eruption", "focusblast"],
|
|
tier: "NU",
|
|
},
|
|
totodile: {
|
|
tier: "LC",
|
|
},
|
|
croconaw: {
|
|
tier: "NFE",
|
|
},
|
|
feraligatr: {
|
|
randomBattleMoves: ["swordsdance", "aquajet", "waterfall", "icepunch", "dragondance", "return", "earthquake", "lowkick"],
|
|
tier: "UU",
|
|
},
|
|
sentret: {
|
|
tier: "LC",
|
|
},
|
|
furret: {
|
|
randomBattleMoves: ["return", "doubleedge", "aquatail", "firepunch", "uturn", "suckerpunch", "trick", "brickbreak", "shadowclaw"],
|
|
tier: "NU",
|
|
},
|
|
hoothoot: {
|
|
tier: "LC",
|
|
},
|
|
noctowl: {
|
|
randomBattleMoves: ["roost", "whirlwind", "nightshade", "toxic", "reflect"],
|
|
tier: "NU",
|
|
},
|
|
ledyba: {
|
|
tier: "LC",
|
|
},
|
|
ledian: {
|
|
randomBattleMoves: ["roost", "reflect", "lightscreen", "toxic", "uturn", "encore"],
|
|
tier: "NU",
|
|
},
|
|
spinarak: {
|
|
tier: "LC",
|
|
},
|
|
ariados: {
|
|
randomBattleMoves: ["bugbite", "toxicspikes", "poisonjab", "shadowsneak", "suckerpunch"],
|
|
tier: "NU",
|
|
},
|
|
chinchou: {
|
|
tier: "LC",
|
|
},
|
|
lanturn: {
|
|
randomBattleMoves: ["healbell", "confuseray", "icebeam", "surf", "discharge", "thunderwave", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
togepi: {
|
|
tier: "LC",
|
|
},
|
|
togetic: {
|
|
tier: "NU",
|
|
},
|
|
togekiss: {
|
|
randomBattleMoves: ["healbell", "roost", "nastyplot", "airslash", "aurasphere", "fireblast", "thunderwave"],
|
|
tier: "OU",
|
|
},
|
|
natu: {
|
|
tier: "LC",
|
|
},
|
|
xatu: {
|
|
randomBattleMoves: ["wish", "uturn", "calmmind", "psychic", "heatwave", "grassknot", "hiddenpowerfighting", "trick", "roost"],
|
|
tier: "NU",
|
|
},
|
|
mareep: {
|
|
tier: "LC",
|
|
},
|
|
flaaffy: {
|
|
tier: "NFE",
|
|
},
|
|
ampharos: {
|
|
randomBattleMoves: ["substitute", "hiddenpowerice", "discharge", "thunderbolt", "focusblast", "signalbeam"],
|
|
tier: "NU",
|
|
},
|
|
azurill: {
|
|
tier: "LC",
|
|
},
|
|
marill: {
|
|
tier: "NFE",
|
|
},
|
|
azumarill: {
|
|
randomBattleMoves: ["waterfall", "aquajet", "return", "doubleedge", "icepunch", "superpower"],
|
|
tier: "UU",
|
|
},
|
|
bonsly: {
|
|
tier: "LC",
|
|
},
|
|
sudowoodo: {
|
|
randomBattleMoves: ["toxic", "stoneedge", "earthquake", "suckerpunch", "woodhammer", "explosion", "stealthrock"],
|
|
tier: "NU",
|
|
},
|
|
hoppip: {
|
|
tier: "LC",
|
|
},
|
|
skiploom: {
|
|
tier: "NFE",
|
|
},
|
|
jumpluff: {
|
|
randomBattleMoves: ["leechseed", "substitute", "encore", "sleeppowder", "uturn", "stunspore", "toxic", "grassknot", "bounce"],
|
|
tier: "NU",
|
|
},
|
|
aipom: {
|
|
tier: "LC",
|
|
},
|
|
ambipom: {
|
|
randomBattleMoves: ["fakeout", "return", "payback", "lowkick", "uturn", "pursuit"],
|
|
tier: "UU",
|
|
},
|
|
sunkern: {
|
|
tier: "LC",
|
|
},
|
|
sunflora: {
|
|
randomBattleMoves: ["leafstorm", "synthesis", "hiddenpowerice", "earthpower"],
|
|
tier: "NU",
|
|
},
|
|
yanma: {
|
|
tier: "NU",
|
|
},
|
|
yanmega: {
|
|
randomBattleMoves: ["bugbuzz", "airslash", "hiddenpowerground", "uturn", "protect", "hiddenpowerfire"],
|
|
tier: "UUBL",
|
|
},
|
|
wooper: {
|
|
tier: "LC",
|
|
},
|
|
quagsire: {
|
|
randomBattleMoves: ["recover", "earthquake", "encore", "toxic", "icepunch", "waterfall", "yawn"],
|
|
tier: "NU",
|
|
},
|
|
murkrow: {
|
|
tier: "NU",
|
|
},
|
|
honchkrow: {
|
|
randomBattleMoves: ["superpower", "suckerpunch", "bravebird", "heatwave", "pursuit"],
|
|
tier: "UUBL",
|
|
},
|
|
misdreavus: {
|
|
tier: "NU",
|
|
},
|
|
mismagius: {
|
|
randomBattleMoves: ["nastyplot", "substitute", "taunt", "painsplit", "willowisp", "shadowball", "thunderbolt", "hiddenpowerfighting"],
|
|
tier: "UU",
|
|
},
|
|
unown: {
|
|
randomBattleMoves: ["hiddenpowerpsychic"],
|
|
tier: "NU",
|
|
},
|
|
wynaut: {
|
|
tier: "Uber",
|
|
},
|
|
wobbuffet: {
|
|
randomBattleMoves: ["destinybond", "counter", "mirrorcoat", "encore"],
|
|
tier: "Uber",
|
|
},
|
|
girafarig: {
|
|
randomBattleMoves: ["psychic", "thunderbolt", "calmmind", "batonpass", "hiddenpowerfighting"],
|
|
tier: "NU",
|
|
},
|
|
pineco: {
|
|
tier: "LC",
|
|
},
|
|
forretress: {
|
|
randomBattleMoves: ["rapidspin", "stealthrock", "toxicspikes", "spikes", "gyroball", "earthquake", "explosion"],
|
|
tier: "OU",
|
|
},
|
|
dunsparce: {
|
|
randomBattleMoves: ["rockslide", "bite", "headbutt", "zenheadbutt", "thunderwave", "bodyslam", "roost"],
|
|
tier: "NU",
|
|
},
|
|
gligar: {
|
|
tier: "NU",
|
|
doublesTier: "LC",
|
|
},
|
|
gliscor: {
|
|
randomBattleMoves: ["swordsdance", "earthquake", "roost", "stoneedge", "taunt", "uturn", "toxic", "stealthrock"],
|
|
tier: "OU",
|
|
},
|
|
snubbull: {
|
|
tier: "LC",
|
|
},
|
|
granbull: {
|
|
randomBattleMoves: ["thunderwave", "bodyslam", "return", "crunch", "earthquake", "closecombat", "firepunch", "healbell", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
qwilfish: {
|
|
randomBattleMoves: ["waterfall", "spikes", "toxicspikes", "thunderwave", "poisonjab", "explosion", "destinybond"],
|
|
tier: "UU",
|
|
},
|
|
shuckle: {
|
|
randomBattleMoves: ["toxic", "encore", "knockoff", "rest", "stealthrock"],
|
|
tier: "NU",
|
|
},
|
|
heracross: {
|
|
randomBattleMoves: ["closecombat", "megahorn", "stoneedge", "nightslash", "substitute", "swordsdance"],
|
|
tier: "UUBL",
|
|
},
|
|
sneasel: {
|
|
tier: "NU",
|
|
},
|
|
weavile: {
|
|
randomBattleMoves: ["iceshard", "icepunch", "nightslash", "lowkick", "pursuit", "swordsdance"],
|
|
tier: "OU",
|
|
},
|
|
teddiursa: {
|
|
tier: "LC",
|
|
},
|
|
ursaring: {
|
|
randomBattleMoves: ["swordsdance", "protect", "facade", "closecombat", "earthquake", "crunch"],
|
|
tier: "UU",
|
|
},
|
|
slugma: {
|
|
tier: "LC",
|
|
},
|
|
magcargo: {
|
|
randomBattleMoves: ["recover", "lavaplume", "willowisp", "toxic", "hiddenpowerrock", "stealthrock", "fireblast"],
|
|
tier: "NU",
|
|
},
|
|
swinub: {
|
|
tier: "LC",
|
|
},
|
|
piloswine: {
|
|
tier: "NU",
|
|
},
|
|
mamoswine: {
|
|
randomBattleMoves: ["iceshard", "earthquake", "endeavor", "stoneedge", "superpower", "stealthrock"],
|
|
tier: "OU",
|
|
},
|
|
corsola: {
|
|
randomBattleMoves: ["recover", "toxic", "reflect", "surf", "stealthrock"],
|
|
tier: "NU",
|
|
},
|
|
remoraid: {
|
|
tier: "LC",
|
|
},
|
|
octillery: {
|
|
randomBattleMoves: ["surf", "icebeam", "energyball", "fireblast", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
delibird: {
|
|
randomBattleMoves: ["rapidspin", "iceshard", "icepunch", "aerialace", "seedbomb", "brickbreak"],
|
|
tier: "NU",
|
|
},
|
|
mantyke: {
|
|
tier: "LC",
|
|
},
|
|
mantine: {
|
|
randomBattleMoves: ["surf", "rest", "sleeptalk", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
skarmory: {
|
|
randomBattleMoves: ["whirlwind", "bravebird", "roost", "spikes", "stealthrock"],
|
|
tier: "OU",
|
|
},
|
|
houndour: {
|
|
tier: "LC",
|
|
},
|
|
houndoom: {
|
|
randomBattleMoves: ["nastyplot", "darkpulse", "suckerpunch", "fireblast", "hiddenpowergrass"],
|
|
tier: "UU",
|
|
},
|
|
phanpy: {
|
|
tier: "LC",
|
|
},
|
|
donphan: {
|
|
randomBattleMoves: ["stealthrock", "rapidspin", "iceshard", "earthquake", "seedbomb", "stoneedge", "assurance"],
|
|
tier: "UU",
|
|
},
|
|
stantler: {
|
|
randomBattleMoves: ["return", "megahorn", "energyball", "earthquake", "hypnosis", "suckerpunch"],
|
|
tier: "NU",
|
|
},
|
|
smeargle: {
|
|
randomBattleMoves: ["spore", "spikes", "stealthrock", "uturn", "counter"],
|
|
tier: "OU",
|
|
},
|
|
miltank: {
|
|
randomBattleMoves: ["milkdrink", "stealthrock", "bodyslam", "healbell", "curse", "earthquake"],
|
|
tier: "UU",
|
|
},
|
|
raikou: {
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "aurasphere", "calmmind", "shadowball"],
|
|
tier: "UUBL",
|
|
},
|
|
entei: {
|
|
randomBattleMoves: ["extremespeed", "flareblitz", "hiddenpowergrass", "stoneedge", "ironhead"],
|
|
tier: "NUBL",
|
|
},
|
|
suicune: {
|
|
randomBattleMoves: ["surf", "icebeam", "hiddenpowerelectric", "rest", "sleeptalk", "roar", "calmmind"],
|
|
tier: "OU",
|
|
},
|
|
larvitar: {
|
|
tier: "LC",
|
|
},
|
|
pupitar: {
|
|
tier: "NFE",
|
|
},
|
|
tyranitar: {
|
|
randomBattleMoves: ["crunch", "stoneedge", "pursuit", "superpower", "earthquake", "dragondance", "icepunch", "fireblast", "icebeam", "firepunch", "stealthrock"],
|
|
tier: "OU",
|
|
},
|
|
lugia: {
|
|
randomBattleMoves: ["calmmind", "aeroblast", "roost", "earthpower", "icebeam", "whirlwind", "toxic", "substitute"],
|
|
tier: "Uber",
|
|
},
|
|
hooh: {
|
|
randomBattleMoves: ["substitute", "sacredfire", "bravebird", "earthquake", "roost", "punishment"],
|
|
tier: "Uber",
|
|
},
|
|
celebi: {
|
|
randomBattleMoves: ["stealthrock", "thunderwave", "leafstorm", "hiddenpowerfire", "psychic", "uturn", "recover", "nastyplot", "energyball", "earthpower", "substitute", "leechseed"],
|
|
tier: "OU",
|
|
},
|
|
treecko: {
|
|
tier: "LC",
|
|
},
|
|
grovyle: {
|
|
tier: "NFE",
|
|
},
|
|
sceptile: {
|
|
randomBattleMoves: ["substitute", "leechseed", "energyball", "hiddenpowerice", "hiddenpowerfire", "leafstorm", "earthquake", "focusblast"],
|
|
tier: "UU",
|
|
},
|
|
torchic: {
|
|
tier: "LC",
|
|
},
|
|
combusken: {
|
|
tier: "NFE",
|
|
},
|
|
blaziken: {
|
|
randomBattleMoves: ["flareblitz", "superpower", "thunderpunch", "stoneedge", "lowkick", "vacuumwave", "fireblast", "hiddenpowerice", "agility"],
|
|
tier: "UU",
|
|
},
|
|
mudkip: {
|
|
tier: "LC",
|
|
},
|
|
marshtomp: {
|
|
tier: "NFE",
|
|
},
|
|
swampert: {
|
|
randomBattleMoves: ["stealthrock", "earthquake", "icebeam", "roar", "waterfall", "stoneedge", "icepunch"],
|
|
tier: "OU",
|
|
},
|
|
poochyena: {
|
|
tier: "LC",
|
|
},
|
|
mightyena: {
|
|
randomBattleMoves: ["suckerpunch", "return", "firefang", "taunt", "superfang", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
zigzagoon: {
|
|
tier: "LC",
|
|
},
|
|
linoone: {
|
|
randomBattleMoves: ["bellydrum", "extremespeed", "seedbomb", "shadowclaw"],
|
|
tier: "NU",
|
|
},
|
|
wurmple: {
|
|
tier: "LC",
|
|
},
|
|
silcoon: {
|
|
tier: "NFE",
|
|
},
|
|
beautifly: {
|
|
randomBattleMoves: ["bugbuzz", "psychic", "uturn", "hiddenpowerground", "stunspore"],
|
|
tier: "NU",
|
|
},
|
|
cascoon: {
|
|
tier: "NFE",
|
|
},
|
|
dustox: {
|
|
randomBattleMoves: ["toxic", "roost", "whirlwind", "bugbuzz", "protect"],
|
|
tier: "NU",
|
|
},
|
|
lotad: {
|
|
tier: "LC",
|
|
},
|
|
lombre: {
|
|
tier: "NFE",
|
|
},
|
|
ludicolo: {
|
|
randomBattleMoves: ["raindance", "surf", "energyball", "icebeam", "substitute", "leechseed"],
|
|
tier: "UU",
|
|
},
|
|
seedot: {
|
|
tier: "LC",
|
|
},
|
|
nuzleaf: {
|
|
tier: "NFE",
|
|
},
|
|
shiftry: {
|
|
randomBattleMoves: ["swordsdance", "seedbomb", "suckerpunch", "lowkick", "explosion", "sunnyday", "solarbeam", "darkpulse", "hiddenpowerfire", "leafstorm"],
|
|
tier: "NU",
|
|
},
|
|
taillow: {
|
|
tier: "LC",
|
|
},
|
|
swellow: {
|
|
randomBattleMoves: ["bravebird", "facade", "quickattack", "uturn", "protect"],
|
|
tier: "UU",
|
|
},
|
|
wingull: {
|
|
tier: "LC",
|
|
},
|
|
pelipper: {
|
|
randomBattleMoves: ["hydropump", "surf", "airslash", "hiddenpowergrass", "toxic", "roost", "uturn"],
|
|
tier: "NU",
|
|
},
|
|
ralts: {
|
|
tier: "LC",
|
|
},
|
|
kirlia: {
|
|
tier: "NFE",
|
|
},
|
|
gardevoir: {
|
|
randomBattleMoves: ["psychic", "thunderbolt", "focusblast", "willowisp", "shadowball", "calmmind", "taunt"],
|
|
tier: "NU",
|
|
},
|
|
gallade: {
|
|
randomBattleMoves: ["swordsdance", "closecombat", "psychocut", "stoneedge", "icepunch", "shadowsneak", "nightslash", "trick"],
|
|
tier: "UUBL",
|
|
},
|
|
surskit: {
|
|
tier: "LC",
|
|
},
|
|
masquerain: {
|
|
randomBattleMoves: ["hydropump", "bugbuzz", "airslash", "agility", "batonpass", "roost"],
|
|
tier: "NU",
|
|
},
|
|
shroomish: {
|
|
tier: "LC",
|
|
},
|
|
breloom: {
|
|
randomBattleMoves: ["substitute", "focuspunch", "spore", "seedbomb", "stoneedge", "leechseed", "swordsdance", "machpunch", "facade"],
|
|
tier: "OU",
|
|
},
|
|
slakoth: {
|
|
tier: "LC",
|
|
},
|
|
vigoroth: {
|
|
randomBattleMoves: ["bulkup", "return", "earthquake", "nightslash", "lowkick", "suckerpunch", "slackoff", "encore", "substitute", "focuspunch"],
|
|
tier: "NU",
|
|
},
|
|
slaking: {
|
|
randomBattleMoves: ["return", "earthquake", "pursuit", "firepunch", "icepunch", "doubleedge", "nightslash"],
|
|
tier: "NU",
|
|
},
|
|
nincada: {
|
|
tier: "LC",
|
|
},
|
|
ninjask: {
|
|
randomBattleMoves: ["batonpass", "swordsdance", "substitute", "protect", "xscissor"],
|
|
tier: "OU",
|
|
},
|
|
shedinja: {
|
|
randomBattleMoves: ["swordsdance", "willowisp", "xscissor", "shadowsneak", "suckerpunch"],
|
|
tier: "NU",
|
|
},
|
|
whismur: {
|
|
tier: "LC",
|
|
},
|
|
loudred: {
|
|
tier: "NFE",
|
|
},
|
|
exploud: {
|
|
randomBattleMoves: ["return", "crunch", "earthquake", "icebeam", "surf", "fireblast"],
|
|
tier: "NU",
|
|
},
|
|
makuhita: {
|
|
tier: "LC",
|
|
},
|
|
hariyama: {
|
|
randomBattleMoves: ["substitute", "focuspunch", "bulletpunch", "closecombat", "icepunch", "stoneedge", "fakeout", "payback"],
|
|
tier: "UU",
|
|
},
|
|
nosepass: {
|
|
tier: "LC",
|
|
},
|
|
probopass: {
|
|
randomBattleMoves: ["stealthrock", "thunderwave", "toxic", "earthpower", "powergem"],
|
|
tier: "NU",
|
|
},
|
|
skitty: {
|
|
tier: "LC",
|
|
},
|
|
delcatty: {
|
|
randomBattleMoves: ["doubleedge", "return", "wish", "thunderwave", "sing", "healbell"],
|
|
tier: "NU",
|
|
},
|
|
sableye: {
|
|
randomBattleMoves: ["recover", "willowisp", "taunt", "toxic", "nightshade", "seismictoss"],
|
|
tier: "NU",
|
|
},
|
|
mawile: {
|
|
randomBattleMoves: ["swordsdance", "ironhead", "focuspunch", "suckerpunch", "batonpass", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
aron: {
|
|
tier: "LC",
|
|
},
|
|
lairon: {
|
|
tier: "NFE",
|
|
},
|
|
aggron: {
|
|
randomBattleMoves: ["rockpolish", "headsmash", "earthquake", "aquatail", "icepunch", "lowkick"],
|
|
tier: "UU",
|
|
},
|
|
meditite: {
|
|
tier: "LC Uber",
|
|
},
|
|
medicham: {
|
|
randomBattleMoves: ["highjumpkick", "psychocut", "icepunch", "thunderpunch", "trick", "fakeout", "bulletpunch"],
|
|
tier: "NU",
|
|
},
|
|
electrike: {
|
|
tier: "LC",
|
|
},
|
|
manectric: {
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowergrass", "overheat", "switcheroo", "flamethrower"],
|
|
tier: "NU",
|
|
},
|
|
plusle: {
|
|
randomBattleMoves: ["nastyplot", "thunderbolt", "encore", "batonpass", "hiddenpowerice"],
|
|
tier: "NU",
|
|
},
|
|
minun: {
|
|
randomBattleMoves: ["nastyplot", "thunderbolt", "encore", "batonpass", "hiddenpowerice"],
|
|
tier: "NU",
|
|
},
|
|
volbeat: {
|
|
randomBattleMoves: ["tailglow", "batonpass", "substitute", "bugbuzz", "encore"],
|
|
tier: "NU",
|
|
},
|
|
illumise: {
|
|
randomBattleMoves: ["hiddenpowerice", "hiddenpowerground", "uturn", "bugbuzz", "encore", "thunderbolt"],
|
|
tier: "NU",
|
|
},
|
|
budew: {
|
|
tier: "LC",
|
|
},
|
|
roselia: {
|
|
tier: "NU",
|
|
},
|
|
roserade: {
|
|
randomBattleMoves: ["leafstorm", "energyball", "sludgebomb", "hiddenpowerice", "hiddenpowerfire", "sleeppowder", "spikes", "toxicspikes", "rest"],
|
|
tier: "OU",
|
|
},
|
|
gulpin: {
|
|
tier: "LC",
|
|
},
|
|
swalot: {
|
|
randomBattleMoves: ["sludgebomb", "icebeam", "earthquake", "explosion", "yawn", "encore", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
carvanha: {
|
|
tier: "LC",
|
|
},
|
|
sharpedo: {
|
|
randomBattleMoves: ["hydropump", "icebeam", "crunch", "earthquake", "waterfall", "hiddenpowergrass", "aquajet"],
|
|
tier: "NU",
|
|
},
|
|
wailmer: {
|
|
tier: "LC",
|
|
},
|
|
wailord: {
|
|
randomBattleMoves: ["waterspout", "surf", "hydropump", "icebeam", "hiddenpowergrass", "selfdestruct"],
|
|
tier: "NU",
|
|
},
|
|
numel: {
|
|
tier: "LC",
|
|
},
|
|
camerupt: {
|
|
randomBattleMoves: ["rockpolish", "fireblast", "earthpower", "stoneedge", "lavaplume", "explosion", "earthquake", "stealthrock"],
|
|
tier: "NU",
|
|
},
|
|
torkoal: {
|
|
randomBattleMoves: ["rapidspin", "stealthrock", "yawn", "lavaplume", "earthquake", "toxic", "explosion"],
|
|
tier: "NU",
|
|
},
|
|
spoink: {
|
|
tier: "LC",
|
|
},
|
|
grumpig: {
|
|
randomBattleMoves: ["calmmind", "psychic", "focusblast", "shadowball", "thunderwave", "toxic", "healbell"],
|
|
tier: "NU",
|
|
},
|
|
spinda: {
|
|
randomBattleMoves: ["substitute", "bodyslam", "teeterdance", "encore", "hypnosis", "seismictoss", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
trapinch: {
|
|
tier: "LC",
|
|
},
|
|
vibrava: {
|
|
tier: "NFE",
|
|
},
|
|
flygon: {
|
|
randomBattleMoves: ["earthquake", "outrage", "dragonclaw", "uturn", "roost", "stoneedge", "fireblast", "firepunch"],
|
|
tier: "OU",
|
|
},
|
|
cacnea: {
|
|
tier: "LC",
|
|
},
|
|
cacturne: {
|
|
randomBattleMoves: ["swordsdance", "substitute", "suckerpunch", "seedbomb", "focuspunch", "lowkick", "encore", "spikes"],
|
|
tier: "NU",
|
|
},
|
|
swablu: {
|
|
tier: "LC",
|
|
},
|
|
altaria: {
|
|
randomBattleMoves: ["dragondance", "outrage", "dragonclaw", "earthquake", "roost", "healbell", "fireblast"],
|
|
tier: "UU",
|
|
},
|
|
zangoose: {
|
|
randomBattleMoves: ["swordsdance", "closecombat", "shadowclaw", "quickattack", "return"],
|
|
tier: "NU",
|
|
},
|
|
seviper: {
|
|
randomBattleMoves: ["earthquake", "suckerpunch", "aquatail", "switcheroo", "flamethrower", "darkpulse", "sludgebomb"],
|
|
tier: "NU",
|
|
},
|
|
lunatone: {
|
|
randomBattleMoves: ["psychic", "earthpower", "batonpass", "calmmind", "shadowball", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
solrock: {
|
|
randomBattleMoves: ["stealthrock", "explosion", "stoneedge", "zenheadbutt", "earthquake", "rockpolish"],
|
|
tier: "NU",
|
|
},
|
|
barboach: {
|
|
tier: "LC",
|
|
},
|
|
whiscash: {
|
|
randomBattleMoves: ["dragondance", "waterfall", "earthquake", "stoneedge"],
|
|
tier: "NU",
|
|
},
|
|
corphish: {
|
|
tier: "LC",
|
|
},
|
|
crawdaunt: {
|
|
randomBattleMoves: ["dragondance", "waterfall", "crunch", "superpower", "xscissor"],
|
|
tier: "NU",
|
|
},
|
|
baltoy: {
|
|
tier: "LC",
|
|
},
|
|
claydol: {
|
|
randomBattleMoves: ["stealthrock", "explosion", "icebeam", "earthquake", "rapidspin", "reflect", "lightscreen"],
|
|
tier: "UU",
|
|
},
|
|
lileep: {
|
|
tier: "LC",
|
|
},
|
|
cradily: {
|
|
randomBattleMoves: ["stealthrock", "toxic", "seedbomb", "recover", "rest", "sleeptalk", "rockslide", "earthquake", "curse"],
|
|
tier: "NU",
|
|
},
|
|
anorith: {
|
|
tier: "LC",
|
|
},
|
|
armaldo: {
|
|
randomBattleMoves: ["stealthrock", "rapidspin", "stoneedge", "toxic", "xscissor", "swordsdance", "earthquake", "rockpolish"],
|
|
tier: "NU",
|
|
},
|
|
feebas: {
|
|
tier: "LC",
|
|
},
|
|
milotic: {
|
|
randomBattleMoves: ["recover", "surf", "haze", "toxic", "icebeam", "rest", "sleeptalk"],
|
|
tier: "UU",
|
|
},
|
|
castform: {
|
|
randomBattleMoves: ["icebeam", "thunderbolt", "fireblast", "energyball", "shadowball"],
|
|
tier: "NU",
|
|
},
|
|
castformsunny: {},
|
|
castformrainy: {},
|
|
castformsnowy: {},
|
|
kecleon: {
|
|
randomBattleMoves: ["stealthrock", "recover", "return", "aquatail", "thunderwave", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
shuppet: {
|
|
tier: "LC",
|
|
},
|
|
banette: {
|
|
randomBattleMoves: ["shadowsneak", "destinybond", "taunt", "shadowclaw", "willowisp", "thunderwave", "hiddenpowerfighting"],
|
|
tier: "NU",
|
|
},
|
|
duskull: {
|
|
tier: "LC",
|
|
},
|
|
dusclops: {
|
|
tier: "NU",
|
|
},
|
|
dusknoir: {
|
|
randomBattleMoves: ["willowisp", "shadowsneak", "icebeam", "painsplit", "substitute", "earthquake", "focuspunch"],
|
|
tier: "OU",
|
|
},
|
|
tropius: {
|
|
randomBattleMoves: ["swordsdance", "leafblade", "aerialace", "earthquake", "airslash", "energyball", "whirlwind", "roost", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
chingling: {
|
|
tier: "LC",
|
|
},
|
|
chimecho: {
|
|
randomBattleMoves: ["psychic", "thunderwave", "recover", "calmmind", "signalbeam", "hiddenpowerfire", "yawn"],
|
|
tier: "NU",
|
|
},
|
|
absol: {
|
|
randomBattleMoves: ["swordsdance", "suckerpunch", "nightslash", "psychocut", "superpower", "pursuit"],
|
|
tier: "UU",
|
|
},
|
|
snorunt: {
|
|
tier: "LC",
|
|
},
|
|
glalie: {
|
|
randomBattleMoves: ["spikes", "icebeam", "earthquake", "explosion", "taunt"],
|
|
tier: "NU",
|
|
},
|
|
froslass: {
|
|
randomBattleMoves: ["icebeam", "spikes", "destinybond", "shadowball", "taunt"],
|
|
tier: "UUBL",
|
|
},
|
|
spheal: {
|
|
tier: "LC",
|
|
},
|
|
sealeo: {
|
|
tier: "NFE",
|
|
},
|
|
walrein: {
|
|
randomBattleMoves: ["protect", "toxic", "surf", "icebeam", "roar", "encore", "rest", "sleeptalk"],
|
|
tier: "NU",
|
|
},
|
|
clamperl: {
|
|
tier: "NU",
|
|
},
|
|
huntail: {
|
|
randomBattleMoves: ["raindance", "surf", "hiddenpowergrass", "hydropump", "doubleedge", "icebeam", "suckerpunch"],
|
|
tier: "NU",
|
|
},
|
|
gorebyss: {
|
|
randomBattleMoves: ["surf", "hydropump", "icebeam", "hiddenpowergrass", "raindance"],
|
|
tier: "NU",
|
|
},
|
|
relicanth: {
|
|
randomBattleMoves: ["headsmash", "waterfall", "aquatail", "earthquake", "doubleedge", "rockpolish", "stealthrock"],
|
|
tier: "NU",
|
|
},
|
|
luvdisc: {
|
|
randomBattleMoves: ["surf", "icebeam", "toxic", "sweetkiss", "protect"],
|
|
tier: "NU",
|
|
},
|
|
bagon: {
|
|
tier: "LC",
|
|
},
|
|
shelgon: {
|
|
tier: "NU",
|
|
},
|
|
salamence: {
|
|
randomBattleMoves: ["outrage", "fireblast", "earthquake", "dracometeor", "roost", "dragondance"],
|
|
tier: "Uber",
|
|
},
|
|
beldum: {
|
|
tier: "LC",
|
|
},
|
|
metang: {
|
|
tier: "NU",
|
|
},
|
|
metagross: {
|
|
randomBattleMoves: ["meteormash", "earthquake", "agility", "stealthrock", "zenheadbutt", "bulletpunch", "explosion"],
|
|
tier: "OU",
|
|
},
|
|
regirock: {
|
|
randomBattleMoves: ["stealthrock", "thunderwave", "earthquake", "rest", "sleeptalk", "rockslide", "explosion"],
|
|
tier: "NU",
|
|
},
|
|
regice: {
|
|
randomBattleMoves: ["thunderwave", "icebeam", "thunderbolt", "rest", "sleeptalk", "focusblast"],
|
|
tier: "NU",
|
|
},
|
|
registeel: {
|
|
randomBattleMoves: ["stealthrock", "ironhead", "curse", "rest", "sleeptalk", "thunderwave", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
latias: {
|
|
randomBattleMoves: ["dragonpulse", "psychic", "surf", "roost", "calmmind", "refresh"],
|
|
tier: "OU",
|
|
},
|
|
latios: {
|
|
randomBattleMoves: ["dracometeor", "dragonpulse", "surf", "hiddenpowerfire", "psychic", "thunderbolt", "trick", "calmmind", "roost"],
|
|
tier: "Uber",
|
|
},
|
|
kyogre: {
|
|
randomBattleMoves: ["waterspout", "surf", "thunder", "icebeam", "calmmind", "rest", "sleeptalk"],
|
|
tier: "Uber",
|
|
},
|
|
groudon: {
|
|
randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "swordsdance", "rockpolish", "toxic", "firepunch"],
|
|
tier: "Uber",
|
|
},
|
|
rayquaza: {
|
|
randomBattleMoves: ["outrage", "extremespeed", "earthquake", "dragondance", "swordsdance", "overheat", "dragonclaw"],
|
|
tier: "Uber",
|
|
},
|
|
jirachi: {
|
|
randomBattleMoves: ["stealthrock", "ironhead", "firepunch", "substitute", "bodyslam", "wish", "uturn", "calmmind", "psychic", "thunderbolt", "icepunch", "flashcannon"],
|
|
tier: "OU",
|
|
},
|
|
deoxys: {
|
|
randomBattleMoves: ["psychoboost", "superpower", "extremespeed", "icebeam", "spikes", "stealthrock"],
|
|
tier: "Uber",
|
|
},
|
|
deoxysattack: {
|
|
randomBattleMoves: ["psychoboost", "shadowball", "superpower", "extremespeed", "icebeam", "hiddenpowerfire", "stealthrock"],
|
|
tier: "Uber",
|
|
},
|
|
deoxysdefense: {
|
|
randomBattleMoves: ["spikes", "stealthrock", "recover", "taunt", "toxic", "seismictoss"],
|
|
tier: "Uber",
|
|
},
|
|
deoxysspeed: {
|
|
randomBattleMoves: ["spikes", "stealthrock", "psychoboost", "taunt", "lightscreen", "reflect", "superpower"],
|
|
tier: "Uber",
|
|
},
|
|
turtwig: {
|
|
tier: "LC",
|
|
},
|
|
grotle: {
|
|
tier: "NFE",
|
|
},
|
|
torterra: {
|
|
randomBattleMoves: ["stealthrock", "earthquake", "woodhammer", "stoneedge", "rockpolish", "leechseed", "roar", "synthesis"],
|
|
tier: "UU",
|
|
},
|
|
chimchar: {
|
|
tier: "LC",
|
|
},
|
|
monferno: {
|
|
tier: "NU",
|
|
},
|
|
infernape: {
|
|
randomBattleMoves: ["stealthrock", "closecombat", "uturn", "grassknot", "stoneedge", "machpunch", "swordsdance", "hiddenpowerice", "flareblitz"],
|
|
tier: "OU",
|
|
},
|
|
piplup: {
|
|
tier: "LC",
|
|
},
|
|
prinplup: {
|
|
tier: "NFE",
|
|
},
|
|
empoleon: {
|
|
randomBattleMoves: ["stealthrock", "hydropump", "surf", "icebeam", "hiddenpowerelectric", "roar", "grassknot", "agility"],
|
|
tier: "OU",
|
|
},
|
|
starly: {
|
|
tier: "LC",
|
|
},
|
|
staravia: {
|
|
tier: "NFE",
|
|
},
|
|
staraptor: {
|
|
randomBattleMoves: ["bravebird", "closecombat", "return", "uturn", "pursuit", "quickattack", "substitute", "roost", "doubleedge"],
|
|
tier: "UUBL",
|
|
},
|
|
bidoof: {
|
|
tier: "LC",
|
|
},
|
|
bibarel: {
|
|
randomBattleMoves: ["waterfall", "quickattack", "curse", "rest"],
|
|
tier: "NU",
|
|
},
|
|
kricketot: {
|
|
tier: "LC",
|
|
},
|
|
kricketune: {
|
|
randomBattleMoves: ["swordsdance", "xscissor", "nightslash", "brickbreak", "return"],
|
|
tier: "NU",
|
|
},
|
|
shinx: {
|
|
tier: "LC",
|
|
},
|
|
luxio: {
|
|
tier: "NFE",
|
|
},
|
|
luxray: {
|
|
randomBattleMoves: ["icefang", "thunderbolt", "crunch", "superpower", "toxic", "protect", "roar"],
|
|
tier: "NU",
|
|
},
|
|
cranidos: {
|
|
tier: "LC",
|
|
},
|
|
rampardos: {
|
|
randomBattleMoves: ["stoneedge", "earthquake", "zenheadbutt", "firepunch", "rockpolish", "icebeam"],
|
|
tier: "NU",
|
|
},
|
|
shieldon: {
|
|
tier: "LC",
|
|
},
|
|
bastiodon: {
|
|
randomBattleMoves: ["stealthrock", "metalburst", "earthquake", "rockslide", "protect", "toxic", "roar"],
|
|
tier: "NU",
|
|
},
|
|
burmy: {
|
|
tier: "LC",
|
|
},
|
|
wormadam: {
|
|
randomBattleMoves: ["leafstorm", "signalbeam", "hiddenpowerice", "hiddenpowerrock", "psychic"],
|
|
tier: "NU",
|
|
},
|
|
wormadamsandy: {
|
|
randomBattleMoves: ["earthquake", "toxic", "sleeptalk", "rest"],
|
|
tier: "NU",
|
|
},
|
|
wormadamtrash: {
|
|
randomBattleMoves: ["stealthrock", "toxic", "gyroball", "protect"],
|
|
tier: "NU",
|
|
},
|
|
mothim: {
|
|
randomBattleMoves: ["bugbuzz", "airslash", "hiddenpowerground", "uturn", "shadowball", "roost"],
|
|
tier: "NU",
|
|
},
|
|
combee: {
|
|
tier: "LC",
|
|
},
|
|
vespiquen: {
|
|
randomBattleMoves: ["substitute", "roost", "toxic", "attackorder", "protect", "defendorder"],
|
|
tier: "NU",
|
|
},
|
|
pachirisu: {
|
|
randomBattleMoves: ["lightscreen", "discharge", "superfang", "toxic", "uturn"],
|
|
tier: "NU",
|
|
},
|
|
buizel: {
|
|
tier: "LC",
|
|
},
|
|
floatzel: {
|
|
randomBattleMoves: ["waterfall", "return", "aquajet", "bulkup", "batonpass", "icepunch", "crunch", "taunt"],
|
|
tier: "NU",
|
|
},
|
|
cherubi: {
|
|
tier: "LC",
|
|
},
|
|
cherrim: {
|
|
randomBattleMoves: ["energyball", "aromatherapy", "grasswhistle", "hiddenpowerfire", "hiddenpowerground", "synthesis"],
|
|
tier: "NU",
|
|
},
|
|
cherrimsunshine: {
|
|
randomBattleMoves: ["sunnyday", "solarbeam", "weatherball", "hiddenpowerice"],
|
|
},
|
|
shellos: {
|
|
tier: "LC",
|
|
},
|
|
gastrodon: {
|
|
randomBattleMoves: ["earthpower", "icebeam", "surf", "toxic", "recover"],
|
|
tier: "NU",
|
|
},
|
|
drifloon: {
|
|
tier: "LC",
|
|
},
|
|
drifblim: {
|
|
randomBattleMoves: ["shadowball", "substitute", "calmmind", "hiddenpowerfighting", "thunderbolt", "rest"],
|
|
tier: "NU",
|
|
},
|
|
buneary: {
|
|
tier: "LC",
|
|
},
|
|
lopunny: {
|
|
randomBattleMoves: ["encore", "return", "healingwish", "toxic", "thunderwave", "batonpass", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
glameow: {
|
|
tier: "LC",
|
|
},
|
|
purugly: {
|
|
randomBattleMoves: ["fakeout", "uturn", "shadowclaw", "taunt", "suckerpunch", "return"],
|
|
tier: "NU",
|
|
},
|
|
stunky: {
|
|
tier: "LC",
|
|
},
|
|
skuntank: {
|
|
randomBattleMoves: ["pursuit", "suckerpunch", "crunch", "fireblast", "explosion", "taunt", "poisonjab"],
|
|
tier: "NU",
|
|
},
|
|
bronzor: {
|
|
tier: "LC",
|
|
},
|
|
bronzong: {
|
|
randomBattleMoves: ["stealthrock", "gyroball", "earthquake", "payback", "hypnosis", "reflect", "lightscreen", "explosion"],
|
|
tier: "OU",
|
|
},
|
|
chatot: {
|
|
randomBattleMoves: ["nastyplot", "hypervoice", "heatwave", "hiddenpowergrass", "encore", "uturn"],
|
|
tier: "NU",
|
|
},
|
|
spiritomb: {
|
|
randomBattleMoves: ["calmmind", "darkpulse", "rest", "sleeptalk", "hiddenpowerfighting", "willowisp"],
|
|
tier: "UU",
|
|
},
|
|
gible: {
|
|
tier: "LC",
|
|
},
|
|
gabite: {
|
|
tier: "NU",
|
|
},
|
|
garchomp: {
|
|
randomBattleMoves: ["stealthrock", "outrage", "dragonclaw", "earthquake", "stoneedge", "firefang", "swordsdance", "substitute"],
|
|
tier: "Uber",
|
|
},
|
|
riolu: {
|
|
tier: "LC",
|
|
},
|
|
lucario: {
|
|
randomBattleMoves: ["swordsdance", "closecombat", "crunch", "extremespeed", "icepunch", "stoneedge", "agility"],
|
|
tier: "OU",
|
|
},
|
|
hippopotas: {
|
|
tier: "NUBL",
|
|
},
|
|
hippowdon: {
|
|
randomBattleMoves: ["earthquake", "slackoff", "roar", "stealthrock", "toxic", "icefang", "stoneedge"],
|
|
tier: "OU",
|
|
},
|
|
skorupi: {
|
|
tier: "LC",
|
|
},
|
|
drapion: {
|
|
randomBattleMoves: ["swordsdance", "crunch", "earthquake", "aquatail", "whirlwind", "pursuit", "icefang", "taunt", "toxicspikes"],
|
|
tier: "UU",
|
|
},
|
|
croagunk: {
|
|
tier: "LC",
|
|
},
|
|
toxicroak: {
|
|
randomBattleMoves: ["suckerpunch", "focuspunch", "substitute", "swordsdance", "crosschop", "icepunch"],
|
|
tier: "UU",
|
|
},
|
|
carnivine: {
|
|
randomBattleMoves: ["swordsdance", "powerwhip", "return", "sleeppowder", "substitute", "synthesis"],
|
|
tier: "NU",
|
|
},
|
|
finneon: {
|
|
tier: "LC",
|
|
},
|
|
lumineon: {
|
|
randomBattleMoves: ["surf", "uturn", "icebeam", "hiddenpowerelectric", "hiddenpowergrass", "raindance"],
|
|
tier: "NU",
|
|
},
|
|
snover: {
|
|
tier: "NUBL",
|
|
},
|
|
abomasnow: {
|
|
randomBattleMoves: ["blizzard", "iceshard", "woodhammer", "leechseed", "substitute", "earthquake", "hiddenpowerfire", "energyball"],
|
|
tier: "UUBL",
|
|
},
|
|
rotom: {
|
|
randomBattleMoves: ["thunderbolt", "shadowball", "substitute", "painsplit", "hiddenpowerfighting", "hiddenpowerice", "willowisp", "trick"],
|
|
tier: "UU",
|
|
},
|
|
rotomheat: {
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "shadowball", "willowisp", "overheat", "trick"],
|
|
tier: "OU",
|
|
},
|
|
rotomwash: {
|
|
randomBattleMoves: ["thunderbolt", "substitute", "painsplit", "shadowball", "hiddenpowerice", "willowisp", "trick", "hydropump", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
rotomfrost: {
|
|
randomBattleMoves: ["thunderbolt", "shadowball", "trick", "blizzard", "substitute", "painsplit", "willowisp", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
rotomfan: {
|
|
randomBattleMoves: ["discharge", "shadowball", "substitute", "painsplit", "rest", "sleeptalk", "airslash", "willowisp", "hiddenpowerice"],
|
|
tier: "OU",
|
|
},
|
|
rotommow: {
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "willowisp", "shadowball", "trick", "leafstorm"],
|
|
tier: "OU",
|
|
},
|
|
uxie: {
|
|
randomBattleMoves: ["reflect", "lightscreen", "uturn", "psychic", "thunderwave", "yawn", "stealthrock"],
|
|
tier: "UU",
|
|
},
|
|
mesprit: {
|
|
randomBattleMoves: ["hiddenpowerfire", "thunderbolt", "icebeam", "psychic", "calmmind", "substitute", "thunderwave", "uturn", "stealthrock"],
|
|
tier: "UU",
|
|
},
|
|
azelf: {
|
|
randomBattleMoves: ["stealthrock", "fireblast", "psychic", "explosion", "uturn", "nastyplot", "flamethrower", "hiddenpowerfighting", "thunderbolt"],
|
|
tier: "OU",
|
|
},
|
|
dialga: {
|
|
randomBattleMoves: ["stealthrock", "dracometeor", "toxic", "thunderbolt", "outrage", "fireblast", "aurasphere", "dragonclaw", "bulkup", "earthquake", "rest", "sleeptalk"],
|
|
tier: "Uber",
|
|
},
|
|
palkia: {
|
|
randomBattleMoves: ["spacialrend", "dracometeor", "surf", "hydropump", "thunderbolt", "fireblast", "aurasphere"],
|
|
tier: "Uber",
|
|
},
|
|
heatran: {
|
|
randomBattleMoves: ["substitute", "fireblast", "lavaplume", "stealthrock", "earthpower", "hiddenpowergrass", "dragonpulse", "protect", "explosion", "roar"],
|
|
tier: "OU",
|
|
},
|
|
regigigas: {
|
|
randomBattleMoves: ["thunderwave", "substitute", "return", "earthquake", "firepunch", "toxic", "confuseray"],
|
|
tier: "NU",
|
|
},
|
|
giratina: {
|
|
randomBattleMoves: ["rest", "sleeptalk", "roar", "willowisp", "calmmind", "dragonpulse", "shadowball"],
|
|
tier: "Uber",
|
|
},
|
|
giratinaorigin: {
|
|
randomBattleMoves: ["dracometeor", "shadowsneak", "hiddenpowerfire", "calmmind", "substitute", "dragonpulse", "shadowball", "aurasphere", "outrage"],
|
|
},
|
|
cresselia: {
|
|
randomBattleMoves: ["moonlight", "psychic", "hiddenpowerfire", "icebeam", "thunderwave", "toxic", "substitute", "calmmind", "reflect", "lightscreen"],
|
|
tier: "UUBL",
|
|
},
|
|
phione: {
|
|
randomBattleMoves: ["raindance", "toxic", "rest", "icebeam", "surf"],
|
|
tier: "NU",
|
|
},
|
|
manaphy: {
|
|
randomBattleMoves: ["tailglow", "surf", "icebeam", "energyball"],
|
|
tier: "Uber",
|
|
},
|
|
darkrai: {
|
|
randomBattleMoves: ["darkvoid", "darkpulse", "focusblast", "nastyplot", "substitute"],
|
|
tier: "Uber",
|
|
},
|
|
shaymin: {
|
|
randomBattleMoves: ["seedflare", "earthpower", "hiddenpowerice", "hiddenpowerfire", "rest", "substitute", "leechseed"],
|
|
tier: "OU",
|
|
},
|
|
shayminsky: {
|
|
randomBattleMoves: ["seedflare", "earthpower", "airslash", "hiddenpowerice", "hiddenpowerfire", "substitute", "leechseed"],
|
|
tier: "Uber",
|
|
},
|
|
arceus: {
|
|
randomBattleMoves: ["swordsdance", "extremespeed", "shadowclaw", "earthquake", "recover"],
|
|
tier: "Uber",
|
|
},
|
|
arceusbug: {
|
|
randomBattleMoves: ["calmmind", "judgment", "earthpower", "icebeam", "recover"],
|
|
},
|
|
arceusdark: {
|
|
randomBattleMoves: ["calmmind", "judgment", "focusblast", "recover", "refresh"],
|
|
},
|
|
arceusdragon: {
|
|
randomBattleMoves: ["calmmind", "judgment", "flamethrower", "willowisp", "refresh", "recover"],
|
|
},
|
|
arceuselectric: {
|
|
randomBattleMoves: ["calmmind", "judgment", "recover", "icebeam", "earthpower"],
|
|
},
|
|
arceusfighting: {
|
|
randomBattleMoves: ["calmmind", "judgment", "icebeam", "darkpulse", "recover"],
|
|
},
|
|
arceusfire: {
|
|
randomBattleMoves: ["calmmind", "judgment", "earthpower", "thunderbolt", "recover"],
|
|
},
|
|
arceusflying: {
|
|
randomBattleMoves: ["calmmind", "judgment", "refresh", "earthpower", "recover"],
|
|
},
|
|
arceusghost: {
|
|
randomBattleMoves: ["calmmind", "judgment", "focusblast", "willowisp", "recover"],
|
|
},
|
|
arceusgrass: {
|
|
randomBattleMoves: ["calmmind", "icebeam", "judgment", "earthpower", "recover", "thunderwave"],
|
|
},
|
|
arceusground: {
|
|
randomBattleMoves: ["calmmind", "judgment", "icebeam", "thunderbolt", "recover"],
|
|
},
|
|
arceusice: {
|
|
randomBattleMoves: ["calmmind", "judgment", "earthpower", "thunderbolt", "flamethrower", "recover"],
|
|
},
|
|
arceuspoison: {
|
|
randomBattleMoves: ["calmmind", "judgment", "earthpower", "willowisp", "recover"],
|
|
},
|
|
arceuspsychic: {
|
|
randomBattleMoves: ["calmmind", "focusblast", "recover", "shadowball", "judgment"],
|
|
},
|
|
arceusrock: {
|
|
randomBattleMoves: ["calmmind", "judgment", "earthpower", "willowisp", "refresh", "recover"],
|
|
},
|
|
arceussteel: {
|
|
randomBattleMoves: ["calmmind", "judgment", "earthpower", "willowisp", "recover"],
|
|
},
|
|
arceuswater: {
|
|
randomBattleMoves: ["recover", "calmmind", "judgment", "icebeam", "thunderbolt", "willowisp", "refresh"],
|
|
},
|
|
};
|