From 4e64be4447a6390e1e6c56c682c19a7c1a7c8e8a Mon Sep 17 00:00:00 2001 From: Joim Date: Fri, 21 Jun 2013 10:35:27 +0200 Subject: [PATCH] Add Stealth Rockless OU format The OU council needs an OU format with no Stealth Rock to study the impact on the metagame this change would have, to be able to decide on a Stealth Rock ban in gen 6, which will shape the gen 6 OU metagame. This metagame is not the same as a suspect test, so it cohabitates with regular OU and any ongoing suspect. More info: http://www.smogon.com/forums/showpost.php?p=4725140&postcount=196 --- data/formats.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/formats.js b/data/formats.js index 3c961dcd85..17d2c46f01 100644 --- a/data/formats.js +++ b/data/formats.js @@ -65,6 +65,19 @@ exports.BattleFormats = { ruleset: ['Pokemon', 'Standard', 'Evasion Abilities Clause', 'Team Preview'], banlist: ['Uber', 'Drizzle ++ Swift Swim', 'Soul Dew', 'Landorus'] }, + ounostealthrock: { + name: "OU (no Stealth Rock)", + section: "Singles," + + effectType: 'Format', + challengeDefault: true, + rated: true, + challengeShow: true, + searchShow: true, + isTeambuilderFormat: true, + ruleset: ['Pokemon', 'Standard', 'Evasion Abilities Clause', 'Team Preview'], + banlist: ['Uber', 'Drizzle ++ Swift Swim', 'Soul Dew', 'Stealth Rock'] + }, ubers: { name: "Ubers", section: "Singles",