@blizzhackers/d2data 3.1.91637 → 3.1.91639

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 (112) hide show
  1. package/compile.js +812 -806
  2. package/json/allstrings-eng.json +12385 -0
  3. package/json/base/.gitkeep +0 -0
  4. package/json/base/actinfo.json +116 -0
  5. package/json/base/actprofile.json +1890 -0
  6. package/json/base/armor.json +17382 -0
  7. package/json/base/armtype.json +17 -0
  8. package/json/base/atomic.json +1026 -0
  9. package/json/base/automagic.json +744 -0
  10. package/json/base/automap.json +40732 -0
  11. package/json/base/belts.json +743 -0
  12. package/json/base/bodylocs.json +52 -0
  13. package/json/base/books.json +34 -0
  14. package/json/base/charstats.json +600 -0
  15. package/json/base/coldmasterybreakpoints.json +8 -0
  16. package/json/base/colors.json +107 -0
  17. package/json/base/compcode.json +577 -0
  18. package/json/base/composit.json +82 -0
  19. package/json/base/cubemain.json +2116 -0
  20. package/json/base/cubemod.json +57 -0
  21. package/json/base/difficultylevels.json +110 -0
  22. package/json/base/elemtypes.json +62 -0
  23. package/json/base/events.json +82 -0
  24. package/json/base/experience.json +1214 -0
  25. package/json/base/gamble.json +520 -0
  26. package/json/base/gems.json +1868 -0
  27. package/json/base/hireling.json +7640 -0
  28. package/json/base/hitclass.json +67 -0
  29. package/json/base/inventory.json +2302 -0
  30. package/json/base/itemratio.json +134 -0
  31. package/json/base/items.json +55036 -0
  32. package/json/base/itemstatcost.json +5621 -0
  33. package/json/base/itemtypes.json +2766 -0
  34. package/json/base/itemuicategories.json +318 -0
  35. package/json/base/levelgroups.json +786 -0
  36. package/json/base/levels.json +15788 -0
  37. package/json/base/lowqualityitems.json +6 -0
  38. package/json/base/lvlmaze.json +910 -0
  39. package/json/base/lvlprest.json +28622 -0
  40. package/json/base/lvlsub.json +824 -0
  41. package/json/base/lvltypes.json +1377 -0
  42. package/json/base/lvlwarp.json +1515 -0
  43. package/json/base/magicprefix.json +12624 -0
  44. package/json/base/magicsuffix.json +14053 -0
  45. package/json/base/misc.json +11783 -0
  46. package/json/base/misscalc.json +237 -0
  47. package/json/base/missiles.json +24098 -0
  48. package/json/base/monai.json +1181 -0
  49. package/json/base/moncountest.json +642 -0
  50. package/json/base/monequip.json +361 -0
  51. package/json/base/monlvl.json +3665 -0
  52. package/json/base/monmode.json +98 -0
  53. package/json/base/monpet.json +28 -0
  54. package/json/base/monplace.json +39 -0
  55. package/json/base/monpopulationest.json +17551 -0
  56. package/json/base/monpreset.json +922 -0
  57. package/json/base/monprop.json +144 -0
  58. package/json/base/monseq.json +5312 -0
  59. package/json/base/monsounds.json +2707 -0
  60. package/json/base/monstats.json +67543 -0
  61. package/json/base/monstats2.json +34936 -0
  62. package/json/base/montype.json +274 -0
  63. package/json/base/monumod.json +504 -0
  64. package/json/base/npc.json +232 -0
  65. package/json/base/objects.json +87061 -0
  66. package/json/base/objgroup.json +3733 -0
  67. package/json/base/objmode.json +42 -0
  68. package/json/base/objpreset.json +2926 -0
  69. package/json/base/objtype.json +2457 -0
  70. package/json/base/overlay.json +8208 -0
  71. package/json/base/pettype.json +226 -0
  72. package/json/base/playerclass.json +45 -0
  73. package/json/base/plrmode.json +122 -0
  74. package/json/base/plrtype.json +45 -0
  75. package/json/base/properties.json +3224 -0
  76. package/json/base/propertygroups.json +307 -0
  77. package/json/base/qualityitems.json +149 -0
  78. package/json/base/rareprefix.json +296 -0
  79. package/json/base/raresuffix.json +921 -0
  80. package/json/base/runes.json +3567 -0
  81. package/json/base/runeworduicategories.json +27 -0
  82. package/json/base/setitems.json +4181 -0
  83. package/json/base/sets.json +1046 -0
  84. package/json/base/shrines.json +319 -0
  85. package/json/base/skillcalc.json +607 -0
  86. package/json/base/skilldesc.json +7591 -0
  87. package/json/base/skills.json +16959 -0
  88. package/json/base/soundenviron.json +2879 -0
  89. package/json/base/sounds.json +466498 -0
  90. package/json/base/states.json +1797 -0
  91. package/json/base/storepage.json +22 -0
  92. package/json/base/superuniques.json +1495 -0
  93. package/json/base/tcprecalc.json +35785 -0
  94. package/json/base/treasureclassex.json +19465 -0
  95. package/json/base/treasureclassgroupsex.json +1025 -0
  96. package/json/base/uniqueappellation.json +27 -0
  97. package/json/base/uniqueitems.json +14459 -0
  98. package/json/base/uniqueprefix.json +55 -0
  99. package/json/base/uniquesuffix.json +71 -0
  100. package/json/base/wanderingmon.json +3 -0
  101. package/json/base/weapons.json +25875 -0
  102. package/json/localestrings-chi.json +8305 -8305
  103. package/json/localestrings-deu.json +8306 -8306
  104. package/json/localestrings-eng.json +8311 -8311
  105. package/json/localestrings-esp.json +8305 -8305
  106. package/json/localestrings-fra.json +8306 -8306
  107. package/json/localestrings-ita.json +8306 -8306
  108. package/json/localestrings-kor.json +8305 -8305
  109. package/json/localestrings-pol.json +8305 -8305
  110. package/package.json +1 -1
  111. package/string.js +58 -11
  112. package/json/hirelingdesc.json +0 -28
