pokemon-showdown/data/mods/gen8bdsp/rulesets.ts
2021-12-24 13:32:13 -07:00

17 lines
507 B
TypeScript

export const Rulesets: {[k: string]: ModdedFormatData} = {
obtainablemoves: {
inherit: true,
banlist: [
// No valid fathers and can't get in Grand Underground
'Taillow + Boomburst', 'Swellow + Boomburst',
'Plusle + Tearful Look',
'Minun + Tearful Look',
'Luvdisc + Heal Pulse',
'Starly + Detect', 'Staravia + Detect', 'Staraptor + Detect',
'Chatot + Boomburst', 'Chatot + Encore',
'Spiritomb + Foul Play',
'Munchlax + Power-Up Punch', 'Snorlax + Power-Up Punch',
],
},
};