Lettermons! [Stage 3 -- Voting Open!]

InfernapeTropius11

get on my level
Alright, as promised, we are moving into the voting stage! You have two days to cast your vote. Please vote in this format:

Ferrothorn: User
Gyarados: User
Excadrill: User
Mew: User
Dragonite: User


You can vote for Snaquaza (Ferrothorn only), InfernapeTropius11, Eevee General, The Reptile, Tarontos Akumeoy, Jaguar360, JungleB, DylanTubularK, or money12wolf. You do not have to vote for the same user for each Pokemon, and please refrain from voting for yourself! Obviously the user with the most votes's choices get archived. People with 5 or more choices that get archived get into the Hall of Fame! :O
 
Ferrothorn: Money12wolf
Gyarados: Akumeoy
Excadrill: DylanTubularK
Mew: DylanTubularK
Dragonite: Akumeoy
 
Last edited:

Snaquaza

KACAW
is a Community Contributor Alumnusis a Smogon Media Contributor Alumnusis a Battle Simulator Moderator Alumnus
By the way, a little tip to everyone who wants to win in this: make sure you have neat formatting. I really liked the formatting of InfernapeTropius11 and Eevee General, which also caused me to have a slight bias towards them since it was just easier to read. When something is really messy I don't really feel like having to actually research the post to understand what's going on, resulting in less chance of me voting on it, and maybe others too.
 
Ferrothorn: Eevee General
Mew: DylanTubularK
Gyarados: Eevee General
Excadrill: InfernapeTropius11
Dragonite: The Reptile

This project looks very interesting, and I'll be sure to contribute to it in the future. :]
 

canno

formerly The Reptile
Ferrothorn: Akumeoy
Mew: DylanTubularK
Gyarados: Jaguar360
Excadrill: Akumeoy
Dragonite: Eevee General
 

InfernapeTropius11

get on my level
The results are in!


Ferrothorn: Tied at 2 between Eevee General and money12wolf
/pick chose Eevee General!
Ferrothorn's new moves are:
E - Encore, R - Rapid Spin, R - Recover, O - Overheat, T - Toxic Spikes, H - Haze, O - Odor Sleuth, R - Roar, Fire Spin, Will-O-Wisp, and Incinerate


Mew: DylanTubularK!
Mew's new moves are:
M - Memento, Nuzzle, Discharge, and Parabolic Charge


Gyarados: Tied at 2 between Jaguar360 and Akumeoy
/pick chose Jaguar360!
Gyarados' new moves are:
Y - Yawn, A - Aqua Jet, R - Recover, A - Acrobatics, D - Drill Run, O - Overheat, Spikes, Water Shuriken, and Razor Shell


Excadrill: DylanTubularK!
Excadrill's new moves are:
Crunch, Automotize, Drain Punch, Recover, Icicle Crash, Leech Seed, Fusion Bolt, Thunder Wave, and Kings Shield


Dragonite: The Reptile!
Dragonite's new moves are:
Rapid Spin, Aromatherapy, Gunk Shot, Overheat, Night Daze, Ice Shard, Taunt, Knock Off, Sucker Punch, and Switcheroo

And that's our first slate done! The changes will be archived in the OP, and stay tuned for the next slate, coming up in about 5 minutes!
 

InfernapeTropius11

get on my level
Second slate!

New Typing: Grass/Dragon
New Hidden Ability: Poison Heal


New Typing: Fire/Electric
New HA: No Guard


New Typing: Psychic/Grass
New HA: Effect Spore


New Typing: Normal/Flying
New HA: Early Bird


New Typing: Psychic/Electric
New HA: Serene Grace

And that is the next slate! Get suggesting!
 
Garchomp
  • A - Agility
  • R - Rapid Spin
  • C - Cross Chop
  • H - Horn Leech
  • O - Overheat
  • M - Mach Punch
  • STABs - Dragon Dance, Leaf Storm, Leaf Blade
Heatran
  • H - Hammer Arm
  • A - Automatize
  • T - Thunder
  • R - Recover
  • A - Aeroblast
  • STABs - Volt Switch, Magnet Rise, Bolt Strike
Gothitelle
  • O - Origin Pulse
  • T - Topsy-Turvy
  • H - Heal Order
  • I - Ice Beam
  • T - Tail Glow
  • E - Earth Power
  • L - Leech Seed
  • L - Light of Ruin
  • STABs - Giga Drain, Agility, Aromatherapy
