@pkmn/sim 0.5.21 → 0.5.22

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 (61) hide show
  1. package/build/config/formats.js +27 -20
  2. package/build/config/formats.js.map +1 -1
  3. package/build/data/abilities.js +1 -3
  4. package/build/data/abilities.js.map +1 -1
  5. package/build/data/conditions.js +4 -1
  6. package/build/data/conditions.js.map +1 -1
  7. package/build/data/formats-data.js +2 -2
  8. package/build/data/formats-data.js.map +1 -1
  9. package/build/data/mods/gen1/conditions.js +3 -0
  10. package/build/data/mods/gen1/conditions.js.map +1 -1
  11. package/build/data/mods/gen1/moves.js +0 -2
  12. package/build/data/mods/gen1/moves.js.map +1 -1
  13. package/build/data/mods/gen2/conditions.js +3 -0
  14. package/build/data/mods/gen2/conditions.js.map +1 -1
  15. package/build/data/mods/gen3/conditions.js +3 -0
  16. package/build/data/mods/gen3/conditions.js.map +1 -1
  17. package/build/data/mods/gen4/abilities.js +1 -1
  18. package/build/data/mods/gen4/abilities.js.map +1 -1
  19. package/build/data/mods/gen4/conditions.js +3 -0
  20. package/build/data/mods/gen4/conditions.js.map +1 -1
  21. package/build/data/mods/gen4/moves.js +9 -2
  22. package/build/data/mods/gen4/moves.js.map +1 -1
  23. package/build/data/mods/gen5/moves.js +4 -7
  24. package/build/data/mods/gen5/moves.js.map +1 -1
  25. package/build/data/mods/gen5/pokedex.js +24 -0
  26. package/build/data/mods/gen5/pokedex.js.map +1 -1
  27. package/build/data/mods/gen7/abilities.js +8 -0
  28. package/build/data/mods/gen7/abilities.js.map +1 -1
  29. package/build/data/mods/gen7/moves.js +2 -2
  30. package/build/data/mods/gen7/moves.js.map +1 -1
  31. package/build/data/moves.js +8 -3
  32. package/build/data/moves.js.map +1 -1
  33. package/build/data/rulesets.js +39 -0
  34. package/build/data/rulesets.js.map +1 -1
  35. package/build/data/tags.js +1 -1
  36. package/build/data/tags.js.map +1 -1
  37. package/build/sim/pokemon.js +8 -2
  38. package/build/sim/pokemon.js.map +1 -1
  39. package/build/sim/side.js +21 -0
  40. package/build/sim/side.js.map +1 -1
  41. package/config/formats.ts +28 -21
  42. package/data/abilities.ts +1 -3
  43. package/data/conditions.ts +5 -1
  44. package/data/formats-data.ts +2 -2
  45. package/data/mods/gen1/conditions.ts +4 -0
  46. package/data/mods/gen1/moves.ts +0 -1
  47. package/data/mods/gen2/conditions.ts +4 -0
  48. package/data/mods/gen3/conditions.ts +4 -0
  49. package/data/mods/gen4/abilities.ts +1 -1
  50. package/data/mods/gen4/conditions.ts +4 -0
  51. package/data/mods/gen4/moves.ts +9 -2
  52. package/data/mods/gen5/moves.ts +4 -7
  53. package/data/mods/gen5/pokedex.ts +24 -0
  54. package/data/mods/gen7/abilities.ts +8 -0
  55. package/data/mods/gen7/moves.ts +2 -2
  56. package/data/moves.ts +8 -3
  57. package/data/rulesets.ts +36 -0
  58. package/data/tags.ts +1 -1
  59. package/package.json +1 -1
  60. package/sim/pokemon.ts +7 -2
  61. package/sim/side.ts +20 -0
@@ -154,7 +154,7 @@ exports.Formats = [
154
154
  mod: 'gen8',
155
155
  ruleset: ['Little Cup', 'Standard', 'Dynamax Clause'],
156
156
  banlist: [
157
- 'Corsola-Galar', 'Cutiefly', 'Drifloon', 'Gastly', 'Gothita', 'Rufflet', 'Scraggy', 'Scyther', 'Sneasel', 'Swirlix', 'Tangela', 'Vulpix-Alola', 'Woobat', 'Zigzagoon-Base',
157
+ 'Corsola-Galar', 'Cutiefly', 'Drifloon', 'Gastly', 'Gothita', 'Rufflet', 'Scraggy', 'Scyther', 'Sneasel', 'Swirlix', 'Tangela', 'Vullaby', 'Vulpix-Alola', 'Woobat', 'Zigzagoon-Base',
158
158
  'Chlorophyll', 'Moody', 'Baton Pass', 'Sticky Web',
159
159
  ],
160
160
  },
