mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 22:18:18 -05:00
Update 1v1
This commit is contained in:
parent
3913a1e334
commit
01bef94b2a
|
|
@ -356,11 +356,14 @@ exports.Formats = [
|
|||
this.p2.pokemon = this.p2.pokemon.slice(0, 1);
|
||||
this.p2.pokemonLeft = this.p2.pokemon.length;
|
||||
},
|
||||
ruleset: ['Pokemon', 'Standard', 'Swagger Clause'],
|
||||
ruleset: ['Pokemon', 'Standard', 'Swagger Clause', 'Team Preview 1v1'],
|
||||
banlist: ['Unreleased', 'Illegal', 'Focus Sash', 'Kangaskhanite', 'Soul Dew',
|
||||
'Arceus', 'Blaziken', 'Darkrai', 'Deoxys', 'Deoxys-Attack', 'Dialga', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh',
|
||||
'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo', 'Palkia', 'Rayquaza', 'Reshiram', 'Shaymin-Sky', 'Xerneas', 'Yveltal', 'Zekrom'
|
||||
]
|
||||
],
|
||||
validateTeam: function (team, format) {
|
||||
if (team.length > 3) return ['You may only bring up to three Pokémon.'];
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "OU Monotype",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user