@pkmn/sim 0.4.24 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/config/formats.js +171 -109
- package/build/config/formats.js.map +1 -1
- package/build/data/aliases.js +2 -2
- package/build/data/aliases.js.map +1 -1
- package/build/data/conditions.js +1 -0
- package/build/data/conditions.js.map +1 -1
- package/build/data/formats-data.js +14 -6
- package/build/data/formats-data.js.map +1 -1
- package/build/data/items.js +24 -0
- package/build/data/items.js.map +1 -1
- package/build/data/learnsets.js +34 -0
- package/build/data/learnsets.js.map +1 -1
- package/build/data/mods/gen2/formats-data.js +2 -2
- package/build/data/mods/gen2/formats-data.js.map +1 -1
- package/build/data/mods/gen3/formats-data.js +1 -1
- package/build/data/mods/gen3/formats-data.js.map +1 -1
- package/build/data/mods/gen6/pokedex.js +17 -17
- package/build/data/mods/gen6/pokedex.js.map +1 -1
- package/build/data/moves.js +1 -0
- package/build/data/moves.js.map +1 -1
- package/build/data/pokedex.js +33 -0
- package/build/data/pokedex.js.map +1 -1
- package/build/data/text/items.js +4 -0
- package/build/data/text/items.js.map +1 -1
- package/build/sim/battle-actions.js +1 -1
- package/build/sim/battle-actions.js.map +1 -1
- package/build/sim/dex-formats.js +1 -1
- package/build/sim/dex-formats.js.map +1 -1
- package/build/sim/dex-species.js +4 -3
- package/build/sim/dex-species.js.map +1 -1
- package/config/formats.ts +177 -112
- package/data/aliases.ts +2 -2
- package/data/conditions.ts +1 -0
- package/data/formats-data.ts +14 -6
- package/data/items.ts +24 -0
- package/data/learnsets.ts +34 -0
- package/data/mods/gen2/formats-data.ts +2 -2
- package/data/mods/gen3/formats-data.ts +1 -1
- package/data/mods/gen6/pokedex.ts +17 -17
- package/data/moves.ts +1 -0
- package/data/pokedex.ts +33 -0
- package/data/text/items.ts +4 -0
- package/package.json +1 -1
- package/sim/battle-actions.ts +1 -1
- package/sim/dex-formats.ts +1 -1
- package/sim/dex-species.ts +4 -3
package/build/config/formats.js
CHANGED
|
@@ -130,7 +130,6 @@ exports.Formats = [
|
|
|
130
130
|
mod: 'gen8',
|
|
131
131
|
ruleset: ['[Gen 8] RU'],
|
|
132
132
|
banlist: ['RU', 'NUBL', 'Drizzle', 'Drought'],
|
|
133
|
-
unbanlist: ['Indeedee'],
|
|
134
133
|
},
|
|
135
134
|
{
|
|
136
135
|
name: "[Gen 8] PU",
|
|
@@ -140,7 +139,7 @@ exports.Formats = [
|
|
|
140
139
|
],
|
|
141
140
|
mod: 'gen8',
|
|
142
141
|
ruleset: ['[Gen 8] NU'],
|
|
143
|
-
banlist: ['NU', 'PUBL'
|
|
142
|
+
banlist: ['NU', 'PUBL'],
|
|
144
143
|
},
|
|
145
144
|
{
|
|
146
145
|
name: "[Gen 8] LC",
|
|
@@ -152,7 +151,7 @@ exports.Formats = [
|
|
|
152
151
|
mod: 'gen8',
|
|
153
152
|
ruleset: ['Little Cup', 'Standard', 'Dynamax Clause'],
|
|
154
153
|
banlist: [
|
|
155
|
-
'Corsola-Galar', 'Cutiefly', 'Drifloon', 'Gastly', 'Gothita', 'Rufflet', 'Scraggy', 'Scyther', 'Sneasel', 'Swirlix', 'Tangela', 'Vullaby', 'Vulpix-Alola', 'Woobat',
|
|
154
|
+
'Corsola-Galar', 'Cutiefly', 'Drifloon', 'Gastly', 'Gothita', 'Rufflet', 'Scraggy', 'Scyther', 'Sneasel', 'Swirlix', 'Tangela', 'Vullaby', 'Vulpix-Alola', 'Woobat', 'Zigzagoon-Base',
|
|
156
155
|
'Chlorophyll', 'Moody', 'Baton Pass', 'Sticky Web',
|
|
157
156
|
],
|
|
158
157
|
},
|
|
@@ -214,7 +213,10 @@ exports.Formats = [
|
|
|
214
213
|
],
|
|
215
214
|
mod: 'gen8',
|
|
216
215
|
ruleset: ['[Gen 8] PU'],
|
|
217
|
-
banlist: [
|
|
216
|
+
banlist: [
|
|
217
|
+
'PU', 'Centiskorch', 'Drampa', 'Exeggutor-Alola', 'Gallade', 'Haunter', 'Magmortar', 'Magneton', 'Omastar', 'Rotom-Frost',
|
|
218
|
+
'Turtonator', 'Vanilluxe', 'Vikavolt', 'Silvally-Dragon', 'Silvally-Ground', 'Sneasel', 'Damp Rock', 'Grassy Seed',
|
|
219
|
+
],
|
|
218
220
|
},
|
|
219
221
|
{
|
|
220
222
|
name: "[Gen 8] LC UU",
|
|
@@ -254,6 +256,7 @@ exports.Formats = [
|
|
|
254
256
|
mod: 'gen8',
|
|
255
257
|
searchShow: false,
|
|
256
258
|
ruleset: ['[Gen 8] LC', '+CAP'],
|
|
259
|
+
banlist: ['Cawdet'],
|
|
257
260
|
},
|
|
258
261
|
{
|
|
259
262
|
name: "[Gen 8] Battle Stadium Singles",
|
|
@@ -337,11 +340,32 @@ exports.Formats = [
|
|
|
337
340
|
},
|
|
338
341
|
{
|
|
339
342
|
name: "[Gen 8] VGC 2021 Series 11",
|
|
343
|
+
threads: [
|
|
344
|
+
`• <a href="https://www.smogon.com/forums/threads/3677186/">VGC 2021 Series 11 Metagame Discussion</a>`,
|
|
345
|
+
`• <a href="https://www.smogon.com/forums/threads/3693427/">VGC 2021 Series 11 Sample Teams</a>`,
|
|
346
|
+
`• <a href="https://www.smogon.com/forums/threads/3693284/">VGC 2021 Series 11 Viability Rankings</a>`,
|
|
347
|
+
],
|
|
340
348
|
mod: 'gen8',
|
|
341
349
|
gameType: 'doubles',
|
|
342
350
|
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8', 'VGC Timer', 'Limit One Restricted'],
|
|
343
351
|
restricted: ['Restricted Legendary'],
|
|
344
352
|
},
|
|
353
|
+
{
|
|
354
|
+
name: "[Gen 8] Tiny Tourney",
|
|
355
|
+
threads: [
|
|
356
|
+
`• <a href="https://www.smogon.com/forums/threads/3694047/">Tiny Tourney Metagame Discussion</a>`,
|
|
357
|
+
],
|
|
358
|
+
mod: 'gen8',
|
|
359
|
+
gameType: 'doubles',
|
|
360
|
+
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8'],
|
|
361
|
+
onValidateSet(set) {
|
|
362
|
+
const species = this.dex.species.get(set.species);
|
|
363
|
+
if (!species.nfe || species.prevo)
|
|
364
|
+
return [`Non-first-stage Pok\u00e9mon cannot be used in Tiny Tourney.`];
|
|
365
|
+
if (species.heightm > 1)
|
|
366
|
+
return [`${species.name} is too tall to be used in Tiny Tourney.`];
|
|
367
|
+
},
|
|
368
|
+
},
|
|
345
369
|
{
|
|
346
370
|
name: "[Gen 8] VGC 2021 Series 9",
|
|
347
371
|
mod: 'gen8',
|
|
@@ -559,42 +583,35 @@ exports.Formats = [
|
|
|
559
583
|
column: 2,
|
|
560
584
|
},
|
|
561
585
|
{
|
|
562
|
-
name: "[Gen 8]
|
|
563
|
-
desc: `
|
|
586
|
+
name: "[Gen 8] Revelationmons",
|
|
587
|
+
desc: `The moves in the first slot(s) of a Pokémon's set have their types changed to match the Pokémon's type(s).`,
|
|
564
588
|
threads: [
|
|
565
|
-
`• <a href="https://www.smogon.com/forums/threads/
|
|
589
|
+
`• <a href="https://www.smogon.com/forums/threads/3692297/">Revelationmons</a>`,
|
|
566
590
|
],
|
|
567
591
|
mod: 'gen8',
|
|
568
|
-
ruleset: ['Standard', 'Dynamax Clause', '
|
|
592
|
+
ruleset: ['Standard', 'Dynamax Clause', 'Revelationmons Mod', 'Sleep Moves Clause'],
|
|
569
593
|
banlist: [
|
|
570
|
-
'Calyrex-Ice', 'Calyrex-Shadow', '
|
|
571
|
-
'Giratina', 'Giratina-Origin', 'Groudon', '
|
|
572
|
-
'
|
|
573
|
-
'
|
|
574
|
-
'
|
|
575
|
-
'
|
|
576
|
-
],
|
|
577
|
-
restricted: [
|
|
578
|
-
'Acupressure', 'Astral Barrage', 'Belly Drum', 'Bolt Beak', 'Clangorous Soul', 'Double Iron Bash', 'Electrify', 'Extreme Speed',
|
|
579
|
-
'Fishious Rend', 'Geomancy', 'Glacial Lance', 'Lovely Kiss', 'No Retreat', 'Oblivion Wing', 'Octolock', 'Quiver Dance', 'Secret Sword',
|
|
580
|
-
'Shell Smash', 'Shift Gear', 'Sleep Powder', 'Spore', 'Thousand Arrows', 'Transform', 'V-create', 'Wicked Blow',
|
|
594
|
+
'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragonite', 'Dragapult', 'Eternatus', 'Genesect',
|
|
595
|
+
'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kommo-o', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia',
|
|
596
|
+
'Lunala', 'Magearna', 'Marshadow', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Noivern', 'Palkia',
|
|
597
|
+
'Pheromosa', 'Rayquaza', 'Reshiram', 'Solgaleo', 'Spectrier', 'Urshifu-Base', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned',
|
|
598
|
+
'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Zygarde-Base', 'Arena Trap', 'Magnet Pull', 'Moody', 'Power Construct', 'Shadow Tag',
|
|
599
|
+
'King\'s Rock', 'Baton Pass',
|
|
581
600
|
],
|
|
601
|
+
restricted: ['Bolt Beak', 'U-turn', 'Volt Switch'],
|
|
582
602
|
},
|
|
583
603
|
{
|
|
584
|
-
name: "[Gen 8]
|
|
585
|
-
desc: `
|
|
604
|
+
name: "[Gen 8 BDSP] Balanced Hackmons",
|
|
605
|
+
desc: `Anything that can be hacked in-game and is usable in local battles is allowed.`,
|
|
586
606
|
threads: [
|
|
587
|
-
`• <a href="https://www.smogon.com/forums/posts/
|
|
607
|
+
`• <a href="https://www.smogon.com/forums/posts/9043074">BDSP Balanced Hackmons</a>`,
|
|
588
608
|
],
|
|
589
|
-
mod: '
|
|
590
|
-
|
|
591
|
-
ruleset: ['[Gen 8] Doubles OU', 'Sleep Clause Mod', '2 Ability Clause', '!Obtainable Abilities'],
|
|
609
|
+
mod: 'gen8bdsp',
|
|
610
|
+
ruleset: ['-Nonexistent', 'OHKO Clause', 'Evasion Moves Clause', 'Species Clause', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Sleep Moves Clause', 'Endless Battle Clause'],
|
|
592
611
|
banlist: [
|
|
593
|
-
'
|
|
594
|
-
'
|
|
595
|
-
'
|
|
596
|
-
'Rattled', 'Serene Grace', 'Simple', 'Soul-Heart', 'Stakeout', 'Steam Engine', 'Speed Boost', 'Water Bubble', 'Water Compaction',
|
|
597
|
-
'Wonder Guard', 'King\'s Rock', 'Weakness Policy', 'Beat Up', 'Stored Power',
|
|
612
|
+
'Shedinja', 'Arena Trap', 'Contrary', 'Gorilla Tactics', 'Huge Power', 'Illusion', 'Innards Out', 'Intrepid Sword',
|
|
613
|
+
'Magnet Pull', 'Moody', 'Neutralizing Gas', 'Parental Bond', 'Pure Power', 'Shadow Tag', 'Stakeout', 'Water Bubble',
|
|
614
|
+
'Wonder Guard', 'Comatose + Sleep Talk', 'Shell Smash',
|
|
598
615
|
],
|
|
599
616
|
},
|
|
600
617
|
// Other Metagames
|
|
@@ -738,12 +755,12 @@ exports.Formats = [
|
|
|
738
755
|
mod: 'gen8',
|
|
739
756
|
ruleset: ['Standard', 'STABmons Move Legality', 'Dynamax Clause', 'Sleep Moves Clause'],
|
|
740
757
|
banlist: [
|
|
741
|
-
'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragapult', '
|
|
742
|
-
'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Landorus', 'Landorus-Therian',
|
|
743
|
-
'Marshadow', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Pheromosa', 'Porygon-Z',
|
|
744
|
-
'Silvally', 'Solgaleo', 'Spectrier', 'Tapu Bulu', 'Tapu Koko', 'Thundurus-Base', 'Urshifu-Base', 'Xerneas', 'Yveltal',
|
|
745
|
-
'Zamazenta', 'Zamazenta-Crowned', 'Zapdos-Galar', 'Zekrom', 'Zygarde-Base', 'Arena Trap', 'Magnet Pull', 'Moody',
|
|
746
|
-
'King\'s Rock', 'Baton Pass',
|
|
758
|
+
'Aegislash', 'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragapult', 'Dragonite', 'Eternatus', 'Genesect',
|
|
759
|
+
'Garchomp', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Landorus', 'Landorus-Therian',
|
|
760
|
+
'Lugia', 'Lunala', 'Marshadow', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Pheromosa', 'Porygon-Z',
|
|
761
|
+
'Rayquaza', 'Reshiram', 'Silvally', 'Solgaleo', 'Spectrier', 'Tapu Bulu', 'Tapu Koko', 'Thundurus-Base', 'Urshifu-Base', 'Xerneas', 'Yveltal',
|
|
762
|
+
'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zapdos-Galar', 'Zekrom', 'Zygarde-Base', 'Arena Trap', 'Magnet Pull', 'Moody',
|
|
763
|
+
'Power Construct', 'Shadow Tag', 'King\'s Rock', 'Baton Pass',
|
|
747
764
|
],
|
|
748
765
|
restricted: [
|
|
749
766
|
'Acupressure', 'Astral Barrage', 'Belly Drum', 'Bolt Beak', 'Clangorous Soul', 'Double Iron Bash', 'Electrify', 'Extreme Speed', 'Fishious Rend',
|
|
@@ -789,6 +806,9 @@ exports.Formats = [
|
|
|
789
806
|
{
|
|
790
807
|
name: "[Gen 8 BDSP] Random Battle",
|
|
791
808
|
desc: `Randomized teams of level-balanced Pokémon with sets that are generated to be competitively viable.`,
|
|
809
|
+
threads: [
|
|
810
|
+
`• <a href="https://www.smogon.com/forums/threads/3693955/">BDSP Random Battle Set Discussion</a>`,
|
|
811
|
+
],
|
|
792
812
|
mod: 'gen8bdsp',
|
|
793
813
|
team: 'random',
|
|
794
814
|
ruleset: ['[Gen 8] Random Battle', '!PotD'],
|
|
@@ -803,6 +823,45 @@ exports.Formats = [
|
|
|
803
823
|
ruleset: ['Standard'],
|
|
804
824
|
banlist: ['Uber', 'Arena Trap', 'Drizzle', 'Moody', 'Shadow Tag', 'King\'s Rock', 'Razor Fang', 'Baton Pass'],
|
|
805
825
|
},
|
|
826
|
+
{
|
|
827
|
+
name: "[Gen 8 BDSP] Ubers",
|
|
828
|
+
threads: [
|
|
829
|
+
`• <a href="https://www.smogon.com/forums/threads/3694036/">BDSP Ubers Discussion & Resources</a>`,
|
|
830
|
+
],
|
|
831
|
+
mod: 'gen8bdsp',
|
|
832
|
+
ruleset: ['Standard'],
|
|
833
|
+
banlist: ['AG', 'Baton Pass'],
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
name: "[Gen 8 BDSP] UU",
|
|
837
|
+
threads: [
|
|
838
|
+
`• <a href="https://www.smogon.com/forums/threads/3694307/">BDSP UU</a>`,
|
|
839
|
+
],
|
|
840
|
+
mod: 'gen8bdsp',
|
|
841
|
+
ruleset: ['[Gen 8 BDSP] OU'],
|
|
842
|
+
banlist: ['OU', 'UUBL'],
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
name: "[Gen 8 BDSP] Monotype",
|
|
846
|
+
threads: [
|
|
847
|
+
`• <a href="https://www.smogon.com/forums/threads/3694267/">BDSP Monotype</a>`,
|
|
848
|
+
],
|
|
849
|
+
mod: 'gen8bdsp',
|
|
850
|
+
ruleset: ['Standard', 'Same Type Clause'],
|
|
851
|
+
banlist: [
|
|
852
|
+
'Dialga', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kyogre', 'Lugia', 'Mewtwo', 'Palkia', 'Rayquaza',
|
|
853
|
+
'Arena Trap', 'Moody', 'Shadow Tag', 'Damp Rock', 'King\'s Rock', 'Razor Fang', 'Baton Pass',
|
|
854
|
+
],
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
name: "[Gen 8 BDSP] CAP",
|
|
858
|
+
threads: [
|
|
859
|
+
`• <a href="https://www.smogon.com/forums/threads/3694238/">BDSP CAP</a>`,
|
|
860
|
+
],
|
|
861
|
+
mod: 'gen8bdsp',
|
|
862
|
+
searchShow: false,
|
|
863
|
+
ruleset: ['[Gen 8 BDSP] OU', '+CAP'],
|
|
864
|
+
},
|
|
806
865
|
{
|
|
807
866
|
name: "[Gen 8 BDSP] Doubles OU",
|
|
808
867
|
threads: [
|
|
@@ -810,16 +869,17 @@ exports.Formats = [
|
|
|
810
869
|
],
|
|
811
870
|
mod: 'gen8bdsp',
|
|
812
871
|
gameType: 'doubles',
|
|
813
|
-
searchShow: false,
|
|
814
872
|
ruleset: ['Standard Doubles'],
|
|
815
|
-
banlist: ['DUber'
|
|
873
|
+
banlist: ['DUber'],
|
|
816
874
|
},
|
|
817
875
|
{
|
|
818
876
|
name: "[Gen 8 BDSP] Battle Festival Doubles",
|
|
877
|
+
threads: [
|
|
878
|
+
`• <a href="https://www.smogon.com/forums/threads/3694269/">Battle Festival Doubles</a>`,
|
|
879
|
+
],
|
|
819
880
|
mod: 'gen8bdsp',
|
|
820
881
|
gameType: 'doubles',
|
|
821
|
-
|
|
822
|
-
ruleset: ['Flat Rules', 'Min Source Gen = 8', 'VGC Timer'],
|
|
882
|
+
ruleset: ['Flat Rules', 'Min Source Gen = 8'],
|
|
823
883
|
},
|
|
824
884
|
{
|
|
825
885
|
name: "[Gen 8 BDSP] Pure Hackmons",
|
|
@@ -847,9 +907,9 @@ exports.Formats = [
|
|
|
847
907
|
banlist: [
|
|
848
908
|
'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragonite', 'Eternatus', 'Genesect', 'Giratina', 'Giratina-Origin', 'Groudon',
|
|
849
909
|
'Ho-Oh', 'Hydreigon', 'Kartana', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Latias', 'Latios', 'Lugia', 'Lunala', 'Marshadow',
|
|
850
|
-
'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Pheromosa', 'Rayquaza', 'Reshiram', '
|
|
851
|
-
'Tornadus-Therian', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom',
|
|
852
|
-
'Arena Trap', 'Moody', 'Power Construct', 'Shadow Tag', 'Baton Pass',
|
|
910
|
+
'Mew', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Pheromosa', 'Rayquaza', 'Reshiram', 'Reuniclus', 'Shedinja',
|
|
911
|
+
'Slowking-Galar', 'Solgaleo', 'Spectrier', 'Tornadus-Therian', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom',
|
|
912
|
+
'Zeraora', 'Zygarde-Base', 'Arena Trap', 'Moody', 'Power Construct', 'Shadow Tag', 'Baton Pass',
|
|
853
913
|
],
|
|
854
914
|
onModifySpeciesPriority: 2,
|
|
855
915
|
onModifySpecies(species, target, source, effect) {
|
|
@@ -877,8 +937,9 @@ exports.Formats = [
|
|
|
877
937
|
searchShow: false,
|
|
878
938
|
ruleset: ['Standard', 'Dynamax Clause'],
|
|
879
939
|
banlist: [
|
|
880
|
-
'Blissey', 'Calyrex-Shadow', 'Chansey', 'Hawlucha', 'Marowak-Alola', 'Melmetal', 'Pikachu', 'Toxapex',
|
|
881
|
-
'Uber > 1', 'AG ++ Uber > 1', 'Arena Trap', 'Huge Power', 'Moody', 'Pure Power',
|
|
940
|
+
'Blissey', 'Calyrex-Shadow', 'Chansey', 'Dragapult', 'Hawlucha', 'Marowak-Alola', 'Melmetal', 'Pikachu', 'Toxapex',
|
|
941
|
+
'Xerneas', 'Zacian', 'Zacian-Crowned', 'Uber > 1', 'AG ++ Uber > 1', 'Arena Trap', 'Huge Power', 'Moody', 'Pure Power',
|
|
942
|
+
'Shadow Tag', 'Baton Pass',
|
|
882
943
|
],
|
|
883
944
|
onValidateTeam(team) {
|
|
884
945
|
const gods = new Set();
|
|
@@ -1929,37 +1990,47 @@ exports.Formats = [
|
|
|
1929
1990
|
column: 3,
|
|
1930
1991
|
},
|
|
1931
1992
|
{
|
|
1932
|
-
name: "[Gen
|
|
1993
|
+
name: "[Gen 1] UU",
|
|
1933
1994
|
threads: [
|
|
1934
|
-
`• <a href="https://www.smogon.com/forums/
|
|
1995
|
+
`• <a href="https://www.smogon.com/forums/threads/3573896/">RBY UU Metagame Discussion</a>`,
|
|
1996
|
+
`• <a href="https://www.smogon.com/forums/threads/3647713/">RBY UU Viability Rankings</a>`,
|
|
1935
1997
|
],
|
|
1936
|
-
mod: '
|
|
1998
|
+
mod: 'gen1',
|
|
1937
1999
|
// searchShow: false,
|
|
1938
|
-
ruleset: ['
|
|
2000
|
+
ruleset: ['[Gen 1] OU'],
|
|
2001
|
+
banlist: ['OU', 'UUBL'],
|
|
1939
2002
|
},
|
|
1940
2003
|
{
|
|
1941
|
-
name: "[Gen
|
|
2004
|
+
name: "[Gen 6] 1v1",
|
|
2005
|
+
desc: `Bring three Pokémon to Team Preview and choose one to battle.`,
|
|
1942
2006
|
threads: [
|
|
1943
|
-
`• <a href="https://www.smogon.com/forums/
|
|
1944
|
-
`• <a href="https://www.smogon.com/forums/threads/3503638/">DPP UU Viability Rankings</a>`,
|
|
2007
|
+
`• <a href="https://www.smogon.com/forums/posts/8031459/">ORAS 1v1</a>`,
|
|
1945
2008
|
],
|
|
1946
|
-
mod: '
|
|
2009
|
+
mod: 'gen6',
|
|
1947
2010
|
// searchShow: false,
|
|
1948
|
-
ruleset: [
|
|
1949
|
-
|
|
1950
|
-
|
|
2011
|
+
ruleset: [
|
|
2012
|
+
'Max Team Size = 3', 'Picked Team Size = 1',
|
|
2013
|
+
'Obtainable', 'Nickname Clause', 'Moody Clause', 'OHKO Clause', 'Evasion Moves Clause', 'Accuracy Moves Clause', 'Swagger Clause', 'Endless Battle Clause', 'HP Percentage Mod', 'Cancel Mod', 'Team Preview',
|
|
2014
|
+
],
|
|
2015
|
+
banlist: [
|
|
2016
|
+
'Arceus', 'Blaziken', 'Darkrai', 'Deoxys-Base', 'Deoxys-Attack', 'Deoxys-Defense', 'Dialga', 'Giratina',
|
|
2017
|
+
'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kangaskhan-Mega', 'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo',
|
|
2018
|
+
'Palkia', 'Rayquaza', 'Reshiram', 'Salamence-Mega', 'Shaymin-Sky', 'Xerneas', 'Yveltal', 'Zekrom',
|
|
2019
|
+
'Focus Sash', 'Soul Dew', 'Perish Song',
|
|
2020
|
+
],
|
|
1951
2021
|
},
|
|
1952
2022
|
{
|
|
1953
|
-
name: "[Gen
|
|
2023
|
+
name: "[Gen 5] Doubles OU",
|
|
1954
2024
|
threads: [
|
|
1955
|
-
`• <a href="https://www.smogon.com/forums/threads/
|
|
2025
|
+
`• <a href="https://www.smogon.com/forums/threads/3606719/">BW2 Doubles Metagame Discussion</a>`,
|
|
2026
|
+
`• <a href="https://www.smogon.com/forums/posts/7393048/">BW2 Doubles Viability Rankings</a>`,
|
|
2027
|
+
`• <a href="https://www.smogon.com/forums/posts/7393081/">BW2 Doubles Sample Teams</a>`,
|
|
1956
2028
|
],
|
|
1957
|
-
mod: '
|
|
1958
|
-
// searchShow: false,
|
|
2029
|
+
mod: 'gen5',
|
|
1959
2030
|
gameType: 'doubles',
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
2031
|
+
// searchShow: false,
|
|
2032
|
+
ruleset: ['Standard', 'Evasion Abilities Clause', 'Swagger Clause', 'Sleep Clause Mod'],
|
|
2033
|
+
banlist: ['DUber', 'Soul Dew', 'Dark Void', 'Gravity'],
|
|
1963
2034
|
},
|
|
1964
2035
|
// Past Gens OU
|
|
1965
2036
|
///////////////////////////////////////////////////////////////////
|
|
@@ -2053,7 +2124,7 @@ exports.Formats = [
|
|
|
2053
2124
|
`• <a href="https://www.smogon.com/forums/posts/8407209/">USM Balanced Hackmons</a>`,
|
|
2054
2125
|
],
|
|
2055
2126
|
mod: 'gen7',
|
|
2056
|
-
ruleset: ['-Nonexistent', '2 Ability Clause', 'OHKO Clause', 'Evasion Moves Clause', 'CFZ Clause', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Sleep Clause Mod', 'Endless Battle Clause'],
|
|
2127
|
+
ruleset: ['-Nonexistent', '2 Ability Clause', 'OHKO Clause', 'Evasion Moves Clause', 'Forme Clause', 'CFZ Clause', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Sleep Clause Mod', 'Endless Battle Clause'],
|
|
2057
2128
|
banlist: [
|
|
2058
2129
|
'Groudon-Primal', 'Rayquaza-Mega', 'Gengarite', 'Comatose + Sleep Talk', 'Chatter',
|
|
2059
2130
|
'Arena Trap', 'Contrary', 'Huge Power', 'Illusion', 'Innards Out', 'Magnet Pull', 'Moody', 'Parental Bond', 'Protean', 'Psychic Surge', 'Pure Power', 'Shadow Tag', 'Stakeout', 'Water Bubble', 'Wonder Guard',
|
|
@@ -2253,7 +2324,8 @@ exports.Formats = [
|
|
|
2253
2324
|
'Groudon', 'Ho-Oh', 'Hoopa-Unbound', 'Kangaskhan-Mega', 'Kartana', 'Kyogre', 'Kyurem-White', 'Lucario-Mega', 'Lugia', 'Lunala', 'Magearna',
|
|
2254
2325
|
'Marshadow', 'Mawile-Mega', 'Medicham-Mega', 'Metagross-Mega', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia',
|
|
2255
2326
|
'Pheromosa', 'Rayquaza', 'Reshiram', 'Salamence-Mega', 'Shaymin-Sky', 'Solgaleo', 'Tapu Lele', 'Xerneas', 'Yveltal', 'Zekrom', 'Zygarde',
|
|
2256
|
-
'Battle Bond', 'Shadow Tag', 'Damp Rock', '
|
|
2327
|
+
'Battle Bond', 'Shadow Tag', 'Bright Powder', 'Damp Rock', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw', 'Razor Fang',
|
|
2328
|
+
'Smooth Rock', 'Terrain Extender', 'Baton Pass',
|
|
2257
2329
|
],
|
|
2258
2330
|
},
|
|
2259
2331
|
{
|
|
@@ -2460,6 +2532,15 @@ exports.Formats = [
|
|
|
2460
2532
|
section: "OR/AS Singles",
|
|
2461
2533
|
column: 4,
|
|
2462
2534
|
},
|
|
2535
|
+
{
|
|
2536
|
+
name: "[Gen 6] Ubers",
|
|
2537
|
+
threads: [
|
|
2538
|
+
`• <a href="https://www.smogon.com/forums/posts/8286277/">ORAS Ubers</a>`,
|
|
2539
|
+
],
|
|
2540
|
+
mod: 'gen6',
|
|
2541
|
+
searchShow: false,
|
|
2542
|
+
ruleset: ['Standard', 'Swagger Clause', 'Mega Rayquaza Clause'],
|
|
2543
|
+
},
|
|
2463
2544
|
{
|
|
2464
2545
|
name: "[Gen 6] UU",
|
|
2465
2546
|
threads: [
|
|
@@ -2536,25 +2617,6 @@ exports.Formats = [
|
|
|
2536
2617
|
'Soul Dew', 'Baton Pass',
|
|
2537
2618
|
],
|
|
2538
2619
|
},
|
|
2539
|
-
{
|
|
2540
|
-
name: "[Gen 6] 1v1",
|
|
2541
|
-
desc: `Bring three Pokémon to Team Preview and choose one to battle.`,
|
|
2542
|
-
threads: [
|
|
2543
|
-
`• <a href="https://www.smogon.com/forums/posts/8031459/">ORAS 1v1</a>`,
|
|
2544
|
-
],
|
|
2545
|
-
mod: 'gen6',
|
|
2546
|
-
searchShow: false,
|
|
2547
|
-
ruleset: [
|
|
2548
|
-
'Max Team Size = 3', 'Picked Team Size = 1',
|
|
2549
|
-
'Obtainable', 'Nickname Clause', 'Moody Clause', 'OHKO Clause', 'Evasion Moves Clause', 'Accuracy Moves Clause', 'Swagger Clause', 'Endless Battle Clause', 'HP Percentage Mod', 'Cancel Mod', 'Team Preview',
|
|
2550
|
-
],
|
|
2551
|
-
banlist: [
|
|
2552
|
-
'Arceus', 'Blaziken', 'Darkrai', 'Deoxys-Base', 'Deoxys-Attack', 'Deoxys-Defense', 'Dialga', 'Giratina',
|
|
2553
|
-
'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kangaskhan-Mega', 'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo',
|
|
2554
|
-
'Palkia', 'Rayquaza', 'Reshiram', 'Salamence-Mega', 'Shaymin-Sky', 'Xerneas', 'Yveltal', 'Zekrom',
|
|
2555
|
-
'Focus Sash', 'Soul Dew', 'Perish Song',
|
|
2556
|
-
],
|
|
2557
|
-
},
|
|
2558
2620
|
{
|
|
2559
2621
|
name: "[Gen 6] Anything Goes",
|
|
2560
2622
|
threads: [
|
|
@@ -2791,7 +2853,7 @@ exports.Formats = [
|
|
|
2791
2853
|
'Picked Team Size = 1', 'Max Team Size = 3',
|
|
2792
2854
|
'Standard', 'Baton Pass Clause', 'Swagger Clause',
|
|
2793
2855
|
],
|
|
2794
|
-
banlist: ['Uber', 'Cottonee', 'Dragonite', 'Kyurem-Black', 'Togekiss', 'Whimsicott', 'Victini', 'Bright Powder', 'Focus Band', 'Focus Sash', 'Lax Incense', 'Quick Claw', 'Soul Dew', 'Perish Song'],
|
|
2856
|
+
banlist: ['Uber', 'Cottonee', 'Dragonite', 'Kyurem-Black', 'Mew', 'Togekiss', 'Whimsicott', 'Victini', 'Bright Powder', 'Focus Band', 'Focus Sash', 'Lax Incense', 'Quick Claw', 'Soul Dew', 'Perish Song'],
|
|
2795
2857
|
unbanlist: ['Genesect', 'Landorus', 'Manaphy', 'Thundurus', 'Tornadus-Therian'],
|
|
2796
2858
|
},
|
|
2797
2859
|
{
|
|
@@ -2816,19 +2878,6 @@ exports.Formats = [
|
|
|
2816
2878
|
section: 'B2/W2 Doubles',
|
|
2817
2879
|
column: 4,
|
|
2818
2880
|
},
|
|
2819
|
-
{
|
|
2820
|
-
name: "[Gen 5] Doubles OU",
|
|
2821
|
-
threads: [
|
|
2822
|
-
`• <a href="https://www.smogon.com/forums/threads/3606719/">BW2 Doubles Metagame Discussion</a>`,
|
|
2823
|
-
`• <a href="https://www.smogon.com/forums/posts/7393048/">BW2 Doubles Viability Rankings</a>`,
|
|
2824
|
-
`• <a href="https://www.smogon.com/forums/posts/7393081/">BW2 Doubles Sample Teams</a>`,
|
|
2825
|
-
],
|
|
2826
|
-
mod: 'gen5',
|
|
2827
|
-
gameType: 'doubles',
|
|
2828
|
-
searchShow: false,
|
|
2829
|
-
ruleset: ['Standard', 'Evasion Abilities Clause', 'Swagger Clause', 'Sleep Clause Mod'],
|
|
2830
|
-
banlist: ['DUber', 'Soul Dew', 'Dark Void', 'Gravity'],
|
|
2831
|
-
},
|
|
2832
2881
|
{
|
|
2833
2882
|
name: "[Gen 5] VGC 2013",
|
|
2834
2883
|
mod: 'gen5',
|
|
@@ -2889,6 +2938,18 @@ exports.Formats = [
|
|
|
2889
2938
|
ruleset: ['Standard'],
|
|
2890
2939
|
banlist: ['AG'],
|
|
2891
2940
|
},
|
|
2941
|
+
{
|
|
2942
|
+
name: "[Gen 4] UU",
|
|
2943
|
+
threads: [
|
|
2944
|
+
`• <a href="https://www.smogon.com/forums/threads/3532624/">DPP UU Metagame Discussion</a>`,
|
|
2945
|
+
`• <a href="https://www.smogon.com/forums/threads/3503638/">DPP UU Viability Rankings</a>`,
|
|
2946
|
+
],
|
|
2947
|
+
mod: 'gen4',
|
|
2948
|
+
searchShow: false,
|
|
2949
|
+
ruleset: ['[Gen 4] OU'],
|
|
2950
|
+
banlist: ['OU', 'UUBL'],
|
|
2951
|
+
unbanlist: ['Arena Trap'],
|
|
2952
|
+
},
|
|
2892
2953
|
{
|
|
2893
2954
|
name: "[Gen 4] NU",
|
|
2894
2955
|
threads: [
|
|
@@ -3043,6 +3104,18 @@ exports.Formats = [
|
|
|
3043
3104
|
banlist: ['UU'],
|
|
3044
3105
|
unbanlist: ['Baton Pass'],
|
|
3045
3106
|
},
|
|
3107
|
+
{
|
|
3108
|
+
name: "[Gen 3] Doubles OU",
|
|
3109
|
+
threads: [
|
|
3110
|
+
`• <a href="https://www.smogon.com/forums/threads/3666831/">ADV Doubles OU</a>`,
|
|
3111
|
+
],
|
|
3112
|
+
mod: 'gen3',
|
|
3113
|
+
searchShow: false,
|
|
3114
|
+
gameType: 'doubles',
|
|
3115
|
+
ruleset: ['Standard', '!Sleep Clause Mod', '!Switch Priority Clause Mod'],
|
|
3116
|
+
banlist: ['Uber'],
|
|
3117
|
+
unbanlist: ['Deoxys-Speed', 'Wobbuffet', 'Wynaut'],
|
|
3118
|
+
},
|
|
3046
3119
|
{
|
|
3047
3120
|
name: "[Gen 3] 1v1",
|
|
3048
3121
|
desc: `Bring three Pokémon to Team Preview and choose one to battle.`,
|
|
@@ -3150,17 +3223,6 @@ exports.Formats = [
|
|
|
3150
3223
|
searchShow: false,
|
|
3151
3224
|
ruleset: ['Standard'],
|
|
3152
3225
|
},
|
|
3153
|
-
{
|
|
3154
|
-
name: "[Gen 1] UU",
|
|
3155
|
-
threads: [
|
|
3156
|
-
`• <a href="https://www.smogon.com/forums/threads/3573896/">RBY UU Metagame Discussion</a>`,
|
|
3157
|
-
`• <a href="https://www.smogon.com/forums/threads/3647713/">RBY UU Viability Rankings</a>`,
|
|
3158
|
-
],
|
|
3159
|
-
mod: 'gen1',
|
|
3160
|
-
searchShow: false,
|
|
3161
|
-
ruleset: ['[Gen 1] OU'],
|
|
3162
|
-
banlist: ['OU', 'UUBL'],
|
|
3163
|
-
},
|
|
3164
3226
|
{
|
|
3165
3227
|
name: "[Gen 1] NU",
|
|
3166
3228
|
threads: [
|