Skip to content

Commit

Permalink
GSC ZU: Update tiering
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Dec 17, 2024
1 parent 6f0dd3f commit 6adcea2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/mods/gen2/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NUBL",
},
sandshrew: {
tier: "ZU",
tier: "LC",
},
sandslash: {
tier: "UU",
Expand All @@ -99,7 +99,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
nidorino: {
tier: "ZU",
tier: "NFE",
},
nidoking: {
tier: "OU",
Expand Down Expand Up @@ -186,7 +186,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NU",
},
growlithe: {
tier: "ZU",
tier: "LC",
},
arcanine: {
tier: "UU",
Expand Down Expand Up @@ -408,7 +408,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "UUBL",
},
smoochum: {
tier: "ZU",
tier: "LC",
},
jynx: {
tier: "OU",
Expand Down Expand Up @@ -495,7 +495,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "UUBL",
},
dratini: {
tier: "ZU",
tier: "LC",
},
dragonair: {
tier: "NU",
Expand Down Expand Up @@ -573,13 +573,13 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "ZU",
},
natu: {
tier: "ZU",
tier: "LC",
},
xatu: {
tier: "NU",
},
mareep: {
tier: "ZU",
tier: "LC",
},
flaaffy: {
tier: "PU",
Expand Down Expand Up @@ -669,7 +669,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "PU",
},
teddiursa: {
tier: "ZU",
tier: "LC",
},
ursaring: {
tier: "UUBL",
Expand Down

0 comments on commit 6adcea2

Please sign in to comment.