VGC '14 doesn't allow ORAS items

This commit is contained in:
The Immortal
2014-12-06 01:31:50 +04:00
parent 4ce6b5f744
commit a23a62c337

View File

@@ -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.'];
}