Talonflame (this got neutered ._. Time to give it some good moves I guess)
  • T - Thousand Arrows
  • A - Aeroblast
  • L - Low Kick
  • O - Oblivion Wing
  • F - Focus Blast
  • L - Leech Seed
  • A - Aura Sphere
  • M - Milk Drink
  • STABs - Extreme Speed, Defog, Belly Drum
Metagross
  • M - Mist Ball
  • T - Trick Room
  • A - Aurora Beam
  • G - Geomancy
  • R - Recover
  • O - Octazooka
  • S - Spark
  • STABs - Calm Mind, Volt Switch, Thunderbolt
 
Last edited:

InfernapeTropius11

get on my level
Alright, so I've started coding this, but I am VERY new to coding, so I don't really know what I'm doing lol. Here's what I've got so far:
Code:
exports.BattleScripts = {
    init: function () {
        this.modData('Pokedex', 'ferrothorn').abilities['H'] = 'Natural Cure';
        this.modData('Pokedex', 'ferrothorn').types = ['Fire', 'Grass'];
        this.modData('Learnsets', 'ferrothorn').learnset.encore = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.rapidspin = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.recover = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.overheat = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.toxicspikes = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.haze = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.odorsleuth = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.roar = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.firespin = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.incinerate = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.willowisp = ['6T'];
        this.modData('Pokedex', 'dragonite').abilities['H'] = 'Early Bird';
        this.modData('Pokedex', 'dragonite').types = ['Dragon', 'Dark'];
        this.modData('Learnsets', 'dragonite').learnset.taunt = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.rapidspin = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.aromatherapy = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.gunkshot = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.overheat = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.nightdaze = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.iceshard = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.knockoff = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.suckerpunch = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.switcheroo = ['6T'];
        this.modData('Pokedex', 'mew').abilities['H'] = 'Water Absorb';
        this.modData('Pokedex', 'mew').types = ['Psychic', 'Electric'];
        this.modData('Learnsets', 'mew').learnset.memento = ['6T'];
        this.modData('Learnsets', 'mew').learnset.nuzzle = ['6T'];
        this.modData('Learnsets', 'mew').learnset.paraboliccharge = ['6T'];
        this.modData('Learnsets', 'mew').learnset.discharge = ['6T'];
        this.modData('Pokedex', 'excadrill').abilities['H'] = 'Levitate';
        this.modData('Pokedex', 'excadrill').types = ['Steel', 'Electric'];
        this.modData('Learnsets', 'excadrill').learnset.crunch = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.automotize = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.drainpunch = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.recover = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.iciclecrash = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.leechseed = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.fusionbolt = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.thunderwave = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.kingsshield = ['6T'];
        this.modData('Pokedex', 'gyarados').abilities['H'] = 'Sand Rush';
        this.modData('Pokedex', 'gyarados').types = ['Ground', 'Water'];
        this.modData('Learnsets', 'gyarados').learnset.yawn = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.aquajet = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.recover = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.acrobatics = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.drillrun = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.overheat = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.spikes = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.watershuriken = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.razorshell = ['6T'];
    }
};

Tagging Pikachuun to tell me if I did this right
 

Garchomp
A:
Aroma Therapy--cure status
R: Rock Polish--double dance
C: coil--bosting
H: HornLeach--recovery
O: Overheat--fire move
M: memento--momentum

1: Wood Hammer--strong stab(avoided power whip)
2: Leach Seed--recovery
3: Dragon dance--its a dragon

this thing is nigh on unkillable with hornleach, leachseed and toxic heal, in combination with dragon dance it is quite capable of setting up and and then recovering damage off with hornleach



Heatran
H:
heat crash--good stab
A: Automize--speed up
T: Thunder--noguard is awsome
R: Rapid Spin--support
A: agility--redundant with awutomize

1:Inferno--burn chance
2:Zap Cannon--paralyze chance
3: Volt Switch--momentum

Dual stabs/status, incombination with agilty gives some realy good bulk(recovery was not added becuase that would just be cruel)


Gothitelle
O:
overheat--an O move
T: Toxic spikes--support
H: HornLeach--Recovery
I: IceBeam--Ice move
T: Transform--transform
E: Explosion--Good E move
L: Leach Sead--recovery
L: Lunar Dance--momentum

1: Spore--pleep
2: PsyStrike--stab
3: Seed Flare--stab
Lack of shadow tag hurts it alot so i figured i could splurge abit


Talonflame
T:
thrash stab
A: aqua jet--priority
L: lunardance--momentum/support
O: Oblivion Wing--stab revoery
F: fake out--its fakout
L: leach seed--recovery
A: AeroBlast--Special stab
M: Mach Punch--priority

