From be33fc1ee6e2e15aa457416be12c3f0b95ec3dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bastos=20Dias?= <80102738+andrebastosdias@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:12:23 +0000 Subject: [PATCH] LC: Ban Shellder (#11819) * LC: Ban Shellder https://www.smogon.com/forums/threads/dirty-little-secret-shellder-suspect-test.3778358/post-10909234 * Ban Shellder in formats * Remove Shellder from LC UU banlist --- config/formats.ts | 7 ++++--- data/formats-data.ts | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/formats.ts b/config/formats.ts index a62ddb5588..4a8010d2ee 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -112,8 +112,9 @@ export const Formats: import('../sim/dex-formats').FormatList = [ ruleset: ['Little Cup', 'Standard'], banlist: [ 'Aipom', 'Basculin-White-Striped', 'Cutiefly', 'Diglett-Base', 'Dunsparce', 'Duraludon', 'Flittle', 'Gastly', 'Girafarig', 'Gligar', - 'Magby', 'Meditite', 'Misdreavus', 'Murkrow', 'Porygon', 'Qwilfish-Hisui', 'Rufflet', 'Scraggy', 'Scyther', 'Sneasel', 'Sneasel-Hisui', - 'Snivy', 'Stantler', 'Torchic', 'Voltorb-Hisui', 'Vulpix', 'Vulpix-Alola', 'Yanma', 'Moody', 'Heat Rock', 'Baton Pass', 'Sticky Web', + 'Magby', 'Meditite', 'Misdreavus', 'Murkrow', 'Porygon', 'Qwilfish-Hisui', 'Rufflet', 'Scraggy', 'Scyther', 'Shellder', 'Sneasel', + 'Sneasel-Hisui', 'Snivy', 'Stantler', 'Torchic', 'Voltorb-Hisui', 'Vulpix', 'Vulpix-Alola', 'Yanma', 'Moody', 'Heat Rock', 'Baton Pass', + 'Sticky Web', ], }, { @@ -347,7 +348,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [ ruleset: ['[Gen 9] LC'], banlist: [ 'Chinchou', 'Diglett-Alola', 'Drifloon', 'Elekid', 'Foongus', 'Glimmet', 'Gothita', 'Grookey', 'Growlithe-Hisui', 'Koffing', 'Mareanie', 'Mienfoo', 'Mudbray', - 'Pawniard', 'Sandshrew-Alola', 'Shellder', 'Shellos', 'Snover', 'Stunky', 'Timburr', 'Tinkatink', 'Toedscool', 'Trapinch', 'Vullaby', 'Wingull', 'Zorua-Hisui', + 'Pawniard', 'Sandshrew-Alola', 'Shellos', 'Snover', 'Stunky', 'Timburr', 'Tinkatink', 'Toedscool', 'Trapinch', 'Vullaby', 'Wingull', 'Zorua-Hisui', // LC UUBL 'Deerling', 'Minccino', 'Light Clay', ], diff --git a/data/formats-data.ts b/data/formats-data.ts index 922c5c0320..249e442540 100644 --- a/data/formats-data.ts +++ b/data/formats-data.ts @@ -696,7 +696,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable = natDexTier: "RU", }, shellder: { - tier: "LC", + tier: "NFE", }, cloyster: { tier: "NUBL",