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