1: Extreem Speed--Priority
2: Super fang-help deal consistent damage
3: Take Down--stab

I avoided belly drum because belly speed is not something i like the idea of

Metagross
M:
MilkDrink--recovery
T: Thunder Bolt--Flavor
A: AirSlash--flinch chance
G: Gunk Shot--high poison chanc
R: RazorShell(pure evil) 100 percent chance to lower defense
O: Outrage--Not many Os
S: Searing Shot--60 percent burn chance

1: Fusion Bolt--physical stab
2: VoltSwitch--momentum
3: Discharge--Flavor(and 60 percent paralysis rate)

This is the serene grace user from hell it's got, Meteor mash to boost power razorshell to punish switch ins and a variety of status moves.
 
Last edited:

Pikachuun

the entire waruda machine
Alright, so I've started coding this, but I am VERY new to coding, so I don't really know what I'm doing lol. Here's what I've got so far:
Code:
exports.BattleScripts = {
    init: function () {
        this.modData('Pokedex', 'ferrothorn').abilities['H'] = 'Natural Cure';
        this.modData('Pokedex', 'ferrothorn').types = ['Fire', 'Grass'];
        this.modData('Learnsets', 'ferrothorn').learnset.encore = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.rapidspin = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.recover = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.overheat = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.toxicspikes = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.haze = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.odorsleuth = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.roar = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.firespin = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.incinerate = ['6T'];
        this.modData('Learnsets', 'ferrothorn').learnset.willowisp = ['6T'];
        this.modData('Pokedex', 'dragonite').abilities['H'] = 'Early Bird';
        this.modData('Pokedex', 'dragonite').types = ['Dragon', 'Dark'];
        this.modData('Learnsets', 'dragonite').learnset.taunt = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.rapidspin = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.aromatherapy = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.gunkshot = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.overheat = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.nightdaze = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.iceshard = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.knockoff = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.suckerpunch = ['6T'];
        this.modData('Learnsets', 'dragonite').learnset.switcheroo = ['6T'];
        this.modData('Pokedex', 'mew').abilities['H'] = 'Water Absorb';
        this.modData('Pokedex', 'mew').types = ['Psychic', 'Electric'];
        this.modData('Learnsets', 'mew').learnset.memento = ['6T'];
        this.modData('Learnsets', 'mew').learnset.nuzzle = ['6T'];
        this.modData('Learnsets', 'mew').learnset.paraboliccharge = ['6T'];
        this.modData('Learnsets', 'mew').learnset.discharge = ['6T'];
        this.modData('Pokedex', 'excadrill').abilities['H'] = 'Levitate';
        this.modData('Pokedex', 'excadrill').types = ['Steel', 'Electric'];
        this.modData('Learnsets', 'excadrill').learnset.crunch = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.automotize = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.drainpunch = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.recover = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.iciclecrash = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.leechseed = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.fusionbolt = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.thunderwave = ['6T'];
        this.modData('Learnsets', 'excadrill').learnset.kingsshield = ['6T'];
        this.modData('Pokedex', 'gyarados').abilities['H'] = 'Sand Rush';
        this.modData('Pokedex', 'gyarados').types = ['Ground', 'Water'];
        this.modData('Learnsets', 'gyarados').learnset.yawn = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.aquajet = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.recover = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.acrobatics = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.drillrun = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.overheat = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.spikes = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.watershuriken = ['6T'];
        this.modData('Learnsets', 'gyarados').learnset.razorshell = ['6T'];
    }
};

Tagging Pikachuun to tell me if I did this right
Looks correct.
 

canno

formerly The Reptile
Garchomp
  • A - Aromatherapy
  • R - Rapid Spin
  • C - Coil
  • H - Horn Leech
  • O - Overheat
  • M - Moonlight
  • STABs - Power Whip, Leech Seed, Cotton Guard
Heatran
  • H - Healing Wish
  • A - Automatize
  • T - Thunderbolt
  • R - Recover
  • A - Aromatherapy
  • STABs - Volt Switch, Inferno, Zap Cannon

Gothitelle
  • O - Overheat
  • T - Tailwind
  • H - Heal Order
  • I - Icy Wind
  • T - Toxic Spikes
  • E - Earth Power
  • L - Leech Seed
  • L - Leaf Storm
  • STABs - Giga Drain, Cotton Guard, Aromatherapy
