mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Gen 6 Mix and Mega: Ban Gengarite and restrict Entei
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This commit is contained in:
parent
1091524b94
commit
95aad7df02
|
|
@ -3077,11 +3077,11 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
mod: 'gen6mixandmega',
|
||||
searchShow: false,
|
||||
ruleset: ['Standard', 'Swagger Clause', 'Mega Rayquaza Clause', 'Overflow Stat Mod', '!Sleep Clause Mod', 'Sleep Moves Clause'],
|
||||
banlist: ['Shadow Tag', 'Baton Pass', 'Electrify'],
|
||||
banlist: ['Shadow Tag', 'Gengarite', 'Baton Pass', 'Electrify'],
|
||||
restricted: [
|
||||
'Beedrillite', 'Gengarite', 'Kangaskhanite', 'Mawilite', 'Medichamite',
|
||||
'Arceus', 'Darkrai', 'Deoxys-Attack', 'Deoxys-Normal', 'Deoxys-Speed', 'Dialga', 'Dragonite', 'Genesect', 'Giratina', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-Black',
|
||||
'Kyurem-White', 'Lugia', 'Manaphy', 'Mewtwo', 'Palkia', 'Rayquaza', 'Regigigas', 'Reshiram', 'Shaymin-Sky', 'Slaking', 'Xerneas', 'Yveltal', 'Zekrom',
|
||||
'Beedrillite', 'Kangaskhanite', 'Mawilite', 'Medichamite', 'Arceus', 'Darkrai', 'Deoxys-Attack', 'Deoxys-Normal', 'Deoxys-Speed',
|
||||
'Dialga', 'Dragonite', 'Entei', 'Genesect', 'Giratina', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Lugia',
|
||||
'Manaphy', 'Mewtwo', 'Palkia', 'Rayquaza', 'Regigigas', 'Reshiram', 'Shaymin-Sky', 'Slaking', 'Xerneas', 'Yveltal', 'Zekrom',
|
||||
],
|
||||
onValidateTeam(team) {
|
||||
const itemTable = new Set<ID>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user