pokemon-showdown/data/mods/gen5/rulesets.ts
2020-04-23 09:16:09 -07:00

17 lines
491 B
TypeScript

export const BattleFormats: {[k: string]: ModdedFormatsData} = {
standard: {
inherit: true,
ruleset: [
'Obtainable', 'Team Preview', 'Species Clause', 'Nickname Clause', 'OHKO Clause', 'Moody Clause', 'Evasion Moves Clause', 'Endless Battle Clause', 'HP Percentage Mod', 'Cancel Mod',
],
},
obtainablemoves: {
inherit: true,
banlist: [
// Shell Smash: Clamperl Gen 5+ level-up
// Sucker Punch: Huntail Gen 4 tutor
'Huntail + Shell Smash + Sucker Punch',
],
},
};