From a23a62c337efdb5ced4a4ed00f7d4e53cf69d255 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Sat, 6 Dec 2014 01:31:50 +0400 Subject: [PATCH] VGC '14 doesn't allow ORAS items --- config/formats.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/formats.js b/config/formats.js index e3cb74964f..4f7709f0c7 100644 --- a/config/formats.js +++ b/config/formats.js @@ -265,7 +265,9 @@ exports.Formats = [ maxForcedLevel: 50, ruleset: ['Pokemon', 'Standard GBU', 'Team Preview VGC', 'Kalos Pokedex'], requirePentagon: true, - banlist: [], // The necessary bans are in Standard GBU + banlist: ['Soul Dew', 'Red Orb', 'Blue Orb', 'Swampertite', 'Sceptilite', 'Sablenite', 'Altarianite', 'Galladite', 'Audinite', 'Metagrossite', + 'Sharpedonite', 'Slowbronite', 'Steelixite', 'Pidgeotite', 'Glalitite', 'Diancite', 'Cameruptite', 'Lopunnite', 'Salamencite', 'Beedrillite' + ], validateTeam: function (team, format) { if (team.length < 4) return ['You must bring at least four Pokémon.']; }