@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
package/json/inventory.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"glovesWidth": 54,
|
|
151
151
|
"glovesHeight": 53,
|
|
152
152
|
"expansion": 1,
|
|
153
|
-
"lineNumber":
|
|
153
|
+
"lineNumber": 16
|
|
154
154
|
},
|
|
155
155
|
"Assassin": {
|
|
156
156
|
"class": "Assassin",
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"glovesWidth": 54,
|
|
305
305
|
"glovesHeight": 53,
|
|
306
306
|
"expansion": 1,
|
|
307
|
-
"lineNumber":
|
|
307
|
+
"lineNumber": 29
|
|
308
308
|
},
|
|
309
309
|
"Bank Page 1": {
|
|
310
310
|
"class": "Bank Page 1",
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"glovesWidth": -1,
|
|
458
458
|
"glovesHeight": -1,
|
|
459
459
|
"expansion": 1,
|
|
460
|
-
"lineNumber":
|
|
460
|
+
"lineNumber": 24
|
|
461
461
|
},
|
|
462
462
|
"Barbarian": {
|
|
463
463
|
"class": "Barbarian",
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
"glovesWidth": 54,
|
|
611
611
|
"glovesHeight": 53,
|
|
612
612
|
"expansion": 1,
|
|
613
|
-
"lineNumber":
|
|
613
|
+
"lineNumber": 20
|
|
614
614
|
},
|
|
615
615
|
"Big Bank Page 1": {
|
|
616
616
|
"class": "Big Bank Page 1",
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
"glovesWidth": -1,
|
|
765
765
|
"glovesHeight": -1,
|
|
766
766
|
"expansion": 1,
|
|
767
|
-
"lineNumber":
|
|
767
|
+
"lineNumber": 26
|
|
768
768
|
},
|
|
769
769
|
"Druid": {
|
|
770
770
|
"class": "Druid",
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
"glovesWidth": 54,
|
|
919
919
|
"glovesHeight": 53,
|
|
920
920
|
"expansion": 1,
|
|
921
|
-
"lineNumber":
|
|
921
|
+
"lineNumber": 28
|
|
922
922
|
},
|
|
923
923
|
"Hireling": {
|
|
924
924
|
"class": "Hireling",
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
"glovesWidth": -1,
|
|
1073
1073
|
"glovesHeight": -1,
|
|
1074
1074
|
"expansion": 1,
|
|
1075
|
-
"lineNumber":
|
|
1075
|
+
"lineNumber": 27
|
|
1076
1076
|
},
|
|
1077
1077
|
"Monster": {
|
|
1078
1078
|
"class": "Monster",
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
"glovesWidth": -1,
|
|
1226
1226
|
"glovesHeight": -1,
|
|
1227
1227
|
"expansion": 1,
|
|
1228
|
-
"lineNumber":
|
|
1228
|
+
"lineNumber": 21
|
|
1229
1229
|
},
|
|
1230
1230
|
"Necromancer": {
|
|
1231
1231
|
"class": "Necromancer",
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
"glovesWidth": 54,
|
|
1379
1379
|
"glovesHeight": 53,
|
|
1380
1380
|
"expansion": 1,
|
|
1381
|
-
"lineNumber":
|
|
1381
|
+
"lineNumber": 18
|
|
1382
1382
|
},
|
|
1383
1383
|
"Paladin": {
|
|
1384
1384
|
"class": "Paladin",
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
"glovesWidth": 54,
|
|
1532
1532
|
"glovesHeight": 53,
|
|
1533
1533
|
"expansion": 1,
|
|
1534
|
-
"lineNumber":
|
|
1534
|
+
"lineNumber": 19
|
|
1535
1535
|
},
|
|
1536
1536
|
"Sorceress": {
|
|
1537
1537
|
"class": "Sorceress",
|
|
@@ -1684,7 +1684,7 @@
|
|
|
1684
1684
|
"glovesWidth": 54,
|
|
1685
1685
|
"glovesHeight": 53,
|
|
1686
1686
|
"expansion": 1,
|
|
1687
|
-
"lineNumber":
|
|
1687
|
+
"lineNumber": 17
|
|
1688
1688
|
},
|
|
1689
1689
|
"Trade Page 1": {
|
|
1690
1690
|
"class": "Trade Page 1",
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
"glovesWidth": -1,
|
|
1838
1838
|
"glovesHeight": -1,
|
|
1839
1839
|
"expansion": 1,
|
|
1840
|
-
"lineNumber":
|
|
1840
|
+
"lineNumber": 22
|
|
1841
1841
|
},
|
|
1842
1842
|
"Trade Page 2": {
|
|
1843
1843
|
"class": "Trade Page 2",
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
"glovesWidth": -1,
|
|
1991
1991
|
"glovesHeight": -1,
|
|
1992
1992
|
"expansion": 1,
|
|
1993
|
-
"lineNumber":
|
|
1993
|
+
"lineNumber": 23
|
|
1994
1994
|
},
|
|
1995
1995
|
"Transmogrify Box Page 1": {
|
|
1996
1996
|
"class": "Transmogrify Box Page 1",
|
|
@@ -2143,6 +2143,160 @@
|
|
|
2143
2143
|
"glovesWidth": -1,
|
|
2144
2144
|
"glovesHeight": -1,
|
|
2145
2145
|
"expansion": 1,
|
|
2146
|
-
"lineNumber":
|
|
2146
|
+
"lineNumber": 25
|
|
2147
|
+
},
|
|
2148
|
+
"Warlock": {
|
|
2149
|
+
"class": "Warlock",
|
|
2150
|
+
"invLeft": 320,
|
|
2151
|
+
"invRight": 640,
|
|
2152
|
+
"invTop": 0,
|
|
2153
|
+
"invBottom": 441,
|
|
2154
|
+
"gridX": 10,
|
|
2155
|
+
"gridY": 4,
|
|
2156
|
+
"gridLeft": 339,
|
|
2157
|
+
"gridRight": 626,
|
|
2158
|
+
"gridTop": 255,
|
|
2159
|
+
"gridBottom": 368,
|
|
2160
|
+
"gridBoxWidth": 29,
|
|
2161
|
+
"gridBoxHeight": 29,
|
|
2162
|
+
"rArmLeft": 340,
|
|
2163
|
+
"rArmRight": 395,
|
|
2164
|
+
"rArmTop": 47,
|
|
2165
|
+
"rArmBottom": 159,
|
|
2166
|
+
"rArmWidth": 55,
|
|
2167
|
+
"rArmHeight": 112,
|
|
2168
|
+
"torsoLeft": 453,
|
|
2169
|
+
"torsoRight": 509,
|
|
2170
|
+
"torsoTop": 77,
|
|
2171
|
+
"torsoBottom": 159,
|
|
2172
|
+
"torsoWidth": 56,
|
|
2173
|
+
"torsoHeight": 82,
|
|
2174
|
+
"lArmLeft": 571,
|
|
2175
|
+
"lArmRight": 626,
|
|
2176
|
+
"lArmTop": 47,
|
|
2177
|
+
"lArmBottom": 159,
|
|
2178
|
+
"lArmWidth": 55,
|
|
2179
|
+
"lArmHeight": 112,
|
|
2180
|
+
"headLeft": 455,
|
|
2181
|
+
"headRight": 509,
|
|
2182
|
+
"headTop": 8,
|
|
2183
|
+
"headBottom": 59,
|
|
2184
|
+
"headWidth": 54,
|
|
2185
|
+
"headHeight": 51,
|
|
2186
|
+
"neckLeft": 529,
|
|
2187
|
+
"neckRight": 552,
|
|
2188
|
+
"neckTop": 35,
|
|
2189
|
+
"neckBottom": 59,
|
|
2190
|
+
"neckWidth": 23,
|
|
2191
|
+
"neckHeight": 24,
|
|
2192
|
+
"rHandLeft": 415,
|
|
2193
|
+
"rHandRight": 438,
|
|
2194
|
+
"rHandTop": 180,
|
|
2195
|
+
"rHandBottom": 204,
|
|
2196
|
+
"rHandWidth": 23,
|
|
2197
|
+
"rHandHeight": 24,
|
|
2198
|
+
"lHandLeft": 529,
|
|
2199
|
+
"lHandRight": 552,
|
|
2200
|
+
"lHandTop": 180,
|
|
2201
|
+
"lHandBottom": 204,
|
|
2202
|
+
"lHandWidth": 23,
|
|
2203
|
+
"lHandHeight": 24,
|
|
2204
|
+
"beltLeft": 456,
|
|
2205
|
+
"beltRight": 508,
|
|
2206
|
+
"beltTop": 179,
|
|
2207
|
+
"beltBottom": 204,
|
|
2208
|
+
"beltWidth": 52,
|
|
2209
|
+
"beltHeight": 25,
|
|
2210
|
+
"feetLeft": 572,
|
|
2211
|
+
"feetRight": 626,
|
|
2212
|
+
"feetTop": 182,
|
|
2213
|
+
"feetBottom": 234,
|
|
2214
|
+
"feetWidth": 54,
|
|
2215
|
+
"feetHeight": 52,
|
|
2216
|
+
"glovesLeft": 341,
|
|
2217
|
+
"glovesRight": 395,
|
|
2218
|
+
"glovesTop": 181,
|
|
2219
|
+
"glovesBottom": 234,
|
|
2220
|
+
"glovesWidth": 54,
|
|
2221
|
+
"glovesHeight": 53,
|
|
2222
|
+
"expansion": 1,
|
|
2223
|
+
"lineNumber": 15
|
|
2224
|
+
},
|
|
2225
|
+
"Warlock2": {
|
|
2226
|
+
"class": "Warlock2",
|
|
2227
|
+
"invLeft": 400,
|
|
2228
|
+
"invRight": 720,
|
|
2229
|
+
"invTop": 60,
|
|
2230
|
+
"invBottom": 501,
|
|
2231
|
+
"gridX": 10,
|
|
2232
|
+
"gridY": 4,
|
|
2233
|
+
"gridLeft": 419,
|
|
2234
|
+
"gridRight": 706,
|
|
2235
|
+
"gridTop": 315,
|
|
2236
|
+
"gridBottom": 428,
|
|
2237
|
+
"gridBoxWidth": 29,
|
|
2238
|
+
"gridBoxHeight": 29,
|
|
2239
|
+
"rArmLeft": 420,
|
|
2240
|
+
"rArmRight": 475,
|
|
2241
|
+
"rArmTop": 107,
|
|
2242
|
+
"rArmBottom": 219,
|
|
2243
|
+
"rArmWidth": 55,
|
|
2244
|
+
"rArmHeight": 112,
|
|
2245
|
+
"torsoLeft": 533,
|
|
2246
|
+
"torsoRight": 589,
|
|
2247
|
+
"torsoTop": 137,
|
|
2248
|
+
"torsoBottom": 219,
|
|
2249
|
+
"torsoWidth": 56,
|
|
2250
|
+
"torsoHeight": 82,
|
|
2251
|
+
"lArmLeft": 651,
|
|
2252
|
+
"lArmRight": 706,
|
|
2253
|
+
"lArmTop": 107,
|
|
2254
|
+
"lArmBottom": 219,
|
|
2255
|
+
"lArmWidth": 55,
|
|
2256
|
+
"lArmHeight": 112,
|
|
2257
|
+
"headLeft": 535,
|
|
2258
|
+
"headRight": 589,
|
|
2259
|
+
"headTop": 68,
|
|
2260
|
+
"headBottom": 119,
|
|
2261
|
+
"headWidth": 54,
|
|
2262
|
+
"headHeight": 51,
|
|
2263
|
+
"neckLeft": 609,
|
|
2264
|
+
"neckRight": 632,
|
|
2265
|
+
"neckTop": 95,
|
|
2266
|
+
"neckBottom": 119,
|
|
2267
|
+
"neckWidth": 23,
|
|
2268
|
+
"neckHeight": 24,
|
|
2269
|
+
"rHandLeft": 495,
|
|
2270
|
+
"rHandRight": 518,
|
|
2271
|
+
"rHandTop": 240,
|
|
2272
|
+
"rHandBottom": 264,
|
|
2273
|
+
"rHandWidth": 23,
|
|
2274
|
+
"rHandHeight": 24,
|
|
2275
|
+
"lHandLeft": 609,
|
|
2276
|
+
"lHandRight": 632,
|
|
2277
|
+
"lHandTop": 240,
|
|
2278
|
+
"lHandBottom": 264,
|
|
2279
|
+
"lHandWidth": 23,
|
|
2280
|
+
"lHandHeight": 24,
|
|
2281
|
+
"beltLeft": 536,
|
|
2282
|
+
"beltRight": 588,
|
|
2283
|
+
"beltTop": 239,
|
|
2284
|
+
"beltBottom": 264,
|
|
2285
|
+
"beltWidth": 52,
|
|
2286
|
+
"beltHeight": 25,
|
|
2287
|
+
"feetLeft": 652,
|
|
2288
|
+
"feetRight": 706,
|
|
2289
|
+
"feetTop": 242,
|
|
2290
|
+
"feetBottom": 294,
|
|
2291
|
+
"feetWidth": 54,
|
|
2292
|
+
"feetHeight": 52,
|
|
2293
|
+
"glovesLeft": 421,
|
|
2294
|
+
"glovesRight": 475,
|
|
2295
|
+
"glovesTop": 241,
|
|
2296
|
+
"glovesBottom": 294,
|
|
2297
|
+
"glovesWidth": 54,
|
|
2298
|
+
"glovesHeight": 53,
|
|
2299
|
+
"expansion": 1,
|
|
2300
|
+
"lineNumber": 30
|
|
2147
2301
|
}
|
|
2148
2302
|
}
|