mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 18:57:15 -05:00
Update GSC PU/ZU tiering (#11093)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
https://www.smogon.com/forums/threads/gsc-pu-viability-rankings-furret-less-post-16.3673353/post-10539134
This commit is contained in:
parent
42d52e36e0
commit
906cc41d41
|
|
@ -21,7 +21,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
||||||
tier: "LC",
|
tier: "LC",
|
||||||
},
|
},
|
||||||
wartortle: {
|
wartortle: {
|
||||||
tier: "ZU",
|
tier: "PU",
|
||||||
},
|
},
|
||||||
blastoise: {
|
blastoise: {
|
||||||
tier: "UU",
|
tier: "UU",
|
||||||
|
|
@ -195,7 +195,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
||||||
tier: "ZU",
|
tier: "ZU",
|
||||||
},
|
},
|
||||||
poliwhirl: {
|
poliwhirl: {
|
||||||
tier: "ZUBL",
|
tier: "PU",
|
||||||
},
|
},
|
||||||
poliwrath: {
|
poliwrath: {
|
||||||
tier: "NUBL",
|
tier: "NUBL",
|
||||||
|
|
@ -237,7 +237,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
||||||
tier: "UUBL",
|
tier: "UUBL",
|
||||||
},
|
},
|
||||||
geodude: {
|
geodude: {
|
||||||
tier: "ZU",
|
tier: "PU",
|
||||||
},
|
},
|
||||||
graveler: {
|
graveler: {
|
||||||
tier: "NU",
|
tier: "NU",
|
||||||
|
|
@ -246,7 +246,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
||||||
tier: "OU",
|
tier: "OU",
|
||||||
},
|
},
|
||||||
ponyta: {
|
ponyta: {
|
||||||
tier: "PU",
|
tier: "ZU",
|
||||||
},
|
},
|
||||||
rapidash: {
|
rapidash: {
|
||||||
tier: "NU",
|
tier: "NU",
|
||||||
|
|
@ -321,7 +321,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
||||||
tier: "NU",
|
tier: "NU",
|
||||||
},
|
},
|
||||||
voltorb: {
|
voltorb: {
|
||||||
tier: "ZU",
|
tier: "PU",
|
||||||
},
|
},
|
||||||
electrode: {
|
electrode: {
|
||||||
tier: "UU",
|
tier: "UU",
|
||||||
|
|
@ -513,7 +513,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
||||||
tier: "LC",
|
tier: "LC",
|
||||||
},
|
},
|
||||||
bayleef: {
|
bayleef: {
|
||||||
tier: "ZU",
|
tier: "PU",
|
||||||
},
|
},
|
||||||
meganium: {
|
meganium: {
|
||||||
tier: "UUBL",
|
tier: "UUBL",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user