Skip to content

Commit f483e99

Browse files
adrivrieKrisXV
andauthored
Add Baby Random Battle (#10319)
* initial commit for babyrands * add to format list, wherever for now * small fixes * first hopefully complete version of sets * life orb fix * many many more fixes * first version that seems fairly bug-free * set updates * lots and lots more changes * small set changes and ev/iv optimization for life orb recoil * cosmetic forme list changed to babyrands version * move files * rename files * some formatting and commenting and such * minor set changes * attempt at renaming? * rename format mod * this works, but is not pretty * finally works now; also moved to spotlight formats * /randbats support * /rwr support * reduce line length * add test * change setup incompatibility * Apply suggestions from code review * camelCased --------- Co-authored-by: Kris Johnson <[email protected]>
1 parent 106f35d commit f483e99

File tree

7 files changed

+3928
-4
lines changed

7 files changed

+3928
-4
lines changed

config/formats.ts

+7
Original file line numberDiff line numberDiff line change
@@ -2490,6 +2490,13 @@ export const Formats: FormatList = [
24902490
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>`);
24912491
},
24922492
},
2493+
{
2494+
name: "[Gen 9] Baby Random Battle",
2495+
2496+
mod: 'gen9',
2497+
team: 'randomBaby',
2498+
ruleset: ['Obtainable', 'Species Clause', 'HP Percentage Mod', 'Cancel Mod', 'Sleep Clause Mod', 'Illusion Level Mod'],
2499+
},
24932500
{
24942501
name: "[Gen 9] Random Roulette",
24952502
desc: `Random Battles in a random generation! [Gen 1] Random Battle - [Gen 9] Random Battle.`,

0 commit comments

Comments
 (0)