pokemon-showdown/data/mods/gen5/rulesets.js

16 lines
295 B
JavaScript

'use strict';
/**@type {{[k: string]: ModdedFormatsData}} */
let BattleFormats = {
pokemon: {
inherit: true,
banlist: [
'Chansey + Charm + Seismic Toss',
'Blissey + Charm + Seismic Toss',
'Huntail + Shell Smash + Sucker Punch',
],
},
};
exports.BattleFormats = BattleFormats;