From c8f1b8c150f39e4bb9263822ec41f0f67ebb5864 Mon Sep 17 00:00:00 2001 From: Juanma Serrano Date: Thu, 21 May 2015 09:55:20 +0200 Subject: [PATCH] Gen 1: Articuno and Jolteon are OU --- mods/gen1/formats-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/gen1/formats-data.js b/mods/gen1/formats-data.js index 435cd10457ad..a72138408201 100644 --- a/mods/gen1/formats-data.js +++ b/mods/gen1/formats-data.js @@ -603,7 +603,7 @@ exports.BattleFormatsData = { jolteon: { randomBattleMoves: ["thunderwave","pinmissile","bodyslam","doublekick","sandattack"], essentialMove: "thunderbolt", - tier: "UU" + tier: "OU" }, flareon: { randomBattleMoves: ["fireblast","bodyslam","hyperbeam","quickattack"], @@ -643,7 +643,7 @@ exports.BattleFormatsData = { }, articuno: { randomBattleMoves: ["blizzard","rest","reflect","icebeam","mimic"], - tier: "UU" + tier: "OU" }, zapdos: { randomBattleMoves: ["thunderbolt","drillpeck","thunderwave","agility"],