@blizzhackers/d2data 2.7.15 → 3.1.91637

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 (54) hide show
  1. package/compile.js +23 -107
  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/cubemain.json +1070 -0
  7. package/json/difficultylevels.json +3 -0
  8. package/json/events.json +15 -0
  9. package/json/experience.json +101 -0
  10. package/json/gamble.json +86 -102
  11. package/json/inventory.json +168 -14
  12. package/json/items.json +6199 -3489
  13. package/json/itemstatcost.json +144 -72
  14. package/json/itemtypes.json +271 -38
  15. package/json/itemuicategories.json +324 -0
  16. package/json/levelgroups.json +596 -499
  17. package/json/levels.json +232 -0
  18. package/json/lvlprest.json +27 -0
  19. package/json/magicprefix.json +1058 -0
  20. package/json/magicsuffix.json +691 -0
  21. package/json/misc.json +1764 -263
  22. package/json/misscalc.json +20 -0
  23. package/json/missiles.json +1915 -151
  24. package/json/monai.json +74 -8
  25. package/json/monpet.json +2035 -0
  26. package/json/monpopulationest.json +7 -0
  27. package/json/monseq.json +101 -0
  28. package/json/monsounds.json +177 -0
  29. package/json/monstats.json +1635 -0
  30. package/json/monstats2.json +549 -0
  31. package/json/objects.json +633 -33
  32. package/json/objpreset.json +20 -0
  33. package/json/objtype.json +70 -0
  34. package/json/overlay.json +1367 -237
  35. package/json/pettype.json +40 -3
  36. package/json/playerclass.json +6 -0
  37. package/json/plrtype.json +6 -0
  38. package/json/properties.json +431 -0
  39. package/json/propertygroups.json +487 -0
  40. package/json/runes.json +146 -0
  41. package/json/runeworduicategories.json +27 -0
  42. package/json/setitems.json +543 -0
  43. package/json/sets.json +108 -0
  44. package/json/skillcalc.json +140 -0
  45. package/json/skilldesc.json +7315 -6028
  46. package/json/skills.json +3445 -6
  47. package/json/sounds.json +83708 -63203
  48. package/json/states.json +298 -0
  49. package/json/tcprecalc.json +5759 -3396
  50. package/json/treasureclassex.json +4175 -1887
  51. package/json/treasureclassgroupsex.json +37 -0
  52. package/json/uniqueitems.json +1508 -391
  53. package/json/weapons.json +39 -60
  54. 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
  }