Tennysonmons [Slate #5: Upgrade, Way Big, AmpFibian]

Status
Not open for further replies.

charizard8888

Catch The Wave
is a Forum Moderator Alumnus
So we're postponing the voting of this slate (Don't worry the given submissions will be used in the voting in future) for making way for a new slate to kick start the thread once again.

Slate #5
Upgrade, Way Big, and AmpFibian
Submissions open till the 13th of December
No Limits​

We'll have discussion phases and playtesting soon.
 
"Thank you for flying Air Upgrade. Buh-bye."
Alien: Upgrade

HP: 105
Atk: 50
Def: 100
SpA: 125
SpD: 110
Spe: 90
BST: 580
Weight: 54.3 lbs
Abilities: Technomorph / Regenerator
Technomorph
-This pokemon copies the stat boosts of all Electric and/or Steel types on the field.
Movepool: Flash Cannon, Moonblast, Shadow Ball, Hidden Power, Signal Beam, Power Gem, Focus Blast, Heal Bell, Discharge, Thunderbolt, Volt Switch, Agility, Nasty Plot, Agility, Light Screen, Reflect, Toxic, Acid Armor.
Flavour/Design: Ghost/Steel typing is the result of Upgrade's modus operandi, possessing technology. The alien is rather durable, lending credence to the bulk on this guy. Is incredibly powerful when merged with tech, lending to high special attack. Electric moves are also the result of his tech merging. Acid Armor because he's a liquid. Regenerator because he can pull himself together after being split apart. Techomorph relates to his canon ability.
Competitive Analysis: Bulky Supporter, or Special Tank like Magnezone only swapping the trapping for more staying power. Great coverage also helps his strengths. Techomorph allows him to potentially become unstoppable, but it requires luck and predictions, not to mention Regenerator is a safer and more reliable option. Overall, a fun alternative to Magnezone that's harder to put down.
pokedex.js
JavaScript:
Upgrade: {
num: ,
species: "Upgrade",
/*forme: "",
formeLetter:",
baseSpecies: "Upgrade,*/

types:["Ghost", "Steel"],
baseStats: {hp: 105, atk: 50, def: 100, spa: 125, spd: 110, spe: 90},
abilities: {0: "Techomorph", 1: "", H: "Regenerator"},
weightkg: 54.3 lbs,
},
formats-data.js
JavaScript:
upgrade:{
tier: "OU",
},
//scripts.js
JavaScript:
else if(pokemon.baseTemplate.baseSpecies ==="Upgrade" && pokemon.getItem().id ==="") {
return //Upgrade ;
}
"Whoa...check me out! I'm not just big, I'm Way Big!"
Alien: Waybig

HP: 120
Atk: 150
Def: 120
SpA: 90
SpD: 120
Spe: 80
BST: 680
Weight: 1653.4 lbs
Abilities: Pressure / Sturdy / Colossus
Colossus
-Reduces damage taken from lighter Pokemon.
400lbs less: Reduces by 33%
800lbs less: Reduces by 50%
1200lbs less: Reduces by 60%
1600lbs less: Reduces by 67%
2000lbs less: Reduces by 71%
2400lbs less: Reduces by 75%
Movepool: Close Combat, Superpower, Hammer Arm, Earthquake, Fire Punch, Thunder Punch, Ice Punch, Drain Punch, Knock Off, Crunch, Bulk Up, Stone Edge, Poison Jab, Heavy Slam, Bounce, Return, Power-Up Punch, Focus Blast, Hyper Beam, Aura Sphere, Dark Pulse, Power Gem, Moonblast, Rest, Sleep Talk.
Flavour/Design: The alien is the pinnacle of Ben's strength alien, and thus pure Fighting. Most of his attacks and stats are based on his usual fighting style - punching, feats of strength, and tanking huge damage. He has decent special attack and moves due to his cosmic ray. Pressure is the standard legendary ability. Sturdy represents his huge durability, as does Colossus. Way Big can survive in the vacuum of space and in extreme temperatures.
Competitive Analysis: What Regigigas should have been. Hits like a truck, incredible bulk, and the movepool to use those stats. It's also just fast enough to outpace Uber Walls, and strong enough to bust through them anyway. The colossus ability in particular elevates the bulk to nigh-unkillable levels. And that's not counting the mega...
Alien: Ultimate Waybig

HP: 120
Atk: 180
Def: 160
SpA: 90
SpD: 140
Spe: 90
BST: 780
Weight: 2500.2 lbs
Abilities: Colossus
Colossus-Reduces damage taken from lighter Pokemon.
400lbs less: Reduces by 33%
800lbs less: Reduces by 50%
1200lbs less: Reduces by 60%
1600lbs less: Reduces by 67%
2000lbs less: Reduces by 71%
2400lbs less: Reduces by 75%
Movepool: Close Combat, Superpower, Hammer Arm, Earthquake, Fire Punch, Thunder Punch, Ice Punch, Drain Punch, Knock Off, Crunch, Bulk Up, Stone Edge, Poison Jab, Heavy Slam, Bounce, Return, Power-Up Punch, Focus Blast, Hyper Beam, Aura Sphere, Dark Pulse, Power Gem, Moonblast, Rest, Sleep Talk.
Competitive Analysis: A nigh-invincible tank. A RestTalk set with Drain Punch and Knock Off would never die. A Bulk Up set would sweep an entire team if not stopped. While it won't be outspeeding much wallbreakers and sweepers soon, there's not point in moving first if you can't do anything with that extra speed. It is truly something to behold.
pokedex.js
JavaScript:
Waybig: {
num: , 
species: "Waybig",
/*forme: "",
formeLetter:",
baseSpecies: "Waybig,*/

types:["Fighting"]
 
baseStats: {hp: 120, atk: 150, def: 120, spa: 90, spd: 120, spe: 80}, 
abilities: {0: "Pressure", 1: "Sturdy", H: "Colossus"}, 
weightkg: 1653.4 lbs, 749.96 kg,
},
formats-data.js
JavaScript:
waybig:{
tier: "Uber",
},
//scripts.js
JavaScript:
else if(pokemon.baseTemplate.baseSpecies ==="Waybig" && pokemon.getItem().id ==="") {
return //Waybig ;
}
pokedex.js
JavaScript:
Ultimate Waybig: {
num: , 
species: "Ultimate Waybig",
/*forme: "",
formeLetter:",
baseSpecies: "Ultimate Waybig,*/

types:["Fighting"],
baseStats: {hp: 120, atk: 180, def: 160, spa: 90, spd: 140, spe: 90}, 
abilities: {0: "Colossus", 1: "", H: ""}, 
weightkg: 2500.2 lbs,
},
formats-data.js
JavaScript:
ultimate waybig:{
tier: "Uber",
},
//scripts.js
JavaScript:
else if(pokemon.baseTemplate.baseSpecies ==="Ultimate Waybig" && pokemon.getItem().id ==="") {
return //Ultimate Waybig ;
}
 
Status
Not open for further replies.

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

Top