@blizzhackers/d2data 2.0.0

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