mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Remove March-April Seasonal, Super Staff Bros.
This commit is contained in:
parent
1209954765
commit
1a2882eb09
3013
config/formats.js
3013
config/formats.js
File diff suppressed because it is too large
Load Diff
723
data/scripts.js
723
data/scripts.js
|
|
@ -3083,728 +3083,5 @@ exports.BattleScripts = {
|
|||
baseFormes[template.baseSpecies] = 1;
|
||||
}
|
||||
return pokemon;
|
||||
},
|
||||
randomSeasonalStaffTeam: function (side) {
|
||||
var team = [];
|
||||
var variant = this.random(2);
|
||||
// Hardcoded sets of the available Pokémon.
|
||||
var sets = {
|
||||
// Admins.
|
||||
'~Antar': {
|
||||
species: 'Quilava', ability: 'Turboblaze', item: 'Eviolite', gender: 'M',
|
||||
moves: ['blueflare', ['quiverdance', 'solarbeam', 'moonblast'][this.random(3)], 'sunnyday'],
|
||||
baseSignatureMove: 'spikes', signatureMove: "Firebomb",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'~chaos': {
|
||||
species: 'Bouffalant', ability: 'Fur Coat', item: 'Red Card', gender: 'M',
|
||||
moves: ['precipiceblades', ['recover', 'stockpile', 'swordsdance'][this.random(3)], 'extremespeed', 'explosion'],
|
||||
baseSignatureMove: 'embargo', signatureMove: "Forcewin",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'~haunter': {
|
||||
species: 'Landorus', ability: 'Sheer Force', item: 'Life Orb', gender: 'M',
|
||||
moves: ['hurricane', 'earthpower', 'fireblast', 'blizzard', 'thunder'],
|
||||
baseSignatureMove: 'quiverdance', signatureMove: "Genius Dance",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'~Jasmine': {
|
||||
species: 'Mew', ability: 'Speed Boost', item: 'Focus Sash', gender: 'F',
|
||||
moves: ['explosion', 'transform', 'milkdrink', 'storedpower'],
|
||||
baseSignatureMove: 'bellydrum', signatureMove: "Lockdown",
|
||||
evs: {hp:252, def:252, spd:4}, nature: 'Bold'
|
||||
},
|
||||
'~Joim': {
|
||||
species: 'Zapdos', ability: 'Download', item: 'Leftovers', gender: 'M', shiny: true,
|
||||
moves: ['thunderbolt', 'hurricane', ['earthpower', 'roost', 'flamethrower', 'worryseed', 'haze', 'spore'][this.random(6)]],
|
||||
baseSignatureMove: 'milkdrink', signatureMove: "Red Bull Drink",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'~The Immortal': {
|
||||
species: 'Blastoise', ability: 'Magic Bounce', item: 'Blastoisinite', gender: 'M', shiny: true,
|
||||
moves: ['shellsmash', 'steameruption', 'dragontail'],
|
||||
baseSignatureMove: 'sleeptalk', signatureMove: "Sleep Walk",
|
||||
evs: {hp:252, def:4, spd:252}, nature: 'Sassy'
|
||||
},
|
||||
'~V4': {
|
||||
species: 'Victini', ability: 'Desolate Land', item: (variant === 0 ? ['Life Orb', 'Charcoal', 'Leftovers'][this.random(3)] : ['Life Orb', 'Choice Scarf', 'Leftovers'][this.random(3)]), gender: 'M',
|
||||
moves: (variant === 0 ? ['thousandarrows', 'bolt strike', 'shiftgear', 'dragonascent', 'closecombat', 'substitute'] : ['thousandarrows', 'bolt strike', 'dragonascent', 'closecombat']),
|
||||
baseSignatureMove: 'vcreate', signatureMove: "V-Generate",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'~Zarel': {
|
||||
species: 'Meloetta', ability: 'Serene Grace', item: '', gender: 'F',
|
||||
moves: ['lunardance', 'fierydance', 'perishsong', 'petaldance', 'quiverdance'],
|
||||
baseSignatureMove: 'relicsong', signatureMove: "Relic Song Dance",
|
||||
evs: {hp:4, atk:252, spa:252}, nature: 'Quiet'
|
||||
},
|
||||
// Leaders.
|
||||
'&hollywood': {
|
||||
species: 'Mr. Mime', ability: 'Prankster', item: 'Leftovers', gender: 'M',
|
||||
moves: ['batonpass', ['substitute', 'milkdrink'][this.random(2)], 'encore'],
|
||||
baseSignatureMove: 'geomancy', signatureMove: "Meme Mime",
|
||||
evs: {hp:252, def:4, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'&jdarden': {
|
||||
species: 'Dragonair', ability: 'Fur Coat', item: 'Eviolite', gender: 'M',
|
||||
moves: ['rest', 'sleeptalk', 'quiverdance'], name: 'jdarden',
|
||||
baseSignatureMove: 'dragontail', signatureMove: "Wyvern's Wind",
|
||||
evs: {hp:252, def:4, spd:252}, nature: 'Calm'
|
||||
},
|
||||
'&Okuu': {
|
||||
species: 'Honchkrow', ability: 'Drought', item: 'Life Orb', gender: 'F',
|
||||
moves: [['bravebird', 'sacredfire'][this.random(2)], ['suckerpunch', 'punishment'][this.random(2)], 'roost'],
|
||||
baseSignatureMove: 'firespin', signatureMove: "Blazing Star - Ten Evil Stars",
|
||||
evs: {atk:252, spa:4, spe:252}, nature: 'Quirky'
|
||||
},
|
||||
'&sirDonovan': {
|
||||
species: 'Togetic', ability: 'Gale Wings', item: 'Eviolite', gender: 'M',
|
||||
moves: ['roost', 'hurricane', 'afteryou', 'charm', 'dazzlinggleam'],
|
||||
baseSignatureMove: 'mefirst', signatureMove: "Ladies First",
|
||||
evs: {hp:252, spa:252, spe:4}, nature: 'Modest'
|
||||
},
|
||||
'&Slayer95': {
|
||||
species: 'Scizor', ability: 'Illusion', item: 'Scizorite', gender: 'M',
|
||||
moves: ['swordsdance', 'bulletpunch', 'uturn'],
|
||||
baseSignatureMove: 'allyswitch', signatureMove: "Spell Steal",
|
||||
evs: {atk:252, def:252, spd: 4}, nature: 'Brave'
|
||||
},
|
||||
'&Sweep': {
|
||||
species: 'Omastar', ability: 'Drizzle', item: ['Honey', 'Mail'][this.random(2)], gender: 'M',
|
||||
moves: ['shellsmash', 'originpulse', ['thunder', 'icebeam'][this.random(2)]],
|
||||
baseSignatureMove: 'kingsshield', signatureMove: "Sweep's Shield",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'&verbatim': {
|
||||
species: 'Archeops', ability: 'Reckless', item: 'Life Orb', gender: 'M',
|
||||
moves: ['headsmash', 'highjumpkick', 'flareblitz', 'volttackle', 'woodhammer'],
|
||||
baseSignatureMove: 'bravebird', signatureMove: "Glass Cannon",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
// Mods.
|
||||
'@Acedia': {
|
||||
species: 'Slakoth', ability: 'Magic Bounce', item: 'Quick Claw', gender: 'F',
|
||||
moves: ['metronome', 'sketch', 'assist', 'swagger', 'foulplay'],
|
||||
baseSignatureMove: 'worryseed', signatureMove: "Procrastination",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Serious'
|
||||
},
|
||||
'@AM': {
|
||||
species: 'Tyranitar', ability: 'Adaptability', item: (variant === 1 ? 'Lum Berry' : 'Choice Scarf'), gender: 'M',
|
||||
moves: (variant === 1 ? ['earthquake', 'diamondstorm', 'swordsdance', 'meanlook'] : ['knockoff', 'diamondstorm', 'earthquake']),
|
||||
baseSignatureMove: 'pursuit', signatureMove: "Predator",
|
||||
evs: {atk:252, def:4, spe: 252}, nature: 'Jolly'
|
||||
},
|
||||
'@antemortem': {
|
||||
species: 'Clefable', ability: (variant === 1 ? 'Sheer Force' : 'Multiscale'), item: (variant === 1 ? 'Life Orb' : 'Leftovers'), gender: 'M',
|
||||
moves: ['earthpower', 'cosmicpower', 'recover', 'gigadrain'],
|
||||
baseSignatureMove: 'drainingkiss', signatureMove: "Postmortem",
|
||||
evs: {hp:252, spa:252, def:4}, nature: 'Modest'
|
||||
},
|
||||
'@Ascriptmaster': {
|
||||
species: 'Rotom', ability: 'Teravolt', item: 'Air Balloon', gender: 'M',
|
||||
moves: ['chargebeam', 'signalbeam', 'flamethrower', 'aurorabeam', 'dazzlinggleam'],
|
||||
baseSignatureMove: 'triattack', signatureMove: "Spectrum Beam",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'@asgdf': {
|
||||
species: 'Empoleon', ability: 'Filter', item: 'Rocky Helmet', gender: 'M',
|
||||
moves: ['scald', 'recover', 'calmmind', 'searingshot', 'encore'],
|
||||
baseSignatureMove: 'futuresight', signatureMove: "Obscure Pun",
|
||||
evs: {hp:252, spa:252, def:4}, nature: 'Modest'
|
||||
},
|
||||
'@Audiosurfer': {
|
||||
species: 'Audino', ability: 'Prankster', item: 'Audinite', gender: 'M',
|
||||
moves: ['boomburst', 'slackoff', 'glare'],
|
||||
baseSignatureMove: 'detect', signatureMove: "Audioshield",
|
||||
evs: {hp:252, spa:252, spe:4}, nature: 'Modest'
|
||||
},
|
||||
'@barton': {
|
||||
species: 'Piloswine', ability: 'Parental Bond', item: 'Eviolite', gender: 'M',
|
||||
moves: ['earthquake', 'iciclecrash', 'taunt'],
|
||||
baseSignatureMove: 'bulkup', signatureMove: "MDMA Huff",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
},
|
||||
'@bean': {
|
||||
species: 'Liepard', ability: 'Prankster', item: 'Leftovers', gender: 'M',
|
||||
moves: ['knockoff', 'encore', 'substitute', 'gastroacid', 'leechseed'],
|
||||
baseSignatureMove: 'glare', signatureMove: "Coin Toss",
|
||||
evs: {hp:252, def:252, spd:4}, nature: 'Calm'
|
||||
},
|
||||
'@Beowulf': {
|
||||
species: 'Beedrill', ability: 'Download', item: 'Beedrillite', gender: 'M',
|
||||
moves: ['spikyshield', 'gunkshot', ['sacredfire', 'boltstrike', 'diamondstorm'][this.random(3)]],
|
||||
baseSignatureMove: 'bugbuzz', signatureMove: "Buzzing of the Swarm",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'@BiGGiE': {
|
||||
species: 'Snorlax', ability: 'Fur Coat', item: 'Leftovers', gender: 'M',
|
||||
moves: ['drainpunch', 'diamondstorm', 'kingsshield', 'knockoff', 'precipiceblades'],
|
||||
baseSignatureMove: 'dragontail', signatureMove: "Food Rush",
|
||||
evs: {hp:4, atk:252, spd:252}, nature: 'Adamant'
|
||||
},
|
||||
'@Blitzamirin': {
|
||||
species: 'Chandelure', ability: 'Prankster', item: 'Red Card', gender: 'M',
|
||||
moves: ['heartswap', ['darkvoid', 'substitute'][this.random(2)], ['shadowball', 'blueflare'][this.random(2)]],
|
||||
baseSignatureMove: 'oblivionwing', signatureMove: "Pneuma Relinquish",
|
||||
evs: {def:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'@CoolStoryBrobat': {
|
||||
species: 'Crobat', ability: 'Gale Wings', item: 'Black Glasses', gender: 'M',
|
||||
moves: ['knockoff', 'bulkup', 'roost', 'closecombat', 'defog'],
|
||||
baseSignatureMove: 'bravebird', signatureMove: "Brave Bat",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'@Dell': {
|
||||
species: 'Lucario', ability: 'Simple', item: 'Lucarionite', gender: 'M',
|
||||
moves: ['jumpkick', ['flashcannon', 'bulletpunch'][this.random(2)], 'batonpass'],
|
||||
baseSignatureMove: 'detect', signatureMove: "Aura Parry",
|
||||
evs: {hp:4, atk:216, spa:36, spe:252}, nature: 'Naive'
|
||||
},
|
||||
'@Eevee General': {
|
||||
species: 'Eevee', ability: 'Magic Guard', item: 'Eviolite', gender: 'M',
|
||||
moves: ['shiftgear', 'healorder', 'crunch', 'sacredsword', 'doubleedge'],
|
||||
baseSignatureMove: 'quickattack', signatureMove: "War Crimes",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Impish'
|
||||
},
|
||||
'@Electrolyte': {
|
||||
species: 'Elekid', ability: 'Pure Power', item: 'Life Orb', gender: 'M',
|
||||
moves: ['volttackle', 'earthquake', ['iciclecrash', 'diamondstorm'][this.random(2)]],
|
||||
baseSignatureMove: 'entrainment', signatureMove: "Study",
|
||||
evs: {atk:252, spd:4, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'@Enguarde': {
|
||||
species: 'Gallade', ability: ['Intimidate', 'Hyper Cutter'][this.random(2)], item: 'Galladite', gender: 'M',
|
||||
moves: ['psychocut', 'sacredsword', ['nightslash', 'precipiceblades', 'leafblade'][this.random(3)]],
|
||||
baseSignatureMove: 'fakeout', signatureMove: "Ready Stance",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'@Eos': {
|
||||
species: 'Drifblim', ability: 'Fur Coat', item: 'Assault Vest', gender: 'M',
|
||||
moves: ['oblivionwing', 'paraboliccharge', 'gigadrain', 'drainingkiss'],
|
||||
baseSignatureMove: 'shadowball', signatureMove: "Shadow Curse", //placeholder
|
||||
evs: {hp:248, spa:252, spd:8}, nature: 'Modest'
|
||||
},
|
||||
'@Former Hope': {
|
||||
species: 'Froslass', ability: 'Prankster', item: 'Focus Sash', gender: 'M',
|
||||
moves: [['icebeam', 'shadowball'][this.random(2)], 'destinybond', 'thunderwave'],
|
||||
baseSignatureMove: 'roleplay', signatureMove: "Role Play",
|
||||
evs: {hp:252, spa:252, spd:4}, nature: 'Modest'
|
||||
},
|
||||
'@Genesect': {
|
||||
species: 'Genesect', ability: 'Mold Breaker', item: 'Life Orb', gender: 'M',
|
||||
moves: ['bugbuzz', 'closecombat', 'extremespeed', 'thunderbolt', 'uturn'],
|
||||
baseSignatureMove: 'geargrind', signatureMove: "Grind you're mum",
|
||||
evs: {atk:252, spa:252, spe:4}, nature: 'Quiet'
|
||||
},
|
||||
'@Hippopotas': {
|
||||
species: 'Hippopotas', ability: 'Regenerator', item: 'Eviolite', gender: 'M',
|
||||
moves: ['haze', 'stealthrock', 'spikes', 'toxicspikes', 'stickyweb'],
|
||||
baseSignatureMove: 'partingshot', signatureMove: "Hazard Pass",
|
||||
evs: {hp:252, def:252, spd:4}, ivs: {atk:0, spa:0}, nature: 'Bold'
|
||||
},
|
||||
'@HYDRO IMPACT': {
|
||||
species: 'Charizard', ability: 'Rivalry', item: 'Life Orb', gender: 'M',
|
||||
moves: ['airslash', 'flamethrower', 'nobleroar', 'hydropump'],
|
||||
baseSignatureMove: 'hydrocannon', signatureMove: "HYDRO IMPACT",
|
||||
evs: {atk:4, spa:252, spe:252}, nature: 'Hasty'
|
||||
},
|
||||
'@innovamania': {
|
||||
species: 'Arceus', ability: 'Pick Up', item: 'Black Glasses', gender: 'M',
|
||||
moves: [['holdhands', 'trickortreat'][this.random(2)], ['swordsdance', 'agility'][this.random(2)], 'celebrate'],
|
||||
baseSignatureMove: 'splash', signatureMove: "Rage Quit",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'@jas61292': {
|
||||
species: 'Malaconda', ability: 'Analytic', item: 'Safety Goggles', gender: 'M',
|
||||
moves: ['coil', 'thunderwave', 'icefang', 'powerwhip', 'moonlight'],
|
||||
baseSignatureMove: 'crunch', signatureMove: "Minus One",
|
||||
evs: {hp:252, atk:252, spd:4}, nature: 'Adamant'
|
||||
},
|
||||
'@jin of the gale': {
|
||||
species: 'Starmie', ability: 'Drizzle', item: 'Damp Rock', gender: 'M',
|
||||
moves: ['steameruption', 'hurricane', 'recover', 'psystrike', 'quiverdance'],
|
||||
baseSignatureMove: 'rapidspin', signatureMove: "Beyblade",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'@Kostitsyn-Kun': {
|
||||
species: 'Gothorita', ability: 'Simple', item: 'Eviolite', gender: 'F', //requested
|
||||
moves: ['calmmind', 'psyshock', ['dazzlinggleam', 'secretsword'][this.random(2)]],
|
||||
baseSignatureMove: 'refresh', signatureMove: "Kawaii-desu uguu~",
|
||||
evs: {hp:252, def:136, spe:120}, nature: 'Bold'
|
||||
},
|
||||
'@kupo': {
|
||||
species: 'Pikachu', ability: 'Prankster', item: "Light Ball", gender: 'M',
|
||||
moves: ['substitute', 'spore', 'encore'],
|
||||
baseSignatureMove: 'transform', signatureMove: "Kupo Nuts",
|
||||
evs: {hp:252, def:4, spd:252}, nature: 'Jolly'
|
||||
},
|
||||
'@Lawrence III': {
|
||||
species: 'Lugia', ability: 'Trace', item: "Grip Claw", gender: 'M',
|
||||
moves: ['infestation', 'magmastorm', 'oblivionwing'],
|
||||
baseSignatureMove: 'gust', signatureMove: "Shadow Storm",
|
||||
evs: {hp:248, def:84, spa:92, spd:84}, nature: 'Modest'
|
||||
},
|
||||
'@Layell': {
|
||||
species: 'Sneasel', ability: 'Technician', item: "King's Rock", gender: 'M',
|
||||
moves: ['iceshard', 'iciclespear', ['machpunch', 'pursuit', 'knockoff'][this.random(3)]],
|
||||
baseSignatureMove: 'protect', signatureMove: "Pixel Protection",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'@LegitimateUsername': {
|
||||
species: 'Shuckle', ability: 'Unaware', item: 'Leftovers', gender: 'M',
|
||||
moves: ['leechseed', 'rest', 'foulplay'],
|
||||
baseSignatureMove: 'shellsmash', signatureMove: "Shell Fortress",
|
||||
evs: {hp:252, def:228, spd:28}, nature: 'Calm'
|
||||
},
|
||||
'@Level 51': {
|
||||
species: 'Togekiss', ability: 'Parental Bond', item: 'Leftovers', gender: 'M',
|
||||
moves: ['seismictoss', 'roost', ['cosmicpower', 'cottonguard'][this.random(2)]],
|
||||
baseSignatureMove: 'trumpcard', signatureMove: "Next Level Strats",
|
||||
evs: {hp:252, def:4, spd:252}, nature: 'Calm'
|
||||
},
|
||||
'@Lyto': {
|
||||
species: 'Lanturn', ability: 'Magic Bounce', item: 'Leftovers', gender: 'M',
|
||||
moves: ['originpulse', 'lightofruin', 'blueflare', 'recover', 'tailglow'],
|
||||
baseSignatureMove: 'thundershock', signatureMove: "Gravity Storm",
|
||||
evs: {hp:188, spa:252, spe:68}, nature: 'Modest'
|
||||
},
|
||||
'@Marty': {
|
||||
species: 'Houndoom', ability: 'Drought', item: 'Houndoominite', gender: 'M',
|
||||
moves: ['nightdaze', 'solarbeam', 'aurasphere', 'thunderbolt', 'earthpower'],
|
||||
baseSignatureMove: 'sacredfire', signatureMove: "Immolate",
|
||||
evs: {spa:252, spd:4, spe:252}, ivs: {atk:0}, nature: 'Timid'
|
||||
},
|
||||
'@Morfent': {
|
||||
species: 'Dusknoir', ability: 'Fur Coat', item: "Leftovers", gender: 'M',
|
||||
moves: [['recover', 'acidarmor', 'swordsdance', 'willowisp', 'trickroom'][this.random(5)], 'shadowclaw', ['earthquake', 'icepunch', 'thunderpunch'][this.random(3)]],
|
||||
baseSignatureMove: 'spikes', signatureMove: "Used Needles",
|
||||
evs: {hp:252, atk:4, def:252}, ivs: {spe:0}, nature: 'Impish'
|
||||
},
|
||||
'@Nani Man': {
|
||||
species: 'Gengar', ability: 'Desolate Land', item: 'Black Glasses', gender: 'M', shiny: true,
|
||||
moves: ['eruption', 'swagger', 'shadow ball', 'topsyturvy', 'dazzlinggleam'],
|
||||
baseSignatureMove: 'fireblast', signatureMove: "Tanned",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'@NixHex': {
|
||||
species: 'Porygon2', ability: 'No Guard', item: 'Eviolite', gender: 'M', shiny: true,
|
||||
moves: ['thunder', 'blizzard', 'overheat', 'triattack', 'recover'],
|
||||
baseSignatureMove: 'inferno', signatureMove: "Beautiful Disaster",
|
||||
evs: {hp:252, spa:252, spe:4}, nature: 'Modest'
|
||||
},
|
||||
'@Osiris': {
|
||||
species: 'Pumpkaboo-Super', ability: 'Bad Dreams', item: 'Eviolite', gender: 'M',
|
||||
moves: ['leechseed', 'recover', 'cosmicpower'],
|
||||
baseSignatureMove: 'hypnosis', signatureMove: "Restless Sleep",
|
||||
evs: {hp:252, def:216, spd:40}, ivs: {atk:0}, nature: 'bold'
|
||||
},
|
||||
'@phil': {
|
||||
species: 'Gastrodon', ability: 'Drizzle', item: 'Shell Bell', gender: 'M',
|
||||
moves: ['scald', 'recover', 'gastroacid', 'brine'],
|
||||
baseSignatureMove: 'whirlpool', signatureMove: "Slug Attack",
|
||||
evs: {hp:252, spa:252, def:4}, nature: 'Quirky'
|
||||
},
|
||||
'@qtrx': {
|
||||
species: 'Unown', ability: 'Levitate', item: 'Focus Sash', gender: 'M',
|
||||
moves: [],
|
||||
baseSignatureMove: 'meditate', signatureMove: "Hidden Power... Normal?",
|
||||
evs: {hp:252, def:4, spa:252}, ivs: {atk:0, spe:0}, nature: 'Quiet'
|
||||
},
|
||||
'@Queez': {
|
||||
species: 'Cubchoo', ability: 'Prankster', item: 'Eviolite', gender: 'M',
|
||||
moves: ['pound', 'fly', 'softboiled', 'thunderwave', 'waterpulse'],
|
||||
baseSignatureMove: 'leer', signatureMove: "Sneeze",
|
||||
evs: {hp:252, def:228, spd:28}, nature: 'Calm'
|
||||
},
|
||||
'@rekeri': {
|
||||
species: 'Tyrantrum', ability: 'Tough Claws', item: 'Life Orb', gender: 'M',
|
||||
moves: ['outrage', 'extremespeed', 'stoneedge', 'closecombat'],
|
||||
baseSignatureMove: 'headcharge', signatureMove: "Land Before Time",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
},
|
||||
'@Relados': {
|
||||
species: 'Terrakion', ability: 'Guts', item: 'Flame Orb', gender: 'M',
|
||||
moves: ['knockoff', 'diamondstorm', 'closecombat', 'iceshard', 'drainpunch'],
|
||||
baseSignatureMove: 'stockpile', signatureMove: "Loyalty",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'@Reverb': {
|
||||
species: 'Slaking', ability: 'Scrappy', item: 'Assault Vest', gender: 'M',
|
||||
moves: ['feint', 'stormthrow', 'blazekick'], // Feint as a countermeasure to the abundance of Protect-based set-up moves.
|
||||
baseSignatureMove: 'eggbomb', signatureMove: "fat monkey",
|
||||
evs: {hp:252, spd:40, spe:216}, nature: 'Jolly' // EV-nerf.
|
||||
},
|
||||
'@RosieTheVenusaur': {
|
||||
species: 'Venusaur', ability: 'Moxie', item: 'Leftovers', gender: 'F',
|
||||
moves: ['flamethrower', 'extremespeed', 'sacredfire', 'knockoff', 'closecombat'],
|
||||
baseSignatureMove: 'frenzyplant', signatureMove: "Swag Plant",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
},
|
||||
'@scalarmotion': {
|
||||
species: 'Cryogonal', ability: 'Magic Guard', item: 'Focus Sash', gender: 'M',
|
||||
moves: ['rapidspin', 'willowisp', 'taunt', 'recover', 'voltswitch'],
|
||||
baseSignatureMove: 'icebeam', signatureMove: "Eroding Frost",
|
||||
evs: {spa:252, spd:4, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'@Scotteh': {
|
||||
species: 'Suicune', ability: 'Fur Coat', item: 'Leftovers', gender: 'M',
|
||||
moves: ['icebeam', 'steameruption', 'recover', 'nastyplot'],
|
||||
baseSignatureMove: 'boomburst', signatureMove: "Geomagnetic Storm",
|
||||
evs: {def:252, spa:4, spe:252}, nature: 'Bold'
|
||||
},
|
||||
'@Shame That': {
|
||||
species: 'Weavile', ability: 'Magic Guard', item: 'Focus Sash', gender: 'M',
|
||||
moves: ['substitute', 'captivate', 'reflect', 'rest', 'raindance', 'foresight'],
|
||||
baseSignatureMove: 'healingwish', signatureMove: "Extreme Compromise",
|
||||
evs: {hp:252, def:4, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'@shrang': {
|
||||
species: 'Latias', ability: 'Pixilate', item: ['Latiasite', 'Life Orb', 'Leftovers'][this.random(3)], gender: 'M',
|
||||
moves: ['dracometeor', 'roost', 'nastyplot', 'fireblast', 'aurasphere', 'psystrike'], //not QD again senpai >.<
|
||||
baseSignatureMove: 'judgment', signatureMove: "Pixilate", //placeholder
|
||||
evs: {hp:160, spa:96, spe:252}, ivs: {atk:0}, nature: 'Timid'
|
||||
},
|
||||
'@Skitty': {
|
||||
species: 'Audino', ability: 'Intimidate', item: 'Audinite', gender: 'M',
|
||||
moves: ['acupressure', 'recover', ['taunt', 'cosmicpower', 'magiccoat'][this.random(3)]],
|
||||
baseSignatureMove: 'storedpower', signatureMove: "Ultimate Dismissal",
|
||||
evs: {hp:252, def:252, spd:4}, nature: 'Bold'
|
||||
},
|
||||
'@Snowflakes': {
|
||||
species: 'Celebi', ability: 'Filter', item: 'Leftovers', gender: 'M',
|
||||
moves: [
|
||||
['gigadrain', ['recover', 'quiverdance'][this.random(2)], ['icebeam', 'searingshot', 'psystrike', 'thunderbolt', 'aurasphere', 'moonblast'][this.random(6)]],
|
||||
['gigadrain', 'recover', [['uturn', 'voltswitch'][this.random(2)], 'thunderwave', 'leechseed', 'healbell', 'healingwish', 'reflect', 'lightscreen', 'stealthrock'][this.random(8)]],
|
||||
['gigadrain', 'perishsong', ['recover', ['uturn', 'voltswitch'][this.random(2)], 'leechseed', 'thunderwave', 'healbell'][this.random(5)]],
|
||||
['gigadrain', 'recover', ['thunderwave', 'icebeam', ['uturn', 'voltswitch'][this.random(2)], 'psystrike'][this.random(4)]]
|
||||
][this.random(4)],
|
||||
baseSignatureMove: 'thousandarrows', signatureMove: "Azalea Butt Slam",
|
||||
evs: {hp:252, spa:252, def:4}, nature: 'Modest'
|
||||
},
|
||||
'@Spydreigon': {
|
||||
species: 'Hydreigon', ability: 'Mega Launcher', item: 'Life Orb', gender: 'M',
|
||||
moves: ['dragonpulse', 'darkpulse', 'aurasphere', 'originpulse', 'shiftgear'],
|
||||
baseSignatureMove: 'waterpulse', signatureMove: "Mineral Pulse",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'@Steamroll': {
|
||||
species: 'Growlithe', ability: 'Adaptability', item: 'Life Orb', gender: 'M',
|
||||
moves: ['flareblitz', 'volttackle', 'closecombat'],
|
||||
baseSignatureMove: 'protect', signatureMove: "Conflagration",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'@SteelEdges': {
|
||||
species: 'Alakazam', ability: 'Competitive', item: 'Alakazite', gender: 'M',
|
||||
moves: ['bugbuzz', 'hypervoice', 'psystrike', 'batonpass', 'focusblast'],
|
||||
baseSignatureMove: 'tailglow', signatureMove: "True Daily Double",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Serious'
|
||||
},
|
||||
'@Temporaryanonymous': {
|
||||
species: 'Doublade', ability: 'Tough Claws', item: 'Eviolite', gender: 'M',
|
||||
moves: ['swordsdance', ['xscissor', 'sacredsword', 'knockoff'][this.random(3)], 'geargrind'],
|
||||
baseSignatureMove: 'shadowsneak', signatureMove: "SPOOPY EDGE CUT",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
},
|
||||
'@Test2017': {
|
||||
species: "Farfetch'd", ability: 'Wonder Guard', item: 'Stick', gender: 'M',
|
||||
moves: ['foresight', 'gastroacid', 'nightslash', 'roost', 'thousandarrows'],
|
||||
baseSignatureMove: 'karatechop', signatureMove: "Ducktastic",
|
||||
evs: {hp:252, atk:252, spe:4}, nature: 'Adamant'
|
||||
},
|
||||
'@TFC': {
|
||||
species: 'Blastoise', ability: 'Prankster', item: 'Leftovers', gender: 'M',
|
||||
moves: ['quiverdance', 'cottonguard', 'storedpower', 'aurasphere', 'slackoff'],
|
||||
baseSignatureMove: 'drainpunch', signatureMove: "Chat Flood",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'@TGMD': {
|
||||
species: 'Stoutland', ability: 'Speed Boost', item: 'Life Orb', gender: 'M',
|
||||
moves: [['extremespeed', 'sacredsword'][this.random(2)], 'knockoff', 'protect'],
|
||||
baseSignatureMove: 'return', signatureMove: "Canine Carnage",
|
||||
evs: {hp:32, atk:252, spe:224}, nature: 'Adamant'
|
||||
},
|
||||
'@Timbuktu': {
|
||||
species: 'Heatmor', ability: 'Contrary', item: 'Life Orb', gender: 'M',
|
||||
moves: ['overheat', ['hammerarm', 'substitute'][this.random(2)], ['glaciate', 'thunderbolt'][this.random(2)]], // Curse didn't make sense at all so it was changed to Hammer Arm
|
||||
baseSignatureMove: 'rockthrow', signatureMove: "Geoblast",
|
||||
evs: {spa:252, spd:4, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'@Trickster': {
|
||||
species: 'Whimsicott', ability: 'Prankster', item: 'Leftovers', gender: 'M',
|
||||
moves: ['swagger', 'spore', 'seedflare', 'recover', 'nastyplot'],
|
||||
baseSignatureMove: 'naturepower', signatureMove: "Cometstorm",
|
||||
evs: {hp:252, spa:252, spe:4}
|
||||
},
|
||||
'@trinitrotoluene': {
|
||||
species: 'Metagross', ability: 'Levitate', item: 'Metagrossite', gender: 'M',
|
||||
moves: ['meteormash', 'zenheadbutt', 'hammerarm', 'grassknot', 'earthquake', 'thunderpunch', 'icepunch', 'shiftgear'],
|
||||
baseSignatureMove: 'explosion', signatureMove: "Get Haxed",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'@WaterBomb': {
|
||||
species: 'Poliwrath', ability: 'Unaware', item: 'Leftovers', gender: 'M',
|
||||
moves: ['heartswap', 'softboiled', 'aromatherapy', 'highjumpkick'],
|
||||
baseSignatureMove: 'waterfall', signatureMove: "Water Bomb",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
},
|
||||
'@xfix': {
|
||||
species: 'Xatu', ability: 'Magic Bounce', item: 'Focus Sash', gender: 'M',
|
||||
moves: ['thunderwave', 'substitute', 'roost'],
|
||||
baseSignatureMove: 'metronome', signatureMove: "(Super Glitch)",
|
||||
evs: {hp:252, spd:252, def:4}, nature: 'Calm'
|
||||
},
|
||||
'@zdrup': {
|
||||
species: 'Slowking', ability: 'Slow Start', item: 'Leftovers', gender: 'M',
|
||||
moves: ['psystrike', 'futuresight', 'originpulse', 'slackoff', 'destinybond'],
|
||||
baseSignatureMove: 'wish', signatureMove: "Premonition",
|
||||
evs: {hp:252, def:4, spd:252}, nature: 'Quiet'
|
||||
},
|
||||
'@Zebraiken': {
|
||||
species: 'zebstrika', ability: 'Compound Eyes', item: 'Life Orb', gender: 'M',
|
||||
moves: ['thunder', ['fire blast', 'focusblast', 'highjumpkick', 'meteormash'][this.random(3)], ['blizzard', 'iciclecrash', 'sleeppowder'][this.random(3)]], // why on earth does he learn Meteor Mash?
|
||||
baseSignatureMove: 'detect', signatureMove: "bzzt",
|
||||
evs: {atk:4, spa:252, spe:252}, nature: 'Hasty'
|
||||
},
|
||||
// Drivers.
|
||||
'%Aelita': {
|
||||
species: 'Porygon-Z', ability: 'Protean', item: 'Life Orb', gender: 'F',
|
||||
moves: ['boomburst', 'quiverdance', 'chatter', 'blizzard', 'moonblast'],
|
||||
baseSignatureMove: 'thunder', signatureMove: "Energy Field",
|
||||
evs: {hp:4, spa:252, spd:252}, nature: 'Modest'
|
||||
},
|
||||
'%Arcticblast': {
|
||||
species: 'Cresselia', ability: 'Levitate', item: 'Sitrus Berry', gender: 'M',
|
||||
moves: [
|
||||
['fakeout', 'icywind', 'trickroom', 'safeguard', 'thunderwave', 'tailwind', 'knockoff'][this.random(7)],
|
||||
['sunnyday', 'moonlight', 'calmmind', 'protect', 'taunt'][this.random(5)],
|
||||
['originpulse', 'heatwave', 'hypervoice', 'icebeam', 'moonblast'][this.random(5)]
|
||||
],
|
||||
baseSignatureMove: 'psychoboost', signatureMove: "Doubles Purism",
|
||||
evs: {hp:252, def:120, spa:56, spd:80}, nature: 'Sassy'
|
||||
},
|
||||
'%Articuno': {
|
||||
species: 'Articuno', ability: 'Magic Guard', item: 'Sitrus Berry', gender: 'F',
|
||||
moves: ['roost', 'calmmind', ['psychic', 'airslash', 'icebeam', 'thunderwave'][this.random(4)]],
|
||||
baseSignatureMove: 'whirlwind', signatureMove: "True Support",
|
||||
evs: {hp:252, def:192, spa:64}, nature: 'Modest'
|
||||
},
|
||||
'%Ast☆arA': {
|
||||
species: 'Jirachi', ability: 'Cursed Body', item: ['Leftovers', 'Sitrus Berry'][this.random(2)], gender: 'F',
|
||||
moves: ['psychic', 'moonblast', 'nastyplot', 'recover', 'surf'],
|
||||
baseSignatureMove: 'psywave', signatureMove: "Star Bolt Desperation",
|
||||
evs: {hp:4, spa:252, spd:252}, nature: 'Modest'
|
||||
},
|
||||
'%Asty': {
|
||||
species: 'Seismitoad', ability: 'Sap Sipper', item: 'Red Card', gender: 'M',
|
||||
moves: ['earthquake', 'recover', 'icepunch'],
|
||||
baseSignatureMove: 'toxic', signatureMove: "Amphibian Toxin",
|
||||
evs: {atk:252, spd:252, spe:4}, nature: 'Adamant'
|
||||
},
|
||||
'%Birkal': {
|
||||
species: 'Rotom-Fan', ability: 'Magic Guard', item: 'Choice Scarf', gender: 'M',
|
||||
moves: ['trick', 'aeroblast', ['discharge', 'partingshot', 'recover', 'tailglow'][this.random(4)]],
|
||||
baseSignatureMove: 'quickattack', signatureMove: "Caw",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'%bloobblob': {
|
||||
species: 'Cinccino', ability: 'Skill Link', item: 'Life Orb', gender: 'M',
|
||||
moves: ['bulletseed', 'rockblast', 'uturn', 'tailslap', 'knockoff'],
|
||||
baseSignatureMove: 'spikecannon', signatureMove: "Lava Whip",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'%Bumbadadabum': {
|
||||
species: 'Samurott', ability: 'Analytic', item: 'Safety Goggles', gender: 'M',
|
||||
moves: ['calmmind', 'originpulse', 'icebeam'],
|
||||
baseSignatureMove: 'hypervoice', signatureMove: "Open Source Software",
|
||||
evs: {hp:252, spa:252, spd:4}, nature: 'Modest'
|
||||
},
|
||||
'%Charles Carmichael': {
|
||||
species: 'Quagsire', ability: 'Sap Sipper', item: 'Liechi Berry', gender: 'M',
|
||||
moves: ['waterfall', 'earthquake', ['stoneedge', 'rockslide'][this.random(2)], 'icepunch'],
|
||||
baseSignatureMove: 'swagger', signatureMove: "Bad Pun",
|
||||
evs: {hp:248, atk:252, spe:8}, nature: 'Naughty'
|
||||
},
|
||||
'%Crestfall': {
|
||||
species: 'Darkrai', ability: 'Parental Bond', item: 'Lum Berry', gender: 'M',
|
||||
moves: ['darkpulse', 'icebeam', 'oblivionwing'],
|
||||
baseSignatureMove: 'protect', signatureMove: "Final Hour",
|
||||
evs: {spa:252, def:4, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'%DTC': {
|
||||
species: 'Charizard', ability: 'Magic Guard', item: 'Charizardite X', gender: 'M',
|
||||
moves: ['shiftgear', 'blazekick', 'roost'],
|
||||
baseSignatureMove: 'dragonrush', signatureMove: "Dragon Smash",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'%Feliburn': {
|
||||
species: 'Infernape', ability: 'Adaptability', item: 'Expert Belt', gender: 'M',
|
||||
moves: ['highjumpkick', 'sacredfire', 'taunt', 'fusionbolt', 'machpunch'],
|
||||
baseSignatureMove: 'firepunch', signatureMove: "Falcon Punch",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'%galbia': {
|
||||
species: 'Cobalion', ability: 'Serene Grace', item: 'Leftovers',
|
||||
moves: ['ironhead', 'taunt', 'swordsdance', 'thunderwave', 'substitute'],
|
||||
baseSignatureMove: 'highjumpkick', signatureMove: "Kibitz",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'%Hugendugen': {
|
||||
species: 'Latios', ability: 'Prankster', item: 'Life Orb', gender: 'M',
|
||||
moves: ['taunt', 'dracometeor', 'surf', 'earthpower', 'recover', 'thunderbolt', 'icebeam'],
|
||||
baseSignatureMove: 'psychup', signatureMove: "Policy Decision",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'%Jellicent': {
|
||||
species: 'Jellicent', ability: 'Poison Heal', item: 'Toxic Orb', gender: 'M',
|
||||
moves: ['recover', 'freezedry', 'trick', 'substitute'],
|
||||
baseSignatureMove: 'surf', signatureMove: "Shot For Shot",
|
||||
evs: {hp:252, def:4, spd:252}, nature: 'Calm'
|
||||
},
|
||||
'%Kayo': {
|
||||
species: 'Gourgeist-Super', ability: 'Magic Bounce', item: 'Leftovers', gender: 'M', shiny: true,
|
||||
moves: ['leechseed', 'shadowforce', 'spore', 'recover'],
|
||||
baseSignatureMove: 'vinewhip', signatureMove: "Beard of Zeus Bomb",
|
||||
evs: {hp:252, def:252, spd:4}, nature: 'Impish'
|
||||
},
|
||||
'%LJDarkrai': {
|
||||
species: 'Garchomp', ability: 'Compound Eyes', item: 'Life Orb', gender: 'M',
|
||||
moves: ['dragondance', 'dragonrush', 'gunkshot', 'precipiceblades', 'sleeppowder', 'stoneedge'], name: '%LJDarkrai',
|
||||
baseSignatureMove: 'blazekick', signatureMove: "Blaze Blade",
|
||||
evs: {hp:4, atk:252, spe:252}, nature: 'Adamant'
|
||||
},
|
||||
'%Majorbling': {
|
||||
species: 'Dedenne', ability: 'Levitate', item: 'Expert Belt', gender: 'M',
|
||||
moves: ['moonblast', 'voltswitch', 'discharge', 'focusblast', 'taunt'],
|
||||
baseSignatureMove: 'bulletpunch', signatureMove: "Focus Laser",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'%QuoteCS': {
|
||||
species: 'Skarmory', ability: 'Adaptability', item: 'Life Orb', gender: 'M',
|
||||
moves: ['meteormash', 'bravebird', 'roost'],
|
||||
baseSignatureMove: 'spikes', signatureMove: "Diversify",
|
||||
evs: {hp:248, atk:252, spe:8}, nature: 'Adamant'
|
||||
},
|
||||
'%raseri': {
|
||||
species: 'Prinplup', ability: 'Regenerator', item: 'Eviolite', gender: 'M',
|
||||
moves: ['defog', 'stealthrock', 'toxic', 'roar', 'bravebird'],
|
||||
baseSignatureMove: 'scald', signatureMove: "Ban Scald",
|
||||
evs: {hp:252, def:228, spd:28}, nature: 'Bold'
|
||||
},
|
||||
'%uselesstrainer': {
|
||||
species: 'Scatterbug', ability: 'Skill Link', item: 'Mail', gender: 'M',
|
||||
moves: ['explosion', 'stringshot', 'stickyweb', 'spiderweb', 'mist'],
|
||||
baseSignatureMove: 'bulletpunch', signatureMove: "Ranting",
|
||||
evs: {atk:252, def:4, spe:252}, nature: 'Jolly'
|
||||
},
|
||||
'%Vacate': {
|
||||
species: 'Bibarel', ability: 'Adaptability', item: 'Leftovers', gender: 'M',
|
||||
moves: ['earthquake', 'smellingsalts', 'stockpile', 'zenheadbutt', 'waterfall'],
|
||||
baseSignatureMove: 'superfang', signatureMove: "Duper Fang",
|
||||
evs: {atk:252, def:4, spd:252}, nature: 'Quiet'
|
||||
},
|
||||
// Voices.
|
||||
'+Aldaron': {
|
||||
species: 'Conkeldurr', ability: 'Speed Boost', item: 'Assault Vest', gender: 'M',
|
||||
moves: ['drainpunch', 'machpunch', 'iciclecrash', 'closecombat', 'earthquake', 'shadowclaw'],
|
||||
baseSignatureMove: 'superpower', signatureMove: "Admin Decision",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
},
|
||||
'+bmelts': {
|
||||
species: 'Mewtwo', ability: 'Regenerator', item: 'Mewtwonite X', gender: 'M',
|
||||
moves: ['batonpass', 'uturn', 'voltswitch'],
|
||||
baseSignatureMove: 'partingshot', signatureMove: "Aaaannnd... he's gone",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'+Cathy': {
|
||||
species: 'Aegislash', ability: 'Stance Change', item: 'Life Orb', gender: 'F',
|
||||
moves: ['kingsshield', 'shadowsneak', ['calmmind', 'shadowball', 'shadowclaw', 'flashcannon', 'dragontail', 'hyperbeam'][this.random(5)]],
|
||||
baseSignatureMove: 'memento', signatureMove: "HP Display Policy",
|
||||
evs: {hp:4, atk:252, spa:252}, nature: 'Quiet'
|
||||
},
|
||||
'+Diatom': {
|
||||
species: 'Spiritomb', ability: 'Parental Bond', item: 'Custap Berry', gender: 'M',
|
||||
moves: ['psywave', ['poisonfang', 'shadowstrike'][this.random(2)], ['uturn', 'rapidspin'][this.random(2)]],
|
||||
baseSignatureMove: 'healingwish', signatureMove: "Be Thankful I Sacrificed Myself",
|
||||
evs: {hp:252, def:136, spd:120}, nature: 'Impish'
|
||||
},
|
||||
'+Limi': {
|
||||
species: 'Primeape', ability: 'Poison Heal', item: 'Leftovers', gender: 'M',
|
||||
moves: ['ingrain', 'doubleedge', 'leechseed'],
|
||||
baseSignatureMove: 'growl', signatureMove: "Resilience",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
},
|
||||
'+MattL': {
|
||||
species: 'Mandibuzz', ability: 'Poison Heal', item: 'Leftovers', gender: 'M',
|
||||
moves: ['oblivionwing', 'leechseed', 'quiverdance', 'topsyturvy', 'substitute'],
|
||||
baseSignatureMove: 'toxic', signatureMove: "Topology",
|
||||
evs: {hp:252, def:252, spd:4}, nature: 'Bold'
|
||||
},
|
||||
'+mikel': {
|
||||
species: 'Giratina', ability: 'Prankster', item: 'Lum Berry', gender: 'M',
|
||||
moves: ['rest', 'recycle', ['toxic', 'willowisp'][this.random(2)]],
|
||||
baseSignatureMove: 'swagger', signatureMove: "Trolling Lobby",
|
||||
evs: {hp:252, def:128, spd:128}, ivs: {atk:0}, nature: 'Calm'
|
||||
},
|
||||
'+Great Sage': {
|
||||
species: 'Shuckle', ability: 'Harvest', item: 'Leppa Berry', gender: '',
|
||||
moves: ['substitute', 'protect', 'batonpass'],
|
||||
baseSignatureMove: 'judgment', signatureMove: "Judgment",
|
||||
evs: {hp:252, def:28, spd:228}, ivs: {atk:0, def:0, spe:0}, nature: 'Bold'
|
||||
},
|
||||
'+Redew': {
|
||||
species: 'Minun', ability: 'Wonder Guard', item: 'Air Balloon', gender: 'M',
|
||||
moves: ['nastyplot', 'thunderbolt', 'icebeam'],
|
||||
baseSignatureMove: 'recover', signatureMove: "Recover",
|
||||
evs:{hp:4, spa:252, spe:252}, nature: 'Modest'
|
||||
},
|
||||
'+shaymin': {
|
||||
species: 'Shaymin-Sky', ability: 'Serene Grace', item: 'Expert Belt', gender: 'F',
|
||||
moves: ['seedflare', 'airslash', ['secretsword', 'earthpower', 'roost'][this.random(3)]],
|
||||
baseSignatureMove: 'detect', signatureMove: "Flower Garden",
|
||||
evs: {hp:4, spa:252, spe:252}, nature: 'Timid'
|
||||
},
|
||||
'+SOMALIA': {
|
||||
species: 'Gastrodon', ability: 'Anger Point', item: 'Leftovers', gender: 'M',
|
||||
moves: ['recover', 'steameruption', 'earthpower', 'leafstorm', 'substitute'],
|
||||
baseSignatureMove: 'energyball', signatureMove: "Ban Everyone",
|
||||
evs: {hp:252, spa:252, spd:4}, nature: 'Modest'
|
||||
},
|
||||
'+TalkTakesTime': {
|
||||
species: 'Registeel', ability: 'Flash Fire', item: 'Leftovers', gender: 'M',
|
||||
moves: ['recover', 'ironhead', 'bellydrum'],
|
||||
baseSignatureMove: 'taunt', signatureMove: "Bot Mute",
|
||||
evs: {hp:252, atk:252, def:4}, nature: 'Adamant'
|
||||
}
|
||||
};
|
||||
// Generate the team randomly.
|
||||
var pool = Object.keys(sets).randomize();
|
||||
var ranks = {'~':'admins', '&':'leaders', '@':'mods', '%':'drivers', '+':'voices'};
|
||||
var levels = {'~':99, '&':97, '@':96, '%':96, '+':95};
|
||||
for (var i = 0; i < 6; i++) {
|
||||
var rank = pool[i].charAt(0);
|
||||
var set = sets[pool[i]];
|
||||
set.level = levels[rank];
|
||||
set.name = pool[i];
|
||||
if (!set.ivs) {
|
||||
set.ivs = {hp:31, atk:31, def:31, spa:31, spd:31, spe:31};
|
||||
} else {
|
||||
for (var iv in {hp:31, atk:31, def:31, spa:31, spd:31, spe:31}) {
|
||||
set.ivs[iv] = set.ivs[iv] ? set.ivs[iv] : 31;
|
||||
}
|
||||
}
|
||||
// Assuming the hardcoded set evs are all legal.
|
||||
if (!set.evs) set.evs = {hp:84, atk:84, def:84, spa:84, spd:84, spe:84};
|
||||
set.moves = set.moves.sample(3).concat(set.baseSignatureMove);
|
||||
team.push(set);
|
||||
}
|
||||
|
||||
// Check for Illusion.
|
||||
if (team[5].name === '&Slayer95') {
|
||||
var temp = team[4];
|
||||
team[4] = team[5];
|
||||
team[5] = temp;
|
||||
}
|
||||
|
||||
return team;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user