@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,921 @@
1
+ {
2
+ "0": {
3
+ "name": "bite",
4
+ "version": 0,
5
+ "itype1": "swor",
6
+ "itype2": "knif",
7
+ "itype3": "spea",
8
+ "itype4": "pole",
9
+ "itype5": "axe",
10
+ "itype6": "h2h"
11
+ },
12
+ "1": {
13
+ "name": "scratch",
14
+ "version": 0,
15
+ "itype1": "swor",
16
+ "itype2": "knif",
17
+ "itype3": "spea",
18
+ "itype4": "pole",
19
+ "itype5": "h2h"
20
+ },
21
+ "2": {
22
+ "name": "scalpel",
23
+ "version": 0,
24
+ "itype1": "swor",
25
+ "itype2": "knif"
26
+ },
27
+ "3": {
28
+ "name": "fang",
29
+ "version": 0,
30
+ "itype1": "swor",
31
+ "itype2": "knif",
32
+ "itype3": "spea",
33
+ "itype4": "pole"
34
+ },
35
+ "4": {
36
+ "name": "gutter",
37
+ "version": 0,
38
+ "itype1": "swor",
39
+ "itype2": "knif",
40
+ "itype3": "spea",
41
+ "itype4": "pole"
42
+ },
43
+ "5": {
44
+ "name": "thirst",
45
+ "version": 0,
46
+ "itype1": "swor",
47
+ "itype2": "knif",
48
+ "itype3": "spea",
49
+ "itype4": "pole",
50
+ "itype5": "axe",
51
+ "itype6": "h2h"
52
+ },
53
+ "6": {
54
+ "name": "razor",
55
+ "version": 0,
56
+ "itype1": "swor",
57
+ "itype2": "knif",
58
+ "itype3": "axe",
59
+ "itype4": "h2h"
60
+ },
61
+ "7": {
62
+ "name": "scythe",
63
+ "version": 0,
64
+ "itype1": "swor",
65
+ "itype2": "axe",
66
+ "itype3": "pole"
67
+ },
68
+ "8": {
69
+ "name": "edge",
70
+ "version": 0,
71
+ "itype1": "swor",
72
+ "itype2": "knif",
73
+ "itype3": "axe"
74
+ },
75
+ "9": {
76
+ "name": "saw",
77
+ "version": 0,
78
+ "itype1": "swor"
79
+ },
80
+ "10": {
81
+ "name": "splitter",
82
+ "version": 0,
83
+ "itype1": "axe",
84
+ "itype2": "mace",
85
+ "itype3": "club",
86
+ "itype4": "hamm"
87
+ },
88
+ "11": {
89
+ "name": "cleaver",
90
+ "version": 0,
91
+ "itype1": "swor",
92
+ "itype2": "axe"
93
+ },
94
+ "12": {
95
+ "name": "sever",
96
+ "version": 0,
97
+ "itype1": "swor",
98
+ "itype2": "axe"
99
+ },
100
+ "13": {
101
+ "name": "sunder",
102
+ "version": 0,
103
+ "itype1": "axe"
104
+ },
105
+ "14": {
106
+ "name": "rend",
107
+ "version": 0,
108
+ "itype1": "axe"
109
+ },
110
+ "15": {
111
+ "name": "mangler",
112
+ "version": 0,
113
+ "itype1": "axe",
114
+ "itype2": "mace",
115
+ "itype3": "club",
116
+ "itype4": "hamm"
117
+ },
118
+ "16": {
119
+ "name": "slayer",
120
+ "version": 0,
121
+ "itype1": "axe"
122
+ },
123
+ "17": {
124
+ "name": "reaver",
125
+ "version": 0,
126
+ "itype1": "axe"
127
+ },
128
+ "18": {
129
+ "name": "spawn",
130
+ "version": 0,
131
+ "itype1": "axe",
132
+ "itype2": "hamm"
133
+ },
134
+ "19": {
135
+ "name": "gnash",
136
+ "version": 0,
137
+ "itype1": "axe",
138
+ "itype2": "club",
139
+ "itype3": "hamm"
140
+ },
141
+ "20": {
142
+ "name": "star",
143
+ "version": 0,
144
+ "itype1": "mace",
145
+ "itype2": "hamm",
146
+ "itype3": "scep",
147
+ "itype4": "wand"
148
+ },
149
+ "21": {
150
+ "name": "blow",
151
+ "version": 0,
152
+ "itype1": "mace",
153
+ "itype2": "club",
154
+ "itype3": "hamm",
155
+ "itype4": "scep"
156
+ },
157
+ "22": {
158
+ "name": "smasher",
159
+ "version": 0,
160
+ "itype1": "mace",
161
+ "itype2": "club",
162
+ "itype3": "hamm",
163
+ "itype4": "scep"
164
+ },
165
+ "23": {
166
+ "name": "Bane",
167
+ "version": 0,
168
+ "itype1": "mace",
169
+ "itype2": "scep",
170
+ "itype3": "wand"
171
+ },
172
+ "24": {
173
+ "name": "crusher",
174
+ "version": 0,
175
+ "itype1": "mace",
176
+ "itype2": "club",
177
+ "itype3": "hamm",
178
+ "itype4": "scep"
179
+ },
180
+ "25": {
181
+ "name": "breaker",
182
+ "version": 0,
183
+ "itype1": "mace",
184
+ "itype2": "club",
185
+ "itype3": "hamm",
186
+ "itype4": "scep"
187
+ },
188
+ "26": {
189
+ "name": "grinder",
190
+ "version": 0,
191
+ "itype1": "mace",
192
+ "itype2": "club",
193
+ "itype3": "hamm",
194
+ "itype4": "scep"
195
+ },
196
+ "27": {
197
+ "name": "crack",
198
+ "version": 0,
199
+ "itype1": "mace",
200
+ "itype2": "club",
201
+ "itype3": "hamm",
202
+ "itype4": "scep",
203
+ "itype5": "wand"
204
+ },
205
+ "28": {
206
+ "name": "mallet",
207
+ "version": 0,
208
+ "itype1": "hamm",
209
+ "itype2": "club"
210
+ },
211
+ "29": {
212
+ "name": "knell",
213
+ "version": 0,
214
+ "itype1": "mace",
215
+ "itype2": "club",
216
+ "itype3": "scep",
217
+ "itype4": "wand"
218
+ },
219
+ "30": {
220
+ "name": "lance",
221
+ "version": 0,
222
+ "itype1": "spea",
223
+ "itype2": "pole"
224
+ },
225
+ "31": {
226
+ "name": "spike",
227
+ "version": 0,
228
+ "itype1": "swor",
229
+ "itype2": "knif",
230
+ "itype3": "spea",
231
+ "itype4": "pole"
232
+ },
233
+ "32": {
234
+ "name": "impaler",
235
+ "version": 0,
236
+ "itype1": "swor",
237
+ "itype2": "knif",
238
+ "itype3": "spea",
239
+ "itype4": "pole"
240
+ },
241
+ "33": {
242
+ "name": "skewer",
243
+ "version": 0,
244
+ "itype1": "swor",
245
+ "itype2": "knif",
246
+ "itype3": "spea"
247
+ },
248
+ "34": {
249
+ "name": "prod",
250
+ "version": 0,
251
+ "itype1": "spea",
252
+ "itype2": "pole"
253
+ },
254
+ "35": {
255
+ "name": "scourge",
256
+ "version": 0,
257
+ "itype1": "spea",
258
+ "itype2": "pole"
259
+ },
260
+ "36": {
261
+ "name": "wand",
262
+ "version": 0,
263
+ "itype1": "wand"
264
+ },
265
+ "37": {
266
+ "name": "wrack",
267
+ "version": 0,
268
+ "itype1": "spea",
269
+ "itype2": "pole"
270
+ },
271
+ "38": {
272
+ "name": "barb",
273
+ "version": 0,
274
+ "itype1": "swor",
275
+ "itype2": "knif",
276
+ "itype3": "axe",
277
+ "itype4": "spea",
278
+ "itype5": "pole",
279
+ "itype6": "h2h"
280
+ },
281
+ "39": {
282
+ "name": "needle",
283
+ "version": 0,
284
+ "itype1": "swor",
285
+ "itype2": "knif",
286
+ "itype3": "spea",
287
+ "itype4": "miss"
288
+ },
289
+ "40": {
290
+ "name": "dart",
291
+ "version": 0,
292
+ "itype1": "spea",
293
+ "itype2": "miss"
294
+ },
295
+ "41": {
296
+ "name": "bolt",
297
+ "version": 0,
298
+ "itype1": "miss",
299
+ "itype2": "jave"
300
+ },
301
+ "42": {
302
+ "name": "quarrel",
303
+ "version": 0,
304
+ "itype1": "miss"
305
+ },
306
+ "43": {
307
+ "name": "fletch",
308
+ "version": 0,
309
+ "itype1": "miss"
310
+ },
311
+ "44": {
312
+ "name": "flight",
313
+ "version": 0,
314
+ "itype1": "miss",
315
+ "itype2": "jave"
316
+ },
317
+ "45": {
318
+ "name": "nock",
319
+ "version": 0,
320
+ "itype1": "miss"
321
+ },
322
+ "46": {
323
+ "name": "horn",
324
+ "version": 0,
325
+ "itype1": "helm",
326
+ "itype2": "miss",
327
+ "itype3": "knif"
328
+ },
329
+ "47": {
330
+ "name": "stinger",
331
+ "version": 0,
332
+ "itype1": "swor",
333
+ "itype2": "knif",
334
+ "itype3": "spea",
335
+ "itype4": "miss"
336
+ },
337
+ "48": {
338
+ "name": "quill",
339
+ "version": 0,
340
+ "itype1": "knif",
341
+ "itype2": "miss"
342
+ },
343
+ "49": {
344
+ "name": "goad",
345
+ "version": 0,
346
+ "itype1": "spea",
347
+ "itype2": "pole",
348
+ "itype3": "staf"
349
+ },
350
+ "50": {
351
+ "name": "branch",
352
+ "version": 0,
353
+ "itype1": "spea",
354
+ "itype2": "staf",
355
+ "itype3": "bow"
356
+ },
357
+ "51": {
358
+ "name": "spire",
359
+ "version": 0,
360
+ "itype1": "staf"
361
+ },
362
+ "52": {
363
+ "name": "song",
364
+ "version": 0,
365
+ "itype1": "weap"
366
+ },
367
+ "53": {
368
+ "name": "call",
369
+ "version": 0,
370
+ "itype1": "rod"
371
+ },
372
+ "54": {
373
+ "name": "cry",
374
+ "version": 0,
375
+ "itype1": "rod"
376
+ },
377
+ "55": {
378
+ "name": "spell",
379
+ "version": 0,
380
+ "itype1": "rod"
381
+ },
382
+ "56": {
383
+ "name": "chant",
384
+ "version": 0,
385
+ "itype1": "rod"
386
+ },
387
+ "57": {
388
+ "name": "weaver",
389
+ "version": 0,
390
+ "itype1": "rod"
391
+ },
392
+ "58": {
393
+ "name": "gnarl",
394
+ "version": 0,
395
+ "itype1": "club",
396
+ "itype2": "wand",
397
+ "itype3": "staf"
398
+ },
399
+ "59": {
400
+ "name": "visage",
401
+ "version": 0,
402
+ "itype1": "helm"
403
+ },
404
+ "60": {
405
+ "name": "crest",
406
+ "version": 0,
407
+ "itype1": "helm"
408
+ },
409
+ "61": {
410
+ "name": "circlet",
411
+ "version": 0,
412
+ "itype1": "helm"
413
+ },
414
+ "62": {
415
+ "name": "veil",
416
+ "version": 0,
417
+ "itype1": "helm"
418
+ },
419
+ "63": {
420
+ "name": "hood",
421
+ "version": 0,
422
+ "itype1": "helm"
423
+ },
424
+ "64": {
425
+ "name": "mask",
426
+ "version": 0,
427
+ "itype1": "helm"
428
+ },
429
+ "65": {
430
+ "name": "brow",
431
+ "version": 0,
432
+ "itype1": "helm"
433
+ },
434
+ "66": {
435
+ "name": "casque",
436
+ "version": 0,
437
+ "itype1": "helm"
438
+ },
439
+ "67": {
440
+ "name": "visor",
441
+ "version": 0,
442
+ "itype1": "helm"
443
+ },
444
+ "68": {
445
+ "name": "cowl",
446
+ "version": 0,
447
+ "itype1": "helm"
448
+ },
449
+ "69": {
450
+ "name": "hide",
451
+ "version": 0,
452
+ "itype1": "tors"
453
+ },
454
+ "70": {
455
+ "name": "Pelt",
456
+ "version": 0,
457
+ "itype1": "tors"
458
+ },
459
+ "71": {
460
+ "name": "carapace",
461
+ "version": 0,
462
+ "itype1": "tors"
463
+ },
464
+ "72": {
465
+ "name": "coat",
466
+ "version": 0,
467
+ "itype1": "tors"
468
+ },
469
+ "73": {
470
+ "name": "wrap",
471
+ "version": 0,
472
+ "itype1": "tors"
473
+ },
474
+ "74": {
475
+ "name": "suit",
476
+ "version": 0,
477
+ "itype1": "tors"
478
+ },
479
+ "75": {
480
+ "name": "cloak",
481
+ "version": 0,
482
+ "itype1": "tors"
483
+ },
484
+ "76": {
485
+ "name": "shroud",
486
+ "version": 0,
487
+ "itype1": "tors"
488
+ },
489
+ "77": {
490
+ "name": "jack",
491
+ "version": 0,
492
+ "itype1": "tors"
493
+ },
494
+ "78": {
495
+ "name": "mantle",
496
+ "version": 0,
497
+ "itype1": "tors"
498
+ },
499
+ "79": {
500
+ "name": "guard",
501
+ "version": 0,
502
+ "itype1": "shld"
503
+ },
504
+ "80": {
505
+ "name": "badge",
506
+ "version": 0,
507
+ "itype1": "shld"
508
+ },
509
+ "81": {
510
+ "name": "rock",
511
+ "version": 0,
512
+ "itype1": "shld"
513
+ },
514
+ "82": {
515
+ "name": "aegis",
516
+ "version": 0,
517
+ "itype1": "shld"
518
+ },
519
+ "83": {
520
+ "name": "ward",
521
+ "version": 0,
522
+ "itype1": "shld"
523
+ },
524
+ "84": {
525
+ "name": "tower",
526
+ "version": 0,
527
+ "itype1": "shld"
528
+ },
529
+ "85": {
530
+ "name": "shield",
531
+ "version": 0,
532
+ "itype1": "shld"
533
+ },
534
+ "86": {
535
+ "name": "wing",
536
+ "version": 0,
537
+ "itype1": "shld",
538
+ "itype2": "amul"
539
+ },
540
+ "87": {
541
+ "name": "mark",
542
+ "version": 0,
543
+ "itype1": "shld",
544
+ "itype2": "amul"
545
+ },
546
+ "88": {
547
+ "name": "emblem",
548
+ "version": 0,
549
+ "itype1": "shld",
550
+ "itype2": "amul"
551
+ },
552
+ "89": {
553
+ "name": "hand",
554
+ "version": 0,
555
+ "itype1": "glov"
556
+ },
557
+ "90": {
558
+ "name": "fist",
559
+ "version": 0,
560
+ "itype1": "glov",
561
+ "itype2": "h2h"
562
+ },
563
+ "91": {
564
+ "name": "claw",
565
+ "version": 0,
566
+ "itype1": "glov",
567
+ "itype2": "h2h"
568
+ },
569
+ "92": {
570
+ "name": "clutches",
571
+ "version": 0,
572
+ "itype1": "glov"
573
+ },
574
+ "93": {
575
+ "name": "grip",
576
+ "version": 0,
577
+ "itype1": "glov",
578
+ "itype2": "ring"
579
+ },
580
+ "94": {
581
+ "name": "grasp",
582
+ "version": 0,
583
+ "itype1": "glov",
584
+ "itype2": "ring"
585
+ },
586
+ "95": {
587
+ "name": "hold",
588
+ "version": 0,
589
+ "itype1": "glov",
590
+ "itype2": "ring"
591
+ },
592
+ "96": {
593
+ "name": "touch",
594
+ "version": 0,
595
+ "itype1": "glov",
596
+ "itype2": "ring"
597
+ },
598
+ "97": {
599
+ "name": "finger",
600
+ "version": 0,
601
+ "itype1": "glov",
602
+ "itype2": "ring"
603
+ },
604
+ "98": {
605
+ "name": "knuckle",
606
+ "version": 0,
607
+ "itype1": "glov"
608
+ },
609
+ "99": {
610
+ "name": "shank",
611
+ "version": 0,
612
+ "itype1": "boot"
613
+ },
614
+ "100": {
615
+ "name": "spur",
616
+ "version": 0,
617
+ "itype1": "boot"
618
+ },
619
+ "101": {
620
+ "name": "tread",
621
+ "version": 0,
622
+ "itype1": "boot"
623
+ },
624
+ "102": {
625
+ "name": "stalker",
626
+ "version": 0,
627
+ "itype1": "boot"
628
+ },
629
+ "103": {
630
+ "name": "greave",
631
+ "version": 0,
632
+ "itype1": "boot"
633
+ },
634
+ "104": {
635
+ "name": "blazer",
636
+ "version": 0,
637
+ "itype1": "boot"
638
+ },
639
+ "105": {
640
+ "name": "nails",
641
+ "version": 0,
642
+ "itype1": "boot",
643
+ "itype2": "spea",
644
+ "itype3": "pole"
645
+ },
646
+ "106": {
647
+ "name": "trample",
648
+ "version": 0,
649
+ "itype1": "boot"
650
+ },
651
+ "107": {
652
+ "name": "Brogues",
653
+ "version": 0,
654
+ "itype1": "boot"
655
+ },
656
+ "108": {
657
+ "name": "track",
658
+ "version": 0,
659
+ "itype1": "boot"
660
+ },
661
+ "109": {
662
+ "name": "slippers",
663
+ "version": 0,
664
+ "itype1": "boot"
665
+ },
666
+ "110": {
667
+ "name": "clasp",
668
+ "version": 0,
669
+ "itype1": "belt",
670
+ "itype2": "amul"
671
+ },
672
+ "111": {
673
+ "name": "buckle",
674
+ "version": 0,
675
+ "itype1": "belt"
676
+ },
677
+ "112": {
678
+ "name": "harness",
679
+ "version": 0,
680
+ "itype1": "belt"
681
+ },
682
+ "113": {
683
+ "name": "lock",
684
+ "version": 0,
685
+ "itype1": "belt"
686
+ },
687
+ "114": {
688
+ "name": "fringe",
689
+ "version": 0,
690
+ "itype1": "belt"
691
+ },
692
+ "115": {
693
+ "name": "winding",
694
+ "version": 0,
695
+ "itype1": "belt"
696
+ },
697
+ "116": {
698
+ "name": "chain",
699
+ "version": 0,
700
+ "itype1": "belt"
701
+ },
702
+ "117": {
703
+ "name": "strap",
704
+ "version": 0,
705
+ "itype1": "belt"
706
+ },
707
+ "118": {
708
+ "name": "lash",
709
+ "version": 0,
710
+ "itype1": "belt"
711
+ },
712
+ "119": {
713
+ "name": "cord",
714
+ "version": 0,
715
+ "itype1": "belt"
716
+ },
717
+ "120": {
718
+ "name": "knot",
719
+ "version": 0,
720
+ "itype1": "ring"
721
+ },
722
+ "121": {
723
+ "name": "circle",
724
+ "version": 0,
725
+ "itype1": "ring"
726
+ },
727
+ "122": {
728
+ "name": "loop",
729
+ "version": 0,
730
+ "itype1": "ring"
731
+ },
732
+ "123": {
733
+ "name": "eye",
734
+ "version": 0,
735
+ "itype1": "misc"
736
+ },
737
+ "124": {
738
+ "name": "turn",
739
+ "version": 0,
740
+ "itype1": "ring"
741
+ },
742
+ "125": {
743
+ "name": "spiral",
744
+ "version": 0,
745
+ "itype1": "ring"
746
+ },
747
+ "126": {
748
+ "name": "coil",
749
+ "version": 0,
750
+ "itype1": "ring"
751
+ },
752
+ "127": {
753
+ "name": "gyre",
754
+ "version": 0,
755
+ "itype1": "ring",
756
+ "itype2": "orb",
757
+ "itype3": "jewl"
758
+ },
759
+ "128": {
760
+ "name": "band",
761
+ "version": 0,
762
+ "itype1": "ring"
763
+ },
764
+ "129": {
765
+ "name": "whorl",
766
+ "version": 0,
767
+ "itype1": "ring",
768
+ "itype2": "orb",
769
+ "itype3": "jewl"
770
+ },
771
+ "130": {
772
+ "name": "talisman",
773
+ "version": 0,
774
+ "itype1": "amul",
775
+ "itype2": "jewl"
776
+ },
777
+ "131": {
778
+ "name": "heart",
779
+ "version": 0,
780
+ "itype1": "amul",
781
+ "itype2": "orb",
782
+ "itype3": "jewl"
783
+ },
784
+ "132": {
785
+ "name": "noose",
786
+ "version": 0,
787
+ "itype1": "amul"
788
+ },
789
+ "133": {
790
+ "name": "necklace",
791
+ "version": 0,
792
+ "itype1": "amul"
793
+ },
794
+ "134": {
795
+ "name": "collar",
796
+ "version": 0,
797
+ "itype1": "amul"
798
+ },
799
+ "135": {
800
+ "name": "beads",
801
+ "version": 0,
802
+ "itype1": "amul"
803
+ },
804
+ "136": {
805
+ "name": "torc",
806
+ "version": 0,
807
+ "itype1": "amul"
808
+ },
809
+ "137": {
810
+ "name": "gorget",
811
+ "version": 0,
812
+ "itype1": "amul"
813
+ },
814
+ "138": {
815
+ "name": "scarab",
816
+ "version": 0,
817
+ "itype1": "amul",
818
+ "itype2": "jewl"
819
+ },
820
+ "139": {
821
+ "name": "wood",
822
+ "version": 0,
823
+ "itype1": "spea",
824
+ "itype2": "pole",
825
+ "itype3": "wand",
826
+ "itype4": "staf"
827
+ },
828
+ "140": {
829
+ "name": "brand",
830
+ "version": 0,
831
+ "itype1": "blun"
832
+ },
833
+ "141": {
834
+ "name": "bludgeon",
835
+ "version": 0,
836
+ "itype1": "blun"
837
+ },
838
+ "142": {
839
+ "name": "cudgel",
840
+ "version": 0,
841
+ "itype1": "club",
842
+ "itype2": "wand"
843
+ },
844
+ "143": {
845
+ "name": "loom",
846
+ "version": 0,
847
+ "itype1": "miss"
848
+ },
849
+ "144": {
850
+ "name": "harp",
851
+ "version": 0,
852
+ "itype1": "miss"
853
+ },
854
+ "145": {
855
+ "name": "master",
856
+ "version": 0,
857
+ "itype1": "ring"
858
+ },
859
+ "146": {
860
+ "name": "barRI",
861
+ "version": 0,
862
+ "itype1": "blun",
863
+ "itype2": "spea",
864
+ "itype3": "pole"
865
+ },
866
+ "147": {
867
+ "name": "hew",
868
+ "version": 0,
869
+ "itype1": "swor",
870
+ "itype2": "knif",
871
+ "itype3": "axe"
872
+ },
873
+ "148": {
874
+ "name": "crook",
875
+ "version": 0,
876
+ "itype1": "staf"
877
+ },
878
+ "149": {
879
+ "name": "mar",
880
+ "version": 0,
881
+ "itype1": "swor",
882
+ "itype2": "knif",
883
+ "itype3": "mace",
884
+ "itype4": "club",
885
+ "itype5": "hamm",
886
+ "itype6": "spea"
887
+ },
888
+ "150": {
889
+ "name": "shell",
890
+ "version": 0,
891
+ "itype1": "tors",
892
+ "itype2": "helm",
893
+ "itype3": "shld"
894
+ },
895
+ "151": {
896
+ "name": "stake",
897
+ "version": 0,
898
+ "itype1": "spea",
899
+ "itype2": "pole"
900
+ },
901
+ "152": {
902
+ "name": "picket",
903
+ "version": 0,
904
+ "itype1": "spea",
905
+ "itype2": "pole"
906
+ },
907
+ "153": {
908
+ "name": "pale",
909
+ "version": 0,
910
+ "itype1": "spea",
911
+ "itype2": "pole"
912
+ },
913
+ "154": {
914
+ "name": "flange",
915
+ "version": 0,
916
+ "itype1": "tors",
917
+ "itype2": "mace",
918
+ "itype3": "hamm",
919
+ "itype4": "scep"
920
+ }
921
+ }