@@ -234,7 +234,7 @@ exports.Formats = [
234
234
  // LC OU
235
235
  'Abra', 'Carvanha', 'Diglett-Base', 'Dwebble', 'Ferroseed', 'Foongus', 'Frillish', 'Grookey', 'Koffing',
236
236
  'Larvesta', 'Magby', 'Magnemite', 'Mareanie', 'Mienfoo', 'Mudbray', 'Natu', 'Onix', 'Pawniard',
237
- 'Ponyta-Base', 'Porygon', 'Slowpoke-Base', 'Staryu', 'Timburr', 'Trapinch', 'Tyrunt', 'Vullaby',
237
+ 'Ponyta-Base', 'Porygon', 'Slowpoke-Base', 'Staryu', 'Timburr', 'Trapinch', 'Tyrunt',
238
238
  // LC UUBL
239
239
  'Archen', 'Farfetch\u2019d-Galar', 'Scorbunny', 'Shellder', 'Wingull',
240
240
  ],
@@ -268,14 +268,6 @@ exports.Formats = [
268
268
  ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8', 'Limit Two Restricted'],
269
269
  restricted: ['Restricted Legendary'],
270
270
  },
271
- {
272
- name: "[Gen 8] Single Battle Cup",
273
- threads: [
274
- `&bullet; <a href="https://www.pokemon.com/us/pokemon-news/register-now-for-the-single-battle-cup-competition/">Single Battle Cup</a>`,
275
- ],
276
- mod: 'gen8',
277
- ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8'],
278
- },
279
271
  {
280
272
  name: "[Gen 8] Custom Game",
281
273
  mod: 'gen8',
@@ -426,6 +418,17 @@ exports.Formats = [
426
418
  }
427
419
  },
428
420
  },
