mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
pichuspikyeared: {
|
|
isNonstandard: "Future",
|
|
tier: "Illegal",
|
|
},
|
|
};
|