@@ -0,0 +1,2766 @@
1
+ {
2
+ "abow": {
3
+ "ItemType": "Amazon Bow",
4
+ "Code": "abow",
5
+ "Equiv1": "bow",
6
+ "Equiv2": "amaz",
7
+ "Repair": 0,
8
+ "Body": 1,
9
+ "BodyLoc1": "rarm",
10
+ "BodyLoc2": "larm",
11
+ "Shoots": "bowq",
12
+ "Throwable": 0,
13
+ "Reload": 0,
14
+ "ReEquip": 0,
15
+ "AutoStack": 0,
16
+ "Rare": 1,
17
+ "Normal": 0,
18
+ "Beltable": 0,
19
+ "MaxSockets1": 3,
20
+ "MaxSocketsLevelThreshold1": 25,
21
+ "MaxSockets2": 4,
22
+ "MaxSocketsLevelThreshold2": 40,
23
+ "MaxSockets3": 5,
24
+ "TreasureClass": 1,
25
+ "Rarity": 1,
26
+ "Class": "ama",
27
+ "VarInvGfx": 0,
28
+ "StorePage": "weap",
29
+ "UICategory": "amazo",
30
+ "RunewordCategory1": "r_mis",
31
+ "expansion": 1,
32
+ "lineNumber": 87
33
+ },
34
+ "ajav": {
35
+ "ItemType": "Amazon Javelin",
36
+ "Code": "ajav",
37
+ "Equiv1": "jave",
38
+ "Equiv2": "amaz",
39
+ "Repair": 1,
40
+ "Body": 1,
41
+ "BodyLoc1": "rarm",
42
+ "BodyLoc2": "larm",
43
+ "Throwable": 1,
44
+ "Reload": 1,
45
+ "ReEquip": 1,
46
+ "AutoStack": 1,
47
+ "Rare": 1,
48
+ "Normal": 0,
49
+ "Beltable": 0,
50
+ "MaxSockets1": 0,
51
+ "MaxSocketsLevelThreshold1": 25,
52
+ "MaxSockets2": 0,
53
+ "MaxSocketsLevelThreshold2": 40,
54
+ "MaxSockets3": 0,
55
+ "TreasureClass": 0,
56
+ "Rarity": 1,
57
+ "Class": "ama",
58
+ "VarInvGfx": 0,
59
+ "StorePage": "misc",
60
+ "UICategory": "amazo",
61
+ "RunewordCategory1": "r_mel",
62
+ "expansion": 1,
63
+ "lineNumber": 89
64
+ },
65
+ "amaz": {
66
+ "ItemType": "Amazon Item",
67
+ "Code": "amaz",
68
+ "Equiv1": "clas",
69
+ "Repair": 0,
70
+ "Body": 0,
71
+ "Throwable": 0,
72
+ "Reload": 0,
73
+ "ReEquip": 0,
74
+ "AutoStack": 0,
75
+ "Rare": 1,
76
+ "Normal": 0,
77
+ "Beltable": 0,
78
+ "MaxSockets1": 0,
79
+ "MaxSocketsLevelThreshold1": 25,
80
+ "MaxSockets2": 0,
81
+ "MaxSocketsLevelThreshold2": 40,
82
+ "MaxSockets3": 0,
83
+ "TreasureClass": 0,
84
+ "Rarity": 1,
85
+ "Class": "ama",
86
+ "VarInvGfx": 0,
87
+ "expansion": 1,
88
+ "lineNumber": 61
89
+ },
90
+ "amul": {
91
+ "ItemType": "Amulet",
92
+ "Code": "amul",
93
+ "Equiv1": "misc",
94
+ "Repair": 0,
95
+ "Body": 1,
96
+ "BodyLoc1": "neck",
97
+ "BodyLoc2": "neck",
98
+ "Throwable": 0,
99
+ "Reload": 0,
100
+ "ReEquip": 0,
101
+ "AutoStack": 0,
102
+ "Magic": 1,
103
+ "Rare": 1,
104
+ "Normal": 0,
105
+ "Beltable": 0,
106
+ "MaxSockets1": 0,
107
+ "MaxSocketsLevelThreshold1": 25,
108
+ "MaxSockets2": 0,
109
+ "MaxSocketsLevelThreshold2": 40,
110
+ "MaxSockets3": 0,
111
+ "TreasureClass": 0,
112
+ "Rarity": 3,
113
+ "VarInvGfx": 3,
114
+ "InvGfx1": "invamu1",
115
+ "InvGfx2": "invamu2",
116
+ "InvGfx3": "invamu3",
117
+ "StorePage": "misc",
118
+ "UICategory": "amule",
119
+ "lineNumber": 12
120
+ },
121
+ "apot": {
122
+ "ItemType": "Antidote Potion",
123
+ "Code": "apot",
124
+ "Equiv1": "poti",
125
+ "Repair": 0,
126
+ "Body": 0,
127
+ "Throwable": 0,
128
+ "Reload": 0,
129
+ "ReEquip": 0,
130
+ "AutoStack": 0,
131
+ "Normal": 1,
132
+ "Beltable": 1,
133
+ "MaxSockets1": 0,
134
+ "MaxSocketsLevelThreshold1": 25,
135
+ "MaxSockets2": 0,
136
+ "MaxSocketsLevelThreshold2": 40,
137
+ "MaxSockets3": 0,
138
+ "TreasureClass": 0,
139
+ "Rarity": 3,
140
+ "VarInvGfx": 0,
141
+ "StorePage": "misc",
142
+ "UICategory": "potis",
143
+ "expansion": 1,
144
+ "lineNumber": 82
145
+ },
146
+ "armo": {
147
+ "ItemType": "Any Armor",
148
+ "Code": "armo",
149
+ "Repair": 0,
150
+ "Body": 0,
151
+ "Throwable": 0,
152
+ "Reload": 0,
153
+ "ReEquip": 0,
154
+ "AutoStack": 0,
155
+ "Rare": 1,
156
+ "Normal": 0,
157
+ "Beltable": 0,
158
+ "MaxSockets1": 0,
159
+ "MaxSocketsLevelThreshold1": 25,
160
+ "MaxSockets2": 0,
161
+ "MaxSocketsLevelThreshold2": 40,
162
+ "MaxSockets3": 0,
163
+ "TreasureClass": 1,
164
+ "Rarity": 3,
165
+ "VarInvGfx": 0,
166
+ "RunewordCategory1": "r_arm",
167
+ "lineNumber": 50
168
+ },
169
+ "ashd": {
170
+ "ItemType": "Auric Shields",
171
+ "Code": "ashd",
172
+ "Equiv1": "shld",
173
+ "Equiv2": "pala",
174
+ "Repair": 1,
175
+ "Body": 1,
176
+ "BodyLoc1": "rarm",
177
+ "BodyLoc2": "larm",
178
+ "Throwable": 0,
179
+ "Reload": 0,
180
+ "ReEquip": 0,
181
+ "AutoStack": 0,
182
+ "Rare": 1,
183
+ "Normal": 0,
184
+ "Beltable": 0,
185
+ "MaxSockets1": 3,
186
+ "MaxSocketsLevelThreshold1": 25,
187
+ "MaxSockets2": 4,
188
+ "MaxSocketsLevelThreshold2": 40,
189
+ "MaxSockets3": 4,
190
+ "TreasureClass": 0,
191
+ "Rarity": 1,
192
+ "Class": "pal",
193
+ "VarInvGfx": 0,
194
+ "StorePage": "armo",
195
+ "UICategory": "palad",
196
+ "RunewordCategory1": "r_off",
197
+ "expansion": 1,
198
+ "lineNumber": 72
199
+ },
200
+ "aspe": {
201
+ "ItemType": "Amazon Spear",
202
+ "Code": "aspe",
203
+ "Equiv1": "spea",
204
+ "Equiv2": "amaz",
205
+ "Repair": 1,
206
+ "Body": 1,
207
+ "BodyLoc1": "rarm",
208
+ "BodyLoc2": "larm",
209
+ "Throwable": 0,
210
+ "Reload": 0,
211
+ "ReEquip": 0,
212
+ "AutoStack": 0,
213
+ "Rare": 1,
214
+ "Normal": 0,
215
+ "Beltable": 0,
216
+ "MaxSockets1": 3,
217
+ "MaxSocketsLevelThreshold1": 25,
218
+ "MaxSockets2": 4,
219
+ "MaxSocketsLevelThreshold2": 40,
220
+ "MaxSockets3": 6,
221
+ "TreasureClass": 0,
222
+ "Rarity": 1,
223
+ "Class": "ama",
224
+ "VarInvGfx": 0,
225
+ "StorePage": "weap",
226
+ "UICategory": "amazo",
227
+ "RunewordCategory1": "r_mel",
228
+ "expansion": 1,
229
+ "lineNumber": 88
230
+ },
231
+ "assn": {
232
+ "ItemType": "Assassin Item",
233
+ "Code": "assn",
234
+ "Equiv1": "clas",
235
+ "Repair": 0,
236
+ "Body": 0,
237
+ "Throwable": 0,
238
+ "Reload": 0,
239
+ "ReEquip": 0,
240
+ "AutoStack": 0,
241
+ "Rare": 1,
242
+ "Normal": 0,
243
+ "Beltable": 0,
244
+ "MaxSockets1": 0,
245
+ "MaxSocketsLevelThreshold1": 25,
246
+ "MaxSockets2": 0,
247
+ "MaxSocketsLevelThreshold2": 40,
248
+ "MaxSockets3": 0,
249
+ "TreasureClass": 0,
250
+ "Rarity": 2,
251
+ "Class": "ass",
252
+ "VarInvGfx": 0,
253
+ "expansion": 1,
254
+ "lineNumber": 66
255
+ },
256
+ "axe": {
257
+ "ItemType": "Axe",
258
+ "Code": "axe",
259
+ "Equiv1": "mele",
260
+ "Repair": 1,
261
+ "Body": 1,
262
+ "BodyLoc1": "rarm",
263
+ "BodyLoc2": "larm",
264
+ "Throwable": 0,
265
+ "Reload": 0,
266
+ "ReEquip": 0,
267
+ "AutoStack": 0,
268
+ "Rare": 1,
269
+ "Normal": 0,
270
+ "Beltable": 0,
271
+ "MaxSockets1": 4,
272
+ "MaxSocketsLevelThreshold1": 25,
273
+ "MaxSockets2": 5,
274
+ "MaxSocketsLevelThreshold2": 40,
275
+ "MaxSockets3": 6,
276
+ "TreasureClass": 0,
277
+ "Rarity": 3,
278
+ "VarInvGfx": 0,
279
+ "StorePage": "weap",
280
+ "UICategory": "axes",
281
+ "RunewordCategory1": "r_mel",
282
+ "lineNumber": 28
283
+ },
284
+ "barb": {
285
+ "ItemType": "Barbarian Item",
286
+ "Code": "barb",
287
+ "Equiv1": "clas",
288
+ "Repair": 0,
289
+ "Body": 0,
290
+ "Throwable": 0,
291
+ "Reload": 0,
292
+ "ReEquip": 0,
293
+ "AutoStack": 0,
294
+ "Rare": 1,
295
+ "Normal": 0,
296
+ "Beltable": 0,
297
+ "MaxSockets1": 0,
298
+ "MaxSocketsLevelThreshold1": 25,
299
+ "MaxSockets2": 0,
300
+ "MaxSocketsLevelThreshold2": 40,
301
+ "MaxSockets3": 0,
302
+ "TreasureClass": 0,
303
+ "Rarity": 1,
304
+ "Class": "bar",
305
+ "VarInvGfx": 0,
306
+ "expansion": 1,
307
+ "lineNumber": 62
308
+ },
309
+ "belt": {
310
+ "ItemType": "Belt",
311
+ "Code": "belt",
312
+ "Equiv1": "armo",
313
+ "Repair": 1,
314
+ "Body": 1,
315
+ "BodyLoc1": "belt",
316
+ "BodyLoc2": "belt",
317
+ "Throwable": 0,
318
+ "Reload": 0,
319
+ "ReEquip": 0,
320
+ "AutoStack": 0,
321
+ "Rare": 1,
322
+ "Normal": 0,
323
+ "Beltable": 0,
324
+ "MaxSockets1": 0,
325
+ "MaxSocketsLevelThreshold1": 25,
326
+ "MaxSockets2": 0,
327
+ "MaxSocketsLevelThreshold2": 40,
328
+ "MaxSockets3": 0,
329
+ "TreasureClass": 0,
330
+ "Rarity": 3,
331
+ "VarInvGfx": 0,
332
+ "StorePage": "armo",
333
+ "UICategory": "belts",
334
+ "RunewordCategory1": "r_arm",
335
+ "lineNumber": 19
336
+ },
337
+ "blde": {
338
+ "ItemType": "Swords and Knives",
339
+ "Code": "blde",
340
+ "Equiv1": "mele",
341
+ "Repair": 0,
342
+ "Body": 0,
343
+ "Throwable": 0,
344
+ "Reload": 0,
345
+ "ReEquip": 0,
346
+ "AutoStack": 0,
347
+ "Rare": 1,
348
+ "Normal": 0,
349
+ "Beltable": 0,
350
+ "MaxSockets1": 0,
351
+ "MaxSocketsLevelThreshold1": 25,
352
+ "MaxSockets2": 0,
353
+ "MaxSocketsLevelThreshold2": 40,
354
+ "MaxSockets3": 0,
355
+ "TreasureClass": 0,
356
+ "Rarity": 3,
357
+ "VarInvGfx": 0,
358
+ "expansion": 1,
359
+ "lineNumber": 105
360
+ },
361
+ "blun": {
362
+ "ItemType": "Blunt",
363
+ "Code": "blun",
364
+ "Equiv1": "mele",
365
+ "Repair": 0,
366
+ "Body": 0,
367
+ "Throwable": 0,
368
+ "Reload": 0,
369
+ "ReEquip": 0,
370
+ "AutoStack": 0,
371
+ "Rare": 1,
372
+ "Normal": 0,
373
+ "Beltable": 0,
374
+ "MaxSockets1": 0,
375
+ "MaxSocketsLevelThreshold1": 25,
376
+ "MaxSockets2": 0,
377
+ "MaxSocketsLevelThreshold2": 40,
378
+ "MaxSockets3": 0,
379
+ "TreasureClass": 0,
380
+ "Rarity": 3,
381
+ "VarInvGfx": 0,
382
+ "RunewordCategory1": "r_mel",
383
+ "lineNumber": 57
384
+ },
385
+ "body": {
386
+ "ItemType": "Body Part",
387
+ "Code": "body",
388
+ "Equiv1": "misc",
389
+ "Repair": 0,
390
+ "Body": 0,
391
+ "Throwable": 0,
392
+ "Reload": 0,
393
+ "ReEquip": 0,
394
+ "AutoStack": 0,
395
+ "Normal": 1,
396
+ "Beltable": 0,
397
+ "MaxSockets1": 0,
398
+ "MaxSocketsLevelThreshold1": 25,
399
+ "MaxSockets2": 0,
400
+ "MaxSocketsLevelThreshold2": 40,
401
+ "MaxSockets3": 0,
402
+ "TreasureClass": 0,
403
+ "Rarity": 3,
404
+ "VarInvGfx": 0,
405
+ "StorePage": "misc",
406
+ "lineNumber": 40
407
+ },
408
+ "book": {
409
+ "ItemType": "Book",
410
+ "Code": "book",
411
+ "Equiv1": "misc",
412
+ "Repair": 0,
413
+ "Body": 0,
414
+ "Throwable": 0,
415
+ "Reload": 0,
416
+ "ReEquip": 0,
417
+ "AutoStack": 0,
418
+ "Normal": 1,
419
+ "Beltable": 0,
420
+ "MaxSockets1": 0,
421
+ "MaxSocketsLevelThreshold1": 25,
422
+ "MaxSockets2": 0,
423
+ "MaxSocketsLevelThreshold2": 40,
424
+ "MaxSockets3": 0,
425
+ "TreasureClass": 0,
426
+ "Rarity": 3,
427
+ "VarInvGfx": 0,
428
+ "StorePage": "misc",
429
+ "UICategory": "scrlt",
430
+ "lineNumber": 18
431
+ },
432
+ "boot": {
433
+ "ItemType": "Boots",
434
+ "Code": "boot",
435
+ "Equiv1": "armo",
436
+ "Repair": 1,
437
+ "Body": 1,
438
+ "BodyLoc1": "feet",
439
+ "BodyLoc2": "feet",
440
+ "Throwable": 0,
441
+ "Reload": 0,
442
+ "ReEquip": 0,
443
+ "AutoStack": 0,
444
+ "Rare": 1,
445
+ "Normal": 0,
446
+ "Beltable": 0,
447
+ "MaxSockets1": 0,
448
+ "MaxSocketsLevelThreshold1": 25,
449
+ "MaxSockets2": 0,
450
+ "MaxSocketsLevelThreshold2": 40,
451
+ "MaxSockets3": 0,
452
+ "TreasureClass": 0,
453
+ "Rarity": 3,
454
+ "VarInvGfx": 0,
455
+ "StorePage": "armo",
456
+ "UICategory": "boots",
457
+ "RunewordCategory1": "r_arm",
458
+ "lineNumber": 15
459
+ },
460
+ "bow": {
461
+ "ItemType": "Bow",
462
+ "Code": "bow",
463
+ "Equiv1": "miss",
464
+ "Repair": 0,
465
+ "Body": 1,
466
+ "BodyLoc1": "rarm",
467
+ "BodyLoc2": "larm",
468
+ "Shoots": "bowq",
469
+ "Throwable": 0,
470
+ "Reload": 0,
471
+ "ReEquip": 0,
472
+ "AutoStack": 0,
473
+ "Rare": 1,
474
+ "Normal": 0,
475
+ "Beltable": 0,
476
+ "MaxSockets1": 3,
477
+ "MaxSocketsLevelThreshold1": 25,
478
+ "MaxSockets2": 4,
479
+ "MaxSocketsLevelThreshold2": 40,
480
+ "MaxSockets3": 6,
481
+ "TreasureClass": 1,
482
+ "Rarity": 3,
483
+ "VarInvGfx": 0,
484
+ "StorePage": "weap",
485
+ "UICategory": "bows",
486
+ "RunewordCategory1": "r_mel",
487
+ "lineNumber": 27
488
+ },
489
+ "bowq": {
490
+ "ItemType": "Bow Quiver",
491
+ "Code": "bowq",
492
+ "Equiv1": "misl",
493
+ "Equiv2": "seco",
494
+ "Repair": 0,
495
+ "Body": 1,
496
+ "BodyLoc1": "rarm",
497
+ "BodyLoc2": "larm",
498
+ "Quiver": "bow",
499
+ "Throwable": 0,
500
+ "Reload": 1,
501
+ "ReEquip": 0,
502
+ "AutoStack": 1,
503
+ "Normal": 1,
504
+ "Beltable": 0,
505
+ "MaxSockets1": 0,
506
+ "MaxSocketsLevelThreshold1": 25,
507
+ "MaxSockets2": 0,
508
+ "MaxSocketsLevelThreshold2": 40,
509
+ "MaxSockets3": 0,
510
+ "TreasureClass": 0,
511
+ "Rarity": 3,
512
+ "VarInvGfx": 0,
513
+ "StorePage": "misc",
514
+ "UICategory": "ammo",
515
+ "lineNumber": 5
516
+ },
517
+ "char": {
518
+ "ItemType": "Charm",
519
+ "Code": "char",
520
+ "Equiv1": "misc",
521
+ "Repair": 0,
522
+ "Body": 0,
523
+ "Throwable": 0,
524
+ "Reload": 0,
525
+ "ReEquip": 0,
526
+ "AutoStack": 0,
527
+ "Magic": 1,
528
+ "Normal": 0,
529
+ "Beltable": 0,
530
+ "MaxSockets1": 0,
531
+ "MaxSocketsLevelThreshold1": 25,
532
+ "MaxSockets2": 0,
533
+ "MaxSocketsLevelThreshold2": 40,
534
+ "MaxSockets3": 0,
535
+ "TreasureClass": 0,
536
+ "Rarity": 3,
537
+ "VarInvGfx": 3,
538
+ "InvGfx1": "invch1",
539
+ "InvGfx2": "invch4",
540
+ "InvGfx3": "invch7",
541
+ "StorePage": "misc",
542
+ "UICategory": "charm",
543
+ "lineNumber": 13
544
+ },
545
+ "circ": {
546
+ "ItemType": "Circlet",
547
+ "Code": "circ",
548
+ "Equiv1": "helm",
549
+ "Repair": 1,
550
+ "Body": 1,
551
+ "BodyLoc1": "head",
552
+ "BodyLoc2": "head",
553
+ "Throwable": 0,
554
+ "Reload": 0,
555
+ "ReEquip": 0,
556
+ "AutoStack": 0,
557
+ "Rare": 1,
558
+ "Normal": 0,
559
+ "Beltable": 0,
560
+ "MaxSockets1": 1,
561
+ "MaxSocketsLevelThreshold1": 25,
562
+ "MaxSockets2": 2,
563
+ "MaxSocketsLevelThreshold2": 40,
564
+ "MaxSockets3": 3,
565
+ "TreasureClass": 0,
566
+ "Rarity": 3,
567
+ "VarInvGfx": 0,
568
+ "StorePage": "armo",
569
+ "UICategory": "circl",
570
+ "RunewordCategory1": "r_hel",
571
+ "expansion": 1,
572
+ "lineNumber": 77
573
+ },
574
+ "cjwl": {
575
+ "ItemType": "Colossal Jewel",
576
+ "Code": "cjwl",
577
+ "Equiv1": "jewl",
578
+ "Repair": 0,
579
+ "Body": 0,
580
+ "Throwable": 0,
581
+ "Reload": 0,
582
+ "ReEquip": 0,
583
+ "AutoStack": 0,
584
+ "Magic": 1,
585
+ "Rare": 1,
586
+ "Normal": 0,
587
+ "Beltable": 0,
588
+ "MaxSockets1": 0,
589
+ "MaxSocketsLevelThreshold1": 25,
590
+ "MaxSockets2": 0,
591
+ "MaxSocketsLevelThreshold2": 40,
592
+ "MaxSockets3": 0,
593
+ "TreasureClass": 0,
594
+ "Rarity": 3,
595
+ "VarInvGfx": 6,
596
+ "InvGfx1": "invjw1",
597
+ "InvGfx2": "invjw2",
598
+ "InvGfx3": "invjw3",
599
+ "InvGfx4": "invjw4",
600
+ "InvGfx5": "invjw5",
601
+ "InvGfx6": "invjw6",
602
+ "StorePage": "misc",
603
+ "Restricted": 1,
604
+ "expansion": 1,
605
+ "lineNumber": 108
606
+ },
607
+ "clas": {
608
+ "ItemType": "Class Specific",
609
+ "Code": "clas",
610
+ "Repair": 0,
611
+ "Body": 0,
612
+ "Throwable": 0,
613
+ "Reload": 0,
614
+ "ReEquip": 0,
615
+ "AutoStack": 0,
616
+ "Rare": 1,
617
+ "Normal": 0,
618
+ "Beltable": 0,
619
+ "MaxSockets1": 0,
620
+ "MaxSocketsLevelThreshold1": 25,
621
+ "MaxSockets2": 0,
622
+ "MaxSocketsLevelThreshold2": 40,
623
+ "MaxSockets3": 0,
624
+ "TreasureClass": 0,
625
+ "Rarity": 3,
626
+ "VarInvGfx": 0,
627
+ "expansion": 1,
628
+ "lineNumber": 60
629
+ },
630
+ "cloa": {
631
+ "ItemType": "Cloak",
632
+ "Code": "cloa",
633
+ "Equiv1": "tors",
634
+ "Equiv2": "assn",
635
+ "Repair": 1,
636
+ "Body": 1,
637
+ "BodyLoc1": "tors",
638
+ "BodyLoc2": "tors",
639
+ "Throwable": 0,
640
+ "Reload": 0,
641
+ "ReEquip": 0,
642
+ "AutoStack": 0,
643
+ "Rare": 1,
644
+ "Normal": 0,
645
+ "Beltable": 0,
646
+ "MaxSockets1": 0,
647
+ "MaxSocketsLevelThreshold1": 25,
648
+ "MaxSockets2": 0,
649
+ "MaxSocketsLevelThreshold2": 40,
650
+ "MaxSockets3": 0,
651
+ "TreasureClass": 0,
652
+ "Rarity": 1,
653
+ "StaffMods": "ass",
654
+ "Class": "ass",
655
+ "VarInvGfx": 0,
656
+ "StorePage": "armo",
657
+ "RunewordCategory1": "r_arm",
658
+ "expansion": 1,
659
+ "lineNumber": 75
660
+ },
661
+ "club": {
662
+ "ItemType": "Club",
663
+ "Code": "club",
664
+ "Equiv1": "blun",
665
+ "Repair": 1,
666
+ "Body": 1,
667
+ "BodyLoc1": "rarm",
668
+ "BodyLoc2": "larm",
669
+ "Throwable": 0,
670
+ "Reload": 0,
671
+ "ReEquip": 0,
672
+ "AutoStack": 0,
673
+ "Rare": 1,
674
+ "Normal": 0,
675
+ "Beltable": 0,
676
+ "MaxSockets1": 3,
677
+ "MaxSocketsLevelThreshold1": 25,
678
+ "MaxSockets2": 4,
679
+ "MaxSocketsLevelThreshold2": 40,
680
+ "MaxSockets3": 6,
681
+ "TreasureClass": 0,
682
+ "Rarity": 3,
683
+ "VarInvGfx": 0,
684
+ "StorePage": "weap",
685
+ "UICategory": "maces",
686
+ "RunewordCategory1": "r_mel",
687
+ "lineNumber": 29
688
+ },
689
+ "comb": {
690
+ "ItemType": "Combo Weapon",
691
+ "Code": "comb",
692
+ "Equiv1": "mele",
693
+ "Equiv2": "thro",
694
+ "Repair": 0,
695
+ "Body": 0,
696
+ "Throwable": 1,
697
+ "Reload": 0,
698
+ "ReEquip": 0,
699
+ "AutoStack": 0,
700
+ "Rare": 1,
701
+ "Normal": 0,
702
+ "Beltable": 0,
703
+ "MaxSockets1": 0,
704
+ "MaxSocketsLevelThreshold1": 25,
705
+ "MaxSockets2": 0,
706
+ "MaxSocketsLevelThreshold2": 40,
707
+ "MaxSockets3": 0,
708
+ "TreasureClass": 0,
709
+ "Rarity": 3,
710
+ "VarInvGfx": 0,
711
+ "RunewordCategory1": "r_mel",
712
+ "lineNumber": 49
713
+ },
714
+ "drui": {
715
+ "ItemType": "Druid Item",
716
+ "Code": "drui",
717
+ "Equiv1": "clas",
718
+ "Repair": 0,
719
+ "Body": 0,
720
+ "Throwable": 0,
721
+ "Reload": 0,
722
+ "ReEquip": 0,
723
+ "AutoStack": 0,
724
+ "Rare": 1,
725
+ "Normal": 0,
726
+ "Beltable": 0,
727
+ "MaxSockets1": 0,
728
+ "MaxSocketsLevelThreshold1": 25,
729
+ "MaxSockets2": 0,
730
+ "MaxSocketsLevelThreshold2": 40,
731
+ "MaxSockets3": 0,
732
+ "TreasureClass": 0,
733
+ "Rarity": 1,
734
+ "Class": "dru",
735
+ "VarInvGfx": 0,
736
+ "expansion": 1,
737
+ "lineNumber": 67
738
+ },
739
+ "elix": {
740
+ "ItemType": "Elixir",
741
+ "Code": "elix",
742
+ "Equiv1": "misc",
743
+ "Repair": 0,
744
+ "Body": 0,
745
+ "Throwable": 0,
746
+ "Reload": 0,
747
+ "ReEquip": 0,
748
+ "AutoStack": 0,
749
+ "Normal": 0,
750
+ "Beltable": 1,
751
+ "MaxSockets1": 0,
752
+ "MaxSocketsLevelThreshold1": 25,
753
+ "MaxSockets2": 0,
754
+ "MaxSocketsLevelThreshold2": 40,
755
+ "MaxSockets3": 0,
756
+ "TreasureClass": 0,
757
+ "Rarity": 3,
758
+ "VarInvGfx": 0,
759
+ "StorePage": "misc",
760
+ "lineNumber": 11
761
+ },
762
+ "gem": {
763
+ "ItemType": "Gem",
764
+ "Code": "gem",
765
+ "Equiv1": "sock",
766
+ "Repair": 0,
767
+ "Body": 0,
768
+ "Throwable": 0,
769
+ "Reload": 0,
770
+ "ReEquip": 0,
771
+ "AutoStack": 0,
772
+ "Normal": 1,
773
+ "Beltable": 0,
774
+ "MaxSockets1": 0,
775
+ "MaxSocketsLevelThreshold1": 25,
776
+ "MaxSockets2": 0,
777
+ "MaxSocketsLevelThreshold2": 40,
778
+ "MaxSockets3": 0,
779
+ "TreasureClass": 0,
780
+ "Rarity": 3,
781
+ "VarInvGfx": 0,
782
+ "StorePage": "misc",
783
+ "UICategory": "gems",
784
+ "lineNumber": 20
785
+ },
786
+ "gem0": {
787
+ "ItemType": "Chipped Gem",
788
+ "Code": "gem0",
789
+ "Equiv1": "gem",
790
+ "Repair": 0,
791
+ "Body": 0,
792
+ "Throwable": 0,
793
+ "Reload": 0,
794
+ "ReEquip": 0,
795
+ "AutoStack": 0,
796
+ "Normal": 1,
797
+ "Beltable": 0,
798
+ "MaxSockets1": 0,
799
+ "MaxSocketsLevelThreshold1": 25,
800
+ "MaxSockets2": 0,
801
+ "MaxSocketsLevelThreshold2": 40,
802
+ "MaxSockets3": 0,
803
+ "TreasureClass": 0,
804
+ "Rarity": 3,
805
+ "VarInvGfx": 0,
806
+ "StorePage": "misc",
807
+ "UICategory": "gems",
808
+ "expansion": 1,
809
+ "lineNumber": 93
810
+ },
811
+ "gem1": {
812
+ "ItemType": "Flawed Gem",
813
+ "Code": "gem1",
814
+ "Equiv1": "gem",
815
+ "Repair": 0,
816
+ "Body": 0,
817
+ "Throwable": 0,
818
+ "Reload": 0,
819
+ "ReEquip": 0,
820
+ "AutoStack": 0,
821
+ "Normal": 1,
822
+ "Beltable": 0,
823
+ "MaxSockets1": 0,
824
+ "MaxSocketsLevelThreshold1": 25,
825
+ "MaxSockets2": 0,
826
+ "MaxSocketsLevelThreshold2": 40,
827
+ "MaxSockets3": 0,
828
+ "TreasureClass": 0,
829
+ "Rarity": 3,
830
+ "VarInvGfx": 0,
831
+ "StorePage": "misc",
832
+ "UICategory": "gems",
833
+ "expansion": 1,
834
+ "lineNumber": 94
835
+ },
836
+ "gem2": {
837
+ "ItemType": "Standard Gem",
838
+ "Code": "gem2",
839
+ "Equiv1": "gem",
840
+ "Repair": 0,
841
+ "Body": 0,
842
+ "Throwable": 0,
843
+ "Reload": 0,
844
+ "ReEquip": 0,
845
+ "AutoStack": 0,
846
+ "Normal": 1,
847
+ "Beltable": 0,
848
+ "MaxSockets1": 0,
849
+ "MaxSocketsLevelThreshold1": 25,
850
+ "MaxSockets2": 0,
851
+ "MaxSocketsLevelThreshold2": 40,
852
+ "MaxSockets3": 0,
853
+ "TreasureClass": 0,
854
+ "Rarity": 3,
855
+ "VarInvGfx": 0,
856
+ "StorePage": "misc",
857
+ "UICategory": "gems",
858
+ "expansion": 1,
859
+ "lineNumber": 95
860
+ },
861
+ "gem3": {
862
+ "ItemType": "Flawless Gem",
863
+ "Code": "gem3",
864
+ "Equiv1": "gem",
865
+ "Repair": 0,
866
+ "Body": 0,
867
+ "Throwable": 0,
868
+ "Reload": 0,
869
+ "ReEquip": 0,
870
+ "AutoStack": 0,
871
+ "Normal": 1,
872
+ "Beltable": 0,
873
+ "MaxSockets1": 0,
874
+ "MaxSocketsLevelThreshold1": 25,
875
+ "MaxSockets2": 0,
876
+ "MaxSocketsLevelThreshold2": 40,
877
+ "MaxSockets3": 0,
878
+ "TreasureClass": 0,
879
+ "Rarity": 3,
880
+ "VarInvGfx": 0,
881
+ "StorePage": "misc",
882
+ "UICategory": "gems",
883
+ "expansion": 1,
884
+ "lineNumber": 96
885
+ },
886
+ "gem4": {
887
+ "ItemType": "Perfect Gem",
888
+ "Code": "gem4",
889
+ "Equiv1": "gem",
890
+ "Repair": 0,
891
+ "Body": 0,
892
+ "Throwable": 0,
893
+ "Reload": 0,
894
+ "ReEquip": 0,
895
+ "AutoStack": 0,
896
+ "Normal": 1,
897
+ "Beltable": 0,
898
+ "MaxSockets1": 0,
899
+ "MaxSocketsLevelThreshold1": 25,
900
+ "MaxSockets2": 0,
901
+ "MaxSocketsLevelThreshold2": 40,
902
+ "MaxSockets3": 0,
903
+ "TreasureClass": 0,
904
+ "Rarity": 3,
905
+ "VarInvGfx": 0,
906
+ "StorePage": "misc",
907
+ "UICategory": "gems",
908
+ "expansion": 1,
909
+ "lineNumber": 97
910
+ },
911
+ "gema": {
912
+ "ItemType": "Amethyst",
913
+ "Code": "gema",
914
+ "Equiv1": "gem",
915
+ "Repair": 0,
916
+ "Body": 0,
917
+ "Throwable": 0,
918
+ "Reload": 0,
919
+ "ReEquip": 0,
920
+ "AutoStack": 0,
921
+ "Normal": 1,
922
+ "Beltable": 0,
923
+ "MaxSockets1": 0,
924
+ "MaxSocketsLevelThreshold1": 25,
925
+ "MaxSockets2": 0,
926
+ "MaxSocketsLevelThreshold2": 40,
927
+ "MaxSockets3": 0,
928
+ "TreasureClass": 0,
929
+ "Rarity": 3,
930
+ "VarInvGfx": 0,
931
+ "StorePage": "misc",
932
+ "UICategory": "gems",
933
+ "expansion": 1,
934
+ "lineNumber": 98
935
+ },
936
+ "gemd": {
937
+ "ItemType": "Diamond",
938
+ "Code": "gemd",
939
+ "Equiv1": "gem",
940
+ "Repair": 0,
941
+ "Body": 0,
942
+ "Throwable": 0,
943
+ "Reload": 0,
944
+ "ReEquip": 0,
945
+ "AutoStack": 0,
946
+ "Normal": 1,
947
+ "Beltable": 0,
948
+ "MaxSockets1": 0,
949
+ "MaxSocketsLevelThreshold1": 25,
950
+ "MaxSockets2": 0,
951
+ "MaxSocketsLevelThreshold2": 40,
952
+ "MaxSockets3": 0,
953
+ "TreasureClass": 0,
954
+ "Rarity": 3,
955
+ "VarInvGfx": 0,
956
+ "StorePage": "misc",
957
+ "UICategory": "gems",
958
+ "expansion": 1,
959
+ "lineNumber": 99
960
+ },
961
+ "geme": {
962
+ "ItemType": "Emerald",
963
+ "Code": "geme",
964
+ "Equiv1": "gem",
965
+ "Repair": 0,
966
+ "Body": 0,
967
+ "Throwable": 0,
968
+ "Reload": 0,
969
+ "ReEquip": 0,
970
+ "AutoStack": 0,
971
+ "Normal": 1,
972
+ "Beltable": 0,
973
+ "MaxSockets1": 0,
974
+ "MaxSocketsLevelThreshold1": 25,
975
+ "MaxSockets2": 0,
976
+ "MaxSocketsLevelThreshold2": 40,
977
+ "MaxSockets3": 0,
978
+ "TreasureClass": 0,
979
+ "Rarity": 3,
980
+ "VarInvGfx": 0,
981
+ "StorePage": "misc",
982
+ "UICategory": "gems",
983
+ "expansion": 1,
984
+ "lineNumber": 100
985
+ },
986
+ "gemr": {
987
+ "ItemType": "Ruby",
988
+ "Code": "gemr",
989
+ "Equiv1": "gem",
990
+ "Repair": 0,
991
+ "Body": 0,
992
+ "Throwable": 0,
993
+ "Reload": 0,
994
+ "ReEquip": 0,
995
+ "AutoStack": 0,
996
+ "Normal": 1,
997
+ "Beltable": 0,
998
+ "MaxSockets1": 0,
999
+ "MaxSocketsLevelThreshold1": 25,
1000
+ "MaxSockets2": 0,
1001
+ "MaxSocketsLevelThreshold2": 40,
1002
+ "MaxSockets3": 0,
1003
+ "TreasureClass": 0,
1004
+ "Rarity": 3,
1005
+ "VarInvGfx": 0,
1006
+ "StorePage": "misc",
1007
+ "UICategory": "gems",
1008
+ "expansion": 1,
1009
+ "lineNumber": 101
1010
+ },
1011
+ "gems": {
1012
+ "ItemType": "Sapphire",
1013
+ "Code": "gems",
1014
+ "Equiv1": "gem",
1015
+ "Repair": 0,
1016
+ "Body": 0,
1017
+ "Throwable": 0,
1018
+ "Reload": 0,
1019
+ "ReEquip": 0,
1020
+ "AutoStack": 0,
1021
+ "Normal": 1,
1022
+ "Beltable": 0,
1023
+ "MaxSockets1": 0,
1024
+ "MaxSocketsLevelThreshold1": 25,
1025
+ "MaxSockets2": 0,
1026
+ "MaxSocketsLevelThreshold2": 40,
1027
+ "MaxSockets3": 0,
1028
+ "TreasureClass": 0,
1029
+ "Rarity": 3,
1030
+ "VarInvGfx": 0,
1031
+ "StorePage": "misc",
1032
+ "UICategory": "gems",
1033
+ "expansion": 1,
1034
+ "lineNumber": 102
1035
+ },
1036
+ "gemt": {
1037
+ "ItemType": "Topaz",
1038
+ "Code": "gemt",
1039
+ "Equiv1": "gem",
1040
+ "Repair": 0,
1041
+ "Body": 0,
1042
+ "Throwable": 0,
1043
+ "Reload": 0,
1044
+ "ReEquip": 0,
1045
+ "AutoStack": 0,
1046
+ "Normal": 1,
1047
+ "Beltable": 0,
1048
+ "MaxSockets1": 0,
1049
+ "MaxSocketsLevelThreshold1": 25,
1050
+ "MaxSockets2": 0,
1051
+ "MaxSocketsLevelThreshold2": 40,
1052
+ "MaxSockets3": 0,
1053
+ "TreasureClass": 0,
1054
+ "Rarity": 3,
1055
+ "VarInvGfx": 0,
1056
+ "StorePage": "misc",
1057
+ "UICategory": "gems",
1058
+ "expansion": 1,
1059
+ "lineNumber": 103
1060
+ },
1061
+ "gemz": {
1062
+ "ItemType": "Skull",
1063
+ "Code": "gemz",
1064
+ "Equiv1": "gem",
1065
+ "Repair": 0,
1066
+ "Body": 0,
1067
+ "Throwable": 0,
1068
+ "Reload": 0,
1069
+ "ReEquip": 0,
1070
+ "AutoStack": 0,
1071
+ "Normal": 1,
1072
+ "Beltable": 0,
1073
+ "MaxSockets1": 0,
1074
+ "MaxSocketsLevelThreshold1": 25,
1075
+ "MaxSockets2": 0,
1076
+ "MaxSocketsLevelThreshold2": 40,
1077
+ "MaxSockets3": 0,
1078
+ "TreasureClass": 0,
1079
+ "Rarity": 3,
1080
+ "VarInvGfx": 0,
1081
+ "StorePage": "misc",
1082
+ "UICategory": "gems",
1083
+ "expansion": 1,
1084
+ "lineNumber": 104
1085
+ },
1086
+ "glov": {
1087
+ "ItemType": "Gloves",
1088
+ "Code": "glov",
1089
+ "Equiv1": "armo",
1090
+ "Repair": 1,
1091
+ "Body": 1,
1092
+ "BodyLoc1": "glov",
1093
+ "BodyLoc2": "glov",
1094
+ "Throwable": 0,
1095
+ "Reload": 0,
1096
+ "ReEquip": 0,
1097
+ "AutoStack": 0,
1098
+ "Rare": 1,
1099
+ "Normal": 0,
1100
+ "Beltable": 0,
1101
+ "MaxSockets1": 0,
1102
+ "MaxSocketsLevelThreshold1": 25,
1103
+ "MaxSockets2": 0,
1104
+ "MaxSocketsLevelThreshold2": 40,
1105
+ "MaxSockets3": 0,
1106
+ "TreasureClass": 0,
1107
+ "Rarity": 3,
1108
+ "VarInvGfx": 0,
1109
+ "StorePage": "armo",
1110
+ "UICategory": "glove",
1111
+ "RunewordCategory1": "r_arm",
1112
+ "lineNumber": 16
1113
+ },
1114
+ "gold": {
1115
+ "ItemType": "Gold",
1116
+ "Code": "gold",
1117
+ "Equiv1": "misc",
1118
+ "Repair": 0,
1119
+ "Body": 0,
1120
+ "Throwable": 0,
1121
+ "Reload": 0,
1122
+ "ReEquip": 0,
1123
+ "AutoStack": 0,
1124
+ "Normal": 1,
1125
+ "Beltable": 0,
1126
+ "MaxSockets1": 0,
1127
+ "MaxSocketsLevelThreshold1": 25,
1128
+ "MaxSockets2": 0,
1129
+ "MaxSocketsLevelThreshold2": 40,
1130
+ "MaxSockets3": 0,
1131
+ "TreasureClass": 0,
1132
+ "Rarity": 3,
1133
+ "VarInvGfx": 0,
1134
+ "lineNumber": 4
1135
+ },
1136
+ "grim": {
1137
+ "ItemType": "Grimoire",
1138
+ "Code": "grim",
1139
+ "Equiv1": "shld",
1140
+ "Equiv2": "warl",
1141
+ "Repair": 1,
1142
+ "Body": 1,
1143
+ "BodyLoc1": "rarm",
1144
+ "BodyLoc2": "larm",
1145
+ "Throwable": 0,
1146
+ "Reload": 0,
1147
+ "ReEquip": 0,
1148
+ "AutoStack": 0,
1149
+ "Rare": 1,
1150
+ "Normal": 0,
1151
+ "Beltable": 0,
1152
+ "MaxSockets1": 2,
1153
+ "MaxSocketsLevelThreshold1": 25,
1154
+ "MaxSockets2": 3,
1155
+ "MaxSocketsLevelThreshold2": 40,
1156
+ "MaxSockets3": 3,
1157
+ "TreasureClass": 0,
1158
+ "Rarity": 1,
1159
+ "VarInvGfx": 0,
1160
+ "StorePage": "armo",
1161
+ "UICategory": "warlo",
1162
+ "expansion": 1,
1163
+ "lineNumber": 107
1164
+ },
1165
+ "h2h": {
1166
+ "ItemType": "Hand to Hand",
1167
+ "Code": "h2h",
1168
+ "Equiv1": "mele",
1169
+ "Equiv2": "assn",
1170
+ "Repair": 1,
1171
+ "Body": 1,
1172
+ "BodyLoc1": "rarm",
1173
+ "BodyLoc2": "larm",
1174
+ "Throwable": 0,
1175
+ "Reload": 0,
1176
+ "ReEquip": 0,
1177
+ "AutoStack": 0,
1178
+ "Rare": 1,
1179
+ "Normal": 0,
1180
+ "Beltable": 0,
1181
+ "MaxSockets1": 2,
1182
+ "MaxSocketsLevelThreshold1": 25,
1183
+ "MaxSockets2": 3,
1184
+ "MaxSocketsLevelThreshold2": 40,
1185
+ "MaxSockets3": 3,
1186
+ "TreasureClass": 0,
1187
+ "Rarity": 2,
1188
+ "Class": "ass",
1189
+ "VarInvGfx": 0,
1190
+ "StorePage": "weap",
1191
+ "UICategory": "assas",
1192
+ "RunewordCategory1": "r_mel",
1193
+ "expansion": 1,
1194
+ "lineNumber": 69
1195
+ },
1196
+ "h2h2": {
1197
+ "ItemType": "Hand to Hand 2",
1198
+ "Code": "h2h2",
1199
+ "Equiv1": "h2h",
1200
+ "Repair": 1,
1201
+ "Body": 1,
1202
+ "BodyLoc1": "rarm",
1203
+ "BodyLoc2": "larm",
1204
+ "Throwable": 0,
1205
+ "Reload": 0,
1206
+ "ReEquip": 0,
1207
+ "AutoStack": 0,
1208
+ "Rare": 1,
1209
+ "Normal": 0,
1210
+ "Beltable": 0,
1211
+ "MaxSockets1": 2,
1212
+ "MaxSocketsLevelThreshold1": 25,
1213
+ "MaxSockets2": 3,
1214
+ "MaxSocketsLevelThreshold2": 40,
1215
+ "MaxSockets3": 3,
1216
+ "TreasureClass": 0,
1217
+ "Rarity": 2,
1218
+ "StaffMods": "ass",
1219
+ "Class": "ass",
1220
+ "VarInvGfx": 0,
1221
+ "StorePage": "weap",
1222
+ "UICategory": "assas",
1223
+ "RunewordCategory1": "r_mel",
1224
+ "expansion": 1,
1225
+ "lineNumber": 90
1226
+ },
1227
+ "hamm": {
1228
+ "ItemType": "Hammer",
1229
+ "Code": "hamm",
1230
+ "Equiv1": "blun",
1231
+ "Repair": 1,
1232
+ "Body": 1,
1233
+ "BodyLoc1": "rarm",
1234
+ "BodyLoc2": "larm",
1235
+ "Throwable": 0,
1236
+ "Reload": 0,
1237
+ "ReEquip": 0,
1238
+ "AutoStack": 0,
1239
+ "Rare": 1,
1240
+ "Normal": 0,
1241
+ "Beltable": 0,
1242
+ "MaxSockets1": 3,
1243
+ "MaxSocketsLevelThreshold1": 25,
1244
+ "MaxSockets2": 4,
1245
+ "MaxSocketsLevelThreshold2": 40,
1246
+ "MaxSockets3": 6,
1247
+ "TreasureClass": 0,
1248
+ "Rarity": 3,
1249
+ "VarInvGfx": 0,
1250
+ "StorePage": "weap",
1251
+ "UICategory": "maces",
1252
+ "RunewordCategory1": "r_mel",
1253
+ "lineNumber": 31
1254
+ },
1255
+ "head": {
1256
+ "ItemType": "Voodoo Heads",
1257
+ "Code": "head",
1258
+ "Equiv1": "shld",
1259
+ "Equiv2": "necr",
1260
+ "Repair": 1,
1261
+ "Body": 1,
1262
+ "BodyLoc1": "rarm",
1263
+ "BodyLoc2": "larm",
1264
+ "Throwable": 0,
1265
+ "Reload": 0,
1266
+ "ReEquip": 0,
1267
+ "AutoStack": 0,
1268
+ "Rare": 1,
1269
+ "Normal": 0,
1270
+ "Beltable": 0,
1271
+ "MaxSockets1": 2,
1272
+ "MaxSocketsLevelThreshold1": 25,
1273
+ "MaxSockets2": 3,
1274
+ "MaxSocketsLevelThreshold2": 40,
1275
+ "MaxSockets3": 3,
1276
+ "TreasureClass": 0,
1277
+ "Rarity": 1,
1278
+ "StaffMods": "nec",
1279
+ "Class": "nec",
1280
+ "VarInvGfx": 0,
1281
+ "StorePage": "armo",
1282
+ "UICategory": "necro",
1283
+ "RunewordCategory1": "r_arm",
1284
+ "expansion": 1,
1285
+ "lineNumber": 71
1286
+ },
1287
+ "helm": {
1288
+ "ItemType": "Helm",
1289
+ "Code": "helm",
1290
+ "Equiv1": "armo",
1291
+ "Repair": 1,
1292
+ "Body": 1,
1293
+ "BodyLoc1": "head",
1294
+ "BodyLoc2": "head",
1295
+ "Throwable": 0,
1296
+ "Reload": 0,
1297
+ "ReEquip": 0,
1298
+ "AutoStack": 0,
1299
+ "Rare": 1,
1300
+ "Normal": 0,
1301
+ "Beltable": 0,
1302
+ "MaxSockets1": 2,
1303
+ "MaxSocketsLevelThreshold1": 25,
1304
+ "MaxSockets2": 2,
1305
+ "MaxSocketsLevelThreshold2": 40,
1306
+ "MaxSockets3": 3,
1307
+ "TreasureClass": 0,
1308
+ "Rarity": 3,
1309
+ "VarInvGfx": 0,
1310
+ "StorePage": "armo",
1311
+ "UICategory": "helms",
1312
+ "RunewordCategory1": "r_hel",
1313
+ "lineNumber": 37
1314
+ },
1315
+ "herb": {
1316
+ "ItemType": "Herb",
1317
+ "Code": "herb",
1318
+ "Equiv1": "misc",
1319
+ "Repair": 0,
1320
+ "Body": 0,
1321
+ "Throwable": 0,
1322
+ "Reload": 0,
1323
+ "ReEquip": 0,
1324
+ "AutoStack": 0,
1325
+ "Normal": 0,
1326
+ "Beltable": 0,
1327
+ "MaxSockets1": 0,
1328
+ "MaxSocketsLevelThreshold1": 25,
1329
+ "MaxSockets2": 0,
1330
+ "MaxSocketsLevelThreshold2": 40,
1331
+ "MaxSockets3": 0,
1332
+ "TreasureClass": 0,
1333
+ "Rarity": 3,
1334
+ "VarInvGfx": 0,
1335
+ "StorePage": "misc",
1336
+ "lineNumber": 8
1337
+ },
1338
+ "hpot": {
1339
+ "ItemType": "Healing Potion",
1340
+ "Code": "hpot",
1341
+ "Equiv1": "poti",
1342
+ "Repair": 0,
1343
+ "Body": 0,
1344
+ "Throwable": 0,
1345
+ "Reload": 0,
1346
+ "ReEquip": 0,
1347
+ "AutoStack": 0,
1348
+ "Normal": 1,
1349
+ "Beltable": 1,
1350
+ "MaxSockets1": 0,
1351
+ "MaxSocketsLevelThreshold1": 25,
1352
+ "MaxSockets2": 0,
1353
+ "MaxSocketsLevelThreshold2": 40,
1354
+ "MaxSockets3": 0,
1355
+ "TreasureClass": 0,
1356
+ "Rarity": 3,
1357
+ "VarInvGfx": 0,
1358
+ "StorePage": "misc",
1359
+ "UICategory": "potis",
1360
+ "expansion": 1,
1361
+ "lineNumber": 78
1362
+ },
1363
+ "jave": {
1364
+ "ItemType": "Javelin",
1365
+ "Code": "jave",
1366
+ "Equiv1": "comb",
1367
+ "Equiv2": "spea",
1368
+ "Repair": 1,
1369
+ "Body": 1,
1370
+ "BodyLoc1": "rarm",
1371
+ "BodyLoc2": "larm",
1372
+ "Throwable": 1,
1373
+ "Reload": 1,
1374
+ "ReEquip": 1,
1375
+ "AutoStack": 1,
1376
+ "Rare": 1,
1377
+ "Normal": 0,
1378
+ "Beltable": 0,
1379
+ "MaxSockets1": 0,
1380
+ "MaxSocketsLevelThreshold1": 25,
1381
+ "MaxSockets2": 0,
1382
+ "MaxSocketsLevelThreshold2": 40,
1383
+ "MaxSockets3": 0,
1384
+ "TreasureClass": 0,
1385
+ "Rarity": 3,
1386
+ "VarInvGfx": 0,
1387
+ "StorePage": "misc",
1388
+ "UICategory": "javel",
1389
+ "RunewordCategory1": "r_mel",
1390
+ "lineNumber": 44
1391
+ },
1392
+ "jewl": {
1393
+ "ItemType": "Jewel",
1394
+ "Code": "jewl",
1395
+ "Equiv1": "sock",
1396
+ "Repair": 0,
1397
+ "Body": 0,
1398
+ "Throwable": 0,
1399
+ "Reload": 0,
1400
+ "ReEquip": 0,
1401
+ "AutoStack": 0,
1402
+ "Magic": 1,
1403
+ "Rare": 1,
1404
+ "Normal": 0,
1405
+ "Beltable": 0,
1406
+ "MaxSockets1": 0,
1407
+ "MaxSocketsLevelThreshold1": 25,
1408
+ "MaxSockets2": 0,
1409
+ "MaxSocketsLevelThreshold2": 40,
1410
+ "MaxSockets3": 0,
1411
+ "TreasureClass": 0,
1412
+ "Rarity": 3,
1413
+ "VarInvGfx": 6,
1414
+ "InvGfx1": "invjw1",
1415
+ "InvGfx2": "invjw2",
1416
+ "InvGfx3": "invjw3",
1417
+ "InvGfx4": "invjw4",
1418
+ "InvGfx5": "invjw5",
1419
+ "InvGfx6": "invjw6",
1420
+ "StorePage": "misc",
1421
+ "UICategory": "jewel",
1422
+ "expansion": 1,
1423
+ "lineNumber": 59
1424
+ },
1425
+ "key": {
1426
+ "ItemType": "Key",
1427
+ "Code": "key",
1428
+ "Equiv1": "misc",
1429
+ "Repair": 0,
1430
+ "Body": 0,
1431
+ "Throwable": 0,
1432
+ "Reload": 0,
1433
+ "ReEquip": 0,
1434
+ "AutoStack": 1,
1435
+ "Normal": 1,
1436
+ "Beltable": 0,
1437
+ "MaxSockets1": 0,
1438
+ "MaxSocketsLevelThreshold1": 25,
1439
+ "MaxSockets2": 0,
1440
+ "MaxSocketsLevelThreshold2": 40,
1441
+ "MaxSockets3": 0,
1442
+ "TreasureClass": 0,
1443
+ "Rarity": 3,
1444
+ "VarInvGfx": 0,
1445
+ "StorePage": "misc",
1446
+ "lineNumber": 41
1447
+ },
1448
+ "knif": {
1449
+ "ItemType": "Knife",
1450
+ "Code": "knif",
1451
+ "Equiv1": "blde",
1452
+ "Repair": 1,
1453
+ "Body": 1,
1454
+ "BodyLoc1": "rarm",
1455
+ "BodyLoc2": "larm",
1456
+ "Throwable": 0,
1457
+ "Reload": 0,
1458
+ "ReEquip": 0,
1459
+ "AutoStack": 0,
1460
+ "Rare": 1,
1461
+ "Normal": 0,
1462
+ "Beltable": 0,
1463
+ "MaxSockets1": 2,
1464
+ "MaxSocketsLevelThreshold1": 25,
1465
+ "MaxSockets2": 3,
1466
+ "MaxSocketsLevelThreshold2": 40,
1467
+ "MaxSockets3": 3,
1468
+ "TreasureClass": 0,
1469
+ "Rarity": 3,
1470
+ "VarInvGfx": 0,
1471
+ "StorePage": "weap",
1472
+ "UICategory": "daggs",
1473
+ "RunewordCategory1": "r_mel",
1474
+ "lineNumber": 32
1475
+ },
1476
+ "lcha": {
1477
+ "ItemType": "Large Charm",
1478
+ "Code": "lcha",
1479
+ "Equiv1": "char",
1480
+ "Repair": 0,
1481
+ "Body": 0,
1482
+ "Throwable": 0,
1483
+ "Reload": 0,
1484
+ "ReEquip": 0,
1485
+ "AutoStack": 0,
1486
+ "Magic": 1,
1487
+ "Normal": 0,
1488
+ "Beltable": 0,
1489
+ "MaxSockets1": 0,
1490
+ "MaxSocketsLevelThreshold1": 25,
1491
+ "MaxSockets2": 0,
1492
+ "MaxSocketsLevelThreshold2": 40,
1493
+ "MaxSockets3": 0,
1494
+ "TreasureClass": 0,
1495
+ "Rarity": 3,
1496
+ "VarInvGfx": 3,
1497
+ "InvGfx1": "invch3",
1498
+ "InvGfx2": "invch6",
1499
+ "InvGfx3": "invch9",
1500
+ "StorePage": "misc",
1501
+ "UICategory": "charm",
1502
+ "expansion": 1,
1503
+ "lineNumber": 86
1504
+ },
1505
+ "mace": {
1506
+ "ItemType": "Mace",
1507
+ "Code": "mace",
1508
+ "Equiv1": "blun",
1509
+ "Repair": 1,
1510
+ "Body": 1,
1511
+ "BodyLoc1": "rarm",
1512
+ "BodyLoc2": "larm",
1513
+ "Throwable": 0,
1514
+ "Reload": 0,
1515
+ "ReEquip": 0,
1516
+ "AutoStack": 0,
1517
+ "Rare": 1,
1518
+ "Normal": 0,
1519
+ "Beltable": 0,
1520
+ "MaxSockets1": 3,
1521
+ "MaxSocketsLevelThreshold1": 25,
1522
+ "MaxSockets2": 4,
1523
+ "MaxSocketsLevelThreshold2": 40,
1524
+ "MaxSockets3": 6,
1525
+ "TreasureClass": 0,
1526
+ "Rarity": 3,
1527
+ "VarInvGfx": 0,
1528
+ "StorePage": "weap",
1529
+ "UICategory": "maces",
1530
+ "RunewordCategory1": "r_mel",
1531
+ "lineNumber": 36
1532
+ },
1533
+ "mboq": {
1534
+ "ItemType": "Magic Bow Quiv",
1535
+ "Code": "mboq",
1536
+ "Equiv1": "bowq",
1537
+ "Repair": 0,
1538
+ "Body": 1,
1539
+ "BodyLoc1": "rarm",
1540
+ "BodyLoc2": "larm",
1541
+ "Quiver": "bow",
1542
+ "Throwable": 0,
1543
+ "Reload": 1,
1544
+ "ReEquip": 0,
1545
+ "AutoStack": 0,
1546
+ "Magic": 1,
1547
+ "Rare": 1,
1548
+ "Normal": 0,
1549
+ "Beltable": 0,
1550
+ "MaxSockets1": 0,
1551
+ "MaxSocketsLevelThreshold1": 25,
1552
+ "MaxSockets2": 0,
1553
+ "MaxSocketsLevelThreshold2": 40,
1554
+ "MaxSockets3": 0,
1555
+ "TreasureClass": 0,
1556
+ "Rarity": 3,
1557
+ "VarInvGfx": 0,
1558
+ "StorePage": "misc",
1559
+ "expansion": 1,
1560
+ "lineNumber": 91
1561
+ },
1562
+ "mcha": {
1563
+ "ItemType": "Medium Charm",
1564
+ "Code": "mcha",
1565
+ "Equiv1": "char",
1566
+ "Repair": 0,
1567
+ "Body": 0,
1568
+ "Throwable": 0,
1569
+ "Reload": 0,
1570
+ "ReEquip": 0,
1571
+ "AutoStack": 0,
1572
+ "Magic": 1,
1573
+ "Normal": 0,
1574
+ "Beltable": 0,
1575
+ "MaxSockets1": 0,
1576
+ "MaxSocketsLevelThreshold1": 25,
1577
+ "MaxSockets2": 0,
1578
+ "MaxSocketsLevelThreshold2": 40,
1579
+ "MaxSockets3": 0,
1580
+ "TreasureClass": 0,
1581
+ "Rarity": 3,
1582
+ "VarInvGfx": 3,
1583
+ "InvGfx1": "invch2",
1584
+ "InvGfx2": "invch5",
1585
+ "InvGfx3": "invch8",
1586
+ "StorePage": "misc",
1587
+ "UICategory": "charm",
1588
+ "expansion": 1,
1589
+ "lineNumber": 85
1590
+ },
1591
+ "mele": {
1592
+ "ItemType": "Melee Weapon",
1593
+ "Code": "mele",
1594
+ "Equiv1": "weap",
1595
+ "Repair": 0,
1596
+ "Body": 0,
1597
+ "Throwable": 0,
1598
+ "Reload": 0,
1599
+ "ReEquip": 0,
1600
+ "AutoStack": 0,
1601
+ "Rare": 1,
1602
+ "Normal": 0,
1603
+ "Beltable": 0,
1604
+ "MaxSockets1": 0,
1605
+ "MaxSocketsLevelThreshold1": 25,
1606
+ "MaxSockets2": 0,
1607
+ "MaxSocketsLevelThreshold2": 40,
1608
+ "MaxSockets3": 0,
1609
+ "TreasureClass": 1,
1610
+ "Rarity": 3,
1611
+ "VarInvGfx": 0,
1612
+ "RunewordCategory1": "r_mel",
1613
+ "lineNumber": 46
1614
+ },
1615
+ "misc": {
1616
+ "ItemType": "Miscellaneous",
1617
+ "Code": "misc",
1618
+ "Repair": 0,
1619
+ "Body": 0,
1620
+ "Throwable": 0,
1621
+ "Reload": 0,
1622
+ "ReEquip": 0,
1623
+ "AutoStack": 0,
1624
+ "Rare": 1,
1625
+ "Normal": 0,
1626
+ "Beltable": 0,
1627
+ "MaxSockets1": 0,
1628
+ "MaxSocketsLevelThreshold1": 25,
1629
+ "MaxSockets2": 0,
1630
+ "MaxSocketsLevelThreshold2": 40,
1631
+ "MaxSockets3": 0,
1632
+ "TreasureClass": 0,
1633
+ "Rarity": 3,
1634
+ "VarInvGfx": 0,
1635
+ "lineNumber": 52
1636
+ },
1637
+ "misl": {
1638
+ "ItemType": "Missile",
1639
+ "Code": "misl",
1640
+ "Equiv1": "misc",
1641
+ "Repair": 0,
1642
+ "Body": 0,
1643
+ "Throwable": 0,
1644
+ "Reload": 0,
1645
+ "ReEquip": 0,
1646
+ "AutoStack": 0,
1647
+ "Normal": 0,
1648
+ "Beltable": 0,
1649
+ "MaxSockets1": 0,
1650
+ "MaxSocketsLevelThreshold1": 25,
1651
+ "MaxSockets2": 0,
1652
+ "MaxSocketsLevelThreshold2": 40,
1653
+ "MaxSockets3": 0,
1654
+ "TreasureClass": 0,
1655
+ "Rarity": 3,
1656
+ "VarInvGfx": 0,
1657
+ "RunewordCategory1": "r_mis",
1658
+ "lineNumber": 56
1659
+ },
1660
+ "miss": {
1661
+ "ItemType": "Missile Weapon",
1662
+ "Code": "miss",
1663
+ "Equiv1": "weap",
1664
+ "Repair": 0,
1665
+ "Body": 0,
1666
+ "Throwable": 0,
1667
+ "Reload": 0,
1668
+ "ReEquip": 0,
1669
+ "AutoStack": 0,
1670
+ "Rare": 1,
1671
+ "Normal": 0,
1672
+ "Beltable": 0,
1673
+ "MaxSockets1": 0,
1674
+ "MaxSocketsLevelThreshold1": 25,
1675
+ "MaxSockets2": 0,
1676
+ "MaxSocketsLevelThreshold2": 40,
1677
+ "MaxSockets3": 0,
1678
+ "TreasureClass": 0,
1679
+ "Rarity": 3,
1680
+ "VarInvGfx": 0,
1681
+ "RunewordCategory1": "r_mis",
1682
+ "lineNumber": 47
1683
+ },
1684
+ "mpot": {
1685
+ "ItemType": "Mana Potion",
1686
+ "Code": "mpot",
1687
+ "Equiv1": "poti",
1688
+ "Repair": 0,
1689
+ "Body": 0,
1690
+ "Throwable": 0,
1691
+ "Reload": 0,
1692
+ "ReEquip": 0,
1693
+ "AutoStack": 0,
1694
+ "Normal": 1,
1695
+ "Beltable": 1,
1696
+ "MaxSockets1": 0,
1697
+ "MaxSocketsLevelThreshold1": 25,
1698
+ "MaxSockets2": 0,
1699
+ "MaxSocketsLevelThreshold2": 40,
1700
+ "MaxSockets3": 0,
1701
+ "TreasureClass": 0,
1702
+ "Rarity": 3,
1703
+ "VarInvGfx": 0,
1704
+ "StorePage": "misc",
1705
+ "UICategory": "potis",
1706
+ "expansion": 1,
1707
+ "lineNumber": 79
1708
+ },
1709
+ "mxbq": {
1710
+ "ItemType": "Magic Xbow Quiv",
1711
+ "Code": "mxbq",
1712
+ "Equiv1": "xboq",
1713
+ "Repair": 0,
1714
+ "Body": 1,
1715
+ "BodyLoc1": "rarm",
1716
+ "BodyLoc2": "larm",
1717
+ "Quiver": "xbow",
1718
+ "Throwable": 0,
1719
+ "Reload": 1,
1720
+ "ReEquip": 0,
1721
+ "AutoStack": 0,
1722
+ "Magic": 1,
1723
+ "Rare": 1,
1724
+ "Normal": 0,
1725
+ "Beltable": 0,
1726
+ "MaxSockets1": 0,
1727
+ "MaxSocketsLevelThreshold1": 25,
1728
+ "MaxSockets2": 0,
1729
+ "MaxSocketsLevelThreshold2": 40,
1730
+ "MaxSockets3": 0,
1731
+ "TreasureClass": 0,
1732
+ "Rarity": 3,
1733
+ "VarInvGfx": 0,
1734
+ "StorePage": "misc",
1735
+ "expansion": 1,
1736
+ "lineNumber": 92
1737
+ },
1738
+ "necr": {
1739
+ "ItemType": "Necromancer Item",
1740
+ "Code": "necr",
1741
+ "Equiv1": "clas",
1742
+ "Repair": 0,
1743
+ "Body": 0,
1744
+ "Throwable": 0,
1745
+ "Reload": 0,
1746
+ "ReEquip": 0,
1747
+ "AutoStack": 0,
1748
+ "Rare": 1,
1749
+ "Normal": 0,
1750
+ "Beltable": 0,
1751
+ "MaxSockets1": 0,
1752
+ "MaxSocketsLevelThreshold1": 25,
1753
+ "MaxSockets2": 0,
1754
+ "MaxSocketsLevelThreshold2": 40,
1755
+ "MaxSockets3": 0,
1756
+ "TreasureClass": 0,
1757
+ "Rarity": 1,
1758
+ "Class": "nec",
1759
+ "VarInvGfx": 0,
1760
+ "expansion": 1,
1761
+ "lineNumber": 63
1762
+ },
1763
+ "none": {
1764
+ "Code": "none",
1765
+ "Repair": 0,
1766
+ "Body": 0,
1767
+ "Throwable": 0,
1768
+ "Reload": 0,
1769
+ "ReEquip": 0,
1770
+ "AutoStack": 0,
1771
+ "Normal": 0,
1772
+ "Beltable": 0,
1773
+ "MaxSockets1": 0,
1774
+ "MaxSocketsLevelThreshold1": 25,
1775
+ "MaxSockets2": 0,
1776
+ "MaxSocketsLevelThreshold2": 40,
1777
+ "MaxSockets3": 0,
1778
+ "TreasureClass": 0,
1779
+ "Rarity": 3,
1780
+ "VarInvGfx": 0,
1781
+ "lineNumber": 1
1782
+ },
1783
+ "orb": {
1784
+ "ItemType": "Orb",
1785
+ "Code": "orb",
1786
+ "Equiv1": "weap",
1787
+ "Equiv2": "sorc",
1788
+ "Repair": 1,
1789
+ "Body": 1,
1790
+ "BodyLoc1": "rarm",
1791
+ "BodyLoc2": "larm",
1792
+ "Throwable": 0,
1793
+ "Reload": 0,
1794
+ "ReEquip": 0,
1795
+ "AutoStack": 0,
1796
+ "Rare": 1,
1797
+ "Normal": 0,
1798
+ "Beltable": 0,
1799
+ "MaxSockets1": 2,
1800
+ "MaxSocketsLevelThreshold1": 25,
1801
+ "MaxSockets2": 3,
1802
+ "MaxSocketsLevelThreshold2": 40,
1803
+ "MaxSockets3": 3,
1804
+ "TreasureClass": 0,
1805
+ "Rarity": 1,
1806
+ "StaffMods": "sor",
1807
+ "Class": "sor",
1808
+ "VarInvGfx": 0,
1809
+ "StorePage": "weap",
1810
+ "UICategory": "sorce",
1811
+ "RunewordCategory1": "r_mel",
1812
+ "expansion": 1,
1813
+ "lineNumber": 70
1814
+ },
1815
+ "pala": {
1816
+ "ItemType": "Paladin Item",
1817
+ "Code": "pala",
1818
+ "Equiv1": "clas",
1819
+ "Repair": 0,
1820
+ "Body": 0,
1821
+ "Throwable": 0,
1822
+ "Reload": 0,
1823
+ "ReEquip": 0,
1824
+ "AutoStack": 0,
1825
+ "Rare": 1,
1826
+ "Normal": 0,
1827
+ "Beltable": 0,
1828
+ "MaxSockets1": 0,
1829
+ "MaxSocketsLevelThreshold1": 25,
1830
+ "MaxSockets2": 0,
1831
+ "MaxSocketsLevelThreshold2": 40,
1832
+ "MaxSockets3": 0,
1833
+ "TreasureClass": 0,
1834
+ "Rarity": 1,
1835
+ "Class": "pal",
1836
+ "VarInvGfx": 0,
1837
+ "RunewordCategory1": "r_off",
1838
+ "expansion": 1,
1839
+ "lineNumber": 64
1840
+ },
1841
+ "pelt": {
1842
+ "ItemType": "Pelt",
1843
+ "Code": "pelt",
1844
+ "Equiv1": "helm",
1845
+ "Equiv2": "drui",
1846
+ "Repair": 1,
1847
+ "Body": 1,
1848
+ "BodyLoc1": "head",
1849
+ "BodyLoc2": "head",
1850
+ "Throwable": 0,
1851
+ "Reload": 0,
1852
+ "ReEquip": 0,
1853
+ "AutoStack": 0,
1854
+ "Rare": 1,
1855
+ "Normal": 0,
1856
+ "Beltable": 0,
1857
+ "MaxSockets1": 2,
1858
+ "MaxSocketsLevelThreshold1": 25,
1859
+ "MaxSockets2": 3,
1860
+ "MaxSocketsLevelThreshold2": 40,
1861
+ "MaxSockets3": 3,
1862
+ "TreasureClass": 0,
1863
+ "Rarity": 1,
1864
+ "StaffMods": "dru",
1865
+ "Class": "dru",
1866
+ "VarInvGfx": 0,
1867
+ "StorePage": "armo",
1868
+ "UICategory": "druid",
1869
+ "RunewordCategory1": "r_hel",
1870
+ "expansion": 1,
1871
+ "lineNumber": 74
1872
+ },
1873
+ "phlm": {
1874
+ "ItemType": "Primal Helm",
1875
+ "Code": "phlm",
1876
+ "Equiv1": "helm",
1877
+ "Equiv2": "barb",
1878
+ "Repair": 1,
1879
+ "Body": 1,
1880
+ "BodyLoc1": "head",
1881
+ "BodyLoc2": "head",
1882
+ "Throwable": 0,
1883
+ "Reload": 0,
1884
+ "ReEquip": 0,
1885
+ "AutoStack": 0,
1886
+ "Rare": 1,
1887
+ "Normal": 0,
1888
+ "Beltable": 0,
1889
+ "MaxSockets1": 2,
1890
+ "MaxSocketsLevelThreshold1": 25,
1891
+ "MaxSockets2": 3,
1892
+ "MaxSocketsLevelThreshold2": 40,
1893
+ "MaxSockets3": 3,
1894
+ "TreasureClass": 0,
1895
+ "Rarity": 1,
1896
+ "StaffMods": "bar",
1897
+ "Class": "bar",
1898
+ "VarInvGfx": 0,
1899
+ "StorePage": "armo",
1900
+ "UICategory": "barbh",
1901
+ "RunewordCategory1": "r_hel",
1902
+ "expansion": 1,
1903
+ "lineNumber": 73
1904
+ },
1905
+ "play": {
1906
+ "ItemType": "Player Body Part",
1907
+ "Code": "play",
1908
+ "Equiv1": "misc",
1909
+ "Repair": 0,
1910
+ "Body": 0,
1911
+ "Throwable": 0,
1912
+ "Reload": 0,
1913
+ "ReEquip": 0,
1914
+ "AutoStack": 0,
1915
+ "Normal": 1,
1916
+ "Beltable": 0,
1917
+ "MaxSockets1": 0,
1918
+ "MaxSocketsLevelThreshold1": 25,
1919
+ "MaxSockets2": 0,
1920
+ "MaxSocketsLevelThreshold2": 40,
1921
+ "MaxSockets3": 0,
1922
+ "TreasureClass": 0,
1923
+ "Rarity": 3,
1924
+ "VarInvGfx": 0,
1925
+ "StorePage": "misc",
1926
+ "lineNumber": 7
1927
+ },
1928
+ "pole": {
1929
+ "ItemType": "Polearm",
1930
+ "Code": "pole",
1931
+ "Equiv1": "sppl",
1932
+ "Repair": 1,
1933
+ "Body": 1,
1934
+ "BodyLoc1": "rarm",
1935
+ "BodyLoc2": "larm",
1936
+ "Throwable": 0,
1937
+ "Reload": 0,
1938
+ "ReEquip": 0,
1939
+ "AutoStack": 0,
1940
+ "Rare": 1,
1941
+ "Normal": 0,
1942
+ "Beltable": 0,
1943
+ "MaxSockets1": 3,
1944
+ "MaxSocketsLevelThreshold1": 25,
1945
+ "MaxSockets2": 4,
1946
+ "MaxSocketsLevelThreshold2": 40,
1947
+ "MaxSockets3": 6,
1948
+ "TreasureClass": 0,
1949
+ "Rarity": 3,
1950
+ "VarInvGfx": 0,
1951
+ "StorePage": "weap",
1952
+ "UICategory": "poles",
1953
+ "RunewordCategory1": "r_mel",
1954
+ "lineNumber": 34
1955
+ },
1956
+ "poti": {
1957
+ "ItemType": "Potion",
1958
+ "Code": "poti",
1959
+ "Equiv1": "misc",
1960
+ "Repair": 0,
1961
+ "Body": 0,
1962
+ "Throwable": 0,
1963
+ "Reload": 0,
1964
+ "ReEquip": 0,
1965
+ "AutoStack": 0,
1966
+ "Normal": 1,
1967
+ "Beltable": 1,
1968
+ "MaxSockets1": 0,
1969
+ "MaxSocketsLevelThreshold1": 25,
1970
+ "MaxSockets2": 0,
1971
+ "MaxSocketsLevelThreshold2": 40,
1972
+ "MaxSockets3": 0,
1973
+ "TreasureClass": 0,
1974
+ "Rarity": 3,
1975
+ "VarInvGfx": 0,
1976
+ "StorePage": "misc",
1977
+ "UICategory": "potis",
1978
+ "lineNumber": 9
1979
+ },
1980
+ "ques": {
1981
+ "ItemType": "Quest",
1982
+ "Code": "ques",
1983
+ "Repair": 0,
1984
+ "Body": 0,
1985
+ "Throwable": 0,
1986
+ "Reload": 0,
1987
+ "ReEquip": 0,
1988
+ "AutoStack": 0,
1989
+ "Normal": 0,
1990
+ "Beltable": 0,
1991
+ "MaxSockets1": 0,
1992
+ "MaxSocketsLevelThreshold1": 25,
1993
+ "MaxSockets2": 0,
1994
+ "MaxSocketsLevelThreshold2": 40,
1995
+ "MaxSockets3": 0,
1996
+ "TreasureClass": 0,
1997
+ "Rarity": 3,
1998
+ "VarInvGfx": 0,
1999
+ "lineNumber": 39
2000
+ },
2001
+ "ring": {
2002
+ "ItemType": "Ring",
2003
+ "Code": "ring",
2004
+ "Equiv1": "misc",
2005
+ "Repair": 0,
2006
+ "Body": 1,
2007
+ "BodyLoc1": "rrin",
2008
+ "BodyLoc2": "lrin",
2009
+ "Throwable": 0,
2010
+ "Reload": 0,
2011
+ "ReEquip": 0,
2012
+ "AutoStack": 0,
2013
+ "Magic": 1,
2014
+ "Rare": 1,
2015
+ "Normal": 0,
2016
+ "Beltable": 0,
2017
+ "MaxSockets1": 0,
2018
+ "MaxSocketsLevelThreshold1": 25,
2019
+ "MaxSockets2": 0,
2020
+ "MaxSocketsLevelThreshold2": 40,
2021
+ "MaxSockets3": 0,
2022
+ "TreasureClass": 0,
2023
+ "Rarity": 3,
2024
+ "VarInvGfx": 5,
2025
+ "InvGfx1": "invrin1",
2026
+ "InvGfx2": "invrin2",
2027
+ "InvGfx3": "invrin3",
2028
+ "InvGfx4": "invrin4",
2029
+ "InvGfx5": "invrin5",
2030
+ "StorePage": "misc",
2031
+ "UICategory": "rings",
2032
+ "lineNumber": 10
2033
+ },
2034
+ "rod": {
2035
+ "ItemType": "Staves And Rods",
2036
+ "Code": "rod",
2037
+ "Equiv1": "blun",
2038
+ "Repair": 0,
2039
+ "Body": 0,
2040
+ "Throwable": 0,
2041
+ "Reload": 0,
2042
+ "ReEquip": 0,
2043
+ "AutoStack": 0,
2044
+ "Rare": 1,
2045
+ "Normal": 0,
2046
+ "Beltable": 0,
2047
+ "MaxSockets1": 0,
2048
+ "MaxSocketsLevelThreshold1": 25,
2049
+ "MaxSockets2": 0,
2050
+ "MaxSocketsLevelThreshold2": 40,
2051
+ "MaxSockets3": 0,
2052
+ "TreasureClass": 0,
2053
+ "Rarity": 3,
2054
+ "VarInvGfx": 0,
2055
+ "RunewordCategory1": "r_mel",
2056
+ "lineNumber": 55
2057
+ },
2058
+ "rpot": {
2059
+ "ItemType": "Rejuv Potion",
2060
+ "Code": "rpot",
2061
+ "Equiv1": "hpot",
2062
+ "Equiv2": "mpot",
2063
+ "Repair": 0,
2064
+ "Body": 0,
2065
+ "Throwable": 0,
2066
+ "Reload": 0,
2067
+ "ReEquip": 0,
2068
+ "AutoStack": 0,
2069
+ "Normal": 1,
2070
+ "Beltable": 1,
2071
+ "MaxSockets1": 0,
2072
+ "MaxSocketsLevelThreshold1": 25,
2073
+ "MaxSockets2": 0,
2074
+ "MaxSocketsLevelThreshold2": 40,
2075
+ "MaxSockets3": 0,
2076
+ "TreasureClass": 0,
2077
+ "Rarity": 3,
2078
+ "VarInvGfx": 0,
2079
+ "StorePage": "misc",
2080
+ "UICategory": "potis",
2081
+ "expansion": 1,
2082
+ "lineNumber": 80
2083
+ },
2084
+ "rune": {
2085
+ "ItemType": "Rune",
2086
+ "Code": "rune",
2087
+ "Equiv1": "sock",
2088
+ "Repair": 0,
2089
+ "Body": 0,
2090
+ "Throwable": 0,
2091
+ "Reload": 0,
2092
+ "ReEquip": 0,
2093
+ "AutoStack": 0,
2094
+ "Normal": 1,
2095
+ "Beltable": 0,
2096
+ "MaxSockets1": 0,
2097
+ "MaxSocketsLevelThreshold1": 25,
2098
+ "MaxSockets2": 0,
2099
+ "MaxSocketsLevelThreshold2": 40,
2100
+ "MaxSockets3": 0,
2101
+ "TreasureClass": 0,
2102
+ "Rarity": 3,
2103
+ "VarInvGfx": 0,
2104
+ "StorePage": "misc",
2105
+ "UICategory": "runes",
2106
+ "expansion": 1,
2107
+ "lineNumber": 76
2108
+ },
2109
+ "scep": {
2110
+ "ItemType": "Scepter",
2111
+ "Code": "scep",
2112
+ "Equiv1": "rod",
2113
+ "Repair": 1,
2114
+ "Body": 1,
2115
+ "BodyLoc1": "rarm",
2116
+ "BodyLoc2": "larm",
2117
+ "Throwable": 0,
2118
+ "Reload": 0,
2119
+ "ReEquip": 0,
2120
+ "AutoStack": 0,
2121
+ "Rare": 1,
2122
+ "Normal": 0,
2123
+ "Beltable": 0,
2124
+ "MaxSockets1": 3,
2125
+ "MaxSocketsLevelThreshold1": 25,
2126
+ "MaxSockets2": 5,
2127
+ "MaxSocketsLevelThreshold2": 40,
2128
+ "MaxSockets3": 6,
2129
+ "TreasureClass": 0,
2130
+ "Rarity": 1,
2131
+ "StaffMods": "pal",
2132
+ "VarInvGfx": 0,
2133
+ "StorePage": "weap",
2134
+ "UICategory": "scept",
2135
+ "RunewordCategory1": "r_mel",
2136
+ "lineNumber": 24
2137
+ },
2138
+ "scha": {
2139
+ "ItemType": "Small Charm",
2140
+ "Code": "scha",
2141
+ "Equiv1": "char",
2142
+ "Repair": 0,
2143
+ "Body": 0,
2144
+ "Throwable": 0,
2145
+ "Reload": 0,
2146
+ "ReEquip": 0,
2147
+ "AutoStack": 0,
2148
+ "Magic": 1,
2149
+ "Normal": 0,
2150
+ "Beltable": 0,
2151
+ "MaxSockets1": 0,
2152
+ "MaxSocketsLevelThreshold1": 25,
2153
+ "MaxSockets2": 0,
2154
+ "MaxSocketsLevelThreshold2": 40,
2155
+ "MaxSockets3": 0,
2156
+ "TreasureClass": 0,
2157
+ "Rarity": 3,
2158
+ "VarInvGfx": 3,
2159
+ "InvGfx1": "invch1",
2160
+ "InvGfx2": "invch4",
2161
+ "InvGfx3": "invch7",
2162
+ "StorePage": "misc",
2163
+ "UICategory": "charm",
2164
+ "expansion": 1,
2165
+ "lineNumber": 84
2166
+ },
2167
+ "scro": {
2168
+ "ItemType": "Scroll",
2169
+ "Code": "scro",
2170
+ "Equiv1": "misc",
2171
+ "Repair": 0,
2172
+ "Body": 0,
2173
+ "Throwable": 0,
2174
+ "Reload": 0,
2175
+ "ReEquip": 0,
2176
+ "AutoStack": 0,
2177
+ "Normal": 1,
2178
+ "Beltable": 1,
2179
+ "MaxSockets1": 0,
2180
+ "MaxSocketsLevelThreshold1": 25,
2181
+ "MaxSockets2": 0,
2182
+ "MaxSocketsLevelThreshold2": 40,
2183
+ "MaxSockets3": 0,
2184
+ "TreasureClass": 0,
2185
+ "Rarity": 3,
2186
+ "VarInvGfx": 0,
2187
+ "StorePage": "misc",
2188
+ "lineNumber": 22
2189
+ },
2190
+ "seco": {
2191
+ "ItemType": "Second Hand",
2192
+ "Code": "seco",
2193
+ "Repair": 0,
2194
+ "Body": 0,
2195
+ "Throwable": 0,
2196
+ "Reload": 0,
2197
+ "ReEquip": 0,
2198
+ "AutoStack": 0,
2199
+ "Rare": 1,
2200
+ "Normal": 0,
2201
+ "Beltable": 0,
2202
+ "MaxSockets1": 0,
2203
+ "MaxSocketsLevelThreshold1": 25,
2204
+ "MaxSockets2": 0,
2205
+ "MaxSocketsLevelThreshold2": 40,
2206
+ "MaxSockets3": 0,
2207
+ "TreasureClass": 0,
2208
+ "Rarity": 3,
2209
+ "VarInvGfx": 0,
2210
+ "RunewordCategory1": "r_off",
2211
+ "lineNumber": 54
2212
+ },
2213
+ "shie": {
2214
+ "ItemType": "Shield",
2215
+ "Code": "shie",
2216
+ "Equiv1": "shld",
2217
+ "Repair": 1,
2218
+ "Body": 1,
2219
+ "BodyLoc1": "rarm",
2220
+ "BodyLoc2": "larm",
2221
+ "Throwable": 0,
2222
+ "Reload": 0,
2223
+ "ReEquip": 0,
2224
+ "AutoStack": 0,
2225
+ "Rare": 1,
2226
+ "Normal": 0,
2227
+ "Beltable": 0,
2228
+ "MaxSockets1": 3,
2229
+ "MaxSocketsLevelThreshold1": 25,
2230
+ "MaxSockets2": 3,
2231
+ "MaxSocketsLevelThreshold2": 40,
2232
+ "MaxSockets3": 4,
2233
+ "TreasureClass": 0,
2234
+ "Rarity": 3,
2235
+ "VarInvGfx": 0,
2236
+ "StorePage": "armo",
2237
+ "UICategory": "shlds",
2238
+ "RunewordCategory1": "r_off",
2239
+ "lineNumber": 2
2240
+ },
2241
+ "shld": {
2242
+ "ItemType": "Any Shield",
2243
+ "Code": "shld",
2244
+ "Equiv1": "armo",
2245
+ "Equiv2": "seco",
2246
+ "Repair": 0,
2247
+ "Body": 0,
2248
+ "Throwable": 0,
2249
+ "Reload": 0,
2250
+ "ReEquip": 0,
2251
+ "AutoStack": 0,
2252
+ "Rare": 1,
2253
+ "Normal": 0,
2254
+ "Beltable": 0,
2255
+ "MaxSockets1": 0,
2256
+ "MaxSocketsLevelThreshold1": 25,
2257
+ "MaxSockets2": 0,
2258
+ "MaxSocketsLevelThreshold2": 40,
2259
+ "MaxSockets3": 0,
2260
+ "TreasureClass": 0,
2261
+ "Rarity": 3,
2262
+ "VarInvGfx": 0,
2263
+ "RunewordCategory1": "r_off",
2264
+ "lineNumber": 51
2265
+ },
2266
+ "sock": {
2267
+ "ItemType": "Socket Filler",
2268
+ "Code": "sock",
2269
+ "Equiv1": "misc",
2270
+ "Repair": 0,
2271
+ "Body": 0,
2272
+ "Throwable": 0,
2273
+ "Reload": 0,
2274
+ "ReEquip": 0,
2275
+ "AutoStack": 0,
2276
+ "Normal": 0,
2277
+ "Beltable": 0,
2278
+ "MaxSockets1": 0,
2279
+ "MaxSocketsLevelThreshold1": 25,
2280
+ "MaxSockets2": 0,
2281
+ "MaxSocketsLevelThreshold2": 40,
2282
+ "MaxSockets3": 0,
2283
+ "TreasureClass": 0,
2284
+ "Rarity": 3,
2285
+ "VarInvGfx": 0,
2286
+ "lineNumber": 53
2287
+ },
2288
+ "sorc": {
2289
+ "ItemType": "Sorceress Item",
2290
+ "Code": "sorc",
2291
+ "Equiv1": "clas",
2292
+ "Repair": 0,
2293
+ "Body": 0,
2294
+ "Throwable": 0,
2295
+ "Reload": 0,
2296
+ "ReEquip": 0,
2297
+ "AutoStack": 0,
2298
+ "Rare": 1,
2299
+ "Normal": 0,
2300
+ "Beltable": 0,
2301
+ "MaxSockets1": 0,
2302
+ "MaxSocketsLevelThreshold1": 25,
2303
+ "MaxSockets2": 0,
2304
+ "MaxSocketsLevelThreshold2": 40,
2305
+ "MaxSockets3": 0,
2306
+ "TreasureClass": 0,
2307
+ "Rarity": 1,
2308
+ "Class": "sor",
2309
+ "VarInvGfx": 0,
2310
+ "expansion": 1,
2311
+ "lineNumber": 65
2312
+ },
2313
+ "spea": {
2314
+ "ItemType": "Spear",
2315
+ "Code": "spea",
2316
+ "Equiv1": "sppl",
2317
+ "Repair": 1,
2318
+ "Body": 1,
2319
+ "BodyLoc1": "rarm",
2320
+ "BodyLoc2": "larm",
2321
+ "Throwable": 0,
2322
+ "Reload": 0,
2323
+ "ReEquip": 0,
2324
+ "AutoStack": 0,
2325
+ "Rare": 1,
2326
+ "Normal": 0,
2327
+ "Beltable": 0,
2328
+ "MaxSockets1": 3,
2329
+ "MaxSocketsLevelThreshold1": 25,
2330
+ "MaxSockets2": 4,
2331
+ "MaxSocketsLevelThreshold2": 40,
2332
+ "MaxSockets3": 6,
2333
+ "TreasureClass": 0,
2334
+ "Rarity": 3,
2335
+ "VarInvGfx": 0,
2336
+ "StorePage": "weap",
2337
+ "UICategory": "spear",
2338
+ "RunewordCategory1": "r_mel",
2339
+ "lineNumber": 33
2340
+ },
2341
+ "spot": {
2342
+ "ItemType": "Stamina Potion",
2343
+ "Code": "spot",
2344
+ "Equiv1": "poti",
2345
+ "Repair": 0,
2346
+ "Body": 0,
2347
+ "Throwable": 0,
2348
+ "Reload": 0,
2349
+ "ReEquip": 0,
2350
+ "AutoStack": 0,
2351
+ "Normal": 1,
2352
+ "Beltable": 1,
2353
+ "MaxSockets1": 0,
2354
+ "MaxSocketsLevelThreshold1": 25,
2355
+ "MaxSockets2": 0,
2356
+ "MaxSocketsLevelThreshold2": 40,
2357
+ "MaxSockets3": 0,
2358
+ "TreasureClass": 0,
2359
+ "Rarity": 3,
2360
+ "VarInvGfx": 0,
2361
+ "StorePage": "misc",
2362
+ "UICategory": "potis",
2363
+ "expansion": 1,
2364
+ "lineNumber": 81
2365
+ },
2366
+ "sppl": {
2367
+ "ItemType": "Spears and Polearms",
2368
+ "Code": "sppl",
2369
+ "Equiv1": "mele",
2370
+ "Repair": 0,
2371
+ "Body": 0,
2372
+ "Throwable": 0,
2373
+ "Reload": 0,
2374
+ "ReEquip": 0,
2375
+ "AutoStack": 0,
2376
+ "Rare": 1,
2377
+ "Normal": 0,
2378
+ "Beltable": 0,
2379
+ "MaxSockets1": 0,
2380
+ "MaxSocketsLevelThreshold1": 25,
2381
+ "MaxSockets2": 0,
2382
+ "MaxSocketsLevelThreshold2": 40,
2383
+ "MaxSockets3": 0,
2384
+ "TreasureClass": 0,
2385
+ "Rarity": 3,
2386
+ "VarInvGfx": 0,
2387
+ "expansion": 1,
2388
+ "lineNumber": 106
2389
+ },
2390
+ "staf": {
2391
+ "ItemType": "Staff",
2392
+ "Code": "staf",
2393
+ "Equiv1": "rod",
2394
+ "Repair": 1,
2395
+ "Body": 1,
2396
+ "BodyLoc1": "rarm",
2397
+ "BodyLoc2": "larm",
2398
+ "Throwable": 0,
2399
+ "Reload": 0,
2400
+ "ReEquip": 0,
2401
+ "AutoStack": 0,
2402
+ "Rare": 1,
2403
+ "Normal": 0,
2404
+ "Beltable": 0,
2405
+ "MaxSockets1": 5,
2406
+ "MaxSocketsLevelThreshold1": 25,
2407
+ "MaxSockets2": 6,
2408
+ "MaxSocketsLevelThreshold2": 40,
2409
+ "MaxSockets3": 6,
2410
+ "TreasureClass": 0,
2411
+ "Rarity": 1,
2412
+ "StaffMods": "sor",
2413
+ "VarInvGfx": 0,
2414
+ "StorePage": "weap",
2415
+ "UICategory": "stave",
2416
+ "RunewordCategory1": "r_mel",
2417
+ "lineNumber": 26
2418
+ },
2419
+ "swor": {
2420
+ "ItemType": "Sword",
2421
+ "Code": "swor",
2422
+ "Equiv1": "blde",
2423
+ "Repair": 1,
2424
+ "Body": 1,
2425
+ "BodyLoc1": "rarm",
2426
+ "BodyLoc2": "larm",
2427
+ "Throwable": 0,
2428
+ "Reload": 0,
2429
+ "ReEquip": 0,
2430
+ "AutoStack": 0,
2431
+ "Rare": 1,
2432
+ "Normal": 0,
2433
+ "Beltable": 0,
2434
+ "MaxSockets1": 3,
2435
+ "MaxSocketsLevelThreshold1": 25,
2436
+ "MaxSockets2": 4,
2437
+ "MaxSocketsLevelThreshold2": 40,
2438
+ "MaxSockets3": 6,
2439
+ "TreasureClass": 0,
2440
+ "Rarity": 3,
2441
+ "VarInvGfx": 0,
2442
+ "StorePage": "weap",
2443
+ "UICategory": "sword",
2444
+ "RunewordCategory1": "r_mel",
2445
+ "lineNumber": 30
2446
+ },
2447
+ "taxe": {
2448
+ "ItemType": "Throwing Axe",
2449
+ "Code": "taxe",
2450
+ "Equiv1": "comb",
2451
+ "Equiv2": "axe",
2452
+ "Repair": 1,
2453
+ "Body": 1,
2454
+ "BodyLoc1": "rarm",
2455
+ "BodyLoc2": "larm",
2456
+ "Throwable": 1,
2457
+ "Reload": 1,
2458
+ "ReEquip": 1,
2459
+ "AutoStack": 1,
2460
+ "Rare": 1,
2461
+ "Normal": 0,
2462
+ "Beltable": 0,
2463
+ "MaxSockets1": 0,
2464
+ "MaxSocketsLevelThreshold1": 25,
2465
+ "MaxSockets2": 0,
2466
+ "MaxSocketsLevelThreshold2": 40,
2467
+ "MaxSockets3": 0,
2468
+ "TreasureClass": 0,
2469
+ "Rarity": 3,
2470
+ "VarInvGfx": 0,
2471
+ "StorePage": "misc",
2472
+ "UICategory": "throw",
2473
+ "RunewordCategory1": "r_mel",
2474
+ "lineNumber": 43
2475
+ },
2476
+ "thro": {
2477
+ "ItemType": "Thrown Weapon",
2478
+ "Code": "thro",
2479
+ "Equiv1": "weap",
2480
+ "Repair": 0,
2481
+ "Body": 0,
2482
+ "Throwable": 1,
2483
+ "Reload": 0,
2484
+ "ReEquip": 0,
2485
+ "AutoStack": 0,
2486
+ "Rare": 1,
2487
+ "Normal": 0,
2488
+ "Beltable": 0,
2489
+ "MaxSockets1": 0,
2490
+ "MaxSocketsLevelThreshold1": 25,
2491
+ "MaxSockets2": 0,
2492
+ "MaxSocketsLevelThreshold2": 40,
2493
+ "MaxSockets3": 0,
2494
+ "TreasureClass": 0,
2495
+ "Rarity": 3,
2496
+ "VarInvGfx": 0,
2497
+ "RunewordCategory1": "r_mis",
2498
+ "lineNumber": 48
2499
+ },
2500
+ "tkni": {
2501
+ "ItemType": "Throwing Knife",
2502
+ "Code": "tkni",
2503
+ "Equiv1": "comb",
2504
+ "Equiv2": "knif",
2505
+ "Repair": 1,
2506
+ "Body": 1,
2507
+ "BodyLoc1": "rarm",
2508
+ "BodyLoc2": "larm",
2509
+ "Throwable": 1,
2510
+ "Reload": 1,
2511
+ "ReEquip": 1,
2512
+ "AutoStack": 1,
2513
+ "Rare": 1,
2514
+ "Normal": 0,
2515
+ "Beltable": 0,
2516
+ "MaxSockets1": 0,
2517
+ "MaxSocketsLevelThreshold1": 25,
2518
+ "MaxSockets2": 0,
2519
+ "MaxSocketsLevelThreshold2": 40,
2520
+ "MaxSockets3": 0,
2521
+ "TreasureClass": 0,
2522
+ "Rarity": 3,
2523
+ "VarInvGfx": 0,
2524
+ "StorePage": "misc",
2525
+ "UICategory": "throw",
2526
+ "RunewordCategory1": "r_mel",
2527
+ "lineNumber": 42
2528
+ },
2529
+ "torc": {
2530
+ "ItemType": "Torch",
2531
+ "Code": "torc",
2532
+ "Equiv1": "misc",
2533
+ "Repair": 0,
2534
+ "Body": 1,
2535
+ "Throwable": 0,
2536
+ "Reload": 0,
2537
+ "ReEquip": 0,
2538
+ "AutoStack": 0,
2539
+ "Normal": 1,
2540
+ "Beltable": 0,
2541
+ "MaxSockets1": 0,
2542
+ "MaxSocketsLevelThreshold1": 25,
2543
+ "MaxSockets2": 0,
2544
+ "MaxSocketsLevelThreshold2": 40,
2545
+ "MaxSockets3": 0,
2546
+ "TreasureClass": 0,
2547
+ "Rarity": 3,
2548
+ "VarInvGfx": 0,
2549
+ "StorePage": "misc",
2550
+ "lineNumber": 21
2551
+ },
2552
+ "tors": {
2553
+ "ItemType": "Armor",
2554
+ "Code": "tors",
2555
+ "Equiv1": "armo",
2556
+ "Repair": 1,
2557
+ "Body": 1,
2558
+ "BodyLoc1": "tors",
2559
+ "BodyLoc2": "tors",
2560
+ "Throwable": 0,
2561
+ "Reload": 0,
2562
+ "ReEquip": 0,
2563
+ "AutoStack": 0,
2564
+ "Rare": 1,
2565
+ "Normal": 0,
2566
+ "Beltable": 0,
2567
+ "MaxSockets1": 3,
2568
+ "MaxSocketsLevelThreshold1": 25,
2569
+ "MaxSockets2": 4,
2570
+ "MaxSocketsLevelThreshold2": 40,
2571
+ "MaxSockets3": 6,
2572
+ "TreasureClass": 0,
2573
+ "Rarity": 3,
2574
+ "VarInvGfx": 0,
2575
+ "StorePage": "armo",
2576
+ "UICategory": "armor",
2577
+ "RunewordCategory1": "r_arm",
2578
+ "lineNumber": 3
2579
+ },
2580
+ "tpot": {
2581
+ "ItemType": "Missile Potion",
2582
+ "Code": "tpot",
2583
+ "Equiv1": "thro",
2584
+ "Repair": 0,
2585
+ "Body": 1,
2586
+ "BodyLoc1": "rarm",
2587
+ "BodyLoc2": "larm",
2588
+ "Throwable": 1,
2589
+ "Reload": 1,
2590
+ "ReEquip": 1,
2591
+ "AutoStack": 1,
2592
+ "Normal": 1,
2593
+ "Beltable": 0,
2594
+ "MaxSockets1": 0,
2595
+ "MaxSocketsLevelThreshold1": 25,
2596
+ "MaxSockets2": 0,
2597
+ "MaxSocketsLevelThreshold2": 40,
2598
+ "MaxSockets3": 0,
2599
+ "TreasureClass": 0,
2600
+ "Rarity": 3,
2601
+ "VarInvGfx": 0,
2602
+ "StorePage": "misc",
2603
+ "UICategory": "throw",
2604
+ "lineNumber": 38
2605
+ },
2606
+ "wand": {
2607
+ "ItemType": "Wand",
2608
+ "Code": "wand",
2609
+ "Equiv1": "rod",
2610
+ "Repair": 1,
2611
+ "Body": 1,
2612
+ "BodyLoc1": "rarm",
2613
+ "BodyLoc2": "larm",
2614
+ "Throwable": 0,
2615
+ "Reload": 0,
2616
+ "ReEquip": 0,
2617
+ "AutoStack": 0,
2618
+ "Rare": 1,
2619
+ "Normal": 0,
2620
+ "Beltable": 0,
2621
+ "MaxSockets1": 2,
2622
+ "MaxSocketsLevelThreshold1": 25,
2623
+ "MaxSockets2": 2,
2624
+ "MaxSocketsLevelThreshold2": 40,
2625
+ "MaxSockets3": 2,
2626
+ "TreasureClass": 0,
2627
+ "Rarity": 1,
2628
+ "StaffMods": "nec",
2629
+ "VarInvGfx": 0,
2630
+ "StorePage": "weap",
2631
+ "UICategory": "wands",
2632
+ "RunewordCategory1": "r_mel",
2633
+ "lineNumber": 25
2634
+ },
2635
+ "warl": {
2636
+ "ItemType": "Warlock Item",
2637
+ "Code": "warl",
2638
+ "Equiv1": "clas",
2639
+ "Repair": 0,
2640
+ "Body": 0,
2641
+ "Throwable": 0,
2642
+ "Reload": 0,
2643
+ "ReEquip": 0,
2644
+ "AutoStack": 0,
2645
+ "Rare": 1,
2646
+ "Normal": 0,
2647
+ "Beltable": 0,
2648
+ "MaxSockets1": 0,
2649
+ "MaxSocketsLevelThreshold1": 25,
2650
+ "MaxSockets2": 0,
2651
+ "MaxSocketsLevelThreshold2": 40,
2652
+ "MaxSockets3": 0,
2653
+ "TreasureClass": 0,
2654
+ "Rarity": 1,
2655
+ "VarInvGfx": 0,
2656
+ "StorePage": "armo",
2657
+ "expansion": 1,
2658
+ "lineNumber": 68
2659
+ },
2660
+ "weap": {
2661
+ "ItemType": "Weapon",
2662
+ "Code": "weap",
2663
+ "Repair": 0,
2664
+ "Body": 0,
2665
+ "Throwable": 0,
2666
+ "Reload": 0,
2667
+ "ReEquip": 0,
2668
+ "AutoStack": 0,
2669
+ "Rare": 1,
2670
+ "Normal": 0,
2671
+ "Beltable": 0,
2672
+ "MaxSockets1": 0,
2673
+ "MaxSocketsLevelThreshold1": 25,
2674
+ "MaxSockets2": 0,
2675
+ "MaxSocketsLevelThreshold2": 40,
2676
+ "MaxSockets3": 0,
2677
+ "TreasureClass": 1,
2678
+ "Rarity": 3,
2679
+ "VarInvGfx": 0,
2680
+ "RunewordCategory1": "r_mis",
2681
+ "RunewordCategory2": "r_mel",
2682
+ "lineNumber": 45
2683
+ },
2684
+ "wpot": {
2685
+ "ItemType": "Thawing Potion",
2686
+ "Code": "wpot",
2687
+ "Equiv1": "poti",
2688
+ "Repair": 0,
2689
+ "Body": 0,
2690
+ "Throwable": 0,
2691
+ "Reload": 0,
2692
+ "ReEquip": 0,
2693
+ "AutoStack": 0,
2694
+ "Normal": 1,
2695
+ "Beltable": 1,
2696
+ "MaxSockets1": 0,
2697
+ "MaxSocketsLevelThreshold1": 25,
2698
+ "MaxSockets2": 0,
2699
+ "MaxSocketsLevelThreshold2": 40,
2700
+ "MaxSockets3": 0,
2701
+ "TreasureClass": 0,
2702
+ "Rarity": 3,
2703
+ "VarInvGfx": 0,
2704
+ "StorePage": "misc",
2705
+ "UICategory": "potis",
2706
+ "expansion": 1,
2707
+ "lineNumber": 83
2708
+ },
2709
+ "xboq": {
2710
+ "ItemType": "Crossbow Quiver",
2711
+ "Code": "xboq",
2712
+ "Equiv1": "misl",
2713
+ "Equiv2": "seco",
2714
+ "Repair": 0,
2715
+ "Body": 1,
2716
+ "BodyLoc1": "rarm",
2717
+ "BodyLoc2": "larm",
2718
+ "Quiver": "xbow",
2719
+ "Throwable": 0,
2720
+ "Reload": 1,
2721
+ "ReEquip": 0,
2722
+ "AutoStack": 1,
2723
+ "Normal": 1,
2724
+ "Beltable": 0,
2725
+ "MaxSockets1": 0,
2726
+ "MaxSocketsLevelThreshold1": 25,
2727
+ "MaxSockets2": 0,
2728
+ "MaxSocketsLevelThreshold2": 40,
2729
+ "MaxSockets3": 0,
2730
+ "TreasureClass": 0,
2731
+ "Rarity": 3,
2732
+ "VarInvGfx": 0,
2733
+ "StorePage": "misc",
2734
+ "UICategory": "ammo",
2735
+ "lineNumber": 6
2736
+ },
2737
+ "xbow": {
2738
+ "ItemType": "Crossbow",
2739
+ "Code": "xbow",
2740
+ "Equiv1": "miss",
2741
+ "Repair": 1,
2742
+ "Body": 1,
2743
+ "BodyLoc1": "rarm",
2744
+ "BodyLoc2": "larm",
2745
+ "Shoots": "xboq",
2746
+ "Throwable": 0,
2747
+ "Reload": 0,
2748
+ "ReEquip": 0,
2749
+ "AutoStack": 0,
2750
+ "Rare": 1,
2751
+ "Normal": 0,
2752
+ "Beltable": 0,
2753
+ "MaxSockets1": 3,
2754
+ "MaxSocketsLevelThreshold1": 25,
2755
+ "MaxSockets2": 4,
2756
+ "MaxSocketsLevelThreshold2": 40,
2757
+ "MaxSockets3": 6,
2758
+ "TreasureClass": 0,
2759
+ "Rarity": 3,
2760
+ "VarInvGfx": 0,
2761
+ "StorePage": "weap",
2762
+ "UICategory": "xbows",
2763
+ "RunewordCategory1": "r_mis",
2764
+ "lineNumber": 35
2765
+ }
2766
+ }