From 7a8bdff8f2405ea4e1e802ef5a9eb19ea91175c8 Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Sun, 6 Jan 2019 02:03:01 -0700 Subject: [PATCH] Fix Mega Glalie's, Mega Slowbro's, and Slowking's tiers (#5071) --- data/formats-data.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/formats-data.js b/data/formats-data.js index 4831d06f8c..4dbde4063c 100644 --- a/data/formats-data.js +++ b/data/formats-data.js @@ -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: {