Skip to content

Commit

Permalink
Add Gen 9 BSS Factory
Browse files Browse the repository at this point in the history
Co-Authored-By: NO-VED <16705080+no-ved@users.noreply.github.com>

Split and tweak sets per Cake & Livid's review

Put sets with moves that aren't rolled on one line

Apologies in advance to my linter

Last of Cake's changes

Fix missing curly

That's what I get for copy pasting

Address livid's review

Address Livid's review

Show Gen 9 BSSF in search

Address Kris' review

Move Gen 9 BSS Factory to Rands Spotlight

per ACakeWearingAHat
  • Loading branch information
LegoFigure11 committed May 31, 2024
1 parent c6ed617 commit 7661859
Show file tree
Hide file tree
Showing 5 changed files with 5,963 additions and 1 deletion.
11 changes: 11 additions & 0 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2456,6 +2456,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] Random Roulette",
desc: `Random Battles in a random generation! [Gen 1] Random Battle - [Gen 9] 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

0 comments on commit 7661859

Please sign in to comment.