diff --git a/config/formats.ts b/config/formats.ts index b226f7887a..47f1898f30 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -68,18 +68,6 @@ export const Formats: FormatList = [ ruleset: ['Standard', 'Dynamax Clause'], banlist: ['Uber', 'AG', 'Arena Trap', 'Moody', 'Power Construct', 'Shadow Tag', 'Baton Pass'], }, - { - name: "[Gen 8] OU (suspect test)", - threads: [ - `• OU Metagame Discussion`, - `• OU Sample Teams`, - `• OU Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] OU'], - unbanlist: ['Zamazenta-Crowned', 'Arena Trap'], - }, { name: "[Gen 8] OU (Blitz)", @@ -110,18 +98,6 @@ export const Formats: FormatList = [ ruleset: ['[Gen 8] OU'], banlist: ['OU', 'UUBL'], }, - { - name: "[Gen 8] UU (suspect test)", - threads: [ - `• UU Metagame Discussion`, - `• UU Sample Teams`, - `• UU Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] UU'], - unbanlist: ['Excadrill', 'Tyranitar'], - }, { name: "[Gen 8] RU", threads: [ @@ -134,17 +110,6 @@ export const Formats: FormatList = [ ruleset: ['[Gen 8] UU'], banlist: ['UU', 'RUBL'], }, - { - name: "[Gen 8] RU (Dynamax)", - threads: [ - `• RU Metagame Discussion`, - `• RU Sample Teams`, - `• RU Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] RU', '!Dynamax Clause'], - }, { name: "[Gen 8] NU", threads: [ @@ -168,17 +133,6 @@ export const Formats: FormatList = [ ruleset: ['[Gen 8] NU'], banlist: ['NU', 'PUBL'], }, - { - name: "[Gen 8] PU (Indeedee-F + No Team Preview)", - threads: [ - `• PU Metagame Discussion`, - `• PU Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] PU', '!Team Preview'], - unbanlist: ['Indeedee-F'], - }, { name: "[Gen 8] LC", threads: [ @@ -213,18 +167,6 @@ export const Formats: FormatList = [ 'Moody', 'Power Construct', 'Shadow Tag', 'Damp Rock', 'Smooth Rock', 'Terrain Extender', 'Baton Pass', ], }, - { - name: "[Gen 8] Monotype (Dynamax)", - desc: `All the Pokémon on a team must share a type.`, - threads: [ - `• Monotype Metagame Discussion`, - `• Monotype Sample Teams`, - `• Monotype Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] Monotype', '!Dynamax Clause'], - }, { name: "[Gen 8] 1v1", desc: `Bring three Pokémon to Team Preview and choose one to battle.`, @@ -258,18 +200,6 @@ export const Formats: FormatList = [ mod: 'gen8', ruleset: ['Obtainable', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause'], }, - { - name: "[Gen 8] Anything Goes (with Eternamax)", - threads: [ - `• AG Metagame Discussion`, - `• AG Sample Teams`, - `• AG Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] Anything Goes'], - unbanlist: ['Eternatus-Eternamax'], - }, { name: "[Gen 8] ZU", desc: `The unofficial usage-based tier below PU.`, @@ -552,18 +482,6 @@ export const Formats: FormatList = [ 'Arena Trap', 'Moody', 'Power Construct', 'Shadow Tag', 'Baton Pass', ], }, - { - name: "[Gen 8] National Dex (No stall)", - threads: [ - `• National Dex Metagame Discussion`, - `• National Dex Sample Teams`, - `• National Dex Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] National Dex'], - banlist: ['Chansey', 'Sableye-Mega', 'Toxapex'], - }, { name: "[Gen 8] National Dex UU", threads: [ @@ -596,38 +514,6 @@ export const Formats: FormatList = [ 'Urshifu-Rapid-Strike', 'Weavile', ], }, - { - name: "[Gen 8] National Dex UU (No stall)", - threads: [ - `• National Dex UU Metagame Discussion`, - `• National Dex UU Sample Teams`, - `• National Dex UU Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] National Dex (No stall)'], - banlist: [ - // National Dex OU - 'Blissey', 'Charizard-Mega-X', 'Charizard-Mega-Y', 'Clefable', 'Corviknight', 'Excadrill', 'Ferrothorn', 'Garchomp', 'Gliscor', - 'Greninja', 'Gyarados-Mega', 'Heatran', 'Kartana', 'Kommo-o', 'Kyurem', 'Landorus-Therian', 'Lopunny-Mega', 'Magearna', 'Magnezone', - 'Mawile-Mega', 'Medicham-Mega', 'Pelipper', 'Rillaboom', 'Scizor-Mega', 'Serperior', 'Slowbro-Base', 'Swampert-Mega', 'Tangrowth', - 'Tapu Fini', 'Tapu Koko', 'Tapu Lele', 'Tyranitar', 'Victini', 'Volcarona', 'Zapdos-Base', - 'nduubl', // National Dex UUBL - 'Aerodactyl-Mega', 'Azumarill', 'Blacephalon', 'Diancie-Mega', 'Gallade-Mega', 'Gardevoir-Mega', 'Gengar', 'Gyarados', 'Hawlucha', - 'Heracross-Mega', 'Hydreigon', 'Latias', 'Latias-Mega', 'Latios', 'Manaphy', 'Pinsir-Mega', 'Slowbro-Mega', 'Thundurus', - 'Venusaur-Mega', 'Xurkitree', 'Zapdos-Galar', 'Drizzle', 'Drought', - // Slowbronite is banned so it doesn't validate on Galarian Slowbro - 'Slowbronite', - ], - // Used to distinguish UU from below UU in the client - restricted: [ - 'Absol-Mega', 'Aegislash', 'Aggron-Mega', 'Altaria-Mega', 'Amoonguss', 'Beedrill-Mega', 'Bisharp', 'Breloom', 'Buzzwole', 'Celesteela', - 'Chesnaught', 'Crobat', 'Donphan', 'Dragonite', 'Hippowdon', 'Honchkrow', 'Hoopa-Unbound', 'Infernape', 'Jirachi', 'Keldeo', 'Krookodile', - 'Mamoswine', 'Mandibuzz', 'Manectric-Mega', 'Melmetal', 'Mew', 'Mienshao', 'Moltres-Base', 'Nihilego', 'Porygon2', 'Regieleki', 'Ribombee', - 'Rotom-Heat', 'Rotom-Wash', 'Sableye-Mega', 'Scizor', 'Shuckle', 'Skarmory', 'Slowking', 'Slowking-Galar', 'Staraptor', 'Swampert', 'Umbreon', - 'Urshifu-Rapid-Strike', 'Weavile', - ], - }, { name: "[Gen 8] National Dex Monotype", threads: [ @@ -647,18 +533,6 @@ export const Formats: FormatList = [ 'Battle Bond', 'Moody', 'Power Construct', 'Shadow Tag', 'Damp Rock', 'Smooth Rock', 'Terrain Extender', 'Baton Pass', ], }, - { - name: "[Gen 8] ND Monotype (No Toxapex)", - threads: [ - `• National Dex Monotype Metagame Discussion`, - `• National Dex Monotype Sample Teams`, - `• National Dex Monotype Viability Rankings`, - ], - - mod: 'gen8', - ruleset: ['[Gen 8] National Dex Monotype'], - banlist: ['Toxapex'], - }, { name: "[Gen 8] National Dex AG", threads: [ @@ -668,16 +542,6 @@ export const Formats: FormatList = [ mod: 'gen8', ruleset: ['Standard NatDex'], }, - { - name: "[Gen 8] NatDex AG (with Eternamax)", - threads: [ - `• National Dex AG`, - ], - - mod: 'gen8', - ruleset: ['Standard NatDex'], - unbanlist: ['Eternatus-Eternamax'], - }, // Pet Mods /////////////////////////////////////////////////////////////////// @@ -1614,7 +1478,7 @@ export const Formats: FormatList = [ if (target && boosts[tier] > 20) { if (target.set.ability === 'drizzle') tier = 'nubl'; if (target.set.ability === 'drought') tier = 'nubl'; - if (target.set.moves.includes('auroraveil')) tier = 'nubl'; + if (target.set.ability === 'snowwarning') tier = 'nubl'; } const pokemon = this.dex.deepClone(species); pokemon.bst = pokemon.baseStats['hp']; @@ -1797,23 +1661,6 @@ export const Formats: FormatList = [ } }, }, - { - name: "[Gen 8] Super Staff Bros 4 (Wii U)", - desc: "A more competitive version of the existing Super Staff Bros 4 format!", - threads: [ - `• Introduction & Roster`, - `• Discussion Thread`, - ], - - mod: 'ssb', - team: 'randomStaffBros', - ruleset: ['Dynamax Clause', 'HP Percentage Mod', 'Cancel Mod', 'Sleep Clause Mod'], - onBegin() { - this.add('message', 'Delphox only'); - this.add('message', 'No items'); - this.add('message', 'Final Destination'); - }, - }, { name: "[Gen 8] Challenge Cup", @@ -2059,6 +1906,7 @@ export const Formats: FormatList = [ mod: 'gen6', // searchShow: false, ruleset: ['[Gen 6] OU', '+CAP'], + banlist: ['Aurumoth', 'Cawmodore'], }, // Past Gens OU