Talonflame
  • T - Tail Glow
  • A - Aeroblast
  • L - Lunar Dance
  • O - Oblivion Wing
  • F - Focus Blast
  • L - Lovely Kiss
  • A - Aura Sphere
  • M - Meteor Mash
  • STABs - Extreme Speed, Techno Blast, Encore
Metagross
  • M - Memento
  • T - Trick Room
  • A - Air Slash
  • G - Gunk Shot
  • R - Recover
  • O - Overheat
  • S - Switcheroo
  • STABs - Volt Tackle, Volt Switch, Discharge
 
Last edited:
Garchomp
  • A - Aromatherapy
  • R - Rapid Spin
  • C - Cotton Guard
  • H - Horn Leech
  • O - Overheat
  • M - Mega Drain
STABs
  • Stun Spore
  • Dragon Dance
  • Leech Seed
Heatran
  • H - Head Smash
  • A - Acid Armor
  • T - Thunder Wave
  • R - Rock Recker
  • A - Aura Sphere
STABs
  • Volt Switch
  • Inferno
  • Magnet Rise
Gothitelle
  • O - Overheat
  • T - Trick-or-Treat
  • H - Healing Wish
  • I - Ingrain
  • T - Tailwind
  • E - Electro Ball
  • L - Leaf Storm
  • L - Leech Seed
STABs
  • Giga Drain
  • Petal Dance
  • Spore
Talonflame
  • T - Thunder Wave
  • A - Automize
  • L - Last Resort
  • O - Odor Sleuth
  • F - Focus Energy
  • L - Lovely Kiss
  • A - Acupressure
  • M - Mega Kick
STABs
  • Extremespeed
  • Work Up
  • Encore
Metagross
  • M - Metal Sound
  • T - Triple Kick
  • A - Automize
  • G - Gravity
  • R - Roar
  • O - Outrage
  • S - Shift Gear
STABs
  • Discharge
  • Volt Switch
  • Volt Tackle
 
Last edited:

thesecondbest

Just Kidding I'm First
New Typing: Grass/Dragon
New Hidden Ability: Poison Heal
Agility
Rock wrecker
Cross chop
Heavy slam
Origin pulse
Magic coat
STAB:DD,power whip, horn leech

this guy is gonna be a legend

New Typing: Fire/Electric
New HA: No Guard(no im not gonna give it zap cannon or inferno sorry)
High jump kick (yes.)
Autonomize
Thunder
Recover
Assist
STAB:tbolt,volt switch, eruption(with no restrictions)
not very good lol. i think best will be scarf eruption volt switch etc.
New Typing: Psychic/Grass
New HA: Effect Spore (well you suck now)
Oblivion wing
Thousand waves (to supplement shadow tag)
Hypnosis(flavor)
Ice beam
Trick or treat (i mean cmon the grass type thing gets it)
Explosion
Leech seed
Lunar dance
STAB:seed flare, spore, psystrike

idk what this is
New Typing: Normal/Flying
New HA: Early Bird (well you suck now)
Tail glow
Aeroblast
Light of ruin
Oblivion wing
Fake out
Low sweep
Agility
Milk drink(bc why the fuck not)
STAB:
boomburst, espeed (bc rip gale wings),last resort
yes, i made it a special sweeper.

New Typing: Psychic/Electric
New HA: Serene Grace (rip meteor mash, iron head new meta)
Milk Drink
Tbolt
Aqua tail
Gunk shot
Rapid spin
Outrage
Shift gear
STAB:hyperspace hole, bolt strike, volt switch

You can do utility with spin switch milk drink or shift gear sweep
 

New Typing: Grass/Dragon
New Hidden Ability: Poison Heal (holy shit)
New Moves:
A - Aqua Jet
R - Recover
C - Coil
H - Horn Leech
O - Overheat
New STABs: Wood Hammer, Dragon Dance, Spiky Shield


New Typing: Fire/Electric
New HA: No Guard
H - Hurricane
A - Agility
T - Thunder
R - Rapid Spin
A - Aura Sphere
New STABs: Magnet Rise, Thunder Wave, Inferno


New Typing: Psychic/Grass
New HA: Effect Spore (RIP)
O - Origin Pulse
T - Tail Glow
H - Hurricane
I - Ice Beam
T - Tailwind
E - Earth Power
L - Lunar Dance
L - Leech Seed
New STABs: Aromatherapy, Leaf Storm, Psycho Shift

