@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.
- package/compile.js +23 -107
- package/json/armor.json +1230 -0
- package/json/atomic.json +132 -117
- package/json/automagic.json +162 -0
- package/json/charstats.json +75 -0
- package/json/cubemain.json +1070 -0
- package/json/difficultylevels.json +3 -0
- package/json/events.json +15 -0
- package/json/experience.json +101 -0
- package/json/gamble.json +86 -102
- package/json/inventory.json +168 -14
- package/json/items.json +6199 -3489
- package/json/itemstatcost.json +144 -72
- package/json/itemtypes.json +271 -38
- package/json/itemuicategories.json +324 -0
- package/json/levelgroups.json +596 -499
- package/json/levels.json +232 -0
- package/json/lvlprest.json +27 -0
- package/json/magicprefix.json +1058 -0
- package/json/magicsuffix.json +691 -0
- package/json/misc.json +1764 -263
- package/json/misscalc.json +20 -0
- package/json/missiles.json +1915 -151
- package/json/monai.json +74 -8
- package/json/monpet.json +2035 -0
- package/json/monpopulationest.json +7 -0
- package/json/monseq.json +101 -0
- package/json/monsounds.json +177 -0
- package/json/monstats.json +1635 -0
- package/json/monstats2.json +549 -0
- package/json/objects.json +633 -33
- package/json/objpreset.json +20 -0
- package/json/objtype.json +70 -0
- package/json/overlay.json +1367 -237
- package/json/pettype.json +40 -3
- package/json/playerclass.json +6 -0
- package/json/plrtype.json +6 -0
- package/json/properties.json +431 -0
- package/json/propertygroups.json +487 -0
- package/json/runes.json +146 -0
- package/json/runeworduicategories.json +27 -0
- package/json/setitems.json +543 -0
- package/json/sets.json +108 -0
- package/json/skillcalc.json +140 -0
- package/json/skilldesc.json +7315 -6028
- package/json/skills.json +3445 -6
- package/json/sounds.json +83708 -63203
- package/json/states.json +298 -0
- package/json/tcprecalc.json +5759 -3396
- package/json/treasureclassex.json +4175 -1887
- package/json/treasureclassgroupsex.json +37 -0
- package/json/uniqueitems.json +1508 -391
- package/json/weapons.json +39 -60
- 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
|
}
|