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 @@ -2491,6 +2491,17 @@
},
},
{
name: "[Gen 9] BSS Factory",
desc: `Randomized 3v3 Singles featuring Poké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'],
},

Check failure on line 2503 in config/formats.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Expected indentation of 1 tab but found 2 spaces
{

Check failure on line 2504 in config/formats.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Expected indentation of 1 tab but found 2 spaces
KrisXV marked this conversation as resolved.
Show resolved Hide resolved
name: "[Gen 9] Baby Random Battle",

mod: 'gen9',
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