@pkmn/sim 0.5.23 → 0.5.26

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.
Files changed (74) hide show
  1. package/LICENSE +1 -1
  2. package/build/config/formats.js +323 -197
  3. package/build/config/formats.js.map +1 -1
  4. package/build/data/aliases.js +7 -3
  5. package/build/data/aliases.js.map +1 -1
  6. package/build/data/formats-data.js +823 -20
  7. package/build/data/formats-data.js.map +1 -1
  8. package/build/data/learnsets.js +64 -39
  9. package/build/data/learnsets.js.map +1 -1
  10. package/build/data/mods/gen1/formats-data.js +0 -5
  11. package/build/data/mods/gen1/formats-data.js.map +1 -1
  12. package/build/data/mods/gen1/moves.js +54 -22
  13. package/build/data/mods/gen1/moves.js.map +1 -1
  14. package/build/data/mods/gen2/moves.js +0 -5
  15. package/build/data/mods/gen2/moves.js.map +1 -1
  16. package/build/data/mods/gen2/rulesets.js +7 -1
  17. package/build/data/mods/gen2/rulesets.js.map +1 -1
  18. package/build/data/mods/gen3/rulesets.js +1 -1
  19. package/build/data/mods/gen3/rulesets.js.map +1 -1
  20. package/build/data/mods/gen4/rulesets.js +1 -1
  21. package/build/data/mods/gen4/rulesets.js.map +1 -1
  22. package/build/data/mods/gen5/rulesets.js +1 -1
  23. package/build/data/mods/gen5/rulesets.js.map +1 -1
  24. package/build/data/mods/gen6/formats-data.js +14 -14
  25. package/build/data/mods/gen6/formats-data.js.map +1 -1
  26. package/build/data/mods/gen7/pokedex.js +4 -5
  27. package/build/data/mods/gen7/pokedex.js.map +1 -1
  28. package/build/data/mods/gen7/rulesets.js +1 -1
  29. package/build/data/mods/gen7/rulesets.js.map +1 -1
  30. package/build/data/pokedex.js +8 -8
  31. package/build/data/pokedex.js.map +1 -1
  32. package/build/data/rulesets.js +125 -3
  33. package/build/data/rulesets.js.map +1 -1
  34. package/build/data/tags.js +26 -9
  35. package/build/data/tags.js.map +1 -1
  36. package/build/lib/utils.d.ts +4 -0
  37. package/build/lib/utils.js +20 -1
  38. package/build/lib/utils.js.map +1 -1
  39. package/build/sim/battle.d.ts +1 -1
  40. package/build/sim/battle.js.map +1 -1
  41. package/build/sim/dex-conditions.d.ts +1 -0
  42. package/build/sim/dex-conditions.js.map +1 -1
  43. package/build/sim/dex-species.d.ts +5 -0
  44. package/build/sim/dex-species.js +11 -3
  45. package/build/sim/dex-species.js.map +1 -1
  46. package/build/sim/exported-global-types.d.ts +2 -0
  47. package/build/sim/global-types.d.ts +2 -0
  48. package/build/sim/team-validator.js +14 -3
  49. package/build/sim/team-validator.js.map +1 -1
  50. package/config/formats.ts +328 -199
  51. package/data/aliases.ts +7 -3
  52. package/data/formats-data.ts +823 -20
  53. package/data/learnsets.ts +64 -39
  54. package/data/mods/gen1/formats-data.ts +0 -5
  55. package/data/mods/gen1/moves.ts +54 -23
  56. package/data/mods/gen2/moves.ts +0 -5
  57. package/data/mods/gen2/rulesets.ts +8 -1
  58. package/data/mods/gen3/rulesets.ts +1 -1
  59. package/data/mods/gen4/rulesets.ts +1 -1
  60. package/data/mods/gen5/rulesets.ts +1 -1
  61. package/data/mods/gen6/formats-data.ts +14 -14
  62. package/data/mods/gen7/pokedex.ts +4 -5
  63. package/data/mods/gen7/rulesets.ts +1 -1
  64. package/data/pokedex.ts +8 -8
  65. package/data/rulesets.ts +121 -3
  66. package/data/tags.ts +27 -9
  67. package/lib/utils.ts +16 -0
  68. package/package.json +2 -2
  69. package/sim/battle.ts +1 -1
  70. package/sim/dex-conditions.ts +1 -0
  71. package/sim/dex-species.ts +15 -3
  72. package/sim/exported-global-types.ts +2 -0
  73. package/sim/global-types.ts +2 -0
  74. package/sim/team-validator.ts +15 -3
@@ -80,10 +80,7 @@ exports.Formats = [
80
80
  ],
81
81
  mod: 'gen8',
82
82
  ruleset: ['Standard', 'Dynamax Clause'],
83
- banlist: [
84
- 'Uber', 'AG', 'Arena Trap', 'Moody', 'Power Construct', 'Sand Veil', 'Shadow Tag', 'Snow Cloak',
85
- 'Bright Powder', 'King\'s Rock', 'Lax Incense', 'Baton Pass',
86
- ],
83
+ banlist: ['Uber', 'AG', 'Arena Trap', 'Moody', 'Power Construct', 'Sand Veil', 'Shadow Tag', 'Snow Cloak', 'King\'s Rock', 'Baton Pass'],
87
84
  },
