Skip to content

Commit

Permalink
Add Team Star Challenge online competition (#10640)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWoblefet authored Oct 30, 2024
1 parent a3f510e commit 318d557
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,17 @@ export const Formats: import('../sim/dex-formats').FormatList = [
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 9', 'VGC Timer'],
banlist: ['Sub-Legendary', 'Paradox', 'Gouging Fire', 'Iron Boulder', 'Iron Crown', 'Raging Bolt'],
},
{
name: "[Gen 9] Team Star Challenge",
mod: 'gen9',
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Force Select = Revavroom', 'Min Source Gen = 9', 'VGC Timer'],
banlist: ['All Pokemon'],
unbanlist: [
'Annihilape', 'Arcanine-Base', 'Armarouge', 'Azumarill', 'Cacturne', 'Coalossal', 'Dachsbun', 'Dragalge', 'Hatterene', 'Honchkrow',
'Houndoom', 'Kingambit', 'Klefki', 'Krookodile', 'Lucario', 'Mabosstiff', 'Muk-Base', 'Passimian', 'Pawniard', 'Primeape',
'Revavroom', 'Skuntank', 'Torkoal', 'Toxapex', 'Toxicroak', 'Wigglytuff',
],
},
{
name: "[Gen 9] Custom Game",
mod: 'gen9',
Expand Down

0 comments on commit 318d557

Please sign in to comment.