From e6ed94ee6bb86adac3267bc13233c19481e2a4ef Mon Sep 17 00:00:00 2001 From: Juanma Serrano Date: Tue, 11 Feb 2014 16:45:26 +0100 Subject: [PATCH] Gen 3: Add a beta OU ladder With the latest important bugs solved, gen 3 is ready to have a beta ladder of its own. This will help localising other minor bugs and mechanic changes that need to be fixed for the final version. --- config/formats.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/formats.js b/config/formats.js index abf5e198d8..259779e1cc 100644 --- a/config/formats.js +++ b/config/formats.js @@ -720,6 +720,16 @@ exports.Formats = [ debug: true, ruleset: [] }, + { + name: "[Gen 3] OU (beta)", + section: "Past Generations", + + mod: 'gen3', + ruleset: ['Pokemon', 'Standard'], + banlist: ['Uber'], + + column: 2 + }, { name: "[Gen 3] Hackmons", section: "Past Generations",