Skip to content

Commit

Permalink
Format Shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Aug 9, 2024
1 parent 9ea948b commit 1c91247
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const Formats: import('../sim/dex-formats').FormatList = [

const rndInt = Math.floor(Math.random() * weathers.length);
const weather = weathers[rndInt];
// const weather = "Delta Stream";
const lowercase = weather.toLowerCase().replace(' ', '');
this.add('-weather', weather);
this.field.weather = lowercase as ID;
Expand Down Expand Up @@ -76,14 +75,14 @@ export const Formats: import('../sim/dex-formats').FormatList = [
},
{
name: "[Gen 9] VGC Plat",
searchShow: true,
// searchShow: true,
mod: 'gen4vgcplat',
gameType: 'doubles',
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Draft Timer', 'Terastal Clause', 'VGC Plat Pokedex', 'Evasion Moves Clause', 'Evasion Items Clause'],
},
{
name: "[Gen 9] VGC Plat Tera",
searchShow: true,
// searchShow: true,
mod: 'gen4vgcplat',
gameType: 'doubles',
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Draft Timer', 'VGC Plat Pokedex', 'TB Legality'],
Expand Down
4 changes: 2 additions & 2 deletions data/mods/gen2/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NU",
},
rattata: {
tier: "IU",
tier: "IUBL",
},
raticate: {
tier: "NU",
},
spearow: {
tier: "IU",
tier: "IUBL",
},
fearow: {
tier: "NU",
Expand Down
4 changes: 2 additions & 2 deletions data/mods/gen3/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "RUBL",
},
shedinja: {
tier: "ZUBL",
tier: "PU",
},
whismur: {
tier: "LC",
Expand Down Expand Up @@ -915,7 +915,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "SU",
},
lairon: {
tier: "ZUBL",
tier: "PU",
},
aggron: {
tier: "RU",
Expand Down
6 changes: 3 additions & 3 deletions data/mods/gen6/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
wartortle: {
tier: "NFE",
tier: "IU",
},
blastoise: {
tier: "RU",
Expand Down Expand Up @@ -814,7 +814,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
doublesTier: "DOU",
},
natu: {
tier: "LC",
tier: "IU",
},
xatu: {
tier: "NU",
Expand Down Expand Up @@ -2471,7 +2471,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
lampent: {
tier: "NFE",
tier: "IU",
},
chandelure: {
tier: "UU",
Expand Down

0 comments on commit 1c91247

Please sign in to comment.