mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-21 14:59:50 -05:00
1587 lines
42 KiB
JavaScript
1587 lines
42 KiB
JavaScript
'use strict';
|
|
|
|
exports.BattleFormatsData = {
|
|
bulbasaur: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
ivysaur: {
|
|
tier: "NFE",
|
|
},
|
|
venusaur: {
|
|
randomBattleMoves: ["sleeppowder", "sludgebomb", "leechseed", "toxic", "curse", "swordsdance", "synthesis", "hiddenpowerfire"],
|
|
tier: "BL",
|
|
},
|
|
charmander: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
charmeleon: {
|
|
tier: "NU",
|
|
},
|
|
charizard: {
|
|
inherit: true,
|
|
randomBattleMoves: ["substitute", "hiddenpowergrass", "fireblast", "sunnyday", "flamethrower", "earthquake", "overheat", "bellydrum", "focuspunch", "dragondance", "hiddenpowerflying", "irontail", "bodyslam"],
|
|
tier: "BL",
|
|
},
|
|
squirtle: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
wartortle: {
|
|
tier: "NU",
|
|
},
|
|
blastoise: {
|
|
inherit: true,
|
|
randomBattleMoves: ["surf", "icebeam", "earthquake", "rapidspin", "rest", "sleeptalk", "roar", "toxic", "counter", "mirrorcoat"],
|
|
tier: "UU",
|
|
},
|
|
caterpie: {
|
|
tier: "LC",
|
|
},
|
|
metapod: {
|
|
tier: "NFE",
|
|
},
|
|
butterfree: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sleeppowder", "stunspore", "morningsun", "substitute", "whirlwind", "psychic", "hiddenpowerfire", "gigadrain"],
|
|
tier: "NU",
|
|
},
|
|
weedle: {
|
|
tier: "LC",
|
|
},
|
|
kakuna: {
|
|
tier: "NFE",
|
|
},
|
|
beedrill: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sludgebomb", "hiddenpowerbug", "brickbreak", "doubleedge", "swordsdance", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
pidgey: {
|
|
tier: "LC",
|
|
},
|
|
pidgeotto: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
pidgeot: {
|
|
randomBattleMoves: ["hiddenpowerflying", "return", "pursuit", "whirlwind", "rest", "sleeptalk", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
rattata: {
|
|
tier: "LC",
|
|
},
|
|
raticate: {
|
|
inherit: true,
|
|
randomBattleMoves: ["facade", "shadowball", "superfang", "taunt", "substitute", "quickattack", "hiddenpowerfighting"],
|
|
tier: "NU",
|
|
},
|
|
spearow: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
fearow: {
|
|
randomBattleMoves: ["return", "doubleedge", "quickattack", "drillpeck", "hiddenpowerground", "hiddenpowerfighting", "agility", "substitute", "batonpass"],
|
|
tier: "UU",
|
|
},
|
|
ekans: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
arbok: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sludgebomb", "earthquake", "rockslide", "hiddenpowerfire", "rest", "sleeptalk"],
|
|
tier: "NU",
|
|
},
|
|
pichu: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
pikachu: {
|
|
inherit: true,
|
|
tier: "NU",
|
|
},
|
|
raichu: {
|
|
randomBattleMoves: ["hiddenpowerice", "thunderbolt", "bodyslam", "substitute", "toxic", "thunderwave", "surf"],
|
|
tier: "UU",
|
|
},
|
|
sandshrew: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
sandslash: {
|
|
randomBattleMoves: ["earthquake", "rapidspin", "swordsdance", "rockslide", "counter", "brickbreak", "toxic", "bodyslam"],
|
|
tier: "UU",
|
|
},
|
|
nidoranf: {
|
|
tier: "LC",
|
|
},
|
|
nidorina: {
|
|
tier: "NFE",
|
|
},
|
|
nidoqueen: {
|
|
randomBattleMoves: ["earthquake", "icebeam", "fireblast", "thunderbolt", "shadowball", "superpower", "sludgebomb"],
|
|
tier: "UU",
|
|
},
|
|
nidoranm: {
|
|
tier: "LC",
|
|
},
|
|
nidorino: {
|
|
tier: "NFE",
|
|
},
|
|
nidoking: {
|
|
randomBattleMoves: ["earthquake", "sludgebomb", "icebeam", "thunderbolt", "substitute", "megahorn", "focuspunch", "fireblast", "shadowball", "superpower"],
|
|
tier: "UU",
|
|
},
|
|
cleffa: {
|
|
tier: "LC",
|
|
},
|
|
clefairy: {
|
|
tier: "NFE",
|
|
},
|
|
clefable: {
|
|
randomBattleMoves: ["thunderbolt", "icebeam", "flamethrower", "doubleedge", "return", "meteormash", "shadowball", "calmmind", "bellydrum", "cosmicpower", "softboiled", "wish", "protect", "rest", "encore", "counter"],
|
|
tier: "UU",
|
|
},
|
|
vulpix: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
ninetales: {
|
|
randomBattleMoves: ["overheat", "fireblast", "sunnyday", "solarbeam", "flamethrower", "swagger", "willowisp", "hypnosis"],
|
|
tier: "UU",
|
|
},
|
|
igglybuff: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
jigglypuff: {
|
|
tier: "NFE",
|
|
},
|
|
wigglytuff: {
|
|
randomBattleMoves: ["wish", "protect", "seismictoss", "toxic", "doubleedge", "brickbreak", "shadowball", "facade"],
|
|
tier: "NU",
|
|
},
|
|
zubat: {
|
|
tier: "LC",
|
|
},
|
|
golbat: {
|
|
tier: "NU",
|
|
},
|
|
crobat: {
|
|
randomBattleMoves: ["sludgebomb", "hiddenpowerflying", "aerialace", "hiddenpowerground", "hiddenpowerfighting", "shadowball", "gigadrain", "taunt"],
|
|
tier: "BL",
|
|
},
|
|
oddish: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
gloom: {
|
|
inherit: true,
|
|
tier: "NFE",
|
|
},
|
|
vileplume: {
|
|
randomBattleMoves: ["sunnyday", "solarbeam", "synthesis", "sludgebomb", "gigadrain", "hiddenpowerfire", "leechseed", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
bellossom: {
|
|
randomBattleMoves: ["sleeppowder", "stunspore", "leechseed", "moonlight", "gigadrain", "sludgebomb", "hiddenpowerground"],
|
|
tier: "NU",
|
|
},
|
|
paras: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
parasect: {
|
|
randomBattleMoves: ["swordsdance", "spore", "return", "hiddenpowerground", "sludgebomb", "aromatherapy", "gigadrain"],
|
|
tier: "NU",
|
|
},
|
|
venonat: {
|
|
tier: "LC",
|
|
},
|
|
venomoth: {
|
|
inherit: true,
|
|
randomBattleMoves: ["signalbeam", "sludgebomb", "hiddenpowerground", "substitute", "batonpass", "sleeppowder"],
|
|
tier: "NU",
|
|
},
|
|
diglett: {
|
|
tier: "LC",
|
|
},
|
|
dugtrio: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "hiddenpowerice", "aerialace", "substitute"],
|
|
tier: "OU",
|
|
},
|
|
meowth: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
persian: {
|
|
randomBattleMoves: ["fakeout", "return", "shadowball", "hiddenpowerfighting", "thunderbolt", "hiddenpowerice", "taunt", "toxic", "screech", "substitute", "hypnosis", "bodyslam", "roar", "rest", "sleeptalk"],
|
|
tier: "UU",
|
|
},
|
|
psyduck: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
golduck: {
|
|
inherit: true,
|
|
randomBattleMoves: ["surf", "hydropump", "icebeam", "hiddenpowergrass", "calmmind", "hypnosis", "substitute"],
|
|
tier: "UU",
|
|
},
|
|
mankey: {
|
|
tier: "LC",
|
|
},
|
|
primeape: {
|
|
inherit: true,
|
|
randomBattleMoves: ["crosschop", "earthquake", "overheat", "taunt", "toxic", "rockslide", "return"],
|
|
tier: "UU",
|
|
},
|
|
growlithe: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
arcanine: {
|
|
randomBattleMoves: ["fireblast", "extremespeed", "hiddenpowerground", "rest", "sleeptalk", "toxic", "roar"],
|
|
tier: "BL",
|
|
},
|
|
poliwag: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
poliwhirl: {
|
|
tier: "NU",
|
|
},
|
|
poliwrath: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "hydropump", "icebeam", "bulkup", "brickbreak", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
politoed: {
|
|
randomBattleMoves: ["hydropump", "surf", "icebeam", "hiddenpowergrass", "toxic", "hypnosis", "counter"],
|
|
tier: "UU",
|
|
},
|
|
abra: {
|
|
tier: "LC",
|
|
},
|
|
kadabra: {
|
|
tier: "BL",
|
|
},
|
|
alakazam: {
|
|
inherit: true,
|
|
randomBattleMoves: ["firepunch", "icepunch", "thunderpunch", "psychic", "calmmind", "encore", "thunderwave", "substitute", "recover"],
|
|
tier: "BL",
|
|
},
|
|
machop: {
|
|
tier: "LC",
|
|
},
|
|
machoke: {
|
|
tier: "NU",
|
|
},
|
|
machamp: {
|
|
inherit: true,
|
|
randomBattleMoves: ["crosschop", "earthquake", "bulkup", "bodyslam", "rockslide", "rest", "sleeptalk"],
|
|
tier: "BL",
|
|
},
|
|
bellsprout: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
weepinbell: {
|
|
inherit: true,
|
|
tier: "NU",
|
|
},
|
|
victreebel: {
|
|
randomBattleMoves: ["sleeppowder", "sludgebomb", "synthesis", "sunnyday", "hiddenpowerfighting", "bodyslam", "swordsdance"],
|
|
tier: "UU",
|
|
},
|
|
tentacool: {
|
|
tier: "LC",
|
|
},
|
|
tentacruel: {
|
|
randomBattleMoves: ["icebeam", "rapidspin", "hydropump", "gigadrain", "toxic", "haze"],
|
|
tier: "UU",
|
|
},
|
|
geodude: {
|
|
tier: "LC",
|
|
},
|
|
graveler: {
|
|
tier: "NU",
|
|
},
|
|
golem: {
|
|
randomBattleMoves: ["earthquake", "rockslide", "doubleedge", "explosion", "counter"],
|
|
tier: "UU",
|
|
},
|
|
ponyta: {
|
|
tier: "LC",
|
|
},
|
|
rapidash: {
|
|
inherit: true,
|
|
randomBattleMoves: ["fireblast", "agility", "substitute", "batonpass", "toxic", "hiddenpowergrass", "rest", "sleeptalk"],
|
|
tier: "UU",
|
|
},
|
|
slowpoke: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
slowbro: {
|
|
randomBattleMoves: ["calmmind", "disable", "fireblast", "icebeam", "surf", "rest", "sleeptalk", "psychic"],
|
|
tier: "BL",
|
|
},
|
|
slowking: {
|
|
randomBattleMoves: ["surf", "psychic", "fireblast", "flamethrower", "icebeam", "calmmind", "thunderwave", "counter", "rest", "sleeptalk"],
|
|
tier: "UU",
|
|
},
|
|
magnemite: {
|
|
tier: "LC",
|
|
},
|
|
magneton: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "rest", "sleeptalk", "thunderwave", "toxic"],
|
|
tier: "OU",
|
|
},
|
|
farfetchd: {
|
|
inherit: true,
|
|
randomBattleMoves: ["swordsdance", "agility", "slash", "hiddenpowerground", "shadowball", "substitute", "flail"],
|
|
tier: "NU",
|
|
},
|
|
doduo: {
|
|
tier: "LC",
|
|
},
|
|
dodrio: {
|
|
inherit: true,
|
|
randomBattleMoves: ["doubleedge", "return", "drillpeck", "quickattack", "flail", "hiddenpowerground", "agility", "substitute", "endure", "batonpass", "taunt", "rest"],
|
|
tier: "BL",
|
|
},
|
|
seel: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
dewgong: {
|
|
randomBattleMoves: ["rest", "sleeptalk", "icebeam", "surf", "perishsong", "toxic", "hiddenpowerfire", "fakeout"],
|
|
tier: "NU",
|
|
},
|
|
grimer: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
muk: {
|
|
randomBattleMoves: ["sludgebomb", "hiddenpowerground", "curse", "fireblast", "icepunch", "bodyslam", "rest", "sleeptalk", "toxic", "shadowpunch", "memento", "taunt"],
|
|
tier: "UU",
|
|
},
|
|
shellder: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
cloyster: {
|
|
randomBattleMoves: ["surf", "icebeam", "spikes", "rapidspin", "explosion", "toxic"],
|
|
tier: "OU",
|
|
},
|
|
gastly: {
|
|
tier: "LC",
|
|
},
|
|
haunter: {
|
|
tier: "NU",
|
|
},
|
|
gengar: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "icepunch", "firepunch", "explosion", "willowisp", "destinybond", "taunt", "substitute", "meanlook", "perishsong", "shadowball"],
|
|
tier: "OU",
|
|
},
|
|
onix: {
|
|
tier: "LC",
|
|
},
|
|
steelix: {
|
|
randomBattleMoves: ["earthquake", "rockslide", "hiddenpowerrock", "hiddenpowersteel", "irontail", "roar", "toxic", "rest", "explosion", "doubleedge"],
|
|
tier: "BL",
|
|
},
|
|
drowzee: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
hypno: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "hypnosis", "firepunch", "icepunch", "thunderpunch", "calmmind"],
|
|
tier: "UU",
|
|
},
|
|
krabby: {
|
|
tier: "LC",
|
|
},
|
|
kingler: {
|
|
randomBattleMoves: ["doubleedge", "return", "bodyslam", "hiddenpowerground", "mudshot", "swordsdance", "crabhammer", "knockoff", "toxic", "rest", "sleeptalk", "haze", "surf"],
|
|
tier: "NU",
|
|
},
|
|
voltorb: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
electrode: {
|
|
randomBattleMoves: ["thunderbolt", "thunder", "hiddenpowergrass", "hiddenpowerice", "explosion", "raindance", "lightscreen", "taunt", "thunderwave", "substitute"],
|
|
tier: "UU",
|
|
},
|
|
exeggcute: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
exeggutor: {
|
|
inherit: true,
|
|
randomBattleMoves: ["solarbeam", "gigadrain", "psychic", "hiddenpowerice", "hiddenpowerfire", "explosion", "sunnyday", "sleeppowder", "stunspore", "synthesis", "leechseed"],
|
|
tier: "BL",
|
|
},
|
|
cubone: {
|
|
tier: "LC",
|
|
},
|
|
marowak: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "bonemerang", "rockslide", "doubleedge", "swordsdance"],
|
|
tier: "BL",
|
|
},
|
|
tyrogue: {
|
|
tier: "LC",
|
|
},
|
|
hitmonlee: {
|
|
inherit: true,
|
|
randomBattleMoves: ["brickbreak", "highjumpkick", "rockslide", "earthquake", "machpunch", "focuspunch", "reversal", "substitute", "endure", "bulkup"],
|
|
tier: "UU",
|
|
},
|
|
hitmonchan: {
|
|
inherit: true,
|
|
randomBattleMoves: ["bulkup", "highjumpkick", "rapidspin", "machpunch", "return", "earthquake", "rockslide"],
|
|
tier: "NU",
|
|
},
|
|
hitmontop: {
|
|
randomBattleMoves: ["brickbreak", "highjumpkick", "rockslide", "earthquake", "machpunch", "endeavor", "substitute", "endure", "bulkup", "rapidspin", "counter"],
|
|
tier: "UU",
|
|
},
|
|
lickitung: {
|
|
inherit: true,
|
|
randomBattleMoves: ["wish", "protect", "healbell", "seismictoss", "bodyslam", "earthquake"],
|
|
tier: "NU",
|
|
},
|
|
koffing: {
|
|
tier: "LC",
|
|
},
|
|
weezing: {
|
|
randomBattleMoves: ["sludgebomb", "haze", "flamethrower", "explosion", "painsplit", "willowisp", "thunderbolt", "shadowball", "toxic"],
|
|
tier: "BL",
|
|
},
|
|
rhyhorn: {
|
|
tier: "LC",
|
|
},
|
|
rhydon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "hiddenpowerrock", "megahorn", "doubleedge", "focuspunch", "substitute", "toxic"],
|
|
tier: "BL",
|
|
},
|
|
chansey: {
|
|
inherit: true,
|
|
tier: "BL",
|
|
},
|
|
blissey: {
|
|
randomBattleMoves: ["icebeam", "thunderbolt", "flamethrower", "seismictoss", "toxic", "thunderwave", "wish", "protect", "softboiled", "calmmind", "counter"],
|
|
tier: "OU",
|
|
},
|
|
tangela: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sunnyday", "solarbeam", "hiddenpowerfire", "sleeppowder", "gigadrain", "stunspore", "leechseed"],
|
|
tier: "NU",
|
|
},
|
|
kangaskhan: {
|
|
inherit: true,
|
|
randomBattleMoves: ["fakeout", "bodyslam", "doubleedge", "earthquake", "rockslide", "brickbreak", "shadowball", "wish"],
|
|
tier: "UU",
|
|
},
|
|
horsea: {
|
|
tier: "LC",
|
|
},
|
|
seadra: {
|
|
inherit: true,
|
|
tier: "NU",
|
|
},
|
|
kingdra: {
|
|
inherit: true,
|
|
randomBattleMoves: ["hydropump", "surf", "icebeam", "hiddenpowergrass", "dragonbreath", "doubleedge", "return", "raindance", "rest", "sleeptalk"],
|
|
tier: "BL",
|
|
},
|
|
goldeen: {
|
|
tier: "LC",
|
|
},
|
|
seaking: {
|
|
randomBattleMoves: ["hydropump", "icebeam", "hiddenpowergrass", "megahorn", "raindance"],
|
|
tier: "NU",
|
|
},
|
|
staryu: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
starmie: {
|
|
inherit: true,
|
|
randomBattleMoves: ["surf", "thunderbolt", "icebeam", "psychic", "rapidspin", "recover", "thunderwave", "toxic"],
|
|
tier: "OU",
|
|
},
|
|
mrmime: {
|
|
inherit: true,
|
|
randomBattleMoves: ["taunt", "thunderbolt", "psychic", "firepunch", "icepunch", "lightscreen", "reflect", "calmmind", "encore", "batonpass"],
|
|
tier: "UU",
|
|
},
|
|
scyther: {
|
|
inherit: true,
|
|
tier: "UU",
|
|
},
|
|
scizor: {
|
|
inherit: true,
|
|
randomBattleMoves: ["steelwing", "silverwind", "hiddenpowerrock", "morningsun", "swordsdance", "agility", "batonpass", "hiddenpowerbug"],
|
|
tier: "BL",
|
|
},
|
|
smoochum: {
|
|
tier: "LC",
|
|
},
|
|
jynx: {
|
|
randomBattleMoves: ["icebeam", "psychic", "hiddenpowerfire", "lovelykiss", "calmmind", "substitute", "meanlook", "perishsong"],
|
|
tier: "BL",
|
|
},
|
|
elekid: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
electabuzz: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "icepunch", "firepunch", "crosschop", "focuspunch", "substitute", "toxic", "thunderwave"],
|
|
tier: "UU",
|
|
},
|
|
magby: {
|
|
tier: "NU",
|
|
},
|
|
magmar: {
|
|
inherit: true,
|
|
randomBattleMoves: ["crosschop", "fireblast", "psychic", "thunderpunch", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
pinsir: {
|
|
inherit: true,
|
|
randomBattleMoves: ["swordsdance", "hiddenpowerbug", "rockslide", "brickbreak", "return", "earthquake"],
|
|
tier: "UU",
|
|
},
|
|
tauros: {
|
|
inherit: true,
|
|
randomBattleMoves: ["bodyslam", "doubleedge", "return", "earthquake", "hiddenpowerrock"],
|
|
tier: "BL",
|
|
},
|
|
magikarp: {
|
|
tier: "LC",
|
|
},
|
|
gyarados: {
|
|
randomBattleMoves: ["hiddenpowerflying", "earthquake", "doubleedge", "hydropump", "blizzard", "dragondance", "taunt", "thunderwave"],
|
|
tier: "OU",
|
|
},
|
|
lapras: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dragondance", "return", "icebeam", "hydropump", "thunderbolt", "healbell", "psychic"],
|
|
tier: "BL",
|
|
},
|
|
ditto: {
|
|
randomBattleMoves: ["transform"],
|
|
tier: "NU",
|
|
},
|
|
eevee: {
|
|
tier: "LC",
|
|
},
|
|
vaporeon: {
|
|
randomBattleMoves: ["hydropump", "surf", "icebeam", "wish", "toxic", "protect", "roar"],
|
|
tier: "BL",
|
|
},
|
|
jolteon: {
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "substitute", "agility", "batonpass", "toxic", "thunderwave", "wish"],
|
|
tier: "OU",
|
|
},
|
|
flareon: {
|
|
randomBattleMoves: ["return", "bodyslam", "quickattack", "shadowball", "fireblast", "overheat", "hiddenpowergrass"],
|
|
tier: "NU",
|
|
},
|
|
espeon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "morningsun", "calmmind", "substitute", "wish", "protect", "batonpass", "reflect", "lightscreen"],
|
|
tier: "BL",
|
|
},
|
|
umbreon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "meanlook", "charm", "curse", "substitute", "wish", "protect", "batonpass", "taunt", "toxic", "moonlight"],
|
|
tier: "BL",
|
|
},
|
|
porygon: {
|
|
tier: "LC",
|
|
},
|
|
porygon2: {
|
|
randomBattleMoves: ["thunderbolt", "icebeam", "return", "shadowball", "recover", "toxic", "thunderwave"],
|
|
tier: "OU",
|
|
},
|
|
omanyte: {
|
|
tier: "LC",
|
|
},
|
|
omastar: {
|
|
randomBattleMoves: ["raindance", "hydropump", "icebeam", "spikes", "toxic", "haze"],
|
|
tier: "UU",
|
|
},
|
|
kabuto: {
|
|
tier: "LC",
|
|
},
|
|
kabutops: {
|
|
randomBattleMoves: ["return", "brickbreak", "rockslide", "swordsdance", "rapidspin", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
aerodactyl: {
|
|
randomBattleMoves: ["rockslide", "earthquake", "hiddenpowerflying", "doubleedge", "substitute", "taunt", "toxic"],
|
|
tier: "OU",
|
|
},
|
|
snorlax: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "brickbreak", "shadowball", "return", "selfdestruct", "rockslide", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
articuno: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "toxic", "roar", "reflect", "healbell", "rest", "sleeptalk", "haze", "extrasensory", "substitute", "agility"],
|
|
tier: "BL",
|
|
},
|
|
zapdos: {
|
|
inherit: true,
|
|
randomBattleMoves: ["agility", "batonpass", "thunderbolt", "hiddenpowerice", "toxic", "substitute", "thunderwave"],
|
|
tier: "OU",
|
|
},
|
|
moltres: {
|
|
inherit: true,
|
|
randomBattleMoves: ["fireblast", "flamethrower", "hiddenpowergrass", "doubleedge", "morningsun", "toxic", "agility", "willowisp", "substitute"],
|
|
tier: "BL",
|
|
},
|
|
dratini: {
|
|
tier: "LC",
|
|
},
|
|
dragonair: {
|
|
tier: "NU",
|
|
},
|
|
dragonite: {
|
|
inherit: true,
|
|
randomBattleMoves: ["hiddenpowerflying", "earthquake", "dragondance", "fireblast", "flamethrower", "icebeam", "thunderbolt", "thunderwave", "healbell", "substitute", "focuspunch"],
|
|
tier: "BL",
|
|
},
|
|
mewtwo: {
|
|
inherit: true,
|
|
randomBattleMoves: ["calmmind", "psychic", "icebeam", "thunderbolt", "flamethrower", "bulkup", "shadowball", "earthquake", "brickbreak", "recover", "taunt", "selfdestruct"],
|
|
tier: "Uber",
|
|
},
|
|
mew: {
|
|
inherit: true,
|
|
randomBattleMoves: ["softboiled", "calmmind", "psychic", "icebeam", "thunderbolt", "flamethrower", "swordsdance", "shadowball", "earthquake", "focuspunch", "substitute", "taunt", "hypnosis", "toxic", "transform", "roar", "reflect", "counter", "explosion"],
|
|
tier: "Uber",
|
|
},
|
|
chikorita: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
bayleef: {
|
|
tier: "NFE",
|
|
},
|
|
meganium: {
|
|
randomBattleMoves: ["hiddenpowergrass", "razorleaf", "bodyslam", "return", "earthquake", "swordsdance", "counter", "synthesis", "leechseed", "toxic", "reflect", "lightscreen"],
|
|
tier: "UU",
|
|
},
|
|
cyndaquil: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
quilava: {
|
|
tier: "NU",
|
|
},
|
|
typhlosion: {
|
|
inherit: true,
|
|
randomBattleMoves: ["fireblast", "flamethrower", "earthquake", "thunderpunch", "hiddenpowerice", "hiddenpowergrass", "substitute"],
|
|
tier: "BL",
|
|
},
|
|
totodile: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
croconaw: {
|
|
tier: "NFE",
|
|
},
|
|
feraligatr: {
|
|
randomBattleMoves: ["earthquake", "rockslide", "icebeam", "focuspunch", "substitute", "swordsdance"],
|
|
tier: "UU",
|
|
},
|
|
sentret: {
|
|
tier: "LC",
|
|
},
|
|
furret: {
|
|
randomBattleMoves: ["return", "doubleedge", "shadowball", "brickbreak", "hiddenpowerground", "quickattack", "surf", "flamethrower", "trick"],
|
|
tier: "NU",
|
|
},
|
|
hoothoot: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
noctowl: {
|
|
randomBattleMoves: ["psychic", "toxic", "whirlwind", "reflect", "hypnosis"],
|
|
tier: "NU",
|
|
},
|
|
ledyba: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
ledian: {
|
|
randomBattleMoves: ["swordsdance", "substitute", "batonpass", "lightscreen", "reflect", "return", "hiddenpowerbug", "hiddenpowerflying"],
|
|
tier: "NU",
|
|
},
|
|
spinarak: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
ariados: {
|
|
randomBattleMoves: ["nightshade", "sludgebomb", "signalbeam", "spiderweb", "batonpass", "substitute", "agility"],
|
|
tier: "NU",
|
|
},
|
|
chinchou: {
|
|
tier: "LC",
|
|
},
|
|
lanturn: {
|
|
randomBattleMoves: ["surf", "hydropump", "thunderbolt", "icebeam", "thunderwave", "toxic", "rest", "sleeptalk"],
|
|
tier: "UU",
|
|
},
|
|
togepi: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
togetic: {
|
|
randomBattleMoves: ["seismictoss", "toxic", "softboiled", "batonpass", "encore", "wish", "flamethrower", "aerialace", "doubleedge", "shadowball"],
|
|
tier: "NU",
|
|
},
|
|
natu: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
xatu: {
|
|
randomBattleMoves: ["psychic", "nightshade", "calmmind", "wish", "protect", "batonpass", "reflect", "lightscreen", "thunderwave", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
mareep: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
flaaffy: {
|
|
tier: "NFE",
|
|
},
|
|
ampharos: {
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "firepunch", "focuspunch", "substitute", "thunderwave", "healbell", "reflect", "lightscreen"],
|
|
tier: "UU",
|
|
},
|
|
azurill: {
|
|
tier: "LC",
|
|
},
|
|
marill: {
|
|
tier: "NFE",
|
|
},
|
|
azumarill: {
|
|
randomBattleMoves: ["focuspunch", "bodyslam", "hydropump", "surf", "substitute", "encore", "sing"],
|
|
tier: "UU",
|
|
},
|
|
sudowoodo: {
|
|
randomBattleMoves: ["rockslide", "earthquake", "explosion", "doubleedge", "brickbreak", "focuspunch", "rest", "sleeptalk"],
|
|
tier: "NU",
|
|
},
|
|
hoppip: {
|
|
tier: "LC",
|
|
},
|
|
skiploom: {
|
|
tier: "NFE",
|
|
},
|
|
jumpluff: {
|
|
randomBattleMoves: ["hiddenpowerflying", "leechseed", "encore", "sleeppowder", "synthesis", "toxic", "substitute"],
|
|
tier: "BL",
|
|
},
|
|
aipom: {
|
|
inherit: true,
|
|
randomBattleMoves: ["taunt", "doubleedge", "shadowball", "batonpass", "focuspunch", "thunderwave"],
|
|
tier: "NU",
|
|
},
|
|
sunkern: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
sunflora: {
|
|
randomBattleMoves: ["synthesis", "growth", "gigadrain", "razorleaf", "hiddenpowerice", "leechseed", "hiddenpowerfire", "sunnyday", "solarbeam"],
|
|
tier: "NU",
|
|
},
|
|
yanma: {
|
|
randomBattleMoves: ["aerialace", "signalbeam", "hiddenpowerground", "hypnosis", "substitute", "reversal"],
|
|
tier: "NU",
|
|
},
|
|
wooper: {
|
|
tier: "LC",
|
|
},
|
|
quagsire: {
|
|
randomBattleMoves: ["earthquake", "surf", "icebeam", "toxic", "rest", "sleeptalk", "curse", "counter"],
|
|
tier: "UU",
|
|
},
|
|
murkrow: {
|
|
inherit: true,
|
|
randomBattleMoves: ["drillpeck", "shadowball", "hiddenpowerfighting", "feintattack", "meanlook", "perishsong", "substitute", "protect", "taunt"],
|
|
tier: "NU",
|
|
},
|
|
misdreavus: {
|
|
inherit: true,
|
|
randomBattleMoves: ["calmmind", "thunderbolt", "hiddenpowerice", "psychic", "meanlook", "perishsong", "substitute", "protect", "taunt", "thunderwave"],
|
|
tier: "UU",
|
|
},
|
|
unown: {
|
|
randomBattleMoves: ["hiddenpowerpsychic"],
|
|
tier: "NU",
|
|
},
|
|
wynaut: {
|
|
inherit: true,
|
|
tier: "Uber",
|
|
},
|
|
wobbuffet: {
|
|
inherit: true,
|
|
randomBattleMoves: ["counter", "mirrorcoat", "encore", "safeguard", "tickle"],
|
|
tier: "Uber",
|
|
},
|
|
girafarig: {
|
|
randomBattleMoves: ["psychic", "thunderbolt", "calmmind", "agility", "substitute", "batonpass", "thunderwave", "wish", "reflect", "lightscreen"],
|
|
tier: "UU",
|
|
},
|
|
pineco: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
forretress: {
|
|
randomBattleMoves: ["hiddenpowerbug", "earthquake", "counter", "explosion", "rapidspin", "spikes", "toxic", "lightscreen", "hiddenpowersteel"],
|
|
tier: "OU",
|
|
},
|
|
dunsparce: {
|
|
randomBattleMoves: ["headbutt", "thunderwave", "rockslide", "shadowball", "curse", "rest", "sleeptalk", "bodyslam"],
|
|
tier: "NU",
|
|
},
|
|
gligar: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "hiddenpowerflying", "rockslide", "irontail", "steelwing", "swordsdance", "counter", "endure"],
|
|
tier: "UU",
|
|
},
|
|
snubbull: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
granbull: {
|
|
randomBattleMoves: ["return", "doubleedge", "bodyslam", "earthquake", "shadowball", "focuspunch", "overheat", "fireblast", "substitute", "healbell", "thunderwave", "counter"],
|
|
tier: "UU",
|
|
},
|
|
qwilfish: {
|
|
inherit: true,
|
|
randomBattleMoves: ["spikes", "surf", "hydropump", "sludgebomb", "selfdestruct", "destinybond", "swordsdance", "thunderwave", "shadowball", "return"],
|
|
tier: "UU",
|
|
},
|
|
shuckle: {
|
|
inherit: true,
|
|
randomBattleMoves: ["toxic", "protect", "encore", "rest", "sleeptalk", "wrap"],
|
|
tier: "NU",
|
|
},
|
|
heracross: {
|
|
randomBattleMoves: ["megahorn", "brickbreak", "rockslide", "swordsdance", "substitute", "focuspunch", "endure", "reversal", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
sneasel: {
|
|
inherit: true,
|
|
randomBattleMoves: ["brickbreak", "shadowball", "doubleedge", "return", "quickattack", "focuspunch", "substitute", "swordsdance", "taunt"],
|
|
tier: "UU",
|
|
},
|
|
teddiursa: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
ursaring: {
|
|
randomBattleMoves: ["return", "bodyslam", "earthquake", "focuspunch", "swordsdance", "sleeptalk"],
|
|
tier: "BL",
|
|
},
|
|
slugma: {
|
|
tier: "LC",
|
|
},
|
|
magcargo: {
|
|
inherit: true,
|
|
randomBattleMoves: ["rest", "sleeptalk", "flamethrower", "hiddenpowergrass", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
swinub: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
piloswine: {
|
|
randomBattleMoves: ["earthquake", "rockslide", "toxic", "icebeam", "icywind", "rest", "sleeptalk"],
|
|
tier: "NU",
|
|
},
|
|
corsola: {
|
|
inherit: true,
|
|
randomBattleMoves: ["calmmind", "recover", "surf", "toxic", "refresh"],
|
|
tier: "NU",
|
|
},
|
|
remoraid: {
|
|
tier: "LC",
|
|
},
|
|
octillery: {
|
|
randomBattleMoves: ["sludgebomb", "icebeam", "rockblast", "surf", "hiddenpowerground", "thunderwave", "flamethrower", "fireblast", "psychic"],
|
|
tier: "NU",
|
|
},
|
|
delibird: {
|
|
inherit: true,
|
|
randomBattleMoves: ["aerialace", "focuspunch", "icebeam", "quickattack"],
|
|
tier: "NU",
|
|
},
|
|
mantine: {
|
|
inherit: true,
|
|
randomBattleMoves: ["surf", "hydropump", "icebeam", "hiddenpowergrass", "toxic", "haze", "raindance", "rest", "sleeptalk"],
|
|
tier: "UU",
|
|
},
|
|
skarmory: {
|
|
randomBattleMoves: ["drillpeck", "whirlwind", "spikes", "toxic", "protect", "rest", "taunt", "substitute"],
|
|
tier: "OU",
|
|
},
|
|
houndour: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
houndoom: {
|
|
randomBattleMoves: ["pursuit", "fireblast", "flamethrower", "willowisp", "crunch", "hiddenpowergrass"],
|
|
tier: "BL",
|
|
},
|
|
phanpy: {
|
|
tier: "LC",
|
|
},
|
|
donphan: {
|
|
randomBattleMoves: ["earthquake", "rockslide", "bodyslam", "rapidspin", "counter", "toxic", "roar", "rest", "sleeptalk"],
|
|
tier: "BL",
|
|
},
|
|
stantler: {
|
|
inherit: true,
|
|
randomBattleMoves: ["return", "earthquake", "doubleedge", "hypnosis", "shadowball", "thunderbolt", "calmmind"],
|
|
tier: "UU",
|
|
},
|
|
smeargle: {
|
|
inherit: true,
|
|
randomBattleMoves: ["extremespeed", "explosion", "spore", "spikes", "transform", "perishsong", "bellydrum", "tailglow", "agility", "ingrain", "spiderweb", "substitute", "batonpass"],
|
|
tier: "BL",
|
|
},
|
|
miltank: {
|
|
randomBattleMoves: ["return", "bodyslam", "earthquake", "shadowball", "counter", "curse", "milkdrink", "healbell", "toxic", "thunderwave"],
|
|
tier: "BL",
|
|
},
|
|
raikou: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "calmmind", "hiddenpowergrass", "crunch", "substitute", "roar", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
entei: {
|
|
inherit: true,
|
|
randomBattleMoves: ["calmmind", "fireblast", "flamethrower", "hiddenpowergrass", "hiddenpowerice", "doubleedge", "return", "sunnyday", "solarbeam", "substitute"],
|
|
tier: "BL",
|
|
},
|
|
suicune: {
|
|
inherit: true,
|
|
randomBattleMoves: ["hydropump", "surf", "icebeam", "hiddenpowergrass", "calmmind", "toxic", "roar", "substitute", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
larvitar: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
pupitar: {
|
|
tier: "NU",
|
|
},
|
|
tyranitar: {
|
|
inherit: true,
|
|
randomBattleMoves: ["rockslide", "earthquake", "pursuit", "fireblast", "icebeam", "hiddenpowergrass", "dragondance", "taunt", "toxic"],
|
|
tier: "OU",
|
|
},
|
|
lugia: {
|
|
inherit: true,
|
|
randomBattleMoves: ["recover", "icebeam", "calmmind", "aeroblast", "earthquake", "toxic", "whirlwind", "reflect", "lightscreen"],
|
|
tier: "Uber",
|
|
},
|
|
hooh: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sacredfire", "hiddenpowerflying", "thunderbolt", "earthquake", "recover", "whirlwind", "reflect", "substitute"],
|
|
tier: "Uber",
|
|
},
|
|
celebi: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "hiddenpowergrass", "shadowball", "hiddenpowerfighting", "recover", "calmmind", "swordsdance", "batonpass", "reflect", "healbell", "toxic", "leechseed"],
|
|
tier: "OU",
|
|
},
|
|
treecko: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
grovyle: {
|
|
tier: "NU",
|
|
},
|
|
sceptile: {
|
|
randomBattleMoves: ["leafblade", "dragonclaw", "hiddenpowerfire", "hiddenpowerice", "crunch", "thunderpunch", "leechseed", "substitute"],
|
|
tier: "BL",
|
|
},
|
|
torchic: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
combusken: {
|
|
tier: "NFE",
|
|
},
|
|
blaziken: {
|
|
inherit: true,
|
|
randomBattleMoves: ["flamethrower", "fireblast", "brickbreak", "earthquake", "rockslide", "skyuppercut", "swordsdance", "hiddenpowergrass", "substitute", "focuspunch"],
|
|
tier: "BL",
|
|
},
|
|
mudkip: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
marshtomp: {
|
|
tier: "NFE",
|
|
},
|
|
swampert: {
|
|
randomBattleMoves: ["earthquake", "hydropump", "icebeam", "rockslide", "toxic", "protect", "surf", "rest", "sleeptalk", "curse"],
|
|
tier: "OU",
|
|
},
|
|
poochyena: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
mightyena: {
|
|
randomBattleMoves: ["shadowball", "hiddenpowerfighting", "bodyslam", "irontail", "taunt", "healbell"],
|
|
tier: "NU",
|
|
},
|
|
zigzagoon: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
linoone: {
|
|
randomBattleMoves: ["bellydrum", "extremespeed", "return", "shadowball", "flail", "substitute", "hiddenpowerfighting"],
|
|
tier: "UU",
|
|
},
|
|
wurmple: {
|
|
tier: "LC",
|
|
},
|
|
silcoon: {
|
|
tier: "NFE",
|
|
},
|
|
beautifly: {
|
|
randomBattleMoves: ["toxic", "stunspore", "morningsun", "whirlwind", "gigadrain", "hiddenpowerbug"],
|
|
tier: "NU",
|
|
},
|
|
cascoon: {
|
|
tier: "NFE",
|
|
},
|
|
dustox: {
|
|
randomBattleMoves: ["sludgebomb", "hiddenpowerfire", "moonlight", "toxic", "lightscreen", "whirlwind"],
|
|
tier: "NU",
|
|
},
|
|
lotad: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
lombre: {
|
|
tier: "NFE",
|
|
},
|
|
ludicolo: {
|
|
randomBattleMoves: ["hydropump", "surf", "leechseed", "icebeam", "raindance", "thunderpunch", "gigadrain", "fakeout"],
|
|
tier: "BL",
|
|
},
|
|
seedot: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
nuzleaf: {
|
|
tier: "NFE",
|
|
},
|
|
shiftry: {
|
|
randomBattleMoves: ["shadowball", "brickbreak", "fakeout", "sunnyday", "solarbeam", "hiddenpowerfire", "hiddenpowerice"],
|
|
tier: "UU",
|
|
},
|
|
taillow: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
swellow: {
|
|
inherit: true,
|
|
randomBattleMoves: ["doubleedge", "return", "facade", "hiddenpowerflying", "hiddenpowerground", "hiddenpowerfighting", "quickattack", "steelwing"],
|
|
tier: "BL",
|
|
},
|
|
wingull: {
|
|
tier: "LC",
|
|
},
|
|
pelipper: {
|
|
randomBattleMoves: ["rest", "sleeptalk", "surf", "icebeam", "hiddenpowerelectric", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
ralts: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
kirlia: {
|
|
tier: "NFE",
|
|
},
|
|
gardevoir: {
|
|
randomBattleMoves: ["psychic", "thunderbolt", "firepunch", "icepunch", "calmmind", "memento", "taunt", "hypnosis", "thunderwave", "willowisp", "destinybond", "substitute", "reflect", "wish", "protect"],
|
|
tier: "BL",
|
|
},
|
|
surskit: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
masquerain: {
|
|
randomBattleMoves: ["doubleedge", "hydropump", "icebeam", "raindance", "stunspore", "toxic", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
shroomish: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
breloom: {
|
|
randomBattleMoves: ["swordsdance", "hiddenpowerrock", "skyuppercut", "machpunch", "focuspunch", "substitute", "leechseed", "spore", "stunspore"],
|
|
tier: "BL",
|
|
},
|
|
slakoth: {
|
|
tier: "LC",
|
|
},
|
|
vigoroth: {
|
|
tier: "NU",
|
|
},
|
|
slaking: {
|
|
randomBattleMoves: ["return", "doubleedge", "earthquake", "shadowball", "focuspunch", "fireblast"],
|
|
tier: "BL",
|
|
},
|
|
nincada: {
|
|
tier: "LC",
|
|
},
|
|
ninjask: {
|
|
randomBattleMoves: ["silverwind", "hiddenpowerflying", "aerialace", "hiddenpowerrock", "swordsdance", "substitute", "protect", "batonpass"],
|
|
tier: "BL",
|
|
},
|
|
shedinja: {
|
|
inherit: true,
|
|
randomBattleMoves: ["shadowball", "hiddenpowerbug", "silverwind", "hiddenpowerground", "hiddenpowerfighting", "hiddenpowerrock", "protect", "toxic", "agility", "batonpass"],
|
|
tier: "NU",
|
|
},
|
|
whismur: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
loudred: {
|
|
tier: "NFE",
|
|
},
|
|
exploud: {
|
|
inherit: true,
|
|
randomBattleMoves: ["doubleedge", "return", "bodyslam", "earthquake", "shadowball", "fireblast", "flamethrower", "overheat", "icebeam", "toxic"],
|
|
tier: "UU",
|
|
},
|
|
makuhita: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
hariyama: {
|
|
randomBattleMoves: ["crosschop", "revenge", "rockslide", "hiddenpowerghost", "substitute", "focuspunch", "fakeout", "bulkup", "knockoff", "whirlwind", "rest", "sleeptalk"],
|
|
tier: "BL",
|
|
},
|
|
nosepass: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "firepunch", "earthquake", "explosion", "taunt", "thunderwave", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
skitty: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
delcatty: {
|
|
inherit: true,
|
|
randomBattleMoves: ["calmmind", "batonpass", "thunderbolt", "icebeam", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
sableye: {
|
|
inherit: true,
|
|
randomBattleMoves: ["seismictoss", "shadowball", "knockoff", "toxic", "recover", "fakeout"],
|
|
tier: "NU",
|
|
},
|
|
mawile: {
|
|
inherit: true,
|
|
randomBattleMoves: ["swordsdance", "batonpass", "taunt", "brickbreak", "hiddenpowersteel", "sludgebomb"],
|
|
tier: "NU",
|
|
},
|
|
aron: {
|
|
tier: "LC",
|
|
},
|
|
lairon: {
|
|
tier: "NU",
|
|
},
|
|
aggron: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "irontail", "focuspunch", "icebeam", "substitute", "thunderwave", "toxic", "counter"],
|
|
tier: "UU",
|
|
},
|
|
meditite: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
medicham: {
|
|
randomBattleMoves: ["brickbreak", "highjumpkick", "fakeout", "rockslide", "focuspunch", "substitute", "shadowball", "recover"],
|
|
tier: "BL",
|
|
},
|
|
electrike: {
|
|
tier: "LC",
|
|
},
|
|
manectric: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowerice", "crunch", "hiddenpowergrass", "substitute", "thunderwave"],
|
|
tier: "UU",
|
|
},
|
|
plusle: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowergrass", "encore", "batonpass", "agility", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
minun: {
|
|
inherit: true,
|
|
randomBattleMoves: ["thunderbolt", "hiddenpowergrass", "encore", "batonpass", "agility", "substitute"],
|
|
tier: "NU",
|
|
},
|
|
volbeat: {
|
|
randomBattleMoves: ["signalbeam", "brickbreak", "shadowball", "batonpass", "moonlight", "seismictoss", "trick"],
|
|
tier: "NU",
|
|
},
|
|
illumise: {
|
|
randomBattleMoves: ["thunderbolt", "icebeam", "gigadrain", "substitute", "batonpass", "wish"],
|
|
tier: "NU",
|
|
},
|
|
roselia: {
|
|
inherit: true,
|
|
randomBattleMoves: ["hiddenpowerfire", "gigadrain", "aromatherapy", "leechseed", "synthesis", "spikes"],
|
|
tier: "NU",
|
|
},
|
|
gulpin: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
swalot: {
|
|
randomBattleMoves: ["sludgebomb", "explosion", "firepunch", "gigadrain", "thunderpunch", "icebeam", "counter", "yawn"],
|
|
tier: "NU",
|
|
},
|
|
carvanha: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
sharpedo: {
|
|
randomBattleMoves: ["earthquake", "doubleedge", "hydropump", "crunch", "icebeam", "hiddenpowerelectric", "agility"],
|
|
tier: "UU",
|
|
},
|
|
wailmer: {
|
|
tier: "LC",
|
|
},
|
|
wailord: {
|
|
inherit: true,
|
|
randomBattleMoves: ["rest", "sleeptalk", "bodyslam", "waterspout", "hydropump", "surf", "icebeam", "toxic", "hiddenpowergrass"],
|
|
tier: "NU",
|
|
},
|
|
numel: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
camerupt: {
|
|
randomBattleMoves: ["fireblast", "earthquake", "rockslide", "explosion", "toxic", "rest", "sleeptalk", "roar"],
|
|
tier: "UU",
|
|
},
|
|
torkoal: {
|
|
randomBattleMoves: ["fireblast", "flamethrower", "hiddenpowergrass", "rockslide", "explosion", "yawn", "rest", "sleeptalk"],
|
|
tier: "NU",
|
|
},
|
|
spoink: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
grumpig: {
|
|
randomBattleMoves: ["psychic", "firepunch", "icywind", "calmmind", "taunt", "substitute"],
|
|
tier: "UU",
|
|
},
|
|
spinda: {
|
|
inherit: true,
|
|
randomBattleMoves: ["doubleedge", "return", "bodyslam", "endure", "flail", "shadowball", "focuspunch", "brickbreak", "firepunch", "icepunch", "icywind", "psychic", "seismictoss", "encore", "hypnosis", "teeterdance", "trick", "calmmind", "batonpass"],
|
|
tier: "NU",
|
|
},
|
|
trapinch: {
|
|
tier: "NU",
|
|
},
|
|
vibrava: {
|
|
tier: "NFE",
|
|
},
|
|
flygon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "hiddenpowerflying", "fireblast", "dragonclaw", "toxic"],
|
|
tier: "OU",
|
|
},
|
|
cacnea: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
cacturne: {
|
|
inherit: true,
|
|
randomBattleMoves: ["spikes", "gigadrain", "hiddenpowerdark", "thunderpunch", "substitute", "focuspunch", "hiddenpowerice"],
|
|
tier: "NU",
|
|
},
|
|
swablu: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
altaria: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dragondance", "earthquake", "hiddenpowerflying", "fireblast", "icebeam", "rest", "toxic", "healbell", "haze", "sing"],
|
|
tier: "UU",
|
|
},
|
|
zangoose: {
|
|
inherit: true,
|
|
randomBattleMoves: ["doubleedge", "return", "shadowball", "brickbreak", "quickattack", "focuspunch", "swordsdance", "taunt", "fireblast"],
|
|
tier: "BL",
|
|
},
|
|
seviper: {
|
|
inherit: true,
|
|
randomBattleMoves: ["sludgebomb", "flamethrower", "gigadrain", "earthquake", "taunt"],
|
|
tier: "NU",
|
|
},
|
|
lunatone: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "icebeam", "explosion", "calmmind", "batonpass", "hypnosis"],
|
|
tier: "UU",
|
|
},
|
|
solrock: {
|
|
inherit: true,
|
|
randomBattleMoves: ["rockslide", "earthquake", "shadowball", "bodyslam", "explosion", "overheat", "lightscreen"],
|
|
tier: "UU",
|
|
},
|
|
barboach: {
|
|
tier: "LC",
|
|
},
|
|
whiscash: {
|
|
randomBattleMoves: ["earthquake", "rockslide", "surf", "icebeam", "hiddenpowerbug", "spark", "rest", "sleeptalk", "toxic"],
|
|
tier: "NU",
|
|
},
|
|
corphish: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
crawdaunt: {
|
|
inherit: true,
|
|
randomBattleMoves: ["surf", "icebeam", "crunch", "knockoff", "swordsdance", "return"],
|
|
tier: "NU",
|
|
},
|
|
baltoy: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
claydol: {
|
|
randomBattleMoves: ["earthquake", "icebeam", "hiddenpowerfire", "psychic", "explosion", "rapidspin", "toxic", "reflect", "lightscreen"],
|
|
tier: "OU",
|
|
},
|
|
lileep: {
|
|
tier: "LC",
|
|
},
|
|
cradily: {
|
|
randomBattleMoves: ["earthquake", "rockslide", "gigadrain", "hiddenpowerfire", "barrier", "amnesia", "mirrorcoat", "toxic", "recover"],
|
|
tier: "UU",
|
|
},
|
|
anorith: {
|
|
tier: "LC",
|
|
},
|
|
armaldo: {
|
|
randomBattleMoves: ["rockslide", "rockblast", "earthquake", "hiddenpowerbug", "knockoff", "rapidspin", "swordsdance"],
|
|
tier: "BL",
|
|
},
|
|
feebas: {
|
|
tier: "LC",
|
|
},
|
|
milotic: {
|
|
inherit: true,
|
|
randomBattleMoves: ["surf", "icebeam", "mirrorcoat", "toxic", "hypnosis", "recover", "rest", "sleeptalk", "hiddenpowergrass"],
|
|
tier: "OU",
|
|
},
|
|
castform: {
|
|
inherit: true,
|
|
tier: "NU",
|
|
},
|
|
castformsunny: {
|
|
battleOnly: true,
|
|
randomBattleMoves: ["sunnyday", "thunderbolt", "icebeam", "flamethrower", "weatherball", "solarbeam"],
|
|
},
|
|
castformrainy: {
|
|
battleOnly: true,
|
|
randomBattleMoves: ["raindance", "thunderbolt", "thunder", "weatherball", "icebeam"],
|
|
},
|
|
castformsnowy: {
|
|
battleOnly: true,
|
|
randomBattleMoves: ["hail", "weatherball", "thunderbolt", "thunderwave", "flamethrower", "blizzard"],
|
|
},
|
|
kecleon: {
|
|
randomBattleMoves: ["return", "shadowball", "brickbreak", "trick", "irontail", "thunderwave"],
|
|
tier: "NU",
|
|
},
|
|
shuppet: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
banette: {
|
|
inherit: true,
|
|
randomBattleMoves: ["shadowball", "hiddenpowerfighting", "knockoff", "willowisp", "thunderwave", "toxic", "endure", "destinybond"],
|
|
tier: "UU",
|
|
},
|
|
duskull: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
dusclops: {
|
|
randomBattleMoves: ["nightshade", "shadowball", "icebeam", "calmmind", "rest", "painsplit", "willowisp", "sleeptalk"],
|
|
tier: "BL",
|
|
},
|
|
tropius: {
|
|
randomBattleMoves: ["sunnyday", "solarbeam", "synthesis", "hiddenpowerfire", "swordsdance", "hiddenpowerflying", "earthquake"],
|
|
tier: "NU",
|
|
},
|
|
chimecho: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "hiddenpowerfire", "healbell", "taunt", "toxic", "reflect", "lightscreen", "hypnosis"],
|
|
tier: "NU",
|
|
},
|
|
absol: {
|
|
inherit: true,
|
|
randomBattleMoves: ["swordsdance", "shadowball", "hiddenpowerfighting", "aerialace", "calmmind", "icebeam", "thunderbolt", "flamethrower", "substitute", "taunt", "batonpass", "thunderwave"],
|
|
tier: "UU",
|
|
},
|
|
snorunt: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
glalie: {
|
|
randomBattleMoves: ["icebeam", "hiddenpowergrass", "earthquake", "explosion", "taunt", "toxic", "spikes"],
|
|
tier: "NU",
|
|
},
|
|
spheal: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
sealeo: {
|
|
tier: "NU",
|
|
},
|
|
walrein: {
|
|
randomBattleMoves: ["icebeam", "surf", "earthquake", "hiddenpowergrass", "toxic", "rest", "sleeptalk", "encore", "roar", "yawn", "icywind"],
|
|
tier: "UU",
|
|
},
|
|
clamperl: {
|
|
tier: "NU",
|
|
},
|
|
huntail: {
|
|
randomBattleMoves: ["doubleedge", "bodyslam", "surf", "hydropump", "icebeam", "crunch", "hiddenpowergrass", "hiddenpowerground", "raindance"],
|
|
tier: "NU",
|
|
},
|
|
gorebyss: {
|
|
randomBattleMoves: ["surf", "hydropump", "icebeam", "hiddenpowergrass", "raindance", "agility", "substitute", "batonpass"],
|
|
tier: "UU",
|
|
},
|
|
relicanth: {
|
|
randomBattleMoves: ["rockslide", "earthquake", "doubleedge", "bodyslam", "yawn", "rest", "sleeptalk"],
|
|
tier: "NU",
|
|
},
|
|
luvdisc: {
|
|
randomBattleMoves: ["raindance", "surf", "icebeam", "sweetkiss"],
|
|
tier: "NU",
|
|
},
|
|
bagon: {
|
|
inherit: true,
|
|
tier: "LC",
|
|
},
|
|
shelgon: {
|
|
tier: "NU",
|
|
},
|
|
salamence: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dragondance", "hiddenpowerflying", "earthquake", "brickbreak", "rockslide", "fireblast", "hydropump", "dragonclaw", "wish", "protect", "roar"],
|
|
tier: "OU",
|
|
},
|
|
beldum: {
|
|
tier: "LC",
|
|
},
|
|
metang: {
|
|
inherit: true,
|
|
tier: "NU",
|
|
},
|
|
metagross: {
|
|
randomBattleMoves: ["meteormash", "earthquake", "rockslide", "bodyslam", "explosion", "psychic", "icepunch", "agility", "rest", "sleeptalk"],
|
|
tier: "OU",
|
|
},
|
|
regirock: {
|
|
inherit: true,
|
|
randomBattleMoves: ["rockslide", "earthquake", "explosion", "substitute", "focuspunch", "thunderwave", "counter", "curse", "rest", "sleeptalk"],
|
|
tier: "BL",
|
|
},
|
|
regice: {
|
|
inherit: true,
|
|
randomBattleMoves: ["icebeam", "thunderbolt", "hiddenpowerfire", "explosion", "rest", "sleeptalk", "psychup", "curse", "thunderwave"],
|
|
tier: "OU",
|
|
},
|
|
registeel: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "hiddenpowersteel", "seismictoss", "explosion", "counter", "curse", "rest", "sleeptalk", "toxic", "thunderwave"],
|
|
tier: "BL",
|
|
},
|
|
latias: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dragonclaw", "icebeam", "thunderbolt", "recover", "calmmind", "toxic", "refresh", "safeguard", "roar"],
|
|
tier: "Uber",
|
|
},
|
|
latios: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dragonclaw", "icebeam", "thunderbolt", "hiddenpowerfire", "recover", "calmmind", "roar"],
|
|
tier: "Uber",
|
|
},
|
|
kyogre: {
|
|
inherit: true,
|
|
randomBattleMoves: ["surf", "hydropump", "icebeam", "thunder", "waterspout", "sleeptalk", "calmmind", "rest"],
|
|
tier: "Uber",
|
|
},
|
|
groudon: {
|
|
inherit: true,
|
|
randomBattleMoves: ["earthquake", "rockslide", "swordsdance", "overheat", "roar"],
|
|
tier: "Uber",
|
|
},
|
|
rayquaza: {
|
|
inherit: true,
|
|
randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "rockslide", "hiddenpowerflying", "dragonclaw", "icebeam", "fireblast", "thunderbolt", "surf"],
|
|
tier: "Uber",
|
|
},
|
|
jirachi: {
|
|
inherit: true,
|
|
randomBattleMoves: ["psychic", "thunderbolt", "firepunch", "icepunch", "calmmind", "thunderwave", "toxic", "reflect", "lightscreen", "wish", "protect"],
|
|
tier: "OU",
|
|
},
|
|
deoxys: {
|
|
inherit: true,
|
|
randomBattleMoves: ["superpower", "shadowball", "psychoboost", "extremespeed", "firepunch", "thunderbolt", "icebeam"],
|
|
tier: "Uber",
|
|
},
|
|
deoxysattack: {
|
|
inherit: true,
|
|
randomBattleMoves: ["superpower", "shadowball", "psychoboost", "extremespeed", "firepunch", "thunderbolt", "icebeam"],
|
|
tier: "Uber",
|
|
},
|
|
deoxysdefense: {
|
|
inherit: true,
|
|
randomBattleMoves: ["recover", "rest", "spikes", "taunt", "substitute", "toxic", "thunderwave", "nightshade", "counter", "mirrorcoat", "reflect", "lightscreen", "knockoff"],
|
|
tier: "Uber",
|
|
},
|
|
deoxysspeed: {
|
|
inherit: true,
|
|
randomBattleMoves: ["shadowball", "superpower", "icebeam", "thunderbolt", "firepunch", "psychic", "knockoff", "spikes", "taunt", "toxic", "recover", "calmmind", "reflect", "lightscreen", "substitute"],
|
|
tier: "Uber",
|
|
},
|
|
};
|