mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
39 lines
708 B
TypeScript
39 lines
708 B
TypeScript
export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
tornadustherian: {
|
|
isNonstandard: "Future",
|
|
tier: "Illegal",
|
|
},
|
|
thundurustherian: {
|
|
isNonstandard: "Future",
|
|
tier: "Illegal",
|
|
},
|
|
landorustherian: {
|
|
isNonstandard: "Future",
|
|
tier: "Illegal",
|
|
},
|
|
kyuremblack: {
|
|
isNonstandard: "Future",
|
|
tier: "Illegal",
|
|
},
|
|
kyuremwhite: {
|
|
isNonstandard: "Future",
|
|
tier: "Illegal",
|
|
},
|
|
keldeo: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Unreleased",
|
|
},
|
|
keldeoresolute: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Unreleased",
|
|
},
|
|
meloetta: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Unreleased",
|
|
},
|
|
genesect: {
|
|
isNonstandard: "Unobtainable",
|
|
tier: "Unreleased",
|
|
},
|
|
};
|