diff --git a/data/mods/gen7letsgo/formats-data.ts b/data/mods/gen7letsgo/formats-data.ts index 8ac310c56e..a1b6b3d295 100644 --- a/data/mods/gen7letsgo/formats-data.ts +++ b/data/mods/gen7letsgo/formats-data.ts @@ -6,7 +6,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { tier: "NFE", }, venusaur: { - tier: "OU", + tier: "UU", doublesTier: "DOU", }, venusaurmega: { @@ -26,7 +26,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, charizardmegax: { randomBattleMoves: ["earthquake", "flareblitz", "outrage", "roost", "willowisp"], - tier: "UU", + tier: "OU", doublesTier: "DOU", }, charizardmegay: { @@ -46,7 +46,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, blastoisemega: { randomBattleMoves: ["darkpulse", "hydropump", "icebeam", "scald", "toxic"], - tier: "UU", + tier: "OU", doublesTier: "DOU", }, caterpie: { @@ -67,7 +67,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { tier: "NFE", }, beedrill: { - tier: "OU", + tier: "UU", doublesTier: "DOU", }, beedrillmega: { @@ -149,12 +149,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, sandslash: { randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "swordsdance", "toxic"], - tier: "OU", + tier: "UU", doublesTier: "DOU", }, sandslashalola: { randomBattleMoves: ["earthquake", "icepunch", "iceshard", "irontail", "stealthrock", "swordsdance"], - tier: "OU", + tier: "UU", doublesTier: "DOU", }, nidoranf: { @@ -243,7 +243,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, venomoth: { randomBattleMoves: ["bugbuzz", "psychic", "quiverdance", "sleeppowder", "sludgebomb"], - tier: "UU", + tier: "UUBL", doublesTier: "DOU", }, diglett: { @@ -275,7 +275,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, persianalola: { randomBattleMoves: ["darkpulse", "nastyplot", "taunt", "thunderbolt", "uturn"], - tier: "UU", + tier: "OU", doublesTier: "DOU", }, psyduck: { @@ -299,7 +299,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, arcanine: { randomBattleMoves: ["crunch", "flareblitz", "playrough", "superpower", "willowisp"], - tier: "OU", + tier: "UU", doublesTier: "DOU", }, poliwag: { @@ -320,7 +320,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { tier: "NFE", }, alakazam: { - tier: "OU", + tier: "UUBL", doublesTier: "DOU", }, alakazammega: { @@ -385,7 +385,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, rapidash: { randomBattleMoves: ["drillrun", "flareblitz", "irontail", "megahorn", "willowisp"], - tier: "OU", + tier: "UU", doublesTier: "DOU", }, slowpoke: { @@ -507,7 +507,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { }, exeggutoralola: { randomBattleMoves: ["dragonpulse", "earthquake", "flamethrower", "megadrain", "stunspore"], - tier: "UU", + tier: "OU", doublesTier: "DOU", }, cubone: { @@ -565,12 +565,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { doublesTier: "DOU", }, kangaskhan: { - tier: "OU", + tier: "UU", doublesTier: "DOU", }, kangaskhanmega: { randomBattleMoves: ["brickbreak", "earthquake", "facade", "fakeout", "suckerpunch"], - tier: "OU", + tier: "UU", doublesTier: "DOU", }, horsea: { @@ -640,7 +640,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { tier: "LC", }, gyarados: { - tier: "OU", + tier: "UU", doublesTier: "DOU", }, gyaradosmega: { @@ -664,7 +664,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = { eeveestarter: { randomBattleMoves: ["bouncybubble", "buzzybuzz", "protect", "sappyseed", "sizzlyslide", "sparklyswirl"], isNonstandard: null, - tier: "OU", + tier: "UU", doublesTier: "DOU", }, vaporeon: {