mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-21 14:59:50 -05:00
Fix Mega Glalie's, Mega Slowbro's, and Slowking's tiers (#5071)
This commit is contained in:
parent
13c102f85d
commit
7a8bdff8f2
|
|
@ -960,13 +960,13 @@ let BattleFormatsData = {
|
|||
randomBattleMoves: ["calmmind", "scald", "psyshock", "slackoff", "fireblast", "psychic", "icebeam"],
|
||||
randomDoubleBattleMoves: ["scald", "fireblast", "icebeam", "psychic", "thunderwave", "slackoff", "trickroom", "protect", "psyshock"],
|
||||
requiredItem: "Slowbronite",
|
||||
tier: "UU",
|
||||
tier: "RUBL",
|
||||
doublesTier: "DUU",
|
||||
},
|
||||
slowking: {
|
||||
randomBattleMoves: ["scald", "fireblast", "icebeam", "psychic", "grassknot", "thunderwave", "toxic", "slackoff", "trickroom", "nastyplot", "dragontail", "psyshock"],
|
||||
randomDoubleBattleMoves: ["scald", "fireblast", "icebeam", "psychic", "grassknot", "thunderwave", "slackoff", "trickroom", "protect", "psyshock"],
|
||||
tier: "RUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "DUU",
|
||||
},
|
||||
magnemite: {
|
||||
|
|
@ -3639,7 +3639,7 @@ let BattleFormatsData = {
|
|||
randomBattleMoves: ["freezedry", "iceshard", "earthquake", "explosion", "return", "spikes"],
|
||||
randomDoubleBattleMoves: ["crunch", "iceshard", "freezedry", "earthquake", "explosion", "protect", "return"],
|
||||
requiredItem: "Glalitite",
|
||||
tier: "UU",
|
||||
tier: "NU",
|
||||
doublesTier: "DUU",
|
||||
},
|
||||
froslass: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user