@pkmn/sim 0.5.7 → 0.5.8

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 (49) hide show
  1. package/build/config/formats.js +91 -45
  2. package/build/config/formats.js.map +1 -1
  3. package/build/data/formats-data.js +3 -3
  4. package/build/data/formats-data.js.map +1 -1
  5. package/build/data/items.js +2 -2
  6. package/build/data/items.js.map +1 -1
  7. package/build/data/learnsets.js +6 -5
  8. package/build/data/learnsets.js.map +1 -1
  9. package/build/data/mods/gen2/moves.js +13 -1
  10. package/build/data/mods/gen2/moves.js.map +1 -1
  11. package/build/data/mods/gen3/formats-data.js +2 -2
  12. package/build/data/mods/gen3/formats-data.js.map +1 -1
  13. package/build/data/mods/gen4/formats-data.js +4 -4
  14. package/build/data/mods/gen4/formats-data.js.map +1 -1
  15. package/build/data/mods/gen4/moves.js +7 -5
  16. package/build/data/mods/gen4/moves.js.map +1 -1
  17. package/build/data/mods/gen5/moves.js +6 -4
  18. package/build/data/mods/gen5/moves.js.map +1 -1
  19. package/build/data/mods/gen6/items.js +2 -2
  20. package/build/data/mods/gen6/items.js.map +1 -1
  21. package/build/data/mods/gen7/moves.js +3 -3
  22. package/build/data/mods/gen7/moves.js.map +1 -1
  23. package/build/data/mods/gen7/pokedex.js +4 -0
  24. package/build/data/mods/gen7/pokedex.js.map +1 -1
  25. package/build/data/moves.js +6 -5
  26. package/build/data/moves.js.map +1 -1
  27. package/build/data/pokedex.js +1 -1
  28. package/build/data/pokedex.js.map +1 -1
  29. package/build/data/rulesets.js +23 -0
  30. package/build/data/rulesets.js.map +1 -1
  31. package/build/sim/team-validator.js +11 -0
  32. package/build/sim/team-validator.js.map +1 -1
  33. package/config/formats.ts +88 -43
  34. package/data/formats-data.ts +3 -3
  35. package/data/items.ts +2 -2
  36. package/data/learnsets.ts +6 -5
  37. package/data/mods/gen2/moves.ts +13 -1
  38. package/data/mods/gen3/formats-data.ts +2 -2
  39. package/data/mods/gen4/formats-data.ts +4 -4
  40. package/data/mods/gen4/moves.ts +6 -4
  41. package/data/mods/gen5/moves.ts +6 -4
  42. package/data/mods/gen6/items.ts +2 -2
  43. package/data/mods/gen7/moves.ts +3 -3
  44. package/data/mods/gen7/pokedex.ts +4 -0
  45. package/data/moves.ts +6 -5
  46. package/data/pokedex.ts +1 -1
  47. package/data/rulesets.ts +21 -0
  48. package/package.json +2 -2
  49. package/sim/team-validator.ts +13 -0
@@ -20170,12 +20170,12 @@ exports.Learnsets = {
20170
20170
  expandingforce: ["8T"],
20171
20171
  facade: ["8M"],
20172
20172
  fly: ["8M"],
20173
- freezingglare: ["8L45", "8S0"],
20173
+ freezingglare: ["8L45", "8S0", "8S1"],
20174
20174
  futuresight: ["8M", "8L65"],
20175
20175
  gigaimpact: ["8M"],
20176
20176
  guardswap: ["8M"],
20177
20177
  gust: ["8L1"],
20178
- hurricane: ["8M", "8L55", "8S0"],
20178
+ hurricane: ["8M", "8L55", "8S0", "8S1"],
20179
20179
  hyperbeam: ["8M"],
20180
20180
  hypervoice: ["8M"],
20181
20181
  hypnosis: ["8L15"],
@@ -20185,8 +20185,8 @@ exports.Learnsets = {
20185
20185
  powerswap: ["8M"],
20186
20186
  protect: ["8M"],
20187
20187
  psychic: ["8M"],
20188
- psychocut: ["8M", "8L35", "8S0"],
20189
- psychoshift: ["8L1", "8S0"],
20188
+ psychocut: ["8M", "8L35", "8S0", "8S1"],
20189
+ psychoshift: ["8L1", "8S0", "8S1"],
20190
20190
  psyshock: ["8M"],
20191
20191
  recover: ["8L40"],
20192
20192
  reflect: ["8M", "8L10"],
@@ -20207,6 +20207,7 @@ exports.Learnsets = {
20207
20207
  },
20208
20208
  eventData: [
20209
20209
  { generation: 8, level: 70, moves: ["freezingglare", "hurricane", "psychocut", "psychoshift"] },
20210
+ { generation: 8, level: 70, shiny: true, moves: ["freezingglare", "hurricane", "psychocut", "psychoshift"], pokeball: "cherishball" },
20210
20211
  ],
20211
20212
  eventOnly: true,
20212
20213
  },
@@ -79489,7 +79490,6 @@ exports.Learnsets = {
79489
79490
  ironhead: ["8M", "7T"],
79490
79491
  irontail: ["8M", "7T", "4M"],
79491
79492
  lavaplume: ["8L48", "7L50", "4L54"],
79492
- leafstorm: ["8M"],
79493
79493
  leechseed: ["8L1", "7L10", "4L13"],
79494
79494
  lightscreen: ["8M", "7M", "4M"],
79495
79495
  lowkick: ["8M", "7T", "4T"],
@@ -79516,6 +79516,7 @@ exports.Learnsets = {
79516
79516
  scorchingsands: ["8T"],
79517
79517
  secretpower: ["7M", "4M"],
79518
79518
  seedbomb: ["8M", "8L32", "7L23", "4T"],
79519
+ slackoff: ["8L1"],
79519
79520
  sleeptalk: ["8M", "7M", "4M"],
79520
79521
  snore: ["8M", "4T"],
79521
79522
  solarbeam: ["8M", "7M", "4M"],