Merge pull request #1775 from xfix/demote-imanalt

Super Staff Bros.: Demote imanalt.
This commit is contained in:
Guangcong Luo 2015-04-12 20:24:15 +00:00
commit 9b296407bc
2 changed files with 18 additions and 18 deletions

View File

@ -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) {

View File

@ -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'],