SHOW:
|
|
- or go back to the newest paste.
| 1 | {
| |
| 2 | name: "2v2 Doubles", | |
| 3 | section: 'Other Metagames', | |
| 4 | ||
| 5 | gameType: 'doubles', | |
| 6 | ||
| 7 | ruleset: ['Pokemon', 'Standard', 'Swagger Clause', 'Team Preview'], | |
| 8 | - | banlist: ['Arceus', 'Blaziken', 'Darkrai', 'Deoxys', 'Deoxys-Attack', 'Dialga', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', |
| 8 | + | banlist: ['Arceus', 'Deoxys-Attack', 'Dialga', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', |
| 9 | - | 'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo', 'Palkia', 'Rayquaza', 'Reshiram', 'Shaymin-Sky', 'Xerneas', 'Yveltal', |
| 9 | + | 'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo', 'Palkia', 'Rayquaza', 'Reshiram', 'Xerneas', 'Yveltal', |
| 10 | - | 'Zekrom', 'Focus Sash', 'Kangaskhanite', 'Soul Dew', 'Perish Song' |
| 10 | + | 'Zekrom', 'Soul Dew', 'Perish Song', 'Dark Void', 'Explosion', 'Self Destruct' |
| 11 | ], | |
| 12 | validateTeam: function (team, format) {
| |
| 13 | if (team.length > 4) return ['You may only bring up to four Pokémon.']; | |
| 14 | }, | |
| 15 | onBegin: function () {
| |
| 16 | this.p1.pokemon = this.p1.pokemon.slice(0, 2); | |
| 17 | this.p1.pokemonLeft = this.p1.pokemon.length; | |
| 18 | this.p2.pokemon = this.p2.pokemon.slice(0, 2); | |
| 19 | this.p2.pokemonLeft = this.p2.pokemon.length; | |
| 20 | } | |
| 21 | }, |