mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-19 21:48:23 -05:00
(The name FormatsData is inconsistent with how we name other things; especially since it's supposed to be data for a single format. It was probably originally a typo. -Zarel)
8 lines
284 B
TypeScript
8 lines
284 B
TypeScript
export const Formats: {[k: string]: ModdedFormatData} = {
|
|
standard: {
|
|
effectType: 'ValidatorRule',
|
|
name: 'Standard',
|
|
ruleset: ['Obtainable', 'Sleep Clause Mod', 'Freeze Clause Mod', 'Species Clause', 'OHKO Clause', 'Evasion Moves Clause', 'Exact HP Mod', 'Cancel Mod'],
|
|
},
|
|
};
|