pokemon-showdown/data/mods/gen3/rulesets.ts
Sergio Garcia fc23103de1
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Fix random typos (#11020)
2025-04-13 23:59:36 -07:00

9 lines
480 B
TypeScript

export const Rulesets: import('../../../sim/dex-formats').ModdedFormatDataTable = {
standard: {
effectType: 'ValidatorRule',
name: 'Standard',
desc: "The standard ruleset for all official Smogon singles tiers (Ubers, OU, etc.)",
ruleset: ['Obtainable', 'Sleep Clause Mod', 'Switch Priority Clause Mod', 'Species Clause', 'Nickname Clause', 'OHKO Clause', 'Evasion Items Clause', 'Evasion Moves Clause', 'Endless Battle Clause', 'HP Percentage Mod', 'Cancel Mod'],
},
};