Skip to content

Commit

Permalink
BDSP: Update tiering for UU and RU Pokemon (#10487)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored Aug 11, 2024
1 parent 8660550 commit e69f1c9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/mods/gen8bdsp/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
arcanine: {
tier: "UU",
tier: "RU",
doublesTier: "DOU",
},
poliwag: {
Expand Down Expand Up @@ -257,7 +257,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NFE",
},
machamp: {
tier: "RU",
tier: "UU",
doublesTier: "DUU",
},
bellsprout: {
Expand All @@ -274,7 +274,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
tentacruel: {
tier: "UU",
tier: "RU",
doublesTier: "DUU",
},
geodude: {
Expand Down Expand Up @@ -540,7 +540,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
gyarados: {
tier: "RUBL",
tier: "UU",
doublesTier: "DOU",
},
lapras: {
Expand All @@ -567,7 +567,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
espeon: {
tier: "UU",
tier: "RU",
doublesTier: "DUU",
},
umbreon: {
Expand Down Expand Up @@ -770,7 +770,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
ambipom: {
tier: "UU",
tier: "RU",
doublesTier: "DUU",
},
sunkern: {
Expand Down Expand Up @@ -1241,7 +1241,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
torkoal: {
tier: "UU",
tier: "RU",
doublesTier: "DOU",
},
spoink: {
Expand Down Expand Up @@ -1615,7 +1615,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
gastrodon: {
tier: "RU",
tier: "UU",
doublesTier: "DOU",
},
drifloon: {
Expand Down Expand Up @@ -1742,7 +1742,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
uxie: {
tier: "UU",
tier: "RU",
doublesTier: "DUU",
},
mesprit: {
Expand Down Expand Up @@ -1778,7 +1778,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUber",
},
cresselia: {
tier: "RUBL",
tier: "UU",
doublesTier: "DOU",
},
phione: {
Expand Down

0 comments on commit e69f1c9

Please sign in to comment.