Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,20 @@ export const Formats: FormatList = [

mod: 'gen8',
ruleset: ['Standard NatDex'],
},
{
name: "[Gen 8] Littlest Cup",
desc: [
"<b>Littlest Cup</b>: A National Dex metagame where only Baby Pokemon are allowed."
],
threads: [
`&bullet; <a href="https://pastebin.com/PtqmRUhG">Littlest Cup VR and Sample Sets</a>`,
],
mod: 'gen8',
maxLevel: 1,
ruleset: ['Standard NatDex', 'OHKO Clause', 'Evasion Moves Clause', 'Species Clause', 'Dynamax Clause', 'Sleep Clause Mod'],
banlist: ['All Pokemon'],
unbanlist: ['Shadow Tag', 'Pichu', 'Cleffa', 'Igglybuff', 'Togepi', 'Tyrogue', 'Smoochum', 'Elekid', 'Magby', 'Azurill', 'Wynaut', 'Budew', 'Chingling', 'Bonsly', 'Mime Jr.', 'Happiny', 'Munchlax', 'Riolu', 'Mantyke', 'Toxel'],
},
// Smogon Pet Mods ///////////////////////////////////////////////////////////////////
{
Expand Down