@pkmn/sim 0.7.24 → 0.7.25

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 (46) hide show
  1. package/build/cjs/config/formats.js +5 -5
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/conditions.js +1 -1
  4. package/build/cjs/data/conditions.js.map +1 -1
  5. package/build/cjs/data/formats-data.js +19 -23
  6. package/build/cjs/data/formats-data.js.map +1 -1
  7. package/build/cjs/data/learnsets.js +106 -0
  8. package/build/cjs/data/learnsets.js.map +1 -1
  9. package/build/cjs/data/legality.js +51 -0
  10. package/build/cjs/data/legality.js.map +1 -1
  11. package/build/cjs/data/mods/gen8/pokedex.js +0 -4
  12. package/build/cjs/data/mods/gen8/pokedex.js.map +1 -1
  13. package/build/cjs/data/moves.js +39 -1
  14. package/build/cjs/data/moves.js.map +1 -1
  15. package/build/cjs/data/pokedex.js +27 -1
  16. package/build/cjs/data/pokedex.js.map +1 -1
  17. package/build/cjs/sim/battle-actions.js +2 -2
  18. package/build/cjs/sim/battle-actions.js.map +1 -1
  19. package/build/cjs/sim/pokemon.js +2 -2
  20. package/build/cjs/sim/pokemon.js.map +1 -1
  21. package/build/cjs/sim/team-validator.js +3 -3
  22. package/build/cjs/sim/team-validator.js.map +1 -1
  23. package/build/esm/config/formats.mjs +5 -5
  24. package/build/esm/config/formats.mjs.map +1 -1
  25. package/build/esm/data/conditions.mjs +1 -1
  26. package/build/esm/data/conditions.mjs.map +1 -1
  27. package/build/esm/data/formats-data.mjs +19 -23
  28. package/build/esm/data/formats-data.mjs.map +1 -1
  29. package/build/esm/data/learnsets.mjs +106 -0
  30. package/build/esm/data/learnsets.mjs.map +1 -1
  31. package/build/esm/data/legality.mjs +51 -0
  32. package/build/esm/data/legality.mjs.map +1 -1
  33. package/build/esm/data/mods/gen8/pokedex.mjs +0 -4
  34. package/build/esm/data/mods/gen8/pokedex.mjs.map +1 -1
  35. package/build/esm/data/moves.mjs +39 -1
  36. package/build/esm/data/moves.mjs.map +1 -1
  37. package/build/esm/data/pokedex.mjs +27 -1
  38. package/build/esm/data/pokedex.mjs.map +1 -1
  39. package/build/esm/sim/battle-actions.mjs +2 -2
  40. package/build/esm/sim/battle-actions.mjs.map +1 -1
  41. package/build/esm/sim/pokemon.mjs +2 -2
  42. package/build/esm/sim/pokemon.mjs.map +1 -1
  43. package/build/esm/sim/team-validator.mjs +3 -3
  44. package/build/esm/sim/team-validator.mjs.map +1 -1
  45. package/build/types/sim/pokemon.d.ts +1 -1
  46. package/package.json +1 -1
@@ -11224,6 +11224,23 @@ export const Legality = {
11224
11224
  ],
11225
11225
  encounters: [{ generation: 5, level: 25 }]
11226
11226
  },
11227
+ zoroarkhisui: {
11228
+ learnset: {
11229
+ bittermalice: ['9S0'],
11230
+ happyhour: ['9S0'],
11231
+ nastyplot: ['9S0'],
11232
+ terablast: ['9S0']
11233
+ },
11234
+ eventData: [
11235
+ {
11236
+ generation: 9,
11237
+ level: 50,
11238
+ perfectIVs: 3,
11239
+ moves: ['happyhour', 'bittermalice', 'nastyplot', 'terablast'],
11240
+ pokeball: 'cherishball'
11241
+ }
11242
+ ]
11243
+ },
11227
11244
  gothorita: {
11228
11245
  learnset: {
11229
11246
  flatter: ['5S0', '5S1'],
@@ -15022,6 +15039,40 @@ export const Legality = {
15022
15039
  ],
15023
15040
  eventOnly: true
15024
15041
  },
15042
+ walkingwake: {
15043
+ learnset: {
15044
+ dragonpulse: ['9S0'],
15045
+ flamethrower: ['9S0'],
15046
+ hydrosteam: ['9S0'],
15047
+ nobleroar: ['9S0']
15048
+ },
15049
+ eventData: [
15050
+ {
15051
+ generation: 9,
15052
+ level: 75,
15053
+ perfectIVs: 3,
15054
+ moves: ['hydrosteam', 'dragonpulse', 'nobleroar', 'flamethrower']
15055
+ }
15056
+ ],
15057
+ eventOnly: true
15058
+ },
15059
+ ironleaves: {
15060
+ learnset: {
15061
+ leafblade: ['9S0'],
15062
+ megahorn: ['9S0'],
15063
+ psyblade: ['9S0'],
15064
+ swordsdance: ['9S0']
15065
+ },
15066
+ eventData: [
15067
+ {
15068
+ generation: 9,
15069
+ level: 75,
15070
+ perfectIVs: 3,
15071
+ moves: ['psyblade', 'leafblade', 'megahorn', 'swordsdance']
15072
+ }
15073
+ ],
15074
+ eventOnly: true
15075
+ },
15025
15076
  kerfluffle: {
15026
15077
  learnset: { celebrate: ['6S0'], fly: ['6S0'], holdhands: ['6S0'], metronome: ['6S0'] },
15027
15078
  eventData: [