Technician Tower 2.0 (Now playable on the Aqua Server!)

Status
Not open for further replies.

Illusio

Bold and Brash
(3rd thread this Gen woot woot)

Approved by Eevee General as the replacement for TechniciMons XY and Technician Tower

We all know Scizor, right? The King of Gen 5 OU. It was only king, however, due to one important Ability: Technician. Technician boosts the power of all ≤60 BP moves by 50%. However, only a select group of Pokémon get to abuse this ability completely, namely, Breloom and Scizor. That’s a shame, because there are so many good and underappreciated moves with 60 BP or less.
It’s a shame that not too many of these moves get used. However, this metagame will change that. Say hello to the metagame in which priority shines. In which multi-hit moves are the new gold standard for power. In which Birdspam will have to rely on Aerial Aces instead of Brave Birds.

Welcome to the Technician Tower.

There are 7 rules in the Technician Tower:
  • Every Pokémon gets an intrinsic Technician as well as their original Ability.
  • Moves with 91+ BP are banned. This includes Heavy Slam, Heat Crash, Low Kick, Grass Knot, Gyro Ball, Electro Ball, and all other moves with variable BP. Return and Frustration are special cases, but having a Pokémon with Return and more than 150 happiness (or Frustration and less than 105 happiness) is not allowed.
  • Technician is banned, due to redundancy. Mega Scizor will acquire Swarm as its Ability.
  • Pokémon with an –ate ability are banned from using moves with more than 63 BP, to keep the power semi-universal.
  • OU clauses and bans are in effect.
  • Skill Link is banned, because of the absurd power it would acquire. Yeah, it's nearly impossible to wall this ability without a dedicated counter.
  • Have fun!
Code:
{
  name: "Technician Tower",
  section: "Other Metagames",

  mod:'technichiantower',
  ruleset: ['Pokemon', 'Standard', 'Team Preview', 'Swagger Clause', 'Baton Pass Clause'],
  banlist: ['Uber', 'Soul Dew', 'Gengarite', 'Kangaskhanite', 'Lucarionite', 'Mawilite', 'Technician', 'Skill Link'],
  validateSet: function(set) {
    for (var i in set.moves) {
      var move = this.getMove(string(set.moves[i]));
        if (move.basePower && move.basePower >= 90) return ['The move ' + move.name + ' is banned because it has >90 Base Power.'];
        if (move.id === 'frustration' && set.happiness < 105) return ['The move Frustration is banned because Pokemon ' + (set.name || set.species) + ' has less than 105 happiness'];
        if (move.id === 'return' && set.happiness > 150) return ['The move Return is banned because Pokemon ' + (set.name || set.species) + 'has more than 150 happiness'];
        if (move.basePowerCallback && !(move.id in {'frustration':1,'return':1})) return ['The move ' + move.name + ' is banned because it has a variable BP'];
        if (move.basePower && move.basePower > 63 && set.ability in {'Pixilate':1,'Aerilate':1,'Refrigerate':1}) return ['The move ' + move.name + ' is banned for Pokemon with an -ate ability.']
      }
    },
    onBasePowerPriority: 8,
    onBasePower: function (basePower, attacker, defender, move) {
       if (basePower <= 60) {
         this.debug('Technician boost');
         return this.chainModify(1.5);
       }
   },
},
mods/technichiantower/scripts.js
Code:
exports.BattleScripts = {
    init: function() {
       this.modData('Pokedex', 'scizormega').abilities['0'] = 'Swarm';
       this.modData('Pokedex', 'heracrossmega').abilities['0'] = 'Swarm';
  }
}
Playable on the Aqua server!
 
Last edited:

Da Pizza Man

Pizza Time
is a Pre-Contributor
It'd be better to give mhera the ability the base form has, like was done with scizor.
Yeah, I didn't notice that, but seeing the way we do this I think we should give Mega Heracross swarm (Which is ironically the same ability Mega Scizor got)
 
Oh right forgot Scizor had Light Metal as Hidden.

Swarm seems fine for consistency, not like a newbie in this meta wioild figure out a way to abuse guts on a mega.
 

Illusio

Bold and Brash
If Skill Link is banned, shouldn't Heracronite also be banned since it lets you bypass that ban?
Heracronite is banned in the coding, although switching it's ability to swarm might work. I'll think about it.

EDIT: Mega Heracross is unbanned, it's new ability will be Swarm.
 
Last edited:
three sets here

Aerodactyl @ Aerodactylite
Adamant Nature
Aerial Ace
Smack Down
Aqua tail/filler
Bulldoze/filler

Basically Aerodactyl that can take advantage of its stabs

Barbaracle @ Focus Sash/White Herb/LO
Tough Claws
Adamant/Jolly Nature
Smack Down
Razor Shell
Brick Break
Shell Smash

Barbaracle with a better rock stab

Nidoking @ LO
Sheer Force
Adamant Nature
Bulldoze
Smack Down/punch move
punch move
punch move

Viable physical Nidoking
 
It seems M-Blastoise & Clawzister's Water Pulse is extremely overpowered with technician+mega launcher with STAB.

Original Power= 60 x 2.5boost
Final Power=150
 

Da Pizza Man

Pizza Time
is a Pre-Contributor
This is an old topic, but why not give it Moxie, or Guts? to keep it viable.
Its because Swarm is the first abillity in its order, and since Scizor got the first abillity in its order its only fair to give Heracross the same treatment

Speaking of which, if we have the -ate clause in effect, then Mega Pinsir, Mega Gardevoir, Mega Altaria, Mega Glaile, and Mega Salamence (The latter most is banned so it doesn't really matter for it) can all technically bypass it? Should we do something about this?
 
Last edited:
Status
Not open for further replies.

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

Top