mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-14 12:15:44 -05:00
VGC '14 doesn't allow ORAS items
This commit is contained in:
@@ -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.'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user