88
85
  {
89
86
  name: "[Gen 8] OU (Blitz)",
@@ -137,7 +134,7 @@ exports.Formats = [
137
134
  {
138
135
  name: "[Gen 8] PU",
139
136
  threads: [
140
- `&bullet; <a href="https://www.smogon.com/forums/threads/3686048/">PU Metagame Discussion</a>`,
137
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3707179/">PU Metagame Discussion</a>`,
141
138
  `&bullet; <a href="https://www.smogon.com/forums/threads/3676106/">PU Viability Rankings</a>`,
142
139
  ],
143
140
  mod: 'gen8',
@@ -154,8 +151,8 @@ exports.Formats = [
154
151
  mod: 'gen8',
155
152
  ruleset: ['Little Cup', 'Standard', 'Dynamax Clause'],
156
153
  banlist: [
157
- 'Corsola-Galar', 'Cutiefly', 'Drifloon', 'Gastly', 'Gothita', 'Rufflet', 'Scraggy', 'Scyther', 'Sneasel', 'Swirlix', 'Tangela', 'Vullaby', 'Vulpix-Alola', 'Woobat', 'Zigzagoon-Base',
158
- 'Chlorophyll', 'Moody', 'Baton Pass', 'Sticky Web',
154
+ 'Corsola-Galar', 'Cutiefly', 'Drifloon', 'Gastly', 'Gothita', 'Rufflet', 'Scraggy', 'Scyther', 'Sneasel', 'Swirlix',
155
+ 'Tangela', 'Vullaby', 'Vulpix-Alola', 'Woobat', 'Zigzagoon-Base', 'Chlorophyll', 'Moody', 'Baton Pass', 'Sticky Web',
159
156
  ],
160
157
  },
161
158
  {
@@ -172,8 +169,8 @@ exports.Formats = [
172
169
  'Blaziken', 'Calyrex-Ice', 'Calyrex-Shadow', 'Dialga', 'Dracovish', 'Eternatus', 'Genesect', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh',
173
170
  'Kartana', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia', 'Lunala', 'Magearna', 'Marshadow', 'Mewtwo', 'Naganadel',
174
171
  'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Pheromosa', 'Rayquaza', 'Reshiram', 'Solgaleo', 'Urshifu-Base', 'Xerneas', 'Yveltal',
175
- 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Zygarde-Base', 'Moody', 'Power Construct', 'Shadow Tag', 'Bright Powder',
176
- 'Damp Rock', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw', 'Smooth Rock', 'Terrain Extender', 'Acupressure', 'Baton Pass',
172
+ 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Zygarde-Base', 'Moody', 'Power Construct', 'Shadow Tag', 'Damp Rock',
173
+ 'Focus Band', 'King\'s Rock', 'Quick Claw', 'Smooth Rock', 'Terrain Extender', 'Acupressure', 'Baton Pass',
177
174
  ],
178
175
  },
179
176
  {
@@ -266,18 +263,26 @@ exports.Formats = [
266
263
  {
267
264
  name: "[Gen 8] Battle Stadium Singles",
268
265
  mod: 'gen8',
269
- ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8', 'Limit Two Restricted'],
270
- restricted: ['Restricted Legendary'],
266
+ ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8'],
267
+ banlist: ['Eternatus-Eternamax'],
268
+ unbanlist: ['Mythical', 'Restricted Legendary'],
271
269
  },
272
270
  {
273
- name: "[Gen 8] I Choose 'Chu!",
271
+ name: "[Gen 8] Champion League",
274
272
  threads: [
275
- `&bullet; <a href="https://www.smogon.com/forums/threads/3705481/">I Choose 'Chu! Discussion</a>`,
273
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3707533/">Champion League Discussion</a>`,
276
274
  ],
277
275
  mod: 'gen8',
278
276
  ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8'],
279
- banlist: ['All Pokemon', 'Raichu-Alola + Sing'],
280
- unbanlist: ['Pichu', 'Pikachu', 'Raichu'],
277
+ banlist: ['All Pokemon'],
278
+ unbanlist: [
279
+ 'Venusaur', 'Charizard', 'Blastoise', 'Sandslash-Base', 'Ninetales-Base', 'Arcanine', 'Alakazam', 'Tentacruel', 'Magneton', 'Cloyster',
280
+ 'Exeggutor-Base', 'Rhydon', 'Gyarados', 'Lapras', 'Vaporeon', 'Jolteon', 'Flareon', 'Aerodactyl', 'Dragonite', 'Heracross', 'Skarmory',
281
+ 'Tyranitar', 'Ludicolo', 'Aggron', 'Wailord', 'Altaria', 'Whiscash', 'Claydol', 'Cradily', 'Armaldo', 'Milotic', 'Salamence',
282
+ 'Metagross', 'Roserade', 'Gastrodon', 'Spiritomb', 'Garchomp', 'Lucario', 'Rhyperior', 'Togekiss', 'Seismitoad', 'Archeops',
283
+ 'Vanilluxe', 'Escavalier', 'Haxorus', 'Accelgor', 'Druddigon', 'Bouffalant', 'Hydreigon', 'Volcarona', 'Aegislash', 'Tyrantrum',
284
+ 'Aurorus', 'Hawlucha', 'Carbink', 'Goodra', 'Gourgeist', 'Rillaboom', 'Cinderace', 'Inteleon', 'Mr. Rime', 'Dragapult',
285
+ ],
281
286
  },
282
287
  {
283
288
  name: "[Gen 8] Custom Game",
@@ -355,6 +360,20 @@ exports.Formats = [
355
360
  ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8', 'VGC Timer', 'Limit Two Restricted'],
356
361
  restricted: ['Restricted Legendary'],
357
362
  },
363
+ {
364
+ name: "[Gen 8] Battle Stadium Doubles Series 13",
365
+ mod: 'gen8',
366
+ gameType: 'doubles',
367
+ ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8', 'VGC Timer'],
368
+ banlist: ['Eternatus-Eternamax'],
369
+ unbanlist: ['Mythical', 'Restricted Legendary'],
370
+ },
371
+ {
372
+ name: "[Gen 8] Spikemuth Cup",
373
+ mod: 'gen8',
374
+ gameType: 'doubles',
375
+ ruleset: ['Flat Rules', 'Dynamax Clause', '!! Adjust Level = 50', 'Min Source Gen = 8', 'VGC Timer'],
376
+ },
358
377
  {
359
378
  name: "[Gen 8] VGC 2021",
360
379
  mod: 'gen8',
@@ -453,17 +472,7 @@ exports.Formats = [
453
472
  ],
454
473
  mod: 'gen8',
455
474
  ruleset: ['Standard NatDex', 'OHKO Clause', 'Evasion Moves Clause', 'Species Clause', 'Dynamax Clause', 'Sleep Clause Mod'],
456
- banlist: [
457
- 'Alakazam-Mega', 'Arceus', 'Blastoise-Mega', 'Blaziken-Mega', 'Calyrex-Ice', 'Calyrex-Shadow', 'Cinderace', 'Darkrai',
458
- 'Darmanitan-Galar', 'Deoxys-Attack', 'Deoxys-Base', 'Deoxys-Speed', 'Dialga', 'Dracovish', 'Dragapult', 'Eternatus',
459
- 'Genesect', 'Gengar-Mega', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kangaskhan-Mega', 'Kyogre', 'Kyurem-Black',
460
- 'Kyurem-White', 'Landorus-Base', 'Lucario-Mega', 'Lugia', 'Lunala', 'Magearna', 'Marshadow', 'Metagross-Mega', 'Mewtwo',
461
- 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Necrozma-Ultra', 'Palkia', 'Pheromosa', 'Rayquaza', 'Reshiram',
462
- 'Salamence-Mega', 'Shaymin-Sky', 'Solgaleo', 'Spectrier', 'Tornadus-Therian', 'Urshifu-Base', 'Xerneas', 'Yveltal', 'Zacian',
463
- 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Zygarde-Base', 'Zygarde-Complete', 'Arena Trap', 'Moody',
464
- 'Power Construct', 'Sand Veil', 'Shadow Tag', 'Snow Cloak', 'Bright Powder', 'King\'s Rock', 'Lax Incense', 'Razor Fang',
465
- 'Quick Claw', 'Baton Pass',
466
- ],
475
+ banlist: ['ND Uber', 'Arena Trap', 'Moody', 'Power Construct', 'Sand Veil', 'Shadow Tag', 'Snow Cloak', 'Bright Powder', 'King\'s Rock', 'Lax Incense', 'Razor Fang', 'Quick Claw', 'Baton Pass'],
467
476
  },
468
477
  {
469
478
  name: "[Gen 8] National Dex UU",
@@ -474,25 +483,17 @@ exports.Formats = [
474
483
  ],
475
484
  mod: 'gen8',
476
485
  ruleset: ['[Gen 8] National Dex'],
477
- banlist: [
478
- // National Dex OU
479
- 'Blissey', 'Chansey', 'Charizard-Mega-X', 'Charizard-Mega-Y', 'Clefable', 'Corviknight', 'Diancie-Mega', 'Excadrill',
480
- 'Ferrothorn', 'Garchomp', 'Gliscor', 'Greninja', 'Heatran', 'Kartana', 'Kommo-o', 'Kyurem', 'Landorus-Therian', 'Lopunny-Mega',
481
- 'Magnezone', 'Mawile-Mega', 'Pelipper', 'Rillaboom', 'Scizor-Mega', 'Serperior', 'Slowbro-Base', 'Swampert-Mega', 'Tapu Fini',
482
- 'Tapu Koko', 'Tapu Lele', 'Toxapex', 'Tyranitar', 'Victini', 'Volcarona', 'Weavile', 'Zapdos-Base',
483
- 'ND UUBL',
484
- 'Drizzle', 'Drought', 'Light Clay',
485
- // Slowbronite is banned so it doesn't validate on Galarian Slowbro
486
- 'Slowbronite',
487
- ],
488
- // Used to distinguish UU from below UU in the client
489
- restricted: [
490
- 'Aegislash', 'Altaria-Mega', 'Amoonguss', 'Azumarill', 'Beedrill-Mega', 'Breloom', 'Celesteela', 'Chandelure', 'Donphan', 'Dracozolt',
491
- 'Dragonite', 'Feraligatr', 'Gastrodon', 'Hatterene', 'Hippowdon', 'Infernape', 'Keldeo', 'Krookodile', 'Mamoswine', 'Mandibuzz',
492
- 'Manectric-Mega', 'Melmetal', 'Mienshao', 'Moltres-Base', 'Nidoking', 'Nidoqueen', 'Nihilego', 'Quagsire', 'Regieleki', 'Ribombee',
493
- 'Rotom-Heat', 'Rotom-Wash', 'Salamence', 'Scizor', 'Skarmory', 'Slowking-Base', 'Swampert-Base', 'Talonflame', 'Tangrowth', 'Tornadus-Base',
494
- 'Umbreon', 'Urshifu-Rapid-Strike',
486
+ banlist: ['ND OU', 'ND UUBL', 'Drizzle', 'Drought', 'Light Clay', 'Slowbronite'],
487
+ },
488
+ {
489
+ name: "[Gen 8] National Dex RU",
490
+ threads: [
491
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3691290/">National Dex RU</a>`,
495
492
  ],
493
+ mod: 'gen8',
494
+ searchShow: false,
495
+ ruleset: ['[Gen 8] National Dex UU'],
496
+ banlist: ['ND UU', 'ND RUBL'],
496
497
  },
497
498
  {
498
499
  name: "[Gen 8] National Dex Monotype",
@@ -527,41 +528,57 @@ exports.Formats = [
527
528
  section: "Pet Mods",
528
529
  },
529
530
  {
530
- name: "[Gen 8] Restrictions",
531
- desc: `A metagame made up of brand new Pok&eacute;mon that are made according to various random and non-random restrictions.`,
531
+ name: "[Gen 8] National Dex BH",
532
+ desc: `Balanced Hackmons with National Dex elements mixed in.`,
532
533
  threads: [
533
- `&bullet; <a href="https://www.smogon.com/forums/threads/3673824/">Restrictions</a>`,
534
- `&bullet; <a href="https://docs.google.com/spreadsheets/d/1XsplBqN8njHZJT9cTP_3i3YSFITB9WaVfNOYAbNY75M/edit?usp=sharing">Spreadsheet</a>`,
534
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3658587/">National Dex Balanced Hackmons</a>`,
535
535
  ],
536
- mod: 'restrictions',
537
- ruleset: ['Standard', 'Dynamax Clause'],
538
- banlist: ['All Pokemon', 'Past'],
539
- unbanlist: [
540
- 'Vulcaraptor', 'Parakinesis', 'Serpaint', 'Torgeist', 'Regolite', 'Polbearab', 'Centhorn', 'Donzyxote', 'Scimicobra', 'Folliclawe', 'Afloof', 'Nimbusteed',
541
- 'Aerock', 'Borassa', 'Sharm', 'Nunopod', 'Crypterid', 'Abysseil', 'Faerenheit', 'Spiriteal', 'Zoltanka', 'Flydra', 'Coracrab', 'Quadringo', 'Teslaple',
542
- 'Kapagon', 'Cyknight', 'Dirtoad', 'Crystelf', 'Rancourgar', 'Scalaron', 'Dragraceful', 'Tantrary', 'Modolith', 'Snailord', 'Arbrella', 'Draugelid',
543
- 'Cinnastar', 'Refluse', 'Kelven', 'Kodokai', 'Cindarner', 'Thucotuco', 'Sorree', 'Gembezzle', 'Winterloper', 'Agapest', 'Volvolpa', 'Punduluum', 'Wraithful',
544
- 'Panzarma', 'Krachiten', 'Cellsius', 'Borelem', 'Electangle', 'Orchile', 'Shinodori', 'Fluidrake', 'Potossum', 'Twygdrasill',
536
+ mod: 'gen8',
537
+ ruleset: ['-Nonexistent', 'Standard NatDex', 'Forme Clause', 'Sleep Moves Clause', '2 Ability Clause', 'OHKO Clause', 'Evasion Moves Clause', 'Dynamax Clause', 'CFZ Clause', '!Obtainable'],
538
+ banlist: [
539
+ // Pokemon
540
+ 'Eternatus-Eternamax', 'Groudon-Primal', 'Rayquaza-Mega', 'Shedinja', 'Cramorant-Gorging', 'Calyrex-Shadow',
541
+ // Abilities
542
+ 'Arena Trap', 'Contrary', 'Gorilla Tactics', 'Huge Power', 'Illusion', 'Innards Out', 'Libero', 'Magnet Pull', 'Moody', 'Neutralizing Gas', 'Parental Bond', 'Protean', 'Pure Power', 'Shadow Tag', 'Stakeout', 'Water Bubble', 'Wonder Guard',
543
+ // Items
544
+ 'Gengarite',
545
+ // Moves
546
+ 'Chatter', 'Double Iron Bash', 'Octolock', 'Shell Smash', 'Bolt Beak', 'Belly Drum', 'Electrify', 'Court Change',
547
+ // Other
548
+ 'Comatose + Sleep Talk', 'Imprison + Transform',
545
549
  ],
550
+ onValidateSet(set) {
551
+ if (this.toID(set.ability) === 'intrepidsword' &&
552
+ !this.toID(set.species).startsWith('zacian') && this.toID(set.item) !== 'rustedsword') {
553
+ return [`${set.ability} is banned.`];
554
+ }
555
+ if (set.species === 'Zacian-Crowned' &&
556
+ (this.toID(set.item) !== 'rustedsword' || this.toID(set.ability) !== 'intrepidsword')) {
557
+ return [`${set.species} is banned.`];
558
+ }
559
+ },
560
+ onValidateTeam(team) {
561
+ let arceus = 0;
562
+ for (const set of team) {
563
+ const species = this.dex.species.get(set.species);
564
+ if (species.baseSpecies === "Arceus")
565
+ arceus++;
566
+ }
567
+ if (arceus > 1) {
568
+ return [`You are limited to one Arceus forme.`, `(You have ${arceus} Arceus formes.)`];
569
+ }
570
+ },
546
571
  },
547
572
  {
548
- name: "[Gen 8] Roulettemons Random Battle",
573
+ name: "[Gen 8] JolteMons Random Battle",
574
+ desc: `Pok&eacute;mon, items, abilities, and moves are redesigned for OU, and new items, abilities, and moves are added, all without changing base stats.`,
549
575
  threads: [
550
- `&bullet; <a href="https://www.smogon.com/forums/threads/3649106/">Roulettemons</a>`,
551
- `&bullet; <a href="https://docs.google.com/spreadsheets/d/1EOA1m7JXTq7Zz0ViVI4n6lBppFjVBa4S1GqhAwkPTZQ/edit?usp=sharing">Spreadsheet</a>`,
576
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3694234/">JolteMons</a>`,
577
+ `&bullet; <a href="https://docs.google.com/spreadsheets/d/149ZlQY0bJIAqfWB_233Dvbpqs3pVSHYpIoAQQkwquls/edit?usp=sharing">Spreadsheet</a>`,
552
578
  ],
579
+ mod: 'joltemons',
553
580
  team: 'random',
554
- mod: 'roulettemons',
555
- ruleset: ['Standard NatDex'],
556
- onSwitchIn(pokemon) {
557
- this.add('-start', pokemon, 'typechange', pokemon.species.types.join('/'), '[silent]');
558
- },
559
- onChangeSet(set) {
560
- if (set.species === 'Chillyte-Mega') {
561
- set.species = 'Chillyte';
562
- set.ability = 'Grassy Surge';
563
- }
564
- },
581
+ ruleset: ['Dynamax Clause', 'Obtainable', 'Species Clause', 'HP Percentage Mod', 'Cancel Mod', 'Sleep Clause Mod', 'Mega Data Mod', 'Z-Move Clause'],
565
582
  },
566
583
  {
567
584
  name: "[Gen 6] NEXT OU",
@@ -581,42 +598,118 @@ exports.Formats = [
581
598
  column: 2,
582
599
  },
583
600
  {
584
- name: "[Gen 8] Re-Evolution",
585
- desc: `Pok&eacute;mon gain the stat changes they would gain from evolving again.`,
601
+ name: "[Gen 8] Partners in Crime",
602
+ desc: `Doubles-based metagame where both active ally Pok&eacute;mon share abilities and moves.`,
586
603
  threads: [
587
- `&bullet; <a href="https://www.smogon.com/forums/threads/3703643/">Re-Evolution</a>`,
604
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3706080/">Partners in Crime</a>`,
588
605
  ],
589
- mod: 'gen8',
590
- ruleset: ['Standard', 'Re-Evolution Mod', 'Evasion Abilities Clause', 'Dynamax Clause'],
606
+ mod: 'partnersincrime',
607
+ gameType: 'doubles',
608
+ // searchShow: false,
609
+ ruleset: ['Standard Doubles', 'Dynamax Clause'],
591
610
  banlist: [
592
- 'Darmanitan-Galar', 'Gyarados', 'Lunala', 'Milotic', 'Naganadel', 'Solgaleo', 'Urshifu-Base', 'Volcarona',
593
- 'Zacian-Crowned', 'Arena Trap', 'Moody', 'Shadow Tag', 'Bright Powder', 'King\'s Rock', 'Lax Incense', 'Baton Pass',
611
+ 'Calyrex-Ice', 'Calyrex-Shadow', 'Dialga', 'Eternatus', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh',
612
+ 'Jirachi', 'Kyogre', 'Kyurem-White', 'Lugia', 'Lunala', 'Magearna', 'Marshadow', 'Melmetal', 'Mewtwo',
613
+ 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Rayquaza', 'Reshiram', 'Solgaleo', 'Urshifu-Base',
614
+ 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Emergency Exit',
615
+ 'Huge Power', 'Moody', 'Power Construct', 'Shadow Tag', 'Wimp Out', 'Wonder Guard', 'Bolt Beak', 'Fishious Rend',
616
+ 'Shell Smash', 'Swagger',
594
617
  ],
618
+ onBeforeSwitchIn(pokemon) {
619
+ pokemon.m.curMoves = this.dex.deepClone(pokemon.moves);
620
+ let ngas = false;
621
+ for (const poke of this.getAllActive()) {
622
+ if (this.toID(poke.ability) === 'neutralizinggas') {
623
+ ngas = true;
624
+ break;
625
+ }
626
+ }
627
+ const BAD_ABILITIES = ['trace', 'imposter', 'neutralizinggas'];
628
+ // Abilities that must be applied before both sides trigger onSwitchIn to correctly
629
+ // handle switch-in ability-to-ability interactions, e.g. Intimidate counters
630
+ const NEEDED_BEFORE_SWITCH_IN_ABILITIES = [
631
+ 'clearbody', 'competitive', 'contrary', 'defiant', 'fullmetalbody', 'hypercutter', 'innerfocus',
632
+ 'mirrorarmor', 'oblivious', 'owntempo', 'rattled', 'scrappy', 'simple', 'whitesmoke',
633
+ ];
634
+ const ally = pokemon.side.active.find(mon => mon && mon !== pokemon && !mon.fainted);
635
+ if (ally && ally.ability !== pokemon.ability) {
636
+ if (!pokemon.m.innate && !BAD_ABILITIES.includes(this.toID(ally.ability)) &&
637
+ NEEDED_BEFORE_SWITCH_IN_ABILITIES.includes(this.toID(ally.ability))) {
638
+ pokemon.m.innate = 'ability:' + ally.ability;
639
+ delete pokemon.volatiles[pokemon.m.innate];
640
+ if (!ngas || ally.getAbility().isPermanent)
641
+ pokemon.addVolatile(pokemon.m.innate);
642
+ }
643
+ if (!ally.m.innate && !BAD_ABILITIES.includes(this.toID(pokemon.ability)) &&
644
+ NEEDED_BEFORE_SWITCH_IN_ABILITIES.includes(this.toID(pokemon.ability))) {
645
+ ally.m.innate = 'ability:' + pokemon.ability;
646
+ delete ally.volatiles[ally.m.innate];
647
+ if (!ngas || pokemon.getAbility().isPermanent)
648
+ ally.addVolatile(ally.m.innate);
649
+ }
650
+ }
651
+ },
652
+ onSwitchInPriority: 2,
653
+ onSwitchIn(pokemon) {
654
+ let ngas = false;
655
+ for (const poke of this.getAllActive()) {
656
+ if (this.toID(poke.ability) === 'neutralizinggas') {
657
+ ngas = true;
658
+ break;
659
+ }
660
+ }
661
+ const BAD_ABILITIES = ['trace', 'imposter', 'neutralizinggas'];
662
+ const ally = pokemon.side.active.find(mon => mon && mon !== pokemon && !mon.fainted);
663
+ if (ally && ally.ability !== pokemon.ability) {
664
+ if (!pokemon.m.innate && !BAD_ABILITIES.includes(this.toID(ally.ability))) {
665
+ pokemon.m.innate = 'ability:' + ally.ability;
666
+ delete pokemon.volatiles[pokemon.m.innate];
667
+ if (!ngas || ally.getAbility().isPermanent)
668
+ pokemon.addVolatile(pokemon.m.innate);
669
+ }
670
+ if (!ally.m.innate && !BAD_ABILITIES.includes(this.toID(pokemon.ability))) {
671
+ ally.m.innate = 'ability:' + pokemon.ability;
672
+ delete ally.volatiles[ally.m.innate];
673
+ if (!ngas || pokemon.getAbility().isPermanent)
674
+ ally.addVolatile(ally.m.innate);
675
+ }
676
+ }
677
+ },
678
+ onSwitchOut(pokemon) {
679
+ if (pokemon.m.innate) {
680
+ pokemon.removeVolatile(pokemon.m.innate);
681
+ delete pokemon.m.innate;
682
+ }
683
+ const ally = pokemon.side.active.find(mon => mon && mon !== pokemon && !mon.fainted);
684
+ if (ally && ally.m.innate) {
685
+ ally.removeVolatile(ally.m.innate);
686
+ delete ally.m.innate;
687
+ }
688
+ },
689
+ onFaint(pokemon) {
690
+ if (pokemon.m.innate) {
691
+ pokemon.removeVolatile(pokemon.m.innate);
692
+ delete pokemon.m.innate;
693
+ }
694
+ const ally = pokemon.side.active.find(mon => mon && mon !== pokemon && !mon.fainted);
695
+ if (ally && ally.m.innate) {
696
+ ally.removeVolatile(ally.m.innate);
697
+ delete ally.m.innate;
698
+ }
699
+ },
595
700
  },
596
701
  {
597
- name: "[Gen 8] Category Swap",
598
- desc: `All physical moves become special, and all special moves become physical.`,
702
+ name: "[Gen 8] Chimera 1v1",
703
+ desc: `One Pok&eacute;mon inherits specific traits from your entire 6-mon team, based on their order.`,
599
704
  threads: [
600
- `&bullet; <a href="https://www.smogon.com/forums/threads/3702709/">Category Swap</a>`,
705
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3661215/">Chimera 1v1</a>`,
601
706
  ],
602
707
  mod: 'gen8',
603
- ruleset: ['Standard', 'Dynamax Clause'],
708
+ ruleset: ['Chimera 1v1 Rule', 'Standard', 'Dynamax Clause', 'Sleep Moves Clause'],
604
709
  banlist: [
605
- 'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Eternatus', 'Genesect', 'Giratina', 'Giratina-Origin', 'Groudon',
606
- 'Ho-Oh', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia', 'Lunala', 'Mewtwo', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane',
607
- 'Palkia', 'Pheromosa', 'Rayquaza', 'Reshiram', 'Solgaleo', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned',
608
- 'Zekrom', 'Arena Trap', 'Moody', 'Power Construct', 'Shadow Tag', 'King\'s Rock', 'Baton Pass', 'Draco Meteor', 'Overheat',
710
+ 'Shedinja', 'Huge Power', 'Moody', 'Neutralizing Gas', 'Truant', 'Perish Body', 'Eviolite', 'Focus Sash', 'Leek', 'Light Ball',
711
+ 'Bolt Beak', 'Disable', 'Double Iron Bash', 'Fishious Rend', 'Perish Song', 'Switcheroo', 'Transform', 'Trick',
609
712
  ],
610
- onModifyMove(move) {
611
- if (move.category === 'Status')
612
- return;
613
- if (move.category === 'Special') {
614
- move.category = 'Physical';
615
- }
616
- else {
617
- move.category = 'Special';
618
- }
619
- },
620
713
  },
621
714
  // Other Metagames
622
715
  ///////////////////////////////////////////////////////////////////
@@ -649,16 +742,16 @@ exports.Formats = [
649
742
  `&bullet; <a href="https://www.smogon.com/forums/threads/3682690/">AAA Resources</a>`,
650
743
  ],
651
744
  mod: 'gen8',
652
- ruleset: ['Standard', '!Obtainable Abilities', '2 Ability Clause', 'Dynamax Clause', 'Sleep Moves Clause', '!Sleep Clause Mod'],
745
+ ruleset: ['Standard OMs', '!Obtainable Abilities', '2 Ability Clause', 'Sleep Moves Clause'],
653
746
  banlist: [
654
- 'Archeops', 'Blacephalon', 'Buzzwole', 'Calyrex-Ice', 'Calyrex-Shadow', 'Dialga', 'Dracovish', 'Dragapult', 'Dragonite', 'Eternatus', 'Gengar',
655
- 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Keldeo', 'Kommo-o', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White',
747
+ 'Archeops', 'Blacephalon', 'Buzzwole', 'Calyrex-Ice', 'Calyrex-Shadow', 'Dialga', 'Dracovish', 'Dragapult', 'Dragonite', 'Eternatus',
748
+ 'Gengar', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Keldeo', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White',
656
749
  'Lugia', 'Lunala', 'Magearna', 'Marshadow', 'Melmetal', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Noivern',
657
750
  'Palkia', 'Pheromosa', 'Rayquaza', 'Regigigas', 'Reshiram', 'Shedinja', 'Solgaleo', 'Spectrier', 'Urshifu', 'Urshifu-Rapid-Strike',
658
- 'Victini', 'Weavile', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta-Base', 'Zekrom', 'Zeraora', 'Zygarde-Base',
659
- 'Arena Trap', 'Comatose', 'Contrary', 'Fluffy', 'Fur Coat', 'Gorilla Tactics', 'Huge Power', 'Ice Scales', 'Illusion', 'Imposter',
660
- 'Innards Out', 'Intrepid Sword', 'Libero', 'Magnet Pull', 'Moody', 'Neutralizing Gas', 'Parental Bond', 'Poison Heal', 'Protean',
661
- 'Pure Power', 'Shadow Tag', 'Simple', 'Stakeout', 'Speed Boost', 'Water Bubble', 'Wonder Guard', 'King\'s Rock', 'Baton Pass',
751
+ 'Victini', 'Weavile', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta-Base', 'Zekrom', 'Zeraora', 'Zygarde-Base', 'Arena Trap',
752
+ 'Comatose', 'Contrary', 'Fluffy', 'Fur Coat', 'Gorilla Tactics', 'Huge Power', 'Ice Scales', 'Illusion', 'Imposter', 'Innards Out',
753
+ 'Intrepid Sword', 'Libero', 'Magic Bounce', 'Magnet Pull', 'Moody', 'Neutralizing Gas', 'Parental Bond', 'Poison Heal', 'Protean',
754
+ 'Pure Power', 'Shadow Tag', 'Simple', 'Stakeout', 'Speed Boost', 'Unburden', 'Water Bubble', 'Wonder Guard', 'King\'s Rock', 'Baton Pass',
662
755
  ],
663
756
  },
664
757
  {
@@ -669,7 +762,7 @@ exports.Formats = [
669
762
  `&bullet; <a href="https://www.smogon.com/forums/threads/3659028/">M&amp;M Resources</a>`,
670
763
  ],
671
764
  mod: 'mixandmega',
672
- ruleset: ['Standard', 'Overflow Stat Mod', 'Dynamax Clause'],
765
+ ruleset: ['Standard OMs', 'Sleep Clause Mod'],
673
766
  banlist: [
674
767
  'Calyrex-Shadow', 'Eternatus', 'Kyogre', 'Zacian',
675
768
  'Beedrillite', 'Blazikenite', 'Gengarite', 'Kangaskhanite', 'Mawilite', 'Medichamite', 'Pidgeotite',
@@ -739,7 +832,7 @@ exports.Formats = [
739
832
  `&bullet; <a href="https://www.smogon.com/forums/threads/3695169/">STABmons Resources</a>`,
740
833
  ],
741
834
  mod: 'gen8',
742
- ruleset: ['Standard', 'STABmons Move Legality', 'Dynamax Clause', 'Sleep Moves Clause', '!Sleep Clause Mod'],
835
+ ruleset: ['Standard OMs', 'STABmons Move Legality', 'Sleep Moves Clause'],
743
836
  banlist: [
744
837
  'Aegislash', 'Blacephalon', 'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragapult', 'Dragonite', 'Eternatus',
745
838
  'Genesect', 'Garchomp', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Landorus',
@@ -762,7 +855,7 @@ exports.Formats = [
762
855
  `&bullet; <a href="https://www.smogon.com/forums/threads/3672463/">NFE Resources</a>`,
763
856
  ],
764
857
  mod: 'gen8',
765
- ruleset: ['Not Fully Evolved', 'Standard', 'Dynamax Clause'],
858
+ ruleset: ['Standard OMs', 'Not Fully Evolved', 'Sleep Clause Mod'],
766
859
  banlist: [
767
860
  'Chansey', 'Doublade', 'Golbat', 'Haunter', 'Kadabra', 'Magmar', 'Magneton', 'Mr. Mime-Galar', 'Pawniard', 'Pikachu',
768
861
  'Porygon2', 'Rhydon', 'Scyther', 'Sneasel', 'Type: Null', 'Vulpix-Base', 'Arena Trap', 'Shadow Tag', 'Baton Pass',
@@ -775,12 +868,12 @@ exports.Formats = [
775
868
  `&bullet; <a href="https://www.smogon.com/forums/threads/3660461/">Godly Gift</a>`,
776
869
  ],
777
870
  mod: 'gen8',
778
- ruleset: ['Standard', 'Dynamax Clause', 'Sleep Moves Clause'],
871
+ ruleset: ['Standard OMs', 'Sleep Moves Clause'],
779
872
  banlist: [
780
- 'Blissey', 'Calyrex-Shadow', 'Chansey', 'Crawdaunt', 'Dragapult', 'Eternatus', 'Hawlucha', 'Marowak-Alola', 'Melmetal', 'Nidoking',
781
- 'Nidoqueen', 'Pikachu', 'Toxapex', 'Xerneas', 'Zacian', 'Zacian-Crowned', 'Uber > 1', 'AG ++ Uber > 1', 'Arena Trap', 'Huge Power',
782
- 'Moody', 'Pure Power', 'Shadow Tag', 'Swift Swim', 'Bright Powder', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw',
783
- 'Baton Pass',
873
+ 'Blissey', 'Calyrex-Shadow', 'Chansey', 'Crawdaunt', 'Dragapult', 'Eternatus', 'Hawlucha', 'Kyogre', 'Marowak-Alola', 'Melmetal',
874
+ 'Nidoking', 'Nidoqueen', 'Pikachu', 'Toxapex', 'Xerneas', 'Zacian', 'Zacian-Crowned', 'Uber > 1', 'AG ++ Uber > 1', 'Arena Trap',
875
+ 'Huge Power', 'Moody', 'Pure Power', 'Shadow Tag', 'Swift Swim', 'Bright Powder', 'Focus Band', 'King\'s Rock', 'Lax Incense',
876
+ 'Quick Claw', 'Baton Pass',
784
877
  ],
785
878
  onValidateTeam(team) {
786
879
  const gods = new Set();
@@ -858,6 +951,8 @@ exports.Formats = [
858
951
  'Decorate', 'Final Gambit', 'Flatter', 'Floral Healing', 'Flower Shield', 'Follow Me', 'Heal Pulse', 'Rage Powder', 'Swagger',
859
952
  ],
860
953
  },
954
+ // Brilliant Diamond/Shining Pearl
955
+ ///////////////////////////////////////////////////////////////////
861
956
  {
862
957
  section: "BD/SP",
863
958
  column: 2,
@@ -881,10 +976,7 @@ exports.Formats = [
881
976
  ],
882
977
  mod: 'gen8bdsp',
883
978
  ruleset: ['Standard'],
884
- banlist: [
885
- 'Uber', 'Arena Trap', 'Drizzle', 'Moody', 'Sand Veil', 'Shadow Tag', 'Snow Cloak',
886
- 'Bright Powder', 'King\'s Rock', 'Lax Incense', 'Razor Fang', 'Baton Pass',
887
- ],
979
+ banlist: ['Uber', 'Arena Trap', 'Drizzle', 'Moody', 'Sand Veil', 'Shadow Tag', 'Snow Cloak', 'King\'s Rock', 'Razor Fang', 'Baton Pass'],
888
980
  },
889
981
  {
890
982
  name: "[Gen 8 BDSP] Ubers",
@@ -892,6 +984,7 @@ exports.Formats = [
892
984
  `&bullet; <a href="https://www.smogon.com/forums/threads/3694036/">BDSP Ubers Discussion &amp; Resources</a>`,
893
985
  ],
894
986
  mod: 'gen8bdsp',
987
+ searchShow: false,
895
988
  ruleset: ['Standard'],
896
989
  banlist: ['AG', 'Baton Pass'],
897
990
  },
@@ -901,6 +994,7 @@ exports.Formats = [
901
994
  `&bullet; <a href="https://www.smogon.com/forums/threads/3694307/">BDSP UU</a>`,
902
995
  ],
903
996
  mod: 'gen8bdsp',
997
+ searchShow: false,
904
998
  ruleset: ['[Gen 8 BDSP] OU'],
905
999
  banlist: ['OU', 'UUBL'],
906
1000
  },
@@ -910,6 +1004,7 @@ exports.Formats = [
910
1004
  `&bullet; <a href="https://www.smogon.com/forums/threads/3695563/">BDSP RU</a>`,
911
1005
  ],
912
1006
  mod: 'gen8bdsp',
1007
+ searchShow: false,
913
1008
  ruleset: ['[Gen 8 BDSP] UU'],
914
1009
  banlist: ['UU', 'RUBL', 'Drought'],
915
1010
  },
@@ -919,6 +1014,7 @@ exports.Formats = [
919
1014
  `&bullet; <a href="https://www.smogon.com/forums/threads/3697080/">BDSP NU</a>`,
920
1015
  ],
921
1016
  mod: 'gen8bdsp',
1017
+ searchShow: false,
922
1018
  ruleset: ['[Gen 8 BDSP] RU'],
923
1019
  banlist: ['RU', 'NUBL', 'Damp Rock', 'Heat Rock'],
924
1020
  },
@@ -928,6 +1024,7 @@ exports.Formats = [
928
1024
  `&bullet; <a href="https://www.smogon.com/forums/threads/3700009/">BDSP PU</a>`,
929
1025
  ],
930
1026
  mod: 'gen8bdsp',
1027
+ searchShow: false,
931
1028
  ruleset: ['[Gen 8 BDSP] NU'],
932
1029
  banlist: ['NU', 'PUBL'],
933
1030
  },
@@ -937,6 +1034,7 @@ exports.Formats = [
937
1034
  `&bullet; <a href="https://www.smogon.com/forums/threads/3696004/">BDSP LC</a>`,
938
1035
  ],
939
1036
  mod: 'gen8bdsp',
1037
+ searchShow: false,
940
1038
  ruleset: ['Little Cup', 'Standard'],
941
1039
  banlist: ['Gligar', 'Meditite', 'Misdreavus', 'Munchlax', 'Murkrow', 'Scyther', 'Sneasel', 'Tangela', 'Vulpix', 'Yanma', 'Moody', 'Baton Pass', 'Sticky Web'],
942
1040
  },
@@ -946,6 +1044,7 @@ exports.Formats = [
946
1044
  `&bullet; <a href="https://www.smogon.com/forums/threads/3694267/">BDSP Monotype</a>`,
947
1045
  ],
948
1046
  mod: 'gen8bdsp',
1047
+ searchShow: false,
949
1048
  ruleset: ['[Gen 8 BDSP] OU', 'Same Type Clause'],
950
1049
  },
951
1050
  {
@@ -957,15 +1056,6 @@ exports.Formats = [
957
1056
  searchShow: false,
958
1057
  ruleset: ['[Gen 8 BDSP] OU', '+CAP'],
959
1058
  },
960
- {
961
- name: "[Gen 8 BDSP] 3v3 Singles",
962
- threads: [
963
- `&bullet; <a href="https://www.smogon.com/forums/threads/3695092/">BDSP 3v3 Singles</a>`,
964
- ],
965
- mod: 'gen8bdsp',
966
- searchShow: false,
967
- ruleset: ['Flat Rules', 'Min Source Gen = 8'],
968
- },
969
1059
  {
970
1060
  name: "[Gen 8 BDSP] Doubles OU",
971
1061
  threads: [
@@ -983,8 +1073,11 @@ exports.Formats = [
983
1073
  ],
984
1074
  mod: 'gen8bdsp',
985
1075
  gameType: 'doubles',
1076
+ searchShow: false,
986
1077
  ruleset: ['Flat Rules', 'Min Source Gen = 8'],
987
1078
  },
1079
+ // Challengeable OMs
1080
+ ///////////////////////////////////////////////////////////////////
988
1081
  {
989
1082
  section: "Challengeable OMs",
990
1083
  column: 2,
@@ -997,7 +1090,7 @@ exports.Formats = [
997
1090
  ],
998
1091
  mod: 'gen8',
999
1092
  searchShow: false,
1000
- ruleset: ['Standard', 'Dynamax Clause', 'Camomons Mod'],
1093
+ ruleset: ['Standard OMs', 'Camomons Mod', 'Sleep Clause Mod'],
1001
1094
  banlist: [
1002
1095
  'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragonite', 'Eternatus', 'Genesect', 'Giratina', 'Giratina-Origin',
1003
1096
  'Groudon', 'Ho-Oh', 'Hydreigon', 'Kartana', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia', 'Lunala', 'Marshadow',
@@ -1014,7 +1107,7 @@ exports.Formats = [
1014
1107
  ],
1015
1108
  mod: 'gen8',
1016
1109
  searchShow: false,
1017
- ruleset: ['Standard', 'Overflow Stat Mod', 'Dynamax Clause', '2 Ability Clause'],
1110
+ ruleset: ['Standard OMs', '2 Ability Clause', 'Sleep Clause Mod'],
1018
1111
  banlist: ['Corsola-Galar', 'Sneasel', 'Type: Null', 'Arena Trap', 'Ice Scales', 'Moody', 'King\'s Rock', 'Baton Pass'],
1019
1112
  restricted: ['Chansey', 'Lunala', 'Shedinja', 'Solgaleo', 'Gorilla Tactics', 'Huge Power', 'Pure Power', 'Shadow Tag'],
1020
1113
  onValidateTeam(team) {
@@ -1164,7 +1257,7 @@ exports.Formats = [
1164
1257
  ],
1165
1258
  mod: 'gen8',
1166
1259
  searchShow: false,
1167
- ruleset: ['Standard', '!Sleep Clause Mod', 'Sleep Moves Clause', '2 Ability Clause', 'Dynamax Clause'],
1260
+ ruleset: ['Standard OMs', '2 Ability Clause', 'Sleep Moves Clause'],
1168
1261
  banlist: [
1169
1262
  'Blacephalon', 'Blaziken', 'Butterfree', 'Calyrex-Ice', 'Calyrex-Shadow', 'Chansey', 'Combusken', 'Cresselia', 'Darmanitan-Galar', 'Dialga',
1170
1263
  'Dracovish', 'Eternatus', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Lugia',
@@ -1353,7 +1446,7 @@ exports.Formats = [
1353
1446
  ],
1354
1447
  mod: 'linked',
1355
1448
  searchShow: false,
1356
- ruleset: ['Standard', 'Dynamax Clause'],
1449
+ ruleset: ['Standard OMs', 'Sleep Clause Mod'],
1357
1450
  banlist: [
1358
1451
  'Calyrex-Ice', 'Calyrex-Shadow', 'Cinderace', 'Cloyster', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Eternatus', 'Genesect', 'Giratina',
1359
1452
  'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia', 'Lunala',
@@ -1385,7 +1478,7 @@ exports.Formats = [
1385
1478
  ],
1386
1479
  mod: 'gen8',
1387
1480
  searchShow: false,
1388
- ruleset: ['Standard', 'Dynamax Clause', '2 Ability Clause', 'Sleep Moves Clause', '!Sleep Clause Mod'],
1481
+ ruleset: ['Standard OMs', '2 Ability Clause', 'Sleep Moves Clause'],
1389
1482
  banlist: [
1390
1483
  'Calyrex-Ice', 'Calyrex-Shadow', 'Cinderace', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragonite', 'Eternatus',
1391
1484
  'Genesect', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem-Black', 'Kyurem-White',
@@ -1590,7 +1683,7 @@ exports.Formats = [
1590
1683
  ],
1591
1684
  mod: 'gen8',
1592
1685
  searchShow: false,
1593
- ruleset: ['Standard', 'Dynamax Clause'],
1686
+ ruleset: ['Standard OMs', 'Sleep Clause Mod'],
1594
1687
  banlist: [
1595
1688
  'Blissey', 'Calyrex-Ice', 'Calyrex-Shadow', 'Chansey', 'Cloyster', 'Dialga', 'Eternatus', 'Genesect', 'Giratina',
1596
1689
  'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia', 'Lunala',
@@ -1645,7 +1738,7 @@ exports.Formats = [
1645
1738
  ],
1646
1739
  mod: 'pokebilities',
1647
1740
  searchShow: false,
1648
- ruleset: ['Standard', 'Dynamax Clause'],
1741
+ ruleset: ['Standard OMs', 'Sleep Clause Mod'],
1649
1742
  banlist: [
1650
1743
  'Calyrex-Ice', 'Calyrex-Shadow', 'Cinderace', 'Conkeldurr', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dracozolt',
1651
1744
  'Eternatus', 'Excadrill', 'Genesect', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-Black',
@@ -1684,10 +1777,29 @@ exports.Formats = [
1684
1777
  .filter(ability => ability !== pokemon.ability);
1685
1778
  }
1686
1779
  },
1780
+ onBeforeSwitchIn(pokemon) {
1781
+ // Abilities that must be applied before both sides trigger onSwitchIn to correctly
1782
+ // handle switch-in ability-to-ability interactions, e.g. Intimidate counters
1783
+ const neededBeforeSwitchInIDs = [
1784
+ 'clearbody', 'competitive', 'contrary', 'defiant', 'fullmetalbody', 'hypercutter', 'innerfocus',
1785
+ 'mirrorarmor', 'oblivious', 'owntempo', 'rattled', 'scrappy', 'simple', 'whitesmoke',
1786
+ ];
1787
+ if (pokemon.m.innates) {
1788
+ for (const innate of pokemon.m.innates) {
1789
+ if (!neededBeforeSwitchInIDs.includes(innate))
1790
+ continue;
1791
+ if (pokemon.hasAbility(innate))
1792
+ continue;
1793
+ pokemon.addVolatile("ability:" + innate, pokemon);
1794
+ }
1795
+ }
1796
+ },
1687
1797
  onSwitchInPriority: 2,
1688
1798
  onSwitchIn(pokemon) {
1689
1799
  if (pokemon.m.innates) {
1690
1800
  for (const innate of pokemon.m.innates) {
1801
+ if (pokemon.hasAbility(innate))
1802
+ continue;
1691
1803
  pokemon.addVolatile("ability:" + innate, pokemon);
1692
1804
  }
1693
1805
  }
@@ -1728,7 +1840,7 @@ exports.Formats = [
1728
1840
  ],
1729
1841
  mod: 'sharedpower',
1730
1842
  searchShow: false,
1731
- ruleset: ['Standard', 'Dynamax Clause'],
1843
+ ruleset: ['Standard OMs', 'Sleep Clause Mod'],
1732
1844
  banlist: [
1733
1845
  'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Eternatus', 'Genesect', 'Giratina',
1734
1846
  'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Lugia', 'Lunala', 'Magearna',
@@ -1795,7 +1907,7 @@ exports.Formats = [
1795
1907
  searchShow: false,
1796
1908
  challengeShow: false,
1797
1909
  tournamentShow: false,
1798
- ruleset: ['Standard', 'Dynamax Clause'],
1910
+ ruleset: ['Standard OMs', 'Sleep Clause Mod'],
1799
1911
  banlist: [
1800
1912
  'Calyrex-Ice', 'Calyrex-Shadow', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragapult', 'Eternatus', 'Kyurem-Black', 'Kyurem-White', 'Giratina',
1801
1913
  'Giratina-Origin', 'Genesect', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Lugia', 'Lunala', 'Magearna', 'Marowak-Alola', 'Marshadow', 'Melmetal',
@@ -1902,7 +2014,7 @@ exports.Formats = [
1902
2014
  ],
1903
2015
  mod: 'gen8',
1904
2016
  searchShow: false,
1905
- ruleset: ['Standard', '!OHKO Clause', 'Picked Team Size = 6', 'Adjust Level = 100'],
2017
+ ruleset: ['Standard OMs', 'Sleep Clause Mod', '!OHKO Clause', 'Picked Team Size = 6', 'Adjust Level = 100'],
1906
2018
  banlist: [
1907
2019
  'Sandshrew-Alola', 'Shedinja', 'Infiltrator', 'Magic Guard', 'Choice Scarf',
1908
2020
  'Explosion', 'Final Gambit', 'Healing Wish', 'Lunar Dance', 'Magic Room', 'Memento', 'Misty Explosion', 'Self-Destruct',
@@ -2016,6 +2128,18 @@ exports.Formats = [
2016
2128
  },
2017
2129
  },
2018
2130
  },
2131
+ // Randomized Format Spotlight
2132
+ ///////////////////////////////////////////////////////////////////
2133
+ {
2134
+ section: "Randomized Format Spotlight",
2135
+ column: 2,
2136
+ },
2137
+ {
2138
+ name: "[Gen 3] Challenge Cup",
2139
+ mod: 'gen3',
2140
+ team: 'randomCC',
2141
+ ruleset: ['Obtainable', 'HP Percentage Mod', 'Cancel Mod'],
2142
+ },
2019
2143
  // Randomized Metas
2020
2144
  ///////////////////////////////////////////////////////////////////
2021
2145
  {
@@ -2336,36 +2460,41 @@ exports.Formats = [
2336
2460
  column: 3,
2337
2461
  },
2338
2462
  {
2339
- name: "[Gen 3] Ubers",
2463
+ name: "[Gen 4] Ubers",
2340
2464
  threads: [
2341
- `&bullet; <a href="https://www.smogon.com/forums/posts/8286280/">ADV Ubers</a>`,
2465
+ `&bullet; <a href="https://www.smogon.com/forums/posts/8286279/">DPP Ubers</a>`,
2342
2466
  ],
2343
- mod: 'gen3',
2467
+ mod: 'gen4',
2344
2468
  // searchShow: false,
2345
- ruleset: ['Standard', 'Deoxys Camouflage Clause', 'One Baton Pass Clause'],
2346
- banlist: ['Wobbuffet + Leftovers'],
2469
+ ruleset: ['Standard'],
2470
+ banlist: ['AG'],
2347
2471
  },
2348
2472
  {
2349
- name: "[Gen 5] RU",
2473
+ name: "[Gen 4] LC",
2350
2474
  threads: [
2351
- `&bullet; <a href="https://www.smogon.com/forums/posts/6431094/">BW2 Sample Teams</a>`,
2352
- `&bullet; <a href="https://www.smogon.com/forums/threads/3473124/">BW2 RU Viability Rankings</a>`,
2475
+ `&bullet; <a href="https://www.smogon.com/dp/articles/little_cup_guide">DPP LC Guide</a>`,
2476
+ `&bullet; <a href="https://www.smogon.com/forums/posts/7336500/">DPP LC Viability Rankings</a>`,
2353
2477
  ],
2354
- mod: 'gen5',
2478
+ mod: 'gen4',
2355
2479
  // searchShow: false,
2356
- ruleset: ['[Gen 5] UU', 'Baton Pass Clause', '!Sleep Clause Mod', 'Sleep Moves Clause'],
2357
- banlist: ['UU', 'RUBL', 'Shadow Tag', 'Shell Smash + Baton Pass'],
2358
- unbanlist: ['Prankster + Assist', 'Prankster + Copycat', 'Baton Pass'],
2480
+ ruleset: ['Standard', 'Little Cup', 'Sleep Moves Clause'],
2481
+ banlist: [
2482
+ 'Meditite', 'Misdreavus', 'Murkrow', 'Scyther', 'Sneasel', 'Tangela', 'Yanma',
2483
+ 'Berry Juice', 'Deep Sea Tooth', 'Dragon Rage', 'Sonic Boom', 'Swagger',
2484
+ ],
2359
2485
  },
2360
2486
  {
2361
- name: "[Gen 7 Let's Go] UU",
2487
+ name: "[Gen 1] Nintendo Cup 1997",
2362
2488
  threads: [
2363
- `&bullet; <a href="https://www.smogon.com/forums/threads/3659882/">LGPE UU Metagame Discussion &amp; Resources</a>`,
2489
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3682412/">Nintendo Cup 1997 Discussion &amp; Resources</a>`,
2364
2490
  ],
2365
- mod: 'gen7letsgo',
2491
+ mod: 'gen1jpn',
2366
2492
  // searchShow: false,
2367
- ruleset: ['[Gen 7 Let\'s Go] OU'],
2368
- banlist: ['OU', 'UUBL'],
2493
+ ruleset: [
2494
+ 'Picked Team Size = 3', 'Min Level = 50', 'Max Level = 55', 'Max Total Level = 155',
2495
+ 'Obtainable', 'Team Preview', 'Stadium Sleep Clause', 'Species Clause', 'Nickname Clause', 'HP Percentage Mod', 'Cancel Mod', 'Nintendo Cup 1997 Move Legality',
2496
+ ],
2497
+ banlist: ['Uber'],
2369
2498
  },
2370
2499
  // Past Gens OU
2371
2500
  ///////////////////////////////////////////////////////////////////
@@ -2472,7 +2601,7 @@ exports.Formats = [
2472
2601
  `&bullet; <a href="https://www.smogon.com/forums/posts/8778656/">USM Mix and Mega</a>`,
2473
2602
  ],
2474
2603
  mod: 'gen7mixandmega',
2475
- ruleset: ['Standard', 'Mega Rayquaza Clause', 'Overflow Stat Mod'],
2604
+ ruleset: ['Standard OMs', 'Mega Rayquaza Clause', 'Sleep Clause Mod'],
2476
2605
  banlist: ['Shadow Tag', 'Gengarite', 'Baton Pass', 'Electrify'],
2477
2606
  restricted: [
2478
2607
  'Arceus', 'Deoxys', 'Dialga', 'Dragonite', 'Giratina', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem', 'Landorus-Therian', 'Lugia',
@@ -2659,8 +2788,7 @@ exports.Formats = [
2659
2788
  'Groudon', 'Ho-Oh', 'Hoopa-Unbound', 'Kangaskhan-Mega', 'Kartana', 'Kyogre', 'Kyurem-White', 'Lucario-Mega', 'Lugia', 'Lunala', 'Magearna',
2660
2789
  'Marshadow', 'Mawile-Mega', 'Medicham-Mega', 'Metagross-Mega', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia',
2661
2790
  'Pheromosa', 'Rayquaza', 'Reshiram', 'Salamence-Mega', 'Shaymin-Sky', 'Solgaleo', 'Tapu Lele', 'Xerneas', 'Yveltal', 'Zekrom', 'Zygarde',
2662
- 'Battle Bond', 'Shadow Tag', 'Bright Powder', 'Damp Rock', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw', 'Razor Fang',
2663
- 'Smooth Rock', 'Terrain Extender', 'Baton Pass',
2791
+ 'Battle Bond', 'Shadow Tag', 'Damp Rock', 'Focus Band', 'King\'s Rock', 'Quick Claw', 'Razor Fang', 'Smooth Rock', 'Terrain Extender', 'Baton Pass',
2664
2792
  ],
2665
2793
  },
2666
2794
  {
@@ -2948,8 +3076,7 @@ exports.Formats = [
2948
3076
  'Gengar-Mega', 'Giratina', 'Giratina-Origin', 'Greninja', 'Groudon', 'Ho-Oh', 'Hoopa-Unbound', 'Kangaskhan-Mega', 'Kyogre', 'Kyurem-White',
2949
3077
  'Lucario-Mega', 'Lugia', 'Mawile-Mega', 'Medicham-Mega', 'Metagross-Mega', 'Mewtwo', 'Palkia', 'Rayquaza', 'Reshiram', 'Sableye-Mega',
2950
3078
  'Salamence-Mega', 'Shaymin-Sky', 'Slowbro-Mega', 'Talonflame', 'Xerneas', 'Yveltal', 'Zekrom',
2951
- 'Shadow Tag', 'Bright Powder', 'Damp Rock', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw', 'Razor Fang', 'Smooth Rock',
2952
- 'Soul Dew', 'Baton Pass',
3079
+ 'Shadow Tag', 'Damp Rock', 'Focus Band', 'King\'s Rock', 'Quick Claw', 'Razor Fang', 'Smooth Rock', 'Soul Dew', 'Baton Pass',
2953
3080
  ],
2954
3081
  },
2955
3082
  {
@@ -3150,6 +3277,18 @@ exports.Formats = [
3150
3277
  ruleset: ['Standard', 'Evasion Abilities Clause', 'Swagger Clause', 'Sleep Clause Mod'],
3151
3278
  banlist: ['Uber', 'OU', 'UUBL', 'Arena Trap', 'Drought', 'Sand Stream', 'Snow Warning', 'Prankster + Assist', 'Prankster + Copycat', 'Baton Pass'],
3152
3279
  },
3280
+ {
3281
+ name: "[Gen 5] RU",
3282
+ threads: [
3283
+ `&bullet; <a href="https://www.smogon.com/forums/posts/6431094/">BW2 Sample Teams</a>`,
3284
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3473124/">BW2 RU Viability Rankings</a>`,
3285
+ ],
3286
+ mod: 'gen5',
3287
+ searchShow: false,
3288
+ ruleset: ['[Gen 5] UU', 'Baton Pass Clause', '!Sleep Clause Mod', 'Sleep Moves Clause'],
3289
+ banlist: ['UU', 'RUBL', 'Shadow Tag', 'Shell Smash + Baton Pass'],
3290
+ unbanlist: ['Prankster + Assist', 'Prankster + Copycat', 'Baton Pass'],
3291
+ },
3153
3292
  {
3154
3293
  name: "[Gen 5] NU",
3155
3294
  threads: [
@@ -3194,6 +3333,7 @@ exports.Formats = [
3194
3333
  mod: 'gen5',
3195
3334
  searchShow: false,
3196
3335
  ruleset: ['[Gen 5] OU', 'Same Type Clause', '!Gems Clause'],
3336
+ banlist: ['Latios'],
3197
3337
  },
3198
3338
  {
3199
3339
  name: "[Gen 5] 1v1",
@@ -3207,7 +3347,7 @@ exports.Formats = [
3207
3347
  'Picked Team Size = 1', 'Max Team Size = 3',
3208
3348
  'Standard', 'Baton Pass Clause', 'Swagger Clause', 'Accuracy Moves Clause', 'Sleep Moves Clause',
3209
3349
  ],
3210
- banlist: ['Uber', 'Cottonee', 'Dragonite', 'Jirachi', 'Kyurem-Black', 'Mew', 'Togekiss', 'Whimsicott', 'Victini', 'Bright Powder', 'Focus Band', 'Focus Sash', 'Lax Incense', 'Quick Claw', 'Soul Dew', 'Perish Song'],
3350
+ banlist: ['Uber', 'Cottonee', 'Dragonite', 'Jirachi', 'Kyurem-Black', 'Mew', 'Togekiss', 'Whimsicott', 'Victini', 'Focus Band', 'Focus Sash', 'Quick Claw', 'Soul Dew', 'Perish Song'],
3211
3351
  unbanlist: ['Genesect', 'Landorus', 'Manaphy', 'Thundurus', 'Tornadus-Therian'],
3212
3352
  },
3213
3353
  {
@@ -3306,16 +3446,6 @@ exports.Formats = [
3306
3446
  section: "DPP Singles",
3307
3447
  column: 5,
3308
3448
  },
3309
- {
3310
- name: "[Gen 4] Ubers",
3311
- threads: [
3312
- `&bullet; <a href="https://www.smogon.com/forums/posts/8286279/">DPP Ubers</a>`,
3313
- ],
3314
- mod: 'gen4',
3315
- searchShow: false,
3316
- ruleset: ['Standard'],
3317
- banlist: ['AG'],
3318
- },
3319
3449
  {
3320
3450
  name: "[Gen 4] UU",
3321
3451
  threads: [
@@ -3356,20 +3486,6 @@ exports.Formats = [
3356
3486
  'Sharpedo', 'Shiftry', 'Skuntank', 'Slowking', 'Tauros', 'Typhlosion', 'Venomoth', 'Vileplume',
3357
3487
  ],
3358
3488
  },
3359
- {
3360
- name: "[Gen 4] LC",
3361
- threads: [
3362
- `&bullet; <a href="https://www.smogon.com/dp/articles/little_cup_guide">DPP LC Guide</a>`,
3363
- `&bullet; <a href="https://www.smogon.com/forums/posts/7336500/">DPP LC Viability Rankings</a>`,
3364
- ],
3365
- mod: 'gen4',
3366
- searchShow: false,
3367
- ruleset: ['Standard', 'Little Cup', 'Sleep Moves Clause'],
3368
- banlist: [
3369
- 'Meditite', 'Misdreavus', 'Murkrow', 'Scyther', 'Sneasel', 'Tangela', 'Yanma',
3370
- 'Berry Juice', 'Deep Sea Tooth', 'Dragon Rage', 'Sonic Boom', 'Swagger',
3371
- ],
3372
- },
3373
3489
  {
3374
3490
  name: "[Gen 4] Anything Goes",
3375
3491
  mod: 'gen4',
@@ -3465,6 +3581,16 @@ exports.Formats = [
3465
3581
  section: "Past Generations",
3466
3582
  column: 5,
3467
3583
  },
3584
+ {
3585
+ name: "[Gen 3] Ubers",
3586
+ threads: [
3587
+ `&bullet; <a href="https://www.smogon.com/forums/posts/8286280/">ADV Ubers</a>`,
3588
+ ],
3589
+ mod: 'gen3',
3590
+ searchShow: false,
3591
+ ruleset: ['Standard', 'Deoxys Camouflage Clause', 'One Baton Pass Clause'],
3592
+ banlist: ['Wobbuffet + Leftovers'],
3593
+ },
3468
3594
  {
3469
3595
  name: "[Gen 3] UU",
3470
3596
  threads: [
@@ -3474,7 +3600,7 @@ exports.Formats = [
3474
3600
  mod: 'gen3',
3475
3601
  searchShow: false,
3476
3602
  ruleset: ['Standard'],
3477
- banlist: ['Uber', 'OU', 'UUBL', 'Smeargle + Ingrain', 'Arena Trap', 'Bright Powder', 'Lax Incense', 'Baton Pass', 'Swagger'],
3603
+ banlist: ['Uber', 'OU', 'UUBL', 'Smeargle + Ingrain', 'Arena Trap', 'Baton Pass', 'Swagger'],
3478
3604
  },
3479
3605
  {
3480
3606
  name: "[Gen 3] NU",
@@ -3500,7 +3626,7 @@ exports.Formats = [
3500
3626
  ],
3501
3627
  banlist: [
3502
3628
  'Clefable', 'Slaking', 'Snorlax', 'Suicune', 'Zapdos', 'Destiny Bond', 'Explosion', 'Ingrain', 'Perish Song',
3503
- 'Self-Destruct', 'Bright Powder', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw',
3629
+ 'Self-Destruct', 'Focus Band', 'King\'s Rock', 'Quick Claw',
3504
3630
  ],
3505
3631
  unbanlist: ['Mr. Mime', 'Wobbuffet', 'Wynaut', 'Sand Veil'],
3506
3632
  },
@@ -3568,7 +3694,7 @@ exports.Formats = [
3568
3694
  '[Gen 2] OU', 'Accuracy Moves Clause', 'Sleep Moves Clause', 'Team Preview',
3569
3695
  ],
3570
3696
  banlist: [
3571
- 'Alakazam', 'Clefable', 'Snorlax', 'Zapdos', 'Berserk Gene', 'Bright Powder', 'Focus Band', 'King\'s Rock', 'Quick Claw',
3697
+ 'Alakazam', 'Clefable', 'Snorlax', 'Zapdos', 'Berserk Gene', 'Focus Band', 'King\'s Rock', 'Quick Claw',
3572
3698
  'Attract', 'Destiny Bond', 'Explosion', 'Perish Song', 'Present', 'Self-Destruct', 'Swagger',
3573
3699
  ],
3574
3700
  },
@@ -3635,24 +3761,24 @@ exports.Formats = [
3635
3761
  banlist: ['UU', 'NUBL'],
3636
3762
  },
3637
3763
  {
3638
- name: "[Gen 1] Japanese OU",
3639
- desc: `Generation 1 with Japanese battle mechanics.`,
3640
- mod: 'gen1jpn',
3641
- searchShow: false,
3642
- ruleset: ['Standard'],
3643
- banlist: ['Uber'],
3644
- },
3645
- {
3646
- name: "[Gen 1] Nintendo Cup 1997",
3764
+ name: "[Gen 1] 1v1",
3647
3765
  threads: [
3648
- `&bullet; <a href="https://www.smogon.com/forums/threads/3682412/">Nintendo Cup 1997 Discussion &amp; Resources</a>`,
3766
+ `&bullet; <a href="https://www.smogon.com/forums/posts/8031462">RBY 1v1</a>`,
3649
3767
  ],
3650
- mod: 'gen1jpn',
3768
+ mod: 'gen1',
3651
3769
  searchShow: false,
3652
3770
  ruleset: [
3653
- 'Picked Team Size = 3', 'Min Level = 50', 'Max Level = 55', 'Max Total Level = 155',
3654
- 'Obtainable', 'Team Preview', 'Sleep Clause Mod', 'Species Clause', 'Nickname Clause', 'HP Percentage Mod', 'Cancel Mod', 'Nintendo Cup 1997 Move Legality',
3771
+ 'Picked Team Size = 1', 'Max Team Size = 3',
3772
+ '[Gen 1] OU', 'Accuracy Moves Clause', 'Sleep Moves Clause', 'Team Preview',
3655
3773
  ],
3774
+ banlist: ['Bind', 'Clamp', 'Explosion', 'Fire Spin', 'Self-Destruct', 'Wrap'],
3775
+ },
3776
+ {
3777
+ name: "[Gen 1] Japanese OU",
3778
+ desc: `Generation 1 with Japanese battle mechanics.`,
3779
+ mod: 'gen1jpn',
3780
+ searchShow: false,
3781
+ ruleset: ['Standard'],
3656
3782
  banlist: ['Uber'],
3657
3783
  },
3658
3784
  {