From b4820d6cf75499d991234278106c84f978b8e042 Mon Sep 17 00:00:00 2001 From: Shiva Devarajan Date: Sun, 8 Sep 2024 15:55:38 -0400 Subject: [PATCH] DPP and ADV SU tier shifts --- config/formats.ts | 4 +- data/mods/gen3/formats-data.ts | 20 +++--- data/mods/gen4/formats-data.ts | 10 +-- data/mods/gen9metronome/formats-data.ts | 2 +- data/mods/gen9vgcgay/formats-data.ts | 16 ++--- data/mods/gen9vgcgay/pokedex.ts | 84 +++++++++++++++++++++++-- 6 files changed, 104 insertions(+), 32 deletions(-) diff --git a/config/formats.ts b/config/formats.ts index 5a8742d9e5fe..8a30b9d410de 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -150,14 +150,14 @@ export const Formats: import('../sim/dex-formats').FormatList = [ mod: 'gen1', searchShow: true, ruleset: ['[Gen 1] ZU'], - banlist: ['ZU', 'SUBL'], + banlist: ['ZU', 'SUBL', 'Confuse Ray'], }, { name: "[Gen 1] IU", mod: 'gen1', searchShow: true, ruleset: ['[Gen 1] SU'], - banlist: ['SU', 'IUBL', 'Confuse Ray'], + banlist: ['SU', 'IUBL'], }, { name: "[Gen 1] 8U", diff --git a/data/mods/gen3/formats-data.ts b/data/mods/gen3/formats-data.ts index d628d8df36f4..3cce6eac8c5b 100644 --- a/data/mods/gen3/formats-data.ts +++ b/data/mods/gen3/formats-data.ts @@ -33,7 +33,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "11U", }, butterfree: { - tier: "ZU", + tier: "SU", }, weedle: { tier: "11U", @@ -180,7 +180,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "UU", }, mankey: { - tier: "SU", + tier: "IU", }, primeape: { tier: "RU", @@ -225,7 +225,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "LC", }, weepinbell: { - tier: "ZU", + tier: "SU", }, victreebel: { tier: "RU", @@ -333,7 +333,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "UUBL", }, cubone: { - tier: "SU", + tier: "ZU", }, marowak: { tier: "UUBL", @@ -360,7 +360,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "UUBL", }, rhyhorn: { - tier: "SU", + tier: "ZU", }, rhydon: { tier: "UUBL", @@ -393,7 +393,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "ZU", }, staryu: { - tier: "ZU", + tier: "SU", }, starmie: { tier: "OU", @@ -408,13 +408,13 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "UUBL", }, smoochum: { - tier: "SU", + tier: "ZU", }, jynx: { tier: "UUBL", }, elekid: { - tier: "SU", + tier: "ZU", }, electabuzz: { tier: "UU", @@ -960,7 +960,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "RU", }, wailmer: { - tier: "ZU", + tier: "SU", }, wailord: { tier: "NU", @@ -975,7 +975,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "NU", }, spoink: { - tier: "ZU", + tier: "SU", }, grumpig: { tier: "UU", diff --git a/data/mods/gen4/formats-data.ts b/data/mods/gen4/formats-data.ts index ba1bfad2af0c..fe854edc5886 100644 --- a/data/mods/gen4/formats-data.ts +++ b/data/mods/gen4/formats-data.ts @@ -3,7 +3,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "LC", }, ivysaur: { - tier: "SU", + tier: "ZU", }, venusaur: { tier: "UU", @@ -63,7 +63,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "LC", }, fearow: { - tier: "SU", + tier: "ZU", }, ekans: { tier: "LC", @@ -480,7 +480,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "(OU)", }, flareon: { - tier: "SU", + tier: "ZU", }, espeon: { tier: "RU", @@ -642,7 +642,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "LC", }, sudowoodo: { - tier: "SU", + tier: "ZU", }, hoppip: { tier: "LC", @@ -708,7 +708,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "OU", }, dunsparce: { - tier: "SU", + tier: "ZU", }, gligar: { tier: "NU", diff --git a/data/mods/gen9metronome/formats-data.ts b/data/mods/gen9metronome/formats-data.ts index 067498cce86f..297787ffb29b 100644 --- a/data/mods/gen9metronome/formats-data.ts +++ b/data/mods/gen9metronome/formats-data.ts @@ -297,7 +297,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat }, "mesprit": { "isNonstandard": null, - "tier": "UU" + "tier": "RU" }, "azelf": { "isNonstandard": null, diff --git a/data/mods/gen9vgcgay/formats-data.ts b/data/mods/gen9vgcgay/formats-data.ts index e7bf4fc656a7..3cbe5abce581 100644 --- a/data/mods/gen9vgcgay/formats-data.ts +++ b/data/mods/gen9vgcgay/formats-data.ts @@ -3317,20 +3317,20 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat "tier": "OU" }, "genesectdouse": { - "isNonstandard": "Past", - "tier": "Illegal" + "isNonstandard": null, + "tier": "OU" }, "genesectshock": { - "isNonstandard": "Past", - "tier": "Illegal" + "isNonstandard": null, + "tier": "OU" }, "genesectburn": { - "isNonstandard": "Past", - "tier": "Illegal" + "isNonstandard": null, + "tier": "OU" }, "genesectchill": { - "isNonstandard": "Past", - "tier": "Illegal" + "isNonstandard": null, + "tier": "OU" }, "chespin": { "isNonstandard": "Past", diff --git a/data/mods/gen9vgcgay/pokedex.ts b/data/mods/gen9vgcgay/pokedex.ts index 5bf81469c942..80fbc41253d0 100644 --- a/data/mods/gen9vgcgay/pokedex.ts +++ b/data/mods/gen9vgcgay/pokedex.ts @@ -12416,9 +12416,9 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable ], "baseStats": { "hp": 100, - "atk": 75, - "def": 75, - "spa": 94, + "atk": 70, + "def": 74, + "spa": 100, "spd": 128, "spe": 128 }, @@ -12435,9 +12435,9 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "baseStats": { "hp": 100, "atk": 128, - "def": 94, - "spa": 75, - "spd": 75, + "def": 100, + "spa": 70, + "spd": 74, "spe": 128 }, "abilities": { @@ -12463,6 +12463,78 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable }, "inherit": true }, + "genesectdouse": { + "types": [ + "Bug", + "Steel" + ], + "baseStats": { + "hp": 66, + "atk": 115, + "def": 90, + "spa": 115, + "spd": 90, + "spe": 94 + }, + "abilities": { + "0": "Download" + }, + "inherit": true + }, + "genesectshock": { + "types": [ + "Bug", + "Steel" + ], + "baseStats": { + "hp": 66, + "atk": 115, + "def": 90, + "spa": 115, + "spd": 90, + "spe": 94 + }, + "abilities": { + "0": "Download" + }, + "inherit": true + }, + "genesectburn": { + "types": [ + "Bug", + "Steel" + ], + "baseStats": { + "hp": 66, + "atk": 115, + "def": 90, + "spa": 115, + "spd": 90, + "spe": 94 + }, + "abilities": { + "0": "Download" + }, + "inherit": true + }, + "genesectchill": { + "types": [ + "Bug", + "Steel" + ], + "baseStats": { + "hp": 66, + "atk": 115, + "def": 90, + "spa": 115, + "spd": 90, + "spe": 94 + }, + "abilities": { + "0": "Download" + }, + "inherit": true + }, "xerneas": { "types": [ "Fairy"