added more doubles random battles movepools

This commit is contained in:
Audiosurfer 2014-08-14 20:25:35 -05:00
parent 5c5190a434
commit d7d285efa2

View File

@ -2763,10 +2763,12 @@ exports.BattleFormatsData = {
},
dusknoir: {
randomBattleMoves: ["willowisp","shadowsneak","icepunch","painsplit","substitute","earthquake","focuspunch","trickroom"],
randomDoubleBattleMoves: ["willowisp","shadowsneak","icepunch","painsplit","protect","earthquake","helpinghand","trickroom"],
tier: "NU"
},
tropius: {
randomBattleMoves: ["leechseed","substitute","airslash","gigadrain","earthquake","hiddenpowerfire","roost","defog"],
randomDoubleBattleMoves: ["leechseed","protect","airslash","gigadrain","earthquake","hiddenpowerfire","tailwind","sunnyday","roost"],
eventPokemon: [
{"generation":4,"level":53,"gender":"F","nature":"Jolly","abilities":["chlorophyll"],"moves":["airslash","synthesis","sunnyday","solarbeam"],"pokeball":"cherishball"}
],
@ -2778,6 +2780,7 @@ exports.BattleFormatsData = {
},
chimecho: {
randomBattleMoves: ["toxic","psychic","thunderwave","recover","calmmind","shadowball","dazzlinggleam","healingwish","healbell","taunt"],
randomDoubleBattleMoves: ["protect","psychic","thunderwave","recover","shadowball","dazzlinggleam","trickroom","hepinghand","taunt"],
eventPokemon: [
{"generation":3,"level":10,"gender":"M","moves":["wrap","growl","astonish"]}
],
@ -2785,6 +2788,7 @@ exports.BattleFormatsData = {
},
absol: {
randomBattleMoves: ["swordsdance","suckerpunch","knockoff","fireblast","superpower","pursuit","playrough"],
randomDoubleBattleMoves: ["swordsdance","suckerpunch","knockoff","fireblast","superpower","protect","playrough"],
eventPokemon: [
{"generation":3,"level":5,"abilities":["pressure"],"moves":["scratch","leer","wish"]},
{"generation":3,"level":5,"abilities":["pressure"],"moves":["scratch","leer","spite"]},
@ -2795,6 +2799,7 @@ exports.BattleFormatsData = {
},
absolmega: {
randomBattleMoves: ["swordsdance","suckerpunch","knockoff","fireblast","superpower","pursuit","playrough"],
randomDoubleBattleMoves: ["swordsdance","suckerpunch","knockoff","fireblast","superpower","protect","playrough"],
requiredItem: "Absolite"
},
snorunt: {
@ -2806,10 +2811,12 @@ exports.BattleFormatsData = {
},
glalie: {
randomBattleMoves: ["spikes","icebeam","iceshard","taunt","earthquake","explosion"],
randomDoubleBattleMoves: ["icebeam","iceshard","taunt","earthquake","explosion","protect","encore"],
tier: "NU"
},
froslass: {
randomBattleMoves: ["icebeam","spikes","destinybond","shadowball","taunt","thunderwave"],
randomDoubleBattleMoves: ["icebeam","protect","destinybond","shadowball","taunt","thunderwave"],
tier: "BL2"
},
spheal: {
@ -2825,6 +2832,7 @@ exports.BattleFormatsData = {
},
walrein: {
randomBattleMoves: ["substitute","protect","toxic","surf","icebeam","roar"],
randomDoubleBattleMoves: ["hydropump","protect","icywind","surf","icebeam","protect"],
eventPokemon: [
{"generation":5,"level":50,"isHidden":false,"abilities":["thickfat"],"moves":["icebeam","surf","hail","sheercold"],"pokeball":"cherishball"}
],
@ -2836,14 +2844,17 @@ exports.BattleFormatsData = {
},
huntail: {
randomBattleMoves: ["shellsmash","return","hydropump","batonpass","suckerpunch"],
randomDoubleBattleMoves: ["shellsmash","return","hydropump","batonpass","suckerpunch","protect"],
tier: "NU"
},
gorebyss: {
randomBattleMoves: ["shellsmash","batonpass","hydropump","icebeam","hiddenpowergrass","substitute"],
randomDoubleBattleMoves:: ["shellsmash","batonpass","hydropump","icebeam","hiddenpowergrass","substitute","protect"],
tier: "NU"
},
relicanth: {
randomBattleMoves: ["headsmash","waterfall","earthquake","doubleedge","stealthrock","toxic"],
randomDoubleBattleMoves: ["headsmash","waterfall","earthquake","doubleedge","rockslide","protect"],
tier: "NU"
},
luvdisc: {