mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 07:22:09 -05:00
This commit is contained in:
parent
c82d1b8433
commit
2425f1364d
|
|
@ -4072,27 +4072,22 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
name: "[Gen 3] RU",
|
||||
mod: 'gen3',
|
||||
searchShow: false,
|
||||
ruleset: ['[Gen 3] UU'],
|
||||
banlist: [
|
||||
'Altaria', 'Ampharos', 'Arcanine', 'Blastoise', 'Clefable', 'Cradily', 'Electabuzz', 'Electrode', 'Fearow', 'Feraligatr', 'Gligar', 'Golduck',
|
||||
'Golem', 'Gorebyss', 'Granbull', 'Grumpig', 'Hitmonlee', 'Hitmontop', 'Jumpluff', 'Kangaskhan', 'Lanturn', 'Lunatone', 'Manectric', 'Misdreavus',
|
||||
'Muk', 'Nidoking', 'Nidoqueen', 'Ninjask', 'Omastar', 'Pinsir', 'Qwilfish', 'Sandslash', 'Scyther', 'Slowking', 'Solrock', 'Tentacruel', 'Vileplume',
|
||||
'Walrein', 'Xatu',
|
||||
],
|
||||
ruleset: ['Standard'],
|
||||
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'RUBL', 'Smeargle + Ingrain', 'Arena Trap', 'Baton Pass', 'Swagger'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 3] NU",
|
||||
mod: 'gen3',
|
||||
searchShow: false,
|
||||
ruleset: ['Standard'],
|
||||
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'Smeargle + Ingrain'],
|
||||
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'RUBL', 'RU', 'Smeargle + Ingrain'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 3] PU",
|
||||
mod: 'gen3',
|
||||
searchShow: false,
|
||||
ruleset: ['Standard', 'Baton Pass Stat Clause'],
|
||||
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'NUBL', 'NU', 'PUBL'],
|
||||
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'RUBL', 'RU', 'NUBL', 'NU', 'PUBL'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 3] LC",
|
||||
|
|
@ -4121,7 +4116,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
mod: 'gen3',
|
||||
searchShow: false,
|
||||
ruleset: ['Standard', 'Sleep Moves Clause', 'Baton Pass Stat Trap Clause', 'Swagger Clause'],
|
||||
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'NUBL', 'NU', 'PUBL', 'PU', 'ZUBL', 'Baton Pass + Substitute'],
|
||||
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'RUBL', 'RU', 'NUBL', 'NU', 'PUBL', 'PU', 'ZUBL', 'Baton Pass + Substitute'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 3] Custom Game",
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NU",
|
||||
},
|
||||
raichu: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
sandshrew: {
|
||||
tier: "LC",
|
||||
|
|
@ -111,13 +111,13 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NFE",
|
||||
},
|
||||
clefable: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
vulpix: {
|
||||
tier: "LC",
|
||||
},
|
||||
ninetales: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
igglybuff: {
|
||||
tier: "LC",
|
||||
|
|
@ -171,7 +171,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
persian: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
psyduck: {
|
||||
tier: "LC",
|
||||
|
|
@ -183,7 +183,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
primeape: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
growlithe: {
|
||||
tier: "ZU",
|
||||
|
|
@ -198,10 +198,10 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZUBL",
|
||||
},
|
||||
poliwrath: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
politoed: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
abra: {
|
||||
tier: "ZU",
|
||||
|
|
@ -228,7 +228,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZU",
|
||||
},
|
||||
victreebel: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
tentacool: {
|
||||
tier: "ZU",
|
||||
|
|
@ -249,7 +249,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZU",
|
||||
},
|
||||
rapidash: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
slowpoke: {
|
||||
tier: "LC",
|
||||
|
|
@ -399,7 +399,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "OU",
|
||||
},
|
||||
mrmime: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
scyther: {
|
||||
tier: "UU",
|
||||
|
|
@ -423,7 +423,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZU",
|
||||
},
|
||||
magmar: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
pinsir: {
|
||||
tier: "UU",
|
||||
|
|
@ -477,7 +477,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
kabutops: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
aerodactyl: {
|
||||
tier: "OU",
|
||||
|
|
@ -516,7 +516,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZU",
|
||||
},
|
||||
meganium: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
cyndaquil: {
|
||||
tier: "ZU",
|
||||
|
|
@ -576,7 +576,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
xatu: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
mareep: {
|
||||
tier: "LC",
|
||||
|
|
@ -594,7 +594,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NFE",
|
||||
},
|
||||
azumarill: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
sudowoodo: {
|
||||
tier: "NU",
|
||||
|
|
@ -606,7 +606,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NFE",
|
||||
},
|
||||
jumpluff: {
|
||||
tier: "UU",
|
||||
tier: "RUBL",
|
||||
},
|
||||
aipom: {
|
||||
tier: "ZU",
|
||||
|
|
@ -672,7 +672,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "OU",
|
||||
},
|
||||
sneasel: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
teddiursa: {
|
||||
tier: "LC",
|
||||
|
|
@ -705,7 +705,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZU",
|
||||
},
|
||||
mantine: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
skarmory: {
|
||||
tier: "OU",
|
||||
|
|
@ -723,7 +723,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "UUBL",
|
||||
},
|
||||
stantler: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
smeargle: {
|
||||
tier: "UUBL",
|
||||
|
|
@ -828,7 +828,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NFE",
|
||||
},
|
||||
shiftry: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
taillow: {
|
||||
tier: "ZU",
|
||||
|
|
@ -876,7 +876,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
ninjask: {
|
||||
tier: "UU",
|
||||
tier: "RUBL",
|
||||
},
|
||||
shedinja: {
|
||||
tier: "ZUBL",
|
||||
|
|
@ -888,7 +888,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NFE",
|
||||
},
|
||||
exploud: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
makuhita: {
|
||||
tier: "LC",
|
||||
|
|
@ -918,7 +918,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZUBL",
|
||||
},
|
||||
aggron: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
meditite: {
|
||||
tier: "ZU",
|
||||
|
|
@ -957,7 +957,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
sharpedo: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
wailmer: {
|
||||
tier: "LC",
|
||||
|
|
@ -969,7 +969,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
camerupt: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
torkoal: {
|
||||
tier: "NU",
|
||||
|
|
@ -1071,7 +1071,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZU",
|
||||
},
|
||||
banette: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
duskull: {
|
||||
tier: "PU",
|
||||
|
|
@ -1086,7 +1086,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NU",
|
||||
},
|
||||
absol: {
|
||||
tier: "UU",
|
||||
tier: "RU",
|
||||
},
|
||||
snorunt: {
|
||||
tier: "ZU",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user