@blizzhackers/d2data 2.7.14 → 3.1.91636

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 (55) hide show
  1. package/compile.js +85 -106
  2. package/json/armor.json +1230 -0
  3. package/json/atomic.json +132 -117
  4. package/json/automagic.json +162 -0
  5. package/json/charstats.json +75 -0
  6. package/json/coldmasterybreakpoints.json +8 -0
  7. package/json/cubemain.json +1070 -0
  8. package/json/difficultylevels.json +3 -0
  9. package/json/events.json +15 -0
  10. package/json/experience.json +101 -0
  11. package/json/gamble.json +86 -102
  12. package/json/inventory.json +168 -14
  13. package/json/items.json +6199 -3489
  14. package/json/itemstatcost.json +144 -72
  15. package/json/itemtypes.json +271 -38
  16. package/json/itemuicategories.json +324 -0
  17. package/json/levelgroups.json +683 -686
  18. package/json/levels.json +232 -0
  19. package/json/lvlprest.json +27 -0
  20. package/json/magicprefix.json +1058 -0
  21. package/json/magicsuffix.json +691 -0
  22. package/json/misc.json +1764 -263
  23. package/json/misscalc.json +20 -0
  24. package/json/missiles.json +1915 -151
  25. package/json/monai.json +74 -8
  26. package/json/monpet.json +2035 -0
  27. package/json/monpopulationest.json +7 -0
  28. package/json/monseq.json +101 -0
  29. package/json/monsounds.json +177 -0
  30. package/json/monstats.json +1635 -0
  31. package/json/monstats2.json +549 -0
  32. package/json/objects.json +633 -33
  33. package/json/objpreset.json +20 -0
  34. package/json/objtype.json +70 -0
  35. package/json/overlay.json +1367 -237
  36. package/json/pettype.json +40 -3
  37. package/json/playerclass.json +6 -0
  38. package/json/plrtype.json +6 -0
  39. package/json/properties.json +431 -0
  40. package/json/propertygroups.json +487 -0
  41. package/json/runes.json +146 -0
  42. package/json/runeworduicategories.json +27 -0
  43. package/json/setitems.json +543 -0
  44. package/json/sets.json +108 -0
  45. package/json/skillcalc.json +140 -0
  46. package/json/skilldesc.json +7315 -6028
  47. package/json/skills.json +3445 -6
  48. package/json/sounds.json +83708 -63203
  49. package/json/states.json +298 -0
  50. package/json/tcprecalc.json +5759 -3396
  51. package/json/treasureclassex.json +4175 -1887
  52. package/json/treasureclassgroupsex.json +37 -0
  53. package/json/uniqueitems.json +1508 -391
  54. package/json/weapons.json +39 -60
  55. package/package.json +1 -1
@@ -1021,5 +1021,42 @@
1021
1021
  "93": "Act 5 (H) Super Bx Desecrated",
1022
1022
  "96": "Act 5 (H) Super Cx Desecrated",
1023
1023
  "length": 97
1024
+ },
1025
+ "40": {
1026
+ "0": "Act 1 Terrorize Act Consumable Desecrated",
1027
+ "110": "Uber Korlic",
1028
+ "length": 111
1029
+ },
1030
+ "41": {
1031
+ "0": "Act 2 Terrorize Act Consumable Desecrated",
1032
+ "67": "Act 1 (H) Herald A",
1033
+ "68": "Act 1 (H) Herald B",
1034
+ "69": "Act 1 (H) Herald C",
1035
+ "70": "Act 2 (H) Herald A",
1036
+ "71": "Act 2 (H) Herald B",
1037
+ "72": "Act 2 (H) Herald C",
1038
+ "73": "Act 3 (H) Herald A",
1039
+ "75": "Act 3 (H) Herald B",
1040
+ "78": "Act 3 (H) Herald C",
1041
+ "81": "Act 4 (H) Herald A",
1042
+ "84": "Act 4 (H) Herald B",
1043
+ "87": "Act 4 (H) Herald C",
1044
+ "90": "Act 5 (H) Herald A",
1045
+ "92": "Ancient Statue 5",
1046
+ "93": "Act 5 (H) Herald B",
1047
+ "96": "Act 5 (H) Herald C",
1048
+ "length": 97
1049
+ },
1050
+ "42": {
1051
+ "0": "Act 3 Terrorize Act Consumable Desecrated",
1052
+ "length": 1
1053
+ },
1054
+ "43": {
1055
+ "0": "Act 4 Terrorize Act Consumable Desecrated",
1056
+ "length": 1
1057
+ },
1058
+ "44": {
1059
+ "0": "Act 5 Terrorize Act Consumable Desecrated",
1060
+ "length": 1
1024
1061
  }
1025
1062
  }