Implement LGPE tier shifts (#8827)

* Implement LGPE tier shifts

LGPE has been given the go-ahead to do VR-based tiering, more info here https://www.smogon.com/forums/threads/3659882/#post-9265133

* fix error
This commit is contained in:
Ezaphs 2022-07-05 21:57:00 +01:00 committed by GitHub
parent 39d9a35467
commit 11c68141c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {