diff --git a/config/formats.js b/config/formats.js index 6b7728aaa4eb..956a55a80449 100644 --- a/config/formats.js +++ b/config/formats.js @@ -101,14 +101,13 @@ exports.Formats = [ name: "CAP Naviathan Playtest", section: "ORAS Singles", - ruleset: ['Pokemon', 'Standard', 'Team Preview', 'Swagger Clause', 'Baton Pass Clause'], - banlist: ['Aegislash', 'Arceus', 'Blaziken', 'Darkrai', 'Deoxys', 'Deoxys-Attack', 'Deoxys-Defense', 'Deoxys-Speed', 'Dialga', 'Genesect', + ruleset: ['Pokemon', 'Standard', 'Baton Pass Clause', 'Swagger Clause', 'Team Preview'], + banlist: ['Allow CAP', 'Syclant', 'Revenankh', 'Pyroak', 'Fidgit', 'Stratagem', 'Arghonaut', 'Kitsunoh', 'Cyclohm', 'Colossoil', 'Krilowatt', 'Voodoom', + 'Tomohawk', 'Necturna', 'Mollux', 'Aurumoth', 'Malaconda', 'Cawmodore', 'Volkraken', 'Plasmanta', + 'Aegislash', 'Arceus', 'Blaziken', 'Darkrai', 'Deoxys', 'Deoxys-Attack', 'Deoxys-Defense', 'Deoxys-Speed', 'Dialga', 'Genesect', 'Giratina', 'Giratina-Origin', 'Greninja', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo', 'Palkia', 'Rayquaza', 'Reshiram', 'Shaymin-Sky', 'Xerneas', 'Yveltal', 'Zekrom', - 'Gengarite', 'Kangaskhanite', 'Lucarionite', 'Mawilite', 'Salamencite', 'Soul Dew', - 'Syclant', 'Revenankh', 'Pyroak', 'Fidgit', 'Stratagem', 'Arghonaut', 'Kitsunoh', 'Cyclohm', 'Colossoil', 'Krilowatt', 'Voodoom', - 'Tomohawk', 'Necturna', 'Mollux', 'Aurumoth', 'Malaconda', 'Cawmodore', 'Volkraken', 'Plasmanta', - 'Allow CAP' + 'Gengarite', 'Kangaskhanite', 'Lucarionite', 'Mawilite', 'Salamencite', 'Soul Dew' ] }, { @@ -698,19 +697,17 @@ exports.Formats = [ section: "BW2 Singles", mod: 'gen5', - validateSet: function (set) { - if (!set.level || set.level >= 50) set.forcedLevel = 50; - return []; - }, + searchShow: false, + maxForcedLevel: 50, + ruleset: ['Pokemon', 'Standard GBU', 'Team Preview GBU'], + banlist: ['Dark Void', 'Sky Drop'], onBegin: function () { this.debug('cutting down to 3'); this.p1.pokemon = this.p1.pokemon.slice(0, 3); this.p1.pokemonLeft = this.p1.pokemon.length; this.p2.pokemon = this.p2.pokemon.slice(0, 3); this.p2.pokemonLeft = this.p2.pokemon.length; - }, - ruleset: ['Pokemon', 'Standard GBU', 'Team Preview GBU'], - banlist: ['Sky Drop', 'Dark Void'] + } }, { name: "[Gen 5] Custom Game", @@ -737,20 +734,8 @@ exports.Formats = [ mod: 'gen5', gameType: 'doubles', ruleset: ['Pokemon', 'Standard', 'Evasion Abilities Clause', 'Team Preview'], - banlist: ['Unreleased', 'Illegal', 'Dark Void', 'Soul Dew', 'Sky Drop', - 'Mewtwo', - 'Lugia', - 'Ho-Oh', - 'Kyogre', - 'Groudon', - 'Rayquaza', - 'Dialga', - 'Palkia', - 'Giratina', 'Giratina-Origin', - 'Arceus', - 'Reshiram', - 'Zekrom', - 'Kyurem-White' + banlist: ['Arceus', 'Dialga', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo', + 'Palkia', 'Rayquaza', 'Reshiram', 'Zekrom', 'Soul Dew', 'Dark Void', 'Sky Drop' ] }, { @@ -759,16 +744,17 @@ exports.Formats = [ mod: 'gen5', gameType: 'doubles', + searchShow: false, + maxForcedLevel: 50, + ruleset: ['Pokemon', 'Standard GBU', 'Team Preview VGC'], + banlist: ['Dark Void', 'Sky Drop'], onBegin: function () { this.debug('cutting down to 4'); this.p1.pokemon = this.p1.pokemon.slice(0, 4); this.p1.pokemonLeft = this.p1.pokemon.length; this.p2.pokemon = this.p2.pokemon.slice(0, 4); this.p2.pokemonLeft = this.p2.pokemon.length; - }, - maxForcedLevel: 50, - ruleset: ['Pokemon', 'Standard GBU', 'Team Preview VGC'], - banlist: ['Sky Drop', 'Dark Void'] + } }, { name: "[Gen 5] Doubles Custom Game",