Skip to content

Commit

Permalink
BDSP: Update tiering for RU and NU Pokemon (#10816)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored Jan 11, 2025
1 parent 20b0deb commit d23498c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions data/mods/gen8bdsp/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
tauros: {
tier: "NUBL",
tier: "RU",
doublesTier: "DUU",
},
magikarp: {
Expand All @@ -559,7 +559,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
jolteon: {
tier: "RU",
tier: "NU",
doublesTier: "DUU",
},
flareon: {
Expand Down Expand Up @@ -798,7 +798,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NFE",
},
honchkrow: {
tier: "RU",
tier: "NU",
doublesTier: "DUU",
},
misdreavus: {
Expand Down Expand Up @@ -846,7 +846,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
granbull: {
tier: "RU",
tier: "NU",
doublesTier: "DUU",
},
qwilfish: {
Expand Down Expand Up @@ -986,7 +986,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NFE",
},
sceptile: {
tier: "NUBL",
tier: "RU",
doublesTier: "DUU",
},
torchic: {
Expand Down Expand Up @@ -1169,7 +1169,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NFE",
},
aggron: {
tier: "RU",
tier: "NU",
doublesTier: "DUU",
},
meditite: {
Expand Down Expand Up @@ -1241,7 +1241,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
torkoal: {
tier: "RU",
tier: "NU",
doublesTier: "DOU",
},
spoink: {
Expand Down Expand Up @@ -1269,7 +1269,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
cacturne: {
tier: "RU",
tier: "NU",
doublesTier: "DUU",
},
swablu: {
Expand Down Expand Up @@ -1313,7 +1313,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
claydol: {
tier: "RU",
tier: "NU",
doublesTier: "DUU",
},
lileep: {
Expand Down Expand Up @@ -1374,7 +1374,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
absol: {
tier: "NUBL",
tier: "RU",
doublesTier: "DUU",
},
snorunt: {
Expand Down Expand Up @@ -1746,7 +1746,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DUU",
},
mesprit: {
tier: "NUBL",
tier: "RU",
doublesTier: "DUU",
},
azelf: {
Expand Down

0 comments on commit d23498c

Please sign in to comment.