mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -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",
|
||||
},
|
||||
wartortle: {
|
||||
tier: "ZU",
|
||||
tier: "PU",
|
||||
},
|
||||
blastoise: {
|
||||
tier: "UU",
|
||||
|
|
@ -195,7 +195,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "ZU",
|
||||
},
|
||||
poliwhirl: {
|
||||
tier: "ZUBL",
|
||||
tier: "PU",
|
||||
},
|
||||
poliwrath: {
|
||||
tier: "NUBL",
|
||||
|
|
@ -237,7 +237,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "UUBL",
|
||||
},
|
||||
geodude: {
|
||||
tier: "ZU",
|
||||
tier: "PU",
|
||||
},
|
||||
graveler: {
|
||||
tier: "NU",
|
||||
|
|
@ -246,7 +246,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "OU",
|
||||
},
|
||||
ponyta: {
|
||||
tier: "PU",
|
||||
tier: "ZU",
|
||||
},
|
||||
rapidash: {
|
||||
tier: "NU",
|
||||
|
|
@ -321,7 +321,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "NU",
|
||||
},
|
||||
voltorb: {
|
||||
tier: "ZU",
|
||||
tier: "PU",
|
||||
},
|
||||
electrode: {
|
||||
tier: "UU",
|
||||
|
|
@ -513,7 +513,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
|
|||
tier: "LC",
|
||||
},
|
||||
bayleef: {
|
||||
tier: "ZU",
|
||||
tier: "PU",
|
||||
},
|
||||
meganium: {
|
||||
tier: "UUBL",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user