@pkmn/sim 0.5.11 → 0.5.12

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 (44) hide show
  1. package/README.md +5 -0
  2. package/build/config/formats.js +346 -281
  3. package/build/config/formats.js.map +1 -1
  4. package/build/data/abilities.js +7 -7
  5. package/build/data/abilities.js.map +1 -1
  6. package/build/data/aliases.js +2 -0
  7. package/build/data/aliases.js.map +1 -1
  8. package/build/data/conditions.js +8 -12
  9. package/build/data/conditions.js.map +1 -1
  10. package/build/data/formats-data.js +33 -32
  11. package/build/data/formats-data.js.map +1 -1
  12. package/build/data/items.js +1 -1
  13. package/build/data/items.js.map +1 -1
  14. package/build/data/mods/gen1/moves.js +2 -4
  15. package/build/data/mods/gen1/moves.js.map +1 -1
  16. package/build/data/mods/gen3/formats-data.js +1 -1
  17. package/build/data/mods/gen3/formats-data.js.map +1 -1
  18. package/build/data/moves.js +14 -12
  19. package/build/data/moves.js.map +1 -1
  20. package/build/data/pokedex.js +2 -2
  21. package/build/data/pokedex.js.map +1 -1
  22. package/build/data/text/moves.js +1 -0
  23. package/build/data/text/moves.js.map +1 -1
  24. package/build/sim/battle.js +13 -11
  25. package/build/sim/battle.js.map +1 -1
  26. package/build/sim/dex-conditions.js +10 -3
  27. package/build/sim/dex-conditions.js.map +1 -1
  28. package/build/sim/team-validator.js +1 -1
  29. package/build/sim/team-validator.js.map +1 -1
  30. package/config/formats.ts +332 -265
  31. package/data/abilities.ts +7 -7
  32. package/data/aliases.ts +2 -0
  33. package/data/conditions.ts +8 -10
  34. package/data/formats-data.ts +33 -32
  35. package/data/items.ts +1 -1
  36. package/data/mods/gen1/moves.ts +2 -4
  37. package/data/mods/gen3/formats-data.ts +1 -1
  38. package/data/moves.ts +13 -12
  39. package/data/pokedex.ts +2 -2
  40. package/data/text/moves.ts +2 -0
  41. package/package.json +1 -1
  42. package/sim/battle.ts +4 -1
  43. package/sim/dex-conditions.ts +9 -3
  44. package/sim/team-validator.ts +1 -1
@@ -16369,7 +16369,7 @@ exports.Pokedex = {
16369
16369
  color: "Green",
16370
16370
  prevo: "Basculin-White-Striped",
16371
16371
  evoType: "other",
16372
- evoCondition: "Receive 294+ recoil from one move without fainting",
16372
+ evoCondition: "Receive 294+ recoil without fainting",
16373
16373
  eggGroups: ["Water 2"],
16374
16374
  otherFormes: ["Basculegion-F"],
16375
16375
  formeOrder: ["Basculegion", "Basculegion-F"],
@@ -16388,7 +16388,7 @@ exports.Pokedex = {
16388
16388
  color: "Green",
16389
16389
  prevo: "Basculin-White-Striped",
16390
16390
  evoType: "other",
16391
- evoCondition: "Receive 294+ recoil from one move without fainting",
16391
+ evoCondition: "Receive 294+ recoil without fainting",
16392
16392
  eggGroups: ["Water 2"],
16393
16393
  },
16394
16394
  sneasler: {