mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
VGC/BSS: Remove Reg I ladder
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This commit is contained in:
parent
fde7a7962a
commit
f4a7f092f6
|
|
@ -139,6 +139,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
{
|
||||
name: "[Gen 9] BSS Reg I",
|
||||
mod: 'gen9',
|
||||
searchShow: false,
|
||||
bestOfDefault: true,
|
||||
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 9', 'VGC Timer', 'Limit Two Restricted'],
|
||||
restricted: ['Restricted Legendary'],
|
||||
|
|
@ -250,17 +251,11 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
name: "[Gen 9] VGC 2025 Reg I",
|
||||
mod: 'gen9',
|
||||
gameType: 'doubles',
|
||||
searchShow: false,
|
||||
bestOfDefault: true,
|
||||
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 9', 'VGC Timer', 'Open Team Sheets', 'Limit Two Restricted'],
|
||||
restricted: ['Restricted Legendary'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 9] VGC 2025 Reg I (Bo3)",
|
||||
mod: 'gen9',
|
||||
gameType: 'doubles',
|
||||
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 9', 'VGC Timer', 'Force Open Team Sheets', 'Best of = 3', 'Limit Two Restricted'],
|
||||
restricted: ['Restricted Legendary'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 9] VGC 2025 Reg J",
|
||||
mod: 'gen9',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user