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