mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
December tier changes
- Megas tiered separately - Remove custom Random Battle levels for Megas without stones
This commit is contained in:
parent
81beefb462
commit
25344c2e24
|
|
@ -21,7 +21,7 @@ exports.BattleFormatsData = {
|
|||
venusaur: {
|
||||
randomBattleMoves: ["sunnyday","sleeppowder","gigadrain","hiddenpowerfire","sludgebomb","leechseed","substitute"],
|
||||
randomDoubleBattleMoves: ["sleeppowder","gigadrain","hiddenpowerfire","hiddenpowerice","sludgebomb","powerwhip","protect"],
|
||||
tier: "(OU)"
|
||||
tier: "UU"
|
||||
},
|
||||
venusaurmega: {
|
||||
randomBattleMoves: ["sleeppowder","gigadrain","hiddenpowerfire","sludgebomb","leechseed","synthesis","earthquake","knockoff"],
|
||||
|
|
@ -58,7 +58,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":6,"level":36,"gender":"M","isHidden":false,"moves":["firefang","airslash","dragonclaw","dragonrage"],"pokeball":"cherishball"},
|
||||
{"generation":6,"level":36,"shiny":true,"gender":"M","isHidden":false,"moves":["overheat","solarbeam","focusblast","holdhands"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(OU)"
|
||||
tier: "UU"
|
||||
},
|
||||
charizardmegax: {
|
||||
randomBattleMoves: ["dragondance","flareblitz","dragonclaw","earthquake","roost","willowisp"],
|
||||
|
|
@ -94,7 +94,7 @@ exports.BattleFormatsData = {
|
|||
eventPokemon: [
|
||||
{"generation":3,"level":70,"moves":["protect","raindance","skullbash","hydropump"]}
|
||||
],
|
||||
tier: "(UU)"
|
||||
tier: "RU"
|
||||
},
|
||||
blastoisemega: {
|
||||
randomBattleMoves: ["icebeam","hydropump","rapidspin","scald","toxic","dragontail","darkpulse","aurasphere"],
|
||||
|
|
@ -132,7 +132,7 @@ exports.BattleFormatsData = {
|
|||
eventPokemon: [
|
||||
{"generation":3,"level":30,"moves":["batonpass","sludgebomb","twineedle","swordsdance"]}
|
||||
],
|
||||
tier: "(UU)"
|
||||
tier: "PU"
|
||||
},
|
||||
beedrillmega: {
|
||||
randomBattleMoves: ["xscissor","swordsdance","uturn","poisonjab","drillrun","knockoff"],
|
||||
|
|
@ -844,7 +844,7 @@ exports.BattleFormatsData = {
|
|||
steelix: {
|
||||
randomBattleMoves: ["stealthrock","earthquake","ironhead","roar","toxic","rockslide"],
|
||||
randomDoubleBattleMoves: ["stealthrock","earthquake","ironhead","rockslide","protect","explosion"],
|
||||
tier: "(RU)"
|
||||
tier: "NU"
|
||||
},
|
||||
steelixmega: {
|
||||
randomBattleMoves: ["stealthrock","earthquake","heavyslam","roar","toxic","dragontail"],
|
||||
|
|
@ -1211,7 +1211,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":6,"level":50,"gender":"F","nature":"Adamant","isHidden":false,"moves":["xscissor","earthquake","stoneedge","return"],"pokeball":"cherishball"},
|
||||
{"generation":6,"level":50,"nature":"Jolly","isHidden":true,"moves":["earthquake","swordsdance","feint","quickattack"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(OU)"
|
||||
tier: "NU"
|
||||
},
|
||||
pinsirmega: {
|
||||
randomBattleMoves: ["swordsdance","earthquake","closecombat","quickattack","return"],
|
||||
|
|
@ -1393,7 +1393,7 @@ exports.BattleFormatsData = {
|
|||
eventPokemon: [
|
||||
{"generation":5,"level":15,"gender":"M","isHidden":false,"abilities":["pressure"],"moves":["steelwing","icefang","firefang","thunderfang"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(UU)"
|
||||
tier: "RU"
|
||||
},
|
||||
aerodactylmega: {
|
||||
randomBattleMoves: ["aquatail","defog","honeclaws","stoneedge","firefang","icefang","aerialace","roost"],
|
||||
|
|
@ -1668,7 +1668,7 @@ exports.BattleFormatsData = {
|
|||
ampharos: {
|
||||
randomBattleMoves: ["voltswitch","reflect","lightscreen","focusblast","thunderbolt","toxic","healbell","hiddenpowerice"],
|
||||
randomDoubleBattleMoves: ["focusblast","hiddenpowerice","hiddenpowergrass","thunderbolt","discharge","dragonpulse","protect"],
|
||||
tier: "(UU)"
|
||||
tier: "RU"
|
||||
},
|
||||
ampharosmega: {
|
||||
randomBattleMoves: ["voltswitch","focusblast","agility","thunderbolt","healbell","dragonpulse"],
|
||||
|
|
@ -2152,7 +2152,7 @@ exports.BattleFormatsData = {
|
|||
eventPokemon: [
|
||||
{"generation":5,"level":50,"isHidden":false,"moves":["leafstorm","dragonpulse","focusblast","rockslide"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(UU)"
|
||||
tier: "NU"
|
||||
},
|
||||
sceptilemega: {
|
||||
randomBattleMoves: ["substitute","gigadrain","dragonpulse","focusblast","swordsdance","outrage","leafblade","earthquake","hiddenpowerfire"],
|
||||
|
|
@ -2343,7 +2343,7 @@ exports.BattleFormatsData = {
|
|||
eventPokemon: [
|
||||
{"generation":5,"level":50,"isHidden":false,"abilities":["trace"],"moves":["hypnosis","thunderbolt","focusblast","psychic"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(OU)"
|
||||
tier: "UU"
|
||||
},
|
||||
gardevoirmega: {
|
||||
randomBattleMoves: ["calmmind","hypervoice","psyshock","focusblast","substitute","taunt","willowisp"],
|
||||
|
|
@ -2495,7 +2495,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":5,"level":50,"gender":"M","isHidden":true,"moves":["foulplay","octazooka","tickle","trick"],"pokeball":"cherishball"},
|
||||
{"generation":6,"level":50,"nature":"Relaxed","isHidden":true,"moves":["calmmind","willowisp","recover","shadowball"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(OU)"
|
||||
tier: "UU"
|
||||
},
|
||||
sableyemega: {
|
||||
randomBattleMoves: ["recover","willowisp","darkpulse","calmmind","shadowball"],
|
||||
|
|
@ -2535,7 +2535,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":3,"level":50,"moves":["takedown","irontail","protect","metalsound"]},
|
||||
{"generation":6,"level":50,"nature":"Brave","isHidden":false,"abilities":["rockhead"],"moves":["ironhead","earthquake","headsmash","rockslide"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(UU)"
|
||||
tier: "RU"
|
||||
},
|
||||
aggronmega: {
|
||||
randomBattleMoves: ["earthquake","heavyslam","icepunch","stealthrock","thunderwave","roar","toxic"],
|
||||
|
|
@ -2554,7 +2554,7 @@ exports.BattleFormatsData = {
|
|||
medicham: {
|
||||
randomBattleMoves: ["highjumpkick","drainpunch","zenheadbutt","icepunch","bulletpunch"],
|
||||
randomDoubleBattleMoves: ["highjumpkick","drainpunch","zenheadbutt","icepunch","bulletpunch","protect","fakeout"],
|
||||
tier: "(OU)"
|
||||
tier: "RU"
|
||||
},
|
||||
medichammega: {
|
||||
randomBattleMoves: ["highjumpkick","drainpunch","icepunch","fakeout","zenheadbutt"],
|
||||
|
|
@ -2573,7 +2573,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":3,"level":44,"moves":["refresh","thunder","raindance","bite"]},
|
||||
{"generation":6,"level":50,"nature":"Timid","isHidden":false,"abilities":["lightningrod"],"moves":["overheat","thunderbolt","voltswitch","protect"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(OU)"
|
||||
tier: "UU"
|
||||
},
|
||||
manectricmega: {
|
||||
randomBattleMoves: ["voltswitch","thunderbolt","hiddenpowerice","hiddenpowergrass","overheat"],
|
||||
|
|
@ -2652,7 +2652,7 @@ exports.BattleFormatsData = {
|
|||
eventPokemon: [
|
||||
{"generation":6,"level":50,"nature":"Adamant","isHidden":true,"moves":["aquajet","crunch","icefang","destinybond"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(UU)"
|
||||
tier: "RU"
|
||||
},
|
||||
sharpedomega: {
|
||||
randomBattleMoves: ["protect","icefang","crunch","earthquake","waterfall","zenheadbutt"],
|
||||
|
|
@ -2683,7 +2683,7 @@ exports.BattleFormatsData = {
|
|||
camerupt: {
|
||||
randomBattleMoves: ["rockpolish","fireblast","earthpower","lavaplume","stealthrock","hiddenpowergrass","roar","stoneedge"],
|
||||
randomDoubleBattleMoves: ["rockpolish","fireblast","earthpower","heatwave","eruption","hiddenpowergrass","protect"],
|
||||
tier: "(RU)"
|
||||
tier: "PU"
|
||||
},
|
||||
cameruptmega: {
|
||||
randomBattleMoves: ["stealthrock","fireblast","earthpower","ancientpower","willowisp","toxic"],
|
||||
|
|
@ -2768,7 +2768,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":3,"level":36,"moves":["healbell","dragonbreath","solarbeam","aerialace"]},
|
||||
{"generation":5,"level":35,"gender":"M","isHidden":true,"moves":["takedown","naturalgift","dragonbreath","falseswipe"]}
|
||||
],
|
||||
tier: "(OU)"
|
||||
tier: "PU"
|
||||
},
|
||||
altariamega: {
|
||||
randomBattleMoves: ["dragondance","return","hypervoice","healbell","earthquake","roost","dracometeor","fireblast"],
|
||||
|
|
@ -2924,7 +2924,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":3,"level":37,"abilities":["insomnia"],"moves":["helpinghand","feintattack","shadowball","curse"]},
|
||||
{"generation":5,"level":37,"gender":"F","isHidden":true,"moves":["feintattack","hex","shadowball","cottonguard"]}
|
||||
],
|
||||
tier: "(RU)"
|
||||
tier: "NU"
|
||||
},
|
||||
banettemega: {
|
||||
randomBattleMoves: ["destinybond","taunt","shadowclaw","suckerpunch","willowisp","knockoff"],
|
||||
|
|
@ -2978,7 +2978,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":3,"level":35,"abilities":["pressure"],"moves":["razorwind","bite","swordsdance","spite"]},
|
||||
{"generation":3,"level":70,"abilities":["pressure"],"moves":["doubleteam","slash","futuresight","perishsong"]}
|
||||
],
|
||||
tier: "(UU)"
|
||||
tier: "RU"
|
||||
},
|
||||
absolmega: {
|
||||
randomBattleMoves: ["swordsdance","suckerpunch","knockoff","fireblast","superpower","pursuit","playrough","icebeam"],
|
||||
|
|
@ -2996,7 +2996,7 @@ exports.BattleFormatsData = {
|
|||
glalie: {
|
||||
randomBattleMoves: ["spikes","icebeam","iceshard","taunt","earthquake","explosion","superfang"],
|
||||
randomDoubleBattleMoves: ["icebeam","iceshard","taunt","earthquake","protect"],
|
||||
tier: "(RU)"
|
||||
tier: "PU"
|
||||
},
|
||||
glaliemega: {
|
||||
randomBattleMoves: ["freezedry","iceshard","earthquake","explosion","return","spikes"],
|
||||
|
|
@ -3108,7 +3108,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":5,"level":45,"isHidden":true,"moves":["psychic","meteormash","hammerarm","doubleedge"]},
|
||||
{"generation":5,"level":58,"nature":"Serious","isHidden":false,"moves":["earthquake","hyperbeam","psychic","meteormash"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(OU)"
|
||||
tier: "UU"
|
||||
},
|
||||
metagrossmega: {
|
||||
randomBattleMoves: ["meteormash","earthquake","agility","zenheadbutt","hammerarm","icepunch"],
|
||||
|
|
@ -3537,7 +3537,7 @@ exports.BattleFormatsData = {
|
|||
lopunny: {
|
||||
randomBattleMoves: ["return","switcheroo","highjumpkick","icepunch","healingwish"],
|
||||
randomDoubleBattleMoves: ["return","switcheroo","highjumpkick","firepunch","icepunch","fakeout","protect","encore"],
|
||||
tier: "(OU)"
|
||||
tier: "PU"
|
||||
},
|
||||
lopunnymega: {
|
||||
randomBattleMoves: ["return","highjumpkick","substitute","thunderpunch","icepunch"],
|
||||
|
|
@ -4188,7 +4188,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":5,"level":30,"gender":"F","nature":"Calm","isHidden":false,"abilities":["healer"],"moves":["healpulse","helpinghand","refresh","doubleslap"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":30,"gender":"F","nature":"Serious","isHidden":false,"abilities":["healer"],"moves":["healpulse","helpinghand","refresh","present"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "(NU)"
|
||||
tier: "PU"
|
||||
},
|
||||
audinomega: {
|
||||
randomBattleMoves: ["wish","calmmind","healbell","dazzlinggleam","hypervoice","protect"],
|
||||
|
|
@ -5339,7 +5339,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":6,"level":50,"moves":["diamondstorm","reflect","return","moonblast"],"pokeball":"cherishball"}
|
||||
],
|
||||
unobtainableShiny: true,
|
||||
tier: "(OU)"
|
||||
tier: "UU"
|
||||
},
|
||||
dianciemega: {
|
||||
randomBattleMoves: ["calmmind","moonblast","earthpower","hiddenpowerfire","psyshock","diamondstorm"],
|
||||
|
|
|
|||
|
|
@ -1935,12 +1935,6 @@ exports.BattleScripts = {
|
|||
// Between OU and Uber
|
||||
Aegislash: 74, Blaziken: 74, 'Blaziken-Mega': 74, Genesect: 74, 'Genesect-Burn': 74, 'Genesect-Chill': 74, 'Genesect-Douse': 74, 'Genesect-Shock': 74, Greninja: 74, 'Kangaskhan-Mega': 74, 'Lucario-Mega': 74, 'Mawile-Mega': 74,
|
||||
|
||||
// Not holding Mega Stone
|
||||
Banette: 83, Beedrill: 83, Glalie: 83, Lopunny: 83,
|
||||
Altaria: 81, Ampharos: 81, Charizard: 81, Pinsir: 81,
|
||||
Aerodactyl: 79, Aggron: 79, Blastoise: 79, Gardevoir: 79, Manectric: 79, Medicham: 79, Sceptile: 79, Venusaur: 79,
|
||||
Diancie: 77, Metagross: 77, Sableye: 77,
|
||||
|
||||
// Banned Ability
|
||||
Gothitelle: 77, Ninetales: 77, Politoed: 77, Wobbuffet: 77,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user