mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
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
This commit is contained in:
parent
bf6e6efbe7
commit
be33fc1ee6
|
|
@ -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',
|
||||
],
|
||||
|
|
|
|||
|
|
@ -696,7 +696,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable =
|
|||
natDexTier: "RU",
|
||||
},
|
||||
shellder: {
|
||||
tier: "LC",
|
||||
tier: "NFE",
|
||||
},
|
||||
cloyster: {
|
||||
tier: "NUBL",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user