SHOW:
|
|
- or go back to the newest paste.
| 1 | exports.BattleScripts = {
| |
| 2 | gen: 6, | |
| 3 | init: function () {
| |
| 4 | - | // Justification Ability Changes (OU) |
| 4 | + | // Justification Ability Changes (OU) |
| 5 | this.modData('Pokedex', 'butterfree').abilities['0'] = 'Tinted Lens';
| |
| 6 | - | this.modData('Pokedex', 'butterfree').abilities['1'] = 'Instecitsite';
|
| 6 | + | this.modData('Pokedex', 'butterfree').abilities['1'] = 'Instectisite';
|
| 7 | this.modData('Pokedex', 'raticate').abilities['0'] = 'Strong Jaws';
| |
| 8 | this.modData('Pokedex', 'golduck').abilities['0'] = 'Analytic';
| |
| 9 | this.modData('Pokedex', 'meganium').abilities['1'] = 'Aroma Veil';
| |
| 10 | this.modData('Pokedex', 'ledian').abilities['1'] = 'Huge Power';
| |
| 11 | this.modData('Pokedex', 'unown').abilities['1'] = 'Empathetic Mind';
| |
| 12 | - | this.modData('Pokedex', 'forretress').abilities['1'] = 'Instecitsite';
|
| 12 | + | this.modData('Pokedex', 'forretress').abilities['1'] = 'Instectisite';
|
| 13 | this.modData('Pokedex', 'raikou').abilities['1'] = 'Volt Absorb';
| |
| 14 | this.modData('Pokedex', 'suicune').abilities['1'] = 'Water Absorb';
| |
| 15 | this.modData('Pokedex', 'entei').abilities['1'] = 'Flash Fire';
| |
| 16 | this.modData('Pokedex', 'swampert').abilities['1'] = 'Adaptability';
| |
| 17 | this.modData('Pokedex', 'flygon').abilities['1'] = 'Tinted Lens';
| |
| 18 | this.modData('Pokedex', 'empoleon').abilities['1'] = 'Competitive';
| |
| 19 | this.modData('Pokedex', 'carnivine').abilities['1'] = 'Entangle';
| |
| 20 | this.modData('Pokedex', 'magnezone').abilities['1'] = 'Levitate';
| |
| 21 | this.modData('Pokedex', 'tangrowth').abilities['1'] = 'Entangle';
| |
| 22 | this.modData('Pokedex', 'rotom-fan').abilities['1'] = 'Speed Boost';
| |
| 23 | this.modData('Pokedex', 'serperior').abilities['1'] = 'Contrary';
| |
| 24 | this.modData('Pokedex', 'emboar').abilities['1'] = 'Reckless';
| |
| 25 | this.modData('Pokedex', 'samurott').abilities['1'] = 'Shell Armor';
| |
| 26 | - | this.modData('Pokedex', 'musharna').abilities['2'] = 'Magic Bounce';
|
| 26 | + | |
| 27 | this.modData('Pokedex', 'klinklang').abilities['1'] = 'Levitate';
| |
| 28 | this.modData('Pokedex', 'chandelure').abilities['2'] = 'Shadow Tag';
| |
| 29 | this.modData('Pokedex', 'stunfisk').abilities['1'] = 'Huge Power';
| |
| 30 | this.modData('Pokedex', 'meloetta').abilities['1'] = 'Soundproof';
| |
| 31 | this.modData('Pokedex', 'delphox').abilities['1'] = 'Alchemy';
| |
| 32 | this.modData('Pokedex', 'dragalage').abilities['2'] = 'Adaptability';
| |
| 33 | - | this.modData('Pokedex', 'dragalage').abilities['2'] = 'adaptability';
|
| 33 | + | |
| 34 | this.modData('Pokedex', 'tyrantrum').abilities['1'] = 'Rock Head';
| |
| 35 | this.modData('Pokedex', 'aurorus').abilities['1'] = 'Snow Warning';
| |
| 36 | ||
| 37 | // Justification type changes (OU) | |
| 38 | - | // Justification type changes (OU) |
| 38 | + | |
| 39 | this.modData('Pokedex', 'arcanine').types = ['Normal', 'Fire'];
| |
| 40 | this.modData('Pokedex', 'rapidash').types = ['Fire', 'Fairy'];
| |
| 41 | this.modData('Pokedex', 'mr.mime').types = ['Psychic'];
| |
| 42 | this.modData('Pokedex', 'dragonite').types = ['Dragon', 'Fairy'];
| |
| 43 | this.modData('Pokedex', 'ledian').types = ['Bug', 'Fighting'];
| |
| 44 | this.modData('Pokedex', 'dunsparce').types = ['Dragon', 'Ground'];
| |
| 45 | this.modData('Pokedex', 'blissey').types = ['Normal', 'Fairy'];
| |
| 46 | this.modData('Pokedex', 'delcatty').types = ['Normal', 'Fairy'];
| |
| 47 | this.modData('Pokedex', 'torkoal').types = ['Fire', 'Rock'];
| |
| 48 | this.modData('Pokedex', 'latias').types = ['Dragon', 'Fairy'];
| |
| 49 | this.modData('Pokedex', 'latias-mega').types = ['Dragon', 'Fairy'];
| |
| 50 | this.modData('Pokedex', 'staraptor').types = ['Fighting', 'Flying'];
| |
| 51 | this.modData('Pokedex', 'mismagius').types = ['Ghost', 'Fairy'];
| |
| 52 | this.modData('Pokedex', 'serperior').types = ['Grass', 'Dragon'];
| |
| 53 | this.modData('Pokedex', 'audino').types = ['Normal', 'Fairy'];
| |
| 54 | this.modData('Pokedex', 'lilligant').types = ['Grass', 'Fairy'];
| |
| 55 | this.modData('Pokedex', 'klinklang').types = ['Steel', 'Electric'];
| |
| 56 | this.modData('Pokedex', 'florges').types = ['Grass', 'Fairy'];
| |
| 57 | this.modData('Pokedex', 'heliolisk').types = ['Electric', 'Dragon'];
| |
| 58 | this.modData('Pokedex', 'goodra').types = ['Dragon', 'Poison'];
| |
| 59 | ||
| 60 | // Justification Move Additions (OU) | |
| 61 | this.modData('Learnsets', 'venusaur').learnset.dragonpulse = ['6L100'];
| |
| 62 | this.modData('Learnsets', 'blastoise').learnset.shellsmash = ['6L100'];
| |
| 63 | this.modData('Learnsets', 'butterfree').learnset.triattack = ['6L100'];
| |
| 64 | this.modData('Learnsets', 'beedrill').learnset.quickattack = ['6L100'];
| |
| 65 | this.modData('Learnsets', 'raticate').learnset.icefang = ['6L100'];
| |
| 66 | this.modData('Learnsets', 'raticate').learnset.firefang = ['6L100'];
| |
| 67 | this.modData('Learnsets', 'raticate').learnset.thunderfang = ['6L100'];
| |
| 68 | this.modData('Learnsets', 'poliwrath').learnset.drainpunch = ['6L100'];
| |
| 69 | this.modData('Learnsets', 'rapidash').learnset.playrough = ['6L100'];
| |
| 70 | this.modData('Learnsets', 'rapidash').learnset.moonblast = ['6L100'];
| |
| 71 | this.modData('Learnsets', 'dodrio').learnset.drillrun = ['6L100'];
| |
| 72 | this.modData('Learnsets', 'electrode').learnset.rapidspin = ['6L100'];
| |
| 73 | this.modData('Learnsets', 'gyarados').learnset.crucnh = ['6L100'];
| |
| 74 | this.modData('Learnsets', 'aerodactyl').learnset.bravebird = ['6L100'];
| |
| 75 | this.modData('Learnsets', 'snorlax').learnset.slackoff = ['6L100'];
| |
| 76 | this.modData('Learnsets', 'typhlosion').learnset.earthpower = ['6L100'];
| |
| 77 | this.modData('Learnsets', 'dunsparce').learnset.dragonclaw = ['6L100'];
| |
| 78 | this.modData('Learnsets', 'dunsparce').learnset.dracometeor = ['6L100'];
| |
| 79 | this.modData('Learnsets', 'dunsparce').learnset.outrage = ['6L100'];
| |
| 80 | this.modData('Learnsets', 'heracross').learnset.iciclespear = ['6L100'];
| |
| 81 | this.modData('Learnsets', 'porygon2').learnset.technoblast = ['6L100'];
| |
| 82 | this.modData('Learnsets', 'miltank').learnset.rapidspin = ['6L100'];
| |
| 83 | this.modData('Learnsets', 'raikou').learnset.aurasphere = ['6L100'];
| |
| 84 | this.modData('Learnsets', 'raikou').learnset.fusionbolt = ['6L100'];
| |
| 85 | this.modData('Learnsets', 'entei').learnset.extremespeed = ['6L100'];
| |
| 86 | this.modData('Learnsets', 'entei').learnset.flareblitz = ['6L100'];
| |
| 87 | this.modData('Learnsets', 'suicune').learnset.aeroblast = ['6L100'];
| |
| 88 | this.modData('Learnsets', 'tyranitar').learnset.suckerpunch = ['6L100'];
| |
| 89 | this.modData('Learnsets', 'tyranitar').learnset.knockoff = ['6L100'];
| |
| 90 | this.modData('Learnsets', 'linoone').learnset.extremespeed = ['6L100'];
| |
| 91 | this.modData('Learnsets', 'armaldo').learnset.shellsmash = ['6L100'];
| |
| 92 | this.modData('Learnsets', 'kecleon').learnset.knockoff = ['6L100'];
| |
| 93 | this.modData('Learnsets', 'kecleon').learnset.aquatail = ['6L100'];
| |
| 94 | this.modData('Learnsets', 'kecleon').learnset.drainpunch = ['6L100'];
| |
| 95 | this.modData('Learnsets', 'kecleon').learnset.firepunch = ['6L100'];
| |
| 96 | this.modData('Learnsets', 'kecleon').learnset.icepunch = ['6L100'];
| |
| 97 | this.modData('Learnsets', 'kecleon').learnset.stealthrock = ['6L100'];
| |
| 98 | - | this.modData('Learnsets', 'porygon2').learnset.thunderpunch = ['6L100'];
|
| 98 | + | this.modData('Learnsets', 'torterra').learnset.shellsmash = ['6L100'];
|
| 99 | this.modData('Learnsets', 'rampardos').learnset.paleolithicflux = ['6L100'];
| |
| 100 | this.modData('Learnsets', 'mismagius').learnset.boomburst = ['6L100'];
| |
| 101 | this.modData('Learnsets', 'bronzong').learnset.healbell = ['6L100'];
| |
| 102 | this.modData('Learnsets', 'garchomp').learnset.extremespeed = ['6L100'];
| |
| 103 | - | this.modData('Learnsets', 'porygon-z').learnset.technoblast = ['6L100'];
|
| 103 | + | |
| 104 | this.modData('Learnsets', 'rotom-mow').learnset.gigadrain = ['6L100'];
| |
| 105 | this.modData('Learnsets', 'rotom-frost').learnset.freeze-dry = ['6L100'];
| |
| 106 | - | this.modData('Learnsets', 'rotom-frost').learnset.icebeam = ['6L100'];
|
| 106 | + | |
| 107 | this.modData('Learnsets', 'rotom-heat').learnset.heatwave = ['6L100'];
| |
| 108 | - | this.modData('Learnsets', 'rotom-heat').learnset.flamethrower = ['6L100'];
|
| 108 | + | |
| 109 | this.modData('Learnsets', 'accelgor').learnset.watershuriken = ['6L100'];
| |
| 110 | this.modData('Learnsets', 'bisharp').learnset.sacredsword = ['6L100'];
| |
| 111 | this.modData('Learnsets', 'thundurus').learnset.boltstrike = ['6L100'];
| |
| 112 | - | this.modData('Learnsets', 'mandibuzz').learnset.shellsmash = ['6L100'];
|
| 112 | + | |
| 113 | this.modData('Learnsets', 'chesnaught').learnset.drainpunch = ['6L100'];
| |
| 114 | this.modData('Learnsets', 'delphox').learnset.moonblast = ['6L100'];
| |
| 115 | this.modData('Learnsets', 'delphox').learnset.aurasphere = ['6L100'];
| |
| 116 | this.modData('Learnsets', 'pyroar').learnset.boomburst = ['6L100'];
| |
| 117 | this.modData('Learnsets', 'aegislash').learnset.secretsword = ['6L100'];
| |
| 118 | - | this.modData('Learnsets', 'delphox').learnset.thunderbolt = ['6L100'];
|
| 118 | + | this.modData('Learnsets', 'slurpuff').learnset.crux = ['6L100'];
|
| 119 | this.modData('Learnsets', 'heliolisk').learnset.dragonpulse = ['6L100'];
| |
| 120 | this.modData('Learnsets', 'heliolisk').learnset.dracometeor = ['6L100'];
| |
| 121 | this.modData('Learnsets', 'heliolisk').learnset.dragonrage = ['6L100'];
| |
| 122 | this.modData('Learnsets', 'gourgeist').learnset.perishsong = ['6L100'];
| |
| 123 | ||
| 124 | //Justification Stat Changes (OU) | |
| 125 | this.modData('Pokedex', 'blastoise').baseStats = {hp:79, atk:83, def:100, spa:85, spd:105, spe:68};
| |
| 126 | this.modData('Pokedex', 'blastoise-mega').baseStats = {hp:79, atk:103, def:120, spa:135, spd:115, spe:68};
| |
| 127 | this.modData('Pokedex', 'butterfree').baseStats = {hp:60, atk:45, def:50, spa:90, spd:80, spe:90};
| |
| 128 | this.modData('Pokedex', 'beedrill').baseStats = {hp:65, atk:90, def:40, spa:45, spd:80, spe:95};
| |
| 129 | this.modData('Pokedex', 'pidgeot').baseStats = {hp:83, atk:80, def:75, spa:70, spd:70, spe:141};
| |
| 130 | this.modData('Pokedex', 'ledian').baseStats = {hp:55, atk:45, def:50, spa:55, spd:110, spe:85};
| |
| 131 | this.modData('Pokedex', 'corsola').baseStats = {hp:105, atk:55, def:85, spa:65, spd:85, spe:35};
| |
| 132 | this.modData('Pokedex', 'sceptile').baseStats = {hp:70, atk:105, def:65, spa:85, spd:85, spe:120};
| |
| 133 | this.modData('Pokedex', 'swellow').baseStats = {hp:60, atk:50, def:60, spa:85, spd:50, spe:125};
| |
| 134 | - | this.modData('Pokedex', 'swelloe').baseStats = {hp:60, atk:50, def:60, spa:85, spd:50, spe:125};
|
| 134 | + | |
| 135 | this.modData('Pokedex', 'castform').baseStats = {hp:95, atk:95, def:95, spa:95, spd:95, spe:95};
| |
| 136 | this.modData('Pokedex', 'krookodile').baseStats = {hp:95, atk:127, def:80, spa:65, spd:70, spe:92};
| |
| 137 | - | } |
| 137 | + | } |
| 138 | }; |