New Typing: Normal/Flying
New HA: Early Bird (RIP, gotta buff it)
T - Topsy-Turvy
A - Acupressure
L - Lovely Kiss
O - Outrage
F - Forest's Curse
L - Low Kick
A - Aqua Ring
M - Memento
STABS: Belly Drum, Fake Out, Defog


New Typing: Psychic/Electric
New HA: Serene Grace
M - Moonblast
T - Thunder Wave
A - Air Slash
G - Growth
R - Refresh
O - Octazooka
S - Spark
STABS: Future Sight, Calm Mind, Thunderbolt
 

Garchomp
Grass/Dragon
Poison Heal
A - Agility
R - Recover
C - Coil
H - Horn Leech
O - Odor Sleuth
M - Me First
STAB - Seed Bomb, Leech Seed, Leaf Blade


Heatran
Fire/Electric
No Guard
H - Hydro Pump
A - Aromatherapy
T - Trick
R - Rapid Spin
A - Autotomize
STAB - Thunder, Blue Flare, Volt Switch


Gothitelle
Psychic/Grass
Effect Spore
O - Origin Pulse
T - Topsy-Turby
H - Hyperspace Hole
I - Ice Beam
T - Toxic Spikes
E - Entrainment
L - Leech Seed
L - Lava Plume
STAB - Giga Drain, Leaf Storm, Psystrike


Talonflame
Normal/Flying
Early Bird
T - Tail Glow
A - Aeroblast
L - Lovely Kiss
O - Oblivion Wing
F - Focus Blast
L - Last Resort
A - Aura Sphere
M - Me First
STAB - Hyper Voice, Extreme Speed, Weather Ball


Metagross
Psychic/Electric
Serene Grace
M - Moonlight
T - Taunt
A - Aqua Tail
G - Gunk Shot
R - Recover
O - Odor Sleuth
S - Swords Dance
STAB - Wild Charge, Bolt Strike, Volt Switch
 
Last edited:

GARCHOMP
New Typing: Grass/Dragon
New Hidden Ability: Poison Heal
New moves: Aromatherapy, Rock Polish, Cross Chop, Horn Leech, Overheat, Megahorn
New STABs: Leaf Blade, Giga Drain, Spiky Shield


HEATRAN
New Typing: Fire/Electric
New HA: No Guard
New moves: Heat Crash, Autotomize, Thunder, Rapid Spin, Aura Sphere
New STABs: Zap Cannon, Volt Switch, Inferno


GOTHITELLE
New Typing: Psychic/Grass
New HA: Effect Spore
New moves: Overheat, Topsy-Turvy, Heal Bell, Ingrain, Tailwind, Encore, Leech Seed, Lunar Dance
New STABs: Giga Drain, Sleep Powder, Spiky Shield


TALONFLAME
New Typing: Normal/Flying
New HA: Early Bird
New moves: Tail Glow, Air Slash, Last Resort, Oblivion Wing, Fire Blast, Lava Plume, Aura Sphere, Me First
New STABs: Extremespeed, Boomburst, Defog


METAGROSS
New Typing: Psychic/Electric
New HA: Serene Grace
New moves: Metal Burst, Trick Room, Autotomize, Grass Knot, Rapid Spin, Overheat, Spark
New STABs: Thunderbolt, Discharge, Volt Switch
 
Last edited:
Garchomp
  • A - Aqua Jet
  • R - Roar of Time
  • C - Calm Mind
  • H - Heal Bell
  • O - Overheat
  • M - Megahorn
  • STABs - Horn Leech, Giga Drain, Leaf Blade
Heatran
  • H - Hone Claws
  • A - Aura Sphere
  • T - Toxic Spikes
  • R - Recover
  • A - Acid Armor
  • STABs - Zap Cannon, Nuzzle, Sacred Fire

Gothitelle
  • O - Ominous Wind
  • T - Topsy-Turvy
  • H - Horn Leech
  • I - Infesatation
  • T - Toxic Spikes
  • E - Entertainment
  • L - Lunar Dance
  • L - Leech Seed
  • STABs - Giga Drain, Spore, Leaf Storm
Talonflame
  • T - Tail Glow
  • A - Aeroblast
  • L - Lava Plume
  • O - Oblivion Wing
  • F - Fake Out
  • L - Land Wrath
  • A - Ancient Power
  • M - Memento
  • STABs - Extreme Speed, Hyper Voice, Glare
Metagross
  • M - Memento
  • T - Tailwind
  • A - Arm Thrust
  • G - Glare
  • R - Razor Shell
  • O - Overheat
  • S - Superpower
  • STABs - Wild Charge, Volt Switch, Stored Power
 

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top