From ca7f91d1d30d4ad17a53b5ef0191107efc17069e Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sun, 12 Apr 2015 18:19:20 +0200 Subject: [PATCH] Super Staff Bros.: Demote imanalt. --- config/formats.js | 24 ++++++++++++------------ data/scripts.js | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/formats.js b/config/formats.js index 369e6ac0b8..3ae073abaa 100644 --- a/config/formats.js +++ b/config/formats.js @@ -1231,9 +1231,6 @@ exports.Formats = [ if (name === 'hydroimpact') { this.add('c|@HYDRO IMPACT|Think about the name first and then the Pokemon. Look beyond the "simple" detail.'); } - if (name === 'imanalt') { - this.add('c|@imanalt|muh bulk'); - } if (name === 'innovamania') { sentences = ['Don\'t take this seriously', 'These Black Glasses sure look cool', 'Ready for some fun?( ͡° ͜ʖ ͡°)', '( ͡° ͜ʖ ͡°']; this.add('c|@innovamania|' + sentences[this.random(4)]); @@ -1558,6 +1555,9 @@ exports.Formats = [ if (name === 'diatom') { this.add('-message', pokemon.side.foe.name + ' was banned by Diatom. (you should be thankful you are banned and not permabanned)'); } + if (name === 'imanalt') { + this.add('c|+imanalt|muh bulk'); + } if (name === 'mattl') { this.add('c|+MattL|The annoyance I will cause is not well-defined.'); } @@ -1815,9 +1815,6 @@ exports.Formats = [ if (name === 'hydroimpact') { this.add('c|@HYDRO IMPACT|Well done, you\'ve gone beyond your limits and have gained my trust. Now go and write your own destiny, don\'t let fate write it for you.'); } - if (name === 'imanalt') { - this.add('c|@imanalt|bshax imo'); - } if (name === 'innovamania') { sentences = ['Did you rage quit?', 'How\'d you lose with this set?', 'Pm Nani Man to complain about this set ( ͡° ͜ʖ ͡°)']; this.add('c|@innovamania|' + sentences[this.random(3)]); @@ -2044,6 +2041,9 @@ exports.Formats = [ if (name === 'diatom' && !pokemon.hasBeenThanked) { this.add('c|★' + pokemon.side.foe.name + '|Thanks Diatom...'); } + if (name === 'imanalt') { + this.add('c|+imanalt|bshax imo'); + } if (name === 'mattl') { this.add('c|+MattL|Finish him! You used "Finals week!" Fatality!'); } @@ -2709,12 +2709,6 @@ exports.Formats = [ this.directDamage(source.maxhp * 0.35, source, source); }; } - if (move.id === 'naturepower' && name === 'imanalt') { - move.name = 'FREE GENV BH'; - move.onHit = function (target, source) { - this.useMove('earthquake', source, target); - }; - } if (move.id === 'splash' && name === 'innovamania') { move.name = 'Rage Quit'; delete move.onTryHit; @@ -3667,6 +3661,12 @@ exports.Formats = [ }; } } + if (move.id === 'naturepower' && name === 'imanalt') { + move.name = 'FREE GENV BH'; + move.onHit = function (target, source) { + this.useMove('earthquake', source, target); + }; + } if (move.id === 'growl' && name === 'limi') { move.name = 'Resilience'; move.onTryHit = function (target, source) { diff --git a/data/scripts.js b/data/scripts.js index efd4908565..5b8048cebc 100644 --- a/data/scripts.js +++ b/data/scripts.js @@ -3352,12 +3352,6 @@ exports.BattleScripts = { baseSignatureMove: 'hydrocannon', signatureMove: "HYDRO IMPACT", evs: {atk:4, spa:252, spe:252}, nature: 'Hasty' }, - '@imanalt': { - species: 'Rhydon', ability: 'Prankster', item: 'Eviolite', gender: 'M', - moves: ['heartswap', 'rockblast', 'stealthrock', 'substitute', 'batonpass'], - baseSignatureMove: 'naturepower', signatureMove: "FREE GENV BH", - evs: {hp:252, atk:252, spd:4}, nature: 'Adamant' - }, '@innovamania': { species: 'Arceus', ability: 'Pick Up', item: 'Black Glasses', gender: 'M', moves: [['holdhands', 'trickortreat'][this.random(2)], ['swordsdance', 'agility'][this.random(2)], 'celebrate'], @@ -3765,6 +3759,12 @@ exports.BattleScripts = { baseSignatureMove: 'healingwish', signatureMove: "Be Thankful I Sacrificed Myself", evs: {hp:252, def:136, spd:120}, nature: 'Impish' }, + '+imanalt': { + species: 'Rhydon', ability: 'Prankster', item: 'Eviolite', gender: 'M', + moves: ['heartswap', 'rockblast', 'stealthrock', 'substitute', 'batonpass'], + baseSignatureMove: 'naturepower', signatureMove: "FREE GENV BH", + evs: {hp:252, atk:252, spd:4}, nature: 'Adamant' + }, '+Limi': { species: 'Primeape', ability: 'Poison Heal', item: 'Leftovers', gender: 'M', moves: ['ingrain', 'doubleedge', 'leechseed'],