Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gen 9 BSS Factory #10180

Merged
merged 12 commits into from
Jun 1, 2024
11 changes: 11 additions & 0 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2490,6 +2490,17 @@ export const Formats: FormatList = [
this.add(`raw|<div class="broadcast-blue"><b>Chimera Rands is a 1v1 format where you combine your 6 Pokemon into one "Chimera." The order you select during team preview is important! In sequence, your picks determine your Chimera's Type, Item, Ability, Stats, Moves 1 &amp; 2, then finally Moves 3 &amp; 4.</b></div>`);
},
},
{
name: "[Gen 9] BSS Factory",
desc: `Randomized 3v3 Singles featuring Pok&eacute;mon and movesets popular in Battle Stadium Singles.`,
threads: [
`&bullet; <a href="https://www.smogon.com/forums/threads/3737058/">Information and Suggestions Thread</a>`,
],

mod: 'gen9',
team: 'randomBSSFactory',
ruleset: ['Flat Rules', 'VGC Timer'],
},
{
name: "[Gen 9] Baby Random Battle",

Expand Down
3 changes: 2 additions & 1 deletion data/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Aliases: {[alias: string]: string} = {
hc: "[Gen 9] Hackmons Cup",
monorandom: "[Gen 8] Monotype Random Battle",
bf: "[Gen 7] Battle Factory",
bssf: "[Gen 8] BSS Factory",
bssf: "[Gen 9] BSS Factory",
ssb: "[Gen 9] Super Staff Bros Ultimate",
ssbu: "[Gen 9] Super Staff Bros Ultimate",
lgrandom: "[Gen 7] Let's Go Random Battle",
Expand All @@ -72,6 +72,7 @@ export const Aliases: {[alias: string]: string} = {
gen7ag: "[Gen 7] Anything Goes",
gen7bss: "[Gen 7] Battle Spot Singles",
gen7bssf: "[Gen 7] BSS Factory",
gen8bssf: "[Gen 8] BSS Factory",
lgpeou: "[Gen 7 Let's Go] OU",
lgou: "[Gen 7 Let's Go] Let's Go OU",
lgdou: "[Gen 7 Let's Go] Doubles OU",
Expand Down
Loading
Loading