421
+ {
422
+ name: "[Gen 8] Jump! Magikarp!",
423
+ desc: `Every team must contain Magikarp and bring it to the game.`,
424
+ threads: [
425
+ `&bullet; <a href="https://www.smogon.com/forums/threads/3704588/">Jump! Magikarp!</a>`,
426
+ ],
427
+ mod: 'gen8',
428
+ gameType: 'doubles',
429
+ ruleset: ['Flat Rules', '!! Picked Team Size = 2', '!! Adjust Level = 50', 'Min Source Gen = 8', 'Force Select = Magikarp'],
430
+ banlist: ['Sub-Legendary'],
431
+ },
429
432
  {
430
433
  name: "[Gen 8] Doubles Custom Game",
431
434
  mod: 'gen8',
@@ -586,11 +589,12 @@ exports.Formats = [
586
589
  mod: 'gen8',
587
590
  ruleset: ['Standard', '!Sleep Clause Mod', 'Sleep Moves Clause', 'Dynamax Clause'],
588
591
  banlist: [
589
- 'Calyrex-Ice', 'Calyrex-Shadow', 'Cinderace', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Eternatus', 'Genesect', 'Giratina', 'Giratina-Origin',
590
- 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia', 'Lunala', 'Magearna', 'Marshadow',
591
- 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Pheromosa', 'Rayquaza', 'Regieleki', 'Reshiram', 'Solgaleo',
592
- 'Spectrier', 'Urshifu-Base', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Zygarde-Base',
593
- 'Arena Trap', 'Magnet Pull', 'Moody', 'Power Construct', 'Shadow Tag', 'TR29 (Baton Pass)', 'TR82 (Stored Power)', 'Baton Pass',
592
+ 'Calyrex-Ice', 'Calyrex-Shadow', 'Cinderace', 'Darmanitan-Galar', 'Dialga', 'Dracovish', 'Dragapult', 'Eternatus', 'Genesect', 'Giratina',
593
+ 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kartana', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Landorus-Base', 'Lugia', 'Lunala',
594
+ 'Magearna', 'Marshadow', 'Melmetal', 'Mewtwo', 'Naganadel', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Pheromosa', 'Rayquaza',
595
+ 'Regieleki', 'Reshiram', 'Rillaboom', 'Solgaleo', 'Spectrier', 'Urshifu-Base', 'Xerneas', 'Yveltal', 'Zacian', 'Zacian-Crowned', 'Zamazenta',
596
+ 'Zamazenta-Crowned', 'Zekrom', 'Zygarde-Base', 'Arena Trap', 'Magnet Pull', 'Moody', 'Power Construct', 'Shadow Tag', 'TR29 (Baton Pass)',
597
+ 'TR82 (Stored Power)', 'Baton Pass',
594
598
  ],
595
599
  onValidateSet(set) {
596
600
  if (!set.item)
@@ -2393,7 +2397,10 @@ exports.Formats = [
2393
2397
  'Picked Team Size = 1', 'Max Team Size = 3',
2394
2398
  '[Gen 3] OU', 'Accuracy Moves Clause', 'Sleep Moves Clause', 'Team Preview', '!Freeze Clause Mod',
2395
2399
  ],
2396
- banlist: ['Clefable', 'Slaking', 'Snorlax', 'Suicune', 'Destiny Bond', 'Explosion', 'Ingrain', 'Perish Song', 'Self-Destruct', 'Bright Powder', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw'],
2400
+ banlist: [
2401
+ 'Clefable', 'Slaking', 'Snorlax', 'Suicune', 'Zapdos', 'Destiny Bond', 'Explosion', 'Ingrain', 'Perish Song',
2402
+ 'Self-Destruct', 'Bright Powder', 'Focus Band', 'King\'s Rock', 'Lax Incense', 'Quick Claw',
2403
+ ],
2397
2404
  unbanlist: ['Mr. Mime', 'Wobbuffet', 'Wynaut', 'Sand Veil'],
2398
2405
  },
2399
2406
  {
@@ -2444,7 +2451,7 @@ exports.Formats = [
2444
2451
  `&bullet; <a href="https://www.smogon.com/forums/threads/3668699/">BW2 OU Viability Rankings</a>`,
2445
2452
  ],
2446
2453
  mod: 'gen5',
2447
- ruleset: ['Standard', 'Evasion Abilities Clause', 'Sleep Moves Clause', 'Swagger Clause'],
2454
+ ruleset: ['Standard', 'Evasion Abilities Clause', 'Sleep Moves Clause', 'Swagger Clause', 'Gems Clause'],
2448
2455
  banlist: ['Uber', 'Arena Trap', 'Drizzle ++ Swift Swim', 'Drought ++ Chlorophyll', 'Sand Rush', 'Shadow Tag', 'King\'s Rock', 'Razor Fang', 'Soul Dew', 'Assist', 'Baton Pass'],
2449
2456
  },
2450
2457
  {
@@ -2476,7 +2483,7 @@ exports.Formats = [
2476
2483
  ],
2477
2484
  mod: 'gen2',
2478
2485
  ruleset: ['Standard'],
2479
- banlist: ['Uber'],
2486
+ banlist: ['Uber', 'Mean Look + Baton Pass', 'Spider Web + Baton Pass'],
2480
2487
  },
2481
2488
  {
2482
2489
  name: "[Gen 1] OU",
@@ -2721,7 +2728,7 @@ exports.Formats = [
2721
2728
  'Arceus', 'Darkrai', 'Deoxys-Base', 'Deoxys-Attack', 'Deoxys-Defense', 'Dialga', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kangaskhan-Mega',
2722
2729
  'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Lugia', 'Lunala', 'Marshadow', 'Mewtwo', 'Mimikyu', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane',
2723
2730
  'Palkia', 'Rayquaza', 'Reshiram', 'Salamence-Mega', 'Shaymin-Sky', 'Snorlax', 'Solgaleo', 'Tapu Koko', 'Xerneas', 'Yveltal', 'Zekrom',
2724
- 'Moody', 'Focus Sash', 'Perish Song', 'Detect + Fightinium Z',
2731
+ 'Moody', 'Focus Sash', 'Grass Whistle', 'Hypnosis', 'Perish Song', 'Sing', 'Detect + Fightinium Z',
2725
2732
  ],
2726
2733
  },
2727
2734
  {
@@ -3247,7 +3254,7 @@ exports.Formats = [
3247
3254
  ],
3248
3255
  mod: 'gen5',
3249
3256
  searchShow: false,
3250
- ruleset: ['[Gen 5] OU', 'Same Type Clause'],
3257
+ ruleset: ['[Gen 5] OU', 'Same Type Clause', '!Gems Clause'],
3251
3258
  },
3252
3259
  {
3253
3260
  name: "[Gen 5] 1v1",