@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,3871 @@
1
+ {
2
+ "Aldur's Advance": {
3
+ "index": "Aldur's Advance",
4
+ "*ID": 69,
5
+ "set": "Aldur's Watchtower",
6
+ "item": "xtb",
7
+ "*ItemName": "Battle Boots",
8
+ "rarity": 7,
9
+ "lvl": 29,
10
+ "lvl req": 45,
11
+ "chrtransform": "oran",
12
+ "invtransform": "oran",
13
+ "cost mult": 5,
14
+ "cost add": 5000,
15
+ "add func": 2,
16
+ "prop1": "indestruct",
17
+ "min1": 1,
18
+ "max1": 1,
19
+ "prop2": "regen-stam",
20
+ "min2": 32,
21
+ "max2": 32,
22
+ "prop3": "hp",
23
+ "min3": 50,
24
+ "max3": 50,
25
+ "prop4": "dmg-to-mana",
26
+ "min4": 10,
27
+ "max4": 10,
28
+ "prop5": "move3",
29
+ "min5": 40,
30
+ "max5": 40,
31
+ "prop6": "stam",
32
+ "min6": 180,
33
+ "max6": 180,
34
+ "prop7": "res-fire",
35
+ "min7": 40,
36
+ "max7": 50,
37
+ "aprop1a": "dex",
38
+ "amin1a": 15,
39
+ "amax1a": 15,
40
+ "aprop2a": "dex",
41
+ "amin2a": 15,
42
+ "amax2a": 15,
43
+ "aprop3a": "dex",
44
+ "amin3a": 15,
45
+ "amax3a": 15,
46
+ "expansion": 1,
47
+ "lineNumber": 70
48
+ },
49
+ "Aldur's Deception": {
50
+ "index": "Aldur's Deception",
51
+ "*ID": 67,
52
+ "set": "Aldur's Watchtower",
53
+ "item": "uul",
54
+ "*ItemName": "Shadow Plate",
55
+ "rarity": 7,
56
+ "lvl": 29,
57
+ "lvl req": 76,
58
+ "chrtransform": "oran",
59
+ "invtransform": "oran",
60
+ "cost mult": 5,
61
+ "cost add": 5000,
62
+ "add func": 2,
63
+ "prop1": "ac",
64
+ "min1": 300,
65
+ "max1": 300,
66
+ "prop2": "skilltab",
67
+ "par2": 16,
68
+ "min2": 1,
69
+ "max2": 1,
70
+ "prop3": "str",
71
+ "min3": 20,
72
+ "max3": 20,
73
+ "prop4": "dex",
74
+ "min4": 15,
75
+ "max4": 15,
76
+ "prop5": "res-ltng",
77
+ "min5": 40,
78
+ "max5": 50,
79
+ "prop6": "ease",
80
+ "min6": -50,
81
+ "max6": -50,
82
+ "prop7": "skilltab",
83
+ "par7": 17,
84
+ "min7": 1,
85
+ "max7": 1,
86
+ "aprop1a": "vit",
87
+ "amin1a": 15,
88
+ "amax1a": 15,
89
+ "aprop2a": "vit",
90
+ "amin2a": 15,
91
+ "amax2a": 15,
92
+ "aprop3a": "vit",
93
+ "amin3a": 15,
94
+ "amax3a": 15,
95
+ "expansion": 1,
96
+ "lineNumber": 68
97
+ },
98
+ "Aldur's Gauntlet": {
99
+ "index": "Aldur's Gauntlet",
100
+ "*ID": 68,
101
+ "set": "Aldur's Watchtower",
102
+ "item": "9mt",
103
+ "*ItemName": "Jagged Star",
104
+ "rarity": 7,
105
+ "lvl": 29,
106
+ "lvl req": 42,
107
+ "chrtransform": "oran",
108
+ "invtransform": "oran",
109
+ "cost mult": 5,
110
+ "cost add": 5000,
111
+ "add func": 2,
112
+ "prop1": "dmg-norm",
113
+ "min1": 40,
114
+ "max1": 62,
115
+ "prop2": "dmg-ltng",
116
+ "min2": 50,
117
+ "max2": 75,
118
+ "prop3": "lifesteal",
119
+ "min3": 10,
120
+ "max3": 10,
121
+ "prop4": "swing3",
122
+ "min4": 30,
123
+ "max4": 30,
124
+ "prop5": "dmg-demon",
125
+ "min5": 200,
126
+ "max5": 200,
127
+ "prop6": "manasteal",
128
+ "min6": 5,
129
+ "max6": 5,
130
+ "prop7": "sock",
131
+ "min7": 2,
132
+ "max7": 5,
133
+ "aprop1a": "str",
134
+ "amin1a": 15,
135
+ "amax1a": 15,
136
+ "aprop2a": "str",
137
+ "amin2a": 15,
138
+ "amax2a": 15,
139
+ "aprop3a": "str",
140
+ "amin3a": 15,
141
+ "amax3a": 15,
142
+ "expansion": 1,
143
+ "lineNumber": 69
144
+ },
145
+ "Aldur's Stony Gaze": {
146
+ "index": "Aldur's Stony Gaze",
147
+ "*ID": 66,
148
+ "set": "Aldur's Watchtower",
149
+ "item": "dr8",
150
+ "*ItemName": "Hunter's Guise",
151
+ "rarity": 7,
152
+ "lvl": 29,
153
+ "lvl req": 36,
154
+ "chrtransform": "oran",
155
+ "invtransform": "oran",
156
+ "cost mult": 5,
157
+ "cost add": 5000,
158
+ "add func": 2,
159
+ "prop1": "ac",
160
+ "min1": 90,
161
+ "max1": 90,
162
+ "prop2": "regen-mana",
163
+ "min2": 17,
164
+ "max2": 17,
165
+ "prop3": "light",
166
+ "min3": 5,
167
+ "max3": 5,
168
+ "prop4": "balance3",
169
+ "min4": 25,
170
+ "max4": 25,
171
+ "prop5": "res-cold",
172
+ "min5": 40,
173
+ "max5": 50,
174
+ "prop6": "sock",
175
+ "min6": 2,
176
+ "max6": 2,
177
+ "aprop1a": "enr",
178
+ "amin1a": 15,
179
+ "amax1a": 15,
180
+ "aprop2a": "enr",
181
+ "amin2a": 15,
182
+ "amax2a": 15,
183
+ "aprop3a": "enr",
184
+ "amin3a": 15,
185
+ "amax3a": 15,
186
+ "expansion": 1,
187
+ "lineNumber": 67
188
+ },
189
+ "Angelic Halo": {
190
+ "index": "Angelic Halo",
191
+ "*ID": 52,
192
+ "set": "Angelical Raiment",
193
+ "item": "rin",
194
+ "*ItemName": "Ring",
195
+ "rarity": 3,
196
+ "lvl": 17,
197
+ "lvl req": 12,
198
+ "chrtransform": "lgry",
199
+ "invtransform": "lgry",
200
+ "cost mult": 5,
201
+ "cost add": 2500,
202
+ "add func": 2,
203
+ "prop1": "regen",
204
+ "min1": 6,
205
+ "max1": 6,
206
+ "prop2": "hp",
207
+ "min2": 20,
208
+ "max2": 20,
209
+ "aprop1a": "att/lvl",
210
+ "apar1a": 24,
211
+ "aprop2a": "mag%",
212
+ "amin2a": 50,
213
+ "amax2a": 50,
214
+ "lineNumber": 52
215
+ },
216
+ "Angelic Mantle": {
217
+ "index": "Angelic Mantle",
218
+ "*ID": 51,
219
+ "set": "Angelical Raiment",
220
+ "item": "rng",
221
+ "*ItemName": "Ring Mail",
222
+ "rarity": 7,
223
+ "lvl": 17,
224
+ "lvl req": 12,
225
+ "chrtransform": "lgry",
226
+ "invtransform": "lgry",
227
+ "cost mult": 5,
228
+ "cost add": 2500,
229
+ "add func": 2,
230
+ "prop1": "red-dmg",
231
+ "min1": 3,
232
+ "max1": 3,
233
+ "prop2": "ac%",
234
+ "min2": 40,
235
+ "max2": 40,
236
+ "aprop1a": "ac",
237
+ "amin1a": 150,
238
+ "amax1a": 150,
239
+ "aprop2a": "res-fire",
240
+ "amin2a": 50,
241
+ "amax2a": 50,
242
+ "lineNumber": 51
243
+ },
244
+ "Angelic Sickle": {
245
+ "index": "Angelic Sickle",
246
+ "*ID": 50,
247
+ "set": "Angelical Raiment",
248
+ "item": "sbr",
249
+ "*ItemName": "Sabre",
250
+ "rarity": 7,
251
+ "lvl": 17,
252
+ "lvl req": 12,
253
+ "chrtransform": "lgry",
254
+ "invtransform": "lgry",
255
+ "cost mult": 5,
256
+ "cost add": 2500,
257
+ "add func": 2,
258
+ "prop1": "att",
259
+ "min1": 75,
260
+ "max1": 75,
261
+ "prop2": "dmg-undead",
262
+ "min2": 250,
263
+ "max2": 250,
264
+ "aprop1a": "dmg%",
265
+ "amin1a": 75,
266
+ "amax1a": 75,
267
+ "aprop2a": "swing3",
268
+ "amin2a": 30,
269
+ "amax2a": 30,
270
+ "lineNumber": 50
271
+ },
272
+ "Angelic Wings": {
273
+ "index": "Angelic Wings",
274
+ "*ID": 53,
275
+ "set": "Angelical Raiment",
276
+ "item": "amu",
277
+ "*ItemName": "Amulet",
278
+ "rarity": 7,
279
+ "lvl": 17,
280
+ "lvl req": 12,
281
+ "chrtransform": "lgry",
282
+ "invtransform": "lgry",
283
+ "cost mult": 5,
284
+ "cost add": 2500,
285
+ "add func": 2,
286
+ "prop1": "light",
287
+ "min1": 3,
288
+ "max1": 3,
289
+ "prop2": "dmg-to-mana",
290
+ "min2": 20,
291
+ "max2": 20,
292
+ "aprop1a": "hp",
293
+ "amin1a": 75,
294
+ "amax1a": 75,
295
+ "aprop2a": "allskills",
296
+ "amin2a": 1,
297
+ "amax2a": 1,
298
+ "lineNumber": 53
299
+ },
300
+ "Arcanna's Deathwand": {
301
+ "index": "Arcanna's Deathwand",
302
+ "*ID": 59,
303
+ "set": "Arcanna's Tricks",
304
+ "item": "wst",
305
+ "*ItemName": "War Staff",
306
+ "rarity": 7,
307
+ "lvl": 20,
308
+ "lvl req": 15,
309
+ "chrtransform": "blac",
310
+ "invtransform": "blac",
311
+ "cost mult": 5,
312
+ "cost add": 2500,
313
+ "add func": 2,
314
+ "prop1": "sor",
315
+ "min1": 1,
316
+ "max1": 1,
317
+ "prop2": "deadly",
318
+ "min2": 25,
319
+ "max2": 25,
320
+ "aprop1a": "mana",
321
+ "amin1a": 50,
322
+ "amax1a": 50,
323
+ "aprop2a": "regen-mana",
324
+ "amin2a": 5,
325
+ "amax2a": 5,
326
+ "lineNumber": 59
327
+ },
328
+ "Arcanna's Flesh": {
329
+ "index": "Arcanna's Flesh",
330
+ "*ID": 61,
331
+ "set": "Arcanna's Tricks",
332
+ "item": "ltp",
333
+ "*ItemName": "Light Plate",
334
+ "rarity": 7,
335
+ "lvl": 20,
336
+ "lvl req": 15,
337
+ "chrtransform": "blac",
338
+ "invtransform": "blac",
339
+ "cost mult": 5,
340
+ "cost add": 2500,
341
+ "add func": 2,
342
+ "prop1": "light",
343
+ "min1": 2,
344
+ "max1": 2,
345
+ "prop2": "red-dmg",
346
+ "min2": 3,
347
+ "max2": 3,
348
+ "aprop1a": "ac",
349
+ "amin1a": 100,
350
+ "amax1a": 100,
351
+ "aprop2a": "enr",
352
+ "amin2a": 10,
353
+ "amax2a": 10,
354
+ "lineNumber": 61
355
+ },
356
+ "Arcanna's Head": {
357
+ "index": "Arcanna's Head",
358
+ "*ID": 60,
359
+ "set": "Arcanna's Tricks",
360
+ "item": "skp",
361
+ "*ItemName": "Skull Cap",
362
+ "rarity": 7,
363
+ "lvl": 20,
364
+ "lvl req": 15,
365
+ "chrtransform": "blac",
366
+ "invtransform": "blac",
367
+ "cost mult": 5,
368
+ "cost add": 2500,
369
+ "add func": 2,
370
+ "prop1": "regen",
371
+ "min1": 4,
372
+ "max1": 4,
373
+ "prop2": "thorns",
374
+ "min2": 2,
375
+ "max2": 2,
376
+ "aprop1a": "ac/lvl",
377
+ "apar1a": 24,
378
+ "aprop2a": "res-ltng",
379
+ "amin2a": 15,
380
+ "amax2a": 15,
381
+ "lineNumber": 60
382
+ },
383
+ "Arcanna's Sign": {
384
+ "index": "Arcanna's Sign",
385
+ "*ID": 58,
386
+ "set": "Arcanna's Tricks",
387
+ "item": "amu",
388
+ "*ItemName": "Amulet",
389
+ "rarity": 1,
390
+ "lvl": 20,
391
+ "lvl req": 15,
392
+ "chrtransform": "blac",
393
+ "invtransform": "blac",
394
+ "cost mult": 5,
395
+ "cost add": 2500,
396
+ "add func": 2,
397
+ "prop1": "mana",
398
+ "min1": 15,
399
+ "max1": 15,
400
+ "prop2": "regen-mana",
401
+ "min2": 20,
402
+ "max2": 20,
403
+ "aprop1a": "mag%",
404
+ "amin1a": 50,
405
+ "amax1a": 50,
406
+ "aprop2a": "res-fire",
407
+ "amin2a": 20,
408
+ "amax2a": 20,
409
+ "lineNumber": 58
410
+ },
411
+ "Arctic Binding": {
412
+ "index": "Arctic Binding",
413
+ "*ID": 56,
414
+ "set": "Arctic Gear",
415
+ "item": "vbl",
416
+ "*ItemName": "Light Belt",
417
+ "rarity": 7,
418
+ "lvl": 3,
419
+ "lvl req": 2,
420
+ "chrtransform": "lgld",
421
+ "invtransform": "lgld",
422
+ "cost mult": 5,
423
+ "cost add": 2500,
424
+ "add func": 2,
425
+ "prop1": "res-cold",
426
+ "min1": 40,
427
+ "max1": 40,
428
+ "prop2": "ac",
429
+ "min2": 30,
430
+ "max2": 30,
431
+ "aprop1a": "mag%",
432
+ "amin1a": 40,
433
+ "amax1a": 40,
434
+ "aprop2a": "res-cold",
435
+ "amin2a": 10,
436
+ "amax2a": 10,
437
+ "lineNumber": 56
438
+ },
439
+ "Arctic Furs": {
440
+ "index": "Arctic Furs",
441
+ "*ID": 55,
442
+ "set": "Arctic Gear",
443
+ "item": "qui",
444
+ "*ItemName": "Quilted Armor",
445
+ "rarity": 7,
446
+ "lvl": 3,
447
+ "lvl req": 2,
448
+ "chrtransform": "lgld",
449
+ "invtransform": "lgld",
450
+ "cost mult": 5,
451
+ "cost add": 2500,
452
+ "add func": 2,
453
+ "prop1": "ac%",
454
+ "min1": 275,
455
+ "max1": 325,
456
+ "prop2": "res-all",
457
+ "min2": 10,
458
+ "max2": 10,
459
+ "aprop1a": "ac/lvl",
460
+ "apar1a": 24,
461
+ "aprop2a": "res-cold",
462
+ "amin2a": 15,
463
+ "amax2a": 15,
464
+ "lineNumber": 55
465
+ },
466
+ "Arctic Horn": {
467
+ "index": "Arctic Horn",
468
+ "*ID": 54,
469
+ "set": "Arctic Gear",
470
+ "item": "swb",
471
+ "*ItemName": "Short War Bow",
472
+ "rarity": 7,
473
+ "lvl": 3,
474
+ "lvl req": 2,
475
+ "chrtransform": "lgld",
476
+ "invtransform": "lgld",
477
+ "cost mult": 5,
478
+ "cost add": 2500,
479
+ "add func": 2,
480
+ "prop1": "att%",
481
+ "min1": 20,
482
+ "max1": 20,
483
+ "prop2": "dmg%",
484
+ "min2": 50,
485
+ "max2": 50,
486
+ "aprop1a": "att/lvl",
487
+ "apar1a": 16,
488
+ "aprop2a": "dmg-cold",
489
+ "apar2a": 75,
490
+ "amin2a": 20,
491
+ "amax2a": 30,
492
+ "lineNumber": 54
493
+ },
494
+ "Arctic Mitts": {
495
+ "index": "Arctic Mitts",
496
+ "*ID": 57,
497
+ "set": "Arctic Gear",
498
+ "item": "tgl",
499
+ "*ItemName": "Light Gauntlets",
500
+ "rarity": 7,
501
+ "lvl": 3,
502
+ "lvl req": 2,
503
+ "chrtransform": "lgld",
504
+ "invtransform": "lgld",
505
+ "cost mult": 5,
506
+ "cost add": 2500,
507
+ "add func": 2,
508
+ "prop1": "hp",
509
+ "min1": 20,
510
+ "max1": 20,
511
+ "prop2": "swing1",
512
+ "min2": 10,
513
+ "max2": 10,
514
+ "aprop1a": "att",
515
+ "amin1a": 50,
516
+ "amax1a": 50,
517
+ "aprop2a": "dex",
518
+ "amin2a": 10,
519
+ "amax2a": 10,
520
+ "lineNumber": 57
521
+ },
522
+ "Berserker's Hatchet": {
523
+ "index": "Berserker's Hatchet",
524
+ "*ID": 46,
525
+ "set": "Berserker's Garb",
526
+ "item": "2ax",
527
+ "*ItemName": "Double Axe",
528
+ "rarity": 7,
529
+ "lvl": 5,
530
+ "lvl req": 3,
531
+ "chrtransform": "dred",
532
+ "invtransform": "dred",
533
+ "cost mult": 5,
534
+ "cost add": 2500,
535
+ "add func": 2,
536
+ "prop1": "att%",
537
+ "min1": 30,
538
+ "max1": 30,
539
+ "prop2": "manasteal",
540
+ "min2": 5,
541
+ "max2": 5,
542
+ "aprop1a": "dmg%",
543
+ "amin1a": 50,
544
+ "amax1a": 50,
545
+ "lineNumber": 46
546
+ },
547
+ "Berserker's Hauberk": {
548
+ "index": "Berserker's Hauberk",
549
+ "*ID": 45,
550
+ "set": "Berserker's Garb",
551
+ "item": "spl",
552
+ "*ItemName": "Splint Mail",
553
+ "rarity": 7,
554
+ "lvl": 5,
555
+ "lvl req": 3,
556
+ "chrtransform": "dred",
557
+ "invtransform": "dred",
558
+ "cost mult": 5,
559
+ "cost add": 2500,
560
+ "add func": 2,
561
+ "prop1": "red-mag",
562
+ "min1": 2,
563
+ "max1": 2,
564
+ "prop2": "bar",
565
+ "min2": 1,
566
+ "max2": 1,
567
+ "aprop1a": "ac/lvl",
568
+ "apar1a": 24,
569
+ "lineNumber": 45
570
+ },
571
+ "Berserker's Headgear": {
572
+ "index": "Berserker's Headgear",
573
+ "*ID": 44,
574
+ "set": "Berserker's Garb",
575
+ "item": "hlm",
576
+ "*ItemName": "Helm",
577
+ "rarity": 7,
578
+ "lvl": 5,
579
+ "lvl req": 3,
580
+ "chrtransform": "dred",
581
+ "invtransform": "dred",
582
+ "cost mult": 5,
583
+ "cost add": 2500,
584
+ "add func": 2,
585
+ "prop1": "ac",
586
+ "min1": 15,
587
+ "max1": 15,
588
+ "prop2": "res-fire",
589
+ "min2": 25,
590
+ "max2": 25,
591
+ "aprop1a": "att/lvl",
592
+ "apar1a": 16,
593
+ "lineNumber": 44
594
+ },
595
+ "Bul-Kathos' Sacred Charge": {
596
+ "index": "Bul-Kathos' Sacred Charge",
597
+ "*ID": 115,
598
+ "set": "Bul-Kathos' Children",
599
+ "item": "7gd",
600
+ "*ItemName": "Colossus Blade",
601
+ "rarity": 7,
602
+ "lvl": 50,
603
+ "lvl req": 61,
604
+ "chrtransform": "dgrn",
605
+ "invtransform": "dgrn",
606
+ "cost mult": 5,
607
+ "cost add": 5000,
608
+ "prop1": "crush",
609
+ "min1": 35,
610
+ "max1": 35,
611
+ "prop2": "res-all",
612
+ "min2": 20,
613
+ "max2": 20,
614
+ "prop3": "swing2",
615
+ "min3": 20,
616
+ "max3": 20,
617
+ "prop4": "knock",
618
+ "min4": 1,
619
+ "max4": 1,
620
+ "prop5": "dmg%",
621
+ "min5": 200,
622
+ "max5": 200,
623
+ "expansion": 1,
624
+ "lineNumber": 116
625
+ },
626
+ "Bul-Kathos' Tribal Guardian": {
627
+ "index": "Bul-Kathos' Tribal Guardian",
628
+ "*ID": 116,
629
+ "set": "Bul-Kathos' Children",
630
+ "item": "7wd",
631
+ "*ItemName": "Mythical Sword",
632
+ "rarity": 7,
633
+ "lvl": 50,
634
+ "lvl req": 54,
635
+ "chrtransform": "dgrn",
636
+ "invtransform": "dgrn",
637
+ "cost mult": 5,
638
+ "cost add": 5000,
639
+ "prop1": "res-fire",
640
+ "min1": 50,
641
+ "max1": 50,
642
+ "prop2": "dmg-pois",
643
+ "par2": 50,
644
+ "min2": 255,
645
+ "max2": 255,
646
+ "prop3": "swing2",
647
+ "min3": 20,
648
+ "max3": 20,
649
+ "prop4": "str",
650
+ "min4": 20,
651
+ "max4": 20,
652
+ "prop5": "dmg%",
653
+ "min5": 200,
654
+ "max5": 200,
655
+ "expansion": 1,
656
+ "lineNumber": 117
657
+ },
658
+ "Cathan's Mesh": {
659
+ "index": "Cathan's Mesh",
660
+ "*ID": 26,
661
+ "set": "Cathan's Traps",
662
+ "item": "chn",
663
+ "*ItemName": "Chain Mail",
664
+ "rarity": 7,
665
+ "lvl": 15,
666
+ "lvl req": 11,
667
+ "chrtransform": "dgrn",
668
+ "invtransform": "dgrn",
669
+ "cost mult": 5,
670
+ "cost add": 2500,
671
+ "add func": 2,
672
+ "prop1": "ac",
673
+ "min1": 15,
674
+ "max1": 15,
675
+ "prop2": "ease",
676
+ "min2": -50,
677
+ "max2": -50,
678
+ "aprop1a": "thorns",
679
+ "amin1a": 5,
680
+ "amax1a": 5,
681
+ "aprop2a": "res-fire",
682
+ "amin2a": 30,
683
+ "amax2a": 30,
684
+ "lineNumber": 26
685
+ },
686
+ "Cathan's Rule": {
687
+ "index": "Cathan's Rule",
688
+ "*ID": 25,
689
+ "set": "Cathan's Traps",
690
+ "item": "bst",
691
+ "*ItemName": "Battle Staff",
692
+ "rarity": 7,
693
+ "lvl": 15,
694
+ "lvl req": 11,
695
+ "chrtransform": "dgrn",
696
+ "invtransform": "dgrn",
697
+ "cost mult": 5,
698
+ "cost add": 2500,
699
+ "add func": 2,
700
+ "prop1": "fireskill",
701
+ "min1": 1,
702
+ "max1": 1,
703
+ "prop2": "fire-max",
704
+ "min2": 10,
705
+ "max2": 10,
706
+ "aprop1a": "mana",
707
+ "amin1a": 50,
708
+ "amax1a": 50,
709
+ "aprop2a": "res-all",
710
+ "amin2a": 10,
711
+ "amax2a": 10,
712
+ "lineNumber": 25
713
+ },
714
+ "Cathan's Seal": {
715
+ "index": "Cathan's Seal",
716
+ "*ID": 29,
717
+ "set": "Cathan's Traps",
718
+ "item": "rin",
719
+ "*ItemName": "Ring",
720
+ "rarity": 7,
721
+ "lvl": 15,
722
+ "lvl req": 11,
723
+ "chrtransform": "dgrn",
724
+ "invtransform": "dgrn",
725
+ "cost mult": 5,
726
+ "cost add": 2500,
727
+ "add func": 2,
728
+ "prop1": "lifesteal",
729
+ "min1": 6,
730
+ "max1": 6,
731
+ "prop2": "red-dmg",
732
+ "min2": 2,
733
+ "max2": 2,
734
+ "aprop1a": "str",
735
+ "amin1a": 10,
736
+ "amax1a": 10,
737
+ "lineNumber": 29
738
+ },
739
+ "Cathan's Sigil": {
740
+ "index": "Cathan's Sigil",
741
+ "*ID": 28,
742
+ "set": "Cathan's Traps",
743
+ "item": "amu",
744
+ "*ItemName": "Amulet",
745
+ "rarity": 7,
746
+ "lvl": 15,
747
+ "lvl req": 11,
748
+ "chrtransform": "dgrn",
749
+ "invtransform": "dgrn",
750
+ "cost mult": 5,
751
+ "cost add": 2500,
752
+ "add func": 2,
753
+ "prop1": "balance1",
754
+ "min1": 10,
755
+ "max1": 10,
756
+ "prop2": "light-thorns",
757
+ "min2": 5,
758
+ "max2": 5,
759
+ "aprop1a": "att",
760
+ "amin1a": 50,
761
+ "amax1a": 50,
762
+ "aprop2a": "mag%",
763
+ "amin2a": 25,
764
+ "amax2a": 25,
765
+ "lineNumber": 28
766
+ },
767
+ "Cathan's Visage": {
768
+ "index": "Cathan's Visage",
769
+ "*ID": 27,
770
+ "set": "Cathan's Traps",
771
+ "item": "msk",
772
+ "*ItemName": "Mask",
773
+ "rarity": 7,
774
+ "lvl": 15,
775
+ "lvl req": 11,
776
+ "chrtransform": "dgrn",
777
+ "invtransform": "dgrn",
778
+ "cost mult": 5,
779
+ "cost add": 2500,
780
+ "add func": 2,
781
+ "prop1": "mana",
782
+ "min1": 20,
783
+ "max1": 20,
784
+ "prop2": "res-cold",
785
+ "min2": 25,
786
+ "max2": 25,
787
+ "aprop1a": "ac/lvl",
788
+ "apar1a": 16,
789
+ "lineNumber": 27
790
+ },
791
+ "Civerb's Cudgel": {
792
+ "index": "Civerb's Cudgel",
793
+ "*ID": 2,
794
+ "set": "Civerb's Vestments",
795
+ "item": "gsc",
796
+ "*ItemName": "Grand Scepter",
797
+ "rarity": 7,
798
+ "lvl": 13,
799
+ "lvl req": 9,
800
+ "chrtransform": "lyel",
801
+ "invtransform": "lyel",
802
+ "cost mult": 5,
803
+ "cost add": 2500,
804
+ "prop1": "att",
805
+ "min1": 75,
806
+ "max1": 75,
807
+ "prop2": "dmg-max",
808
+ "min2": 17,
809
+ "max2": 23,
810
+ "aprop1a": "dmg/lvl",
811
+ "apar1a": 8,
812
+ "lineNumber": 2
813
+ },
814
+ "Civerb's Icon": {
815
+ "index": "Civerb's Icon",
816
+ "*ID": 1,
817
+ "set": "Civerb's Vestments",
818
+ "item": "amu",
819
+ "*ItemName": "Amulet",
820
+ "rarity": 7,
821
+ "lvl": 13,
822
+ "lvl req": 9,
823
+ "chrtransform": "lyel",
824
+ "invtransform": "lyel",
825
+ "cost mult": 5,
826
+ "cost add": 2500,
827
+ "add func": 2,
828
+ "prop1": "regen-mana",
829
+ "min1": 40,
830
+ "max1": 40,
831
+ "prop2": "regen",
832
+ "min2": 4,
833
+ "max2": 4,
834
+ "aprop1a": "res-cold",
835
+ "amin1a": 25,
836
+ "amax1a": 25,
837
+ "aprop2a": "ac",
838
+ "amin2a": 25,
839
+ "amax2a": 25,
840
+ "lineNumber": 1
841
+ },
842
+ "Civerb's Ward": {
843
+ "index": "Civerb's Ward",
844
+ "*ID": 0,
845
+ "set": "Civerb's Vestments",
846
+ "item": "lrg",
847
+ "*ItemName": "Large Shield",
848
+ "rarity": 7,
849
+ "lvl": 13,
850
+ "lvl req": 9,
851
+ "chrtransform": "lyel",
852
+ "invtransform": "lyel",
853
+ "cost mult": 5,
854
+ "cost add": 2500,
855
+ "add func": 1,
856
+ "prop1": "ac",
857
+ "min1": 15,
858
+ "max1": 15,
859
+ "prop2": "block",
860
+ "min2": 15,
861
+ "max2": 15,
862
+ "aprop1a": "mana",
863
+ "amin1a": 21,
864
+ "amax1a": 22,
865
+ "aprop2a": "res-pois",
866
+ "amin2a": 25,
867
+ "amax2a": 26,
868
+ "lineNumber": 0
869
+ },
870
+ "Cleglaw's Claw": {
871
+ "index": "Cleglaw's Claw",
872
+ "*ID": 7,
873
+ "set": "Cleglaw's Brace",
874
+ "item": "sml",
875
+ "*ItemName": "Small Shield",
876
+ "rarity": 7,
877
+ "lvl": 6,
878
+ "lvl req": 4,
879
+ "chrtransform": "lred",
880
+ "invtransform": "lred",
881
+ "cost mult": 5,
882
+ "cost add": 2500,
883
+ "add func": 2,
884
+ "prop1": "ac",
885
+ "min1": 17,
886
+ "max1": 17,
887
+ "prop2": "res-pois-len",
888
+ "min2": 75,
889
+ "max2": 75,
890
+ "aprop1a": "res-all",
891
+ "amin1a": 15,
892
+ "amax1a": 15,
893
+ "lineNumber": 7
894
+ },
895
+ "Cleglaw's Pincers": {
896
+ "index": "Cleglaw's Pincers",
897
+ "*ID": 8,
898
+ "set": "Cleglaw's Brace",
899
+ "item": "mgl",
900
+ "*ItemName": "Chain Gloves",
901
+ "rarity": 7,
902
+ "lvl": 6,
903
+ "lvl req": 4,
904
+ "chrtransform": "lred",
905
+ "invtransform": "lred",
906
+ "cost mult": 5,
907
+ "cost add": 2500,
908
+ "add func": 2,
909
+ "prop1": "knock",
910
+ "min1": 1,
911
+ "max1": 1,
912
+ "prop2": "slow",
913
+ "min2": 25,
914
+ "max2": 25,
915
+ "aprop1a": "att/lvl",
916
+ "apar1a": 20,
917
+ "lineNumber": 8
918
+ },
919
+ "Cleglaw's Tooth": {
920
+ "index": "Cleglaw's Tooth",
921
+ "*ID": 6,
922
+ "set": "Cleglaw's Brace",
923
+ "item": "lsd",
924
+ "*ItemName": "Long Sword",
925
+ "rarity": 7,
926
+ "lvl": 6,
927
+ "lvl req": 4,
928
+ "chrtransform": "lred",
929
+ "invtransform": "lred",
930
+ "cost mult": 5,
931
+ "cost add": 2500,
932
+ "add func": 2,
933
+ "prop1": "att%",
934
+ "min1": 30,
935
+ "max1": 30,
936
+ "prop2": "deadly",
937
+ "min2": 50,
938
+ "max2": 50,
939
+ "aprop1a": "dmg/lvl",
940
+ "apar1a": 10,
941
+ "lineNumber": 6
942
+ },
943
+ "Cow King's Hide": {
944
+ "index": "Cow King's Hide",
945
+ "*ID": 118,
946
+ "set": "Cow King's Leathers",
947
+ "item": "stu",
948
+ "*ItemName": "Studded Leather",
949
+ "rarity": 7,
950
+ "lvl": 20,
951
+ "lvl req": 18,
952
+ "cost mult": 5,
953
+ "cost add": 5000,
954
+ "prop1": "res-all",
955
+ "min1": 18,
956
+ "max1": 18,
957
+ "prop2": "ac%",
958
+ "min2": 60,
959
+ "max2": 60,
960
+ "prop3": "hp",
961
+ "min3": 30,
962
+ "max3": 30,
963
+ "prop4": "gethit-skill",
964
+ "par4": 53,
965
+ "min4": 18,
966
+ "max4": 5,
967
+ "expansion": 1,
968
+ "lineNumber": 119
969
+ },
970
+ "Cow King's Hoofs": {
971
+ "index": "Cow King's Hoofs",
972
+ "*ID": 119,
973
+ "set": "Cow King's Leathers",
974
+ "item": "vbt",
975
+ "*ItemName": "Heavy Boots",
976
+ "rarity": 7,
977
+ "lvl": 20,
978
+ "lvl req": 13,
979
+ "cost mult": 5,
980
+ "cost add": 5000,
981
+ "prop1": "ac",
982
+ "min1": 25,
983
+ "max1": 35,
984
+ "prop2": "move3",
985
+ "min2": 30,
986
+ "max2": 30,
987
+ "prop3": "mag%",
988
+ "min3": 25,
989
+ "max3": 25,
990
+ "prop4": "dex",
991
+ "min4": 20,
992
+ "max4": 20,
993
+ "prop5": "dmg-fire",
994
+ "min5": 25,
995
+ "max5": 35,
996
+ "expansion": 1,
997
+ "lineNumber": 120
998
+ },
999
+ "Cow King's Horns": {
1000
+ "index": "Cow King's Horns",
1001
+ "*ID": 117,
1002
+ "set": "Cow King's Leathers",
1003
+ "item": "xap",
1004
+ "*ItemName": "War Hat",
1005
+ "rarity": 7,
1006
+ "lvl": 20,
1007
+ "lvl req": 25,
1008
+ "cost mult": 5,
1009
+ "cost add": 5000,
1010
+ "prop1": "ac",
1011
+ "min1": 75,
1012
+ "max1": 75,
1013
+ "prop2": "half-freeze",
1014
+ "min2": 1,
1015
+ "max2": 1,
1016
+ "prop3": "dmg-to-mana",
1017
+ "min3": 35,
1018
+ "max3": 35,
1019
+ "prop4": "thorns",
1020
+ "min4": 10,
1021
+ "max4": 10,
1022
+ "expansion": 1,
1023
+ "lineNumber": 118
1024
+ },
1025
+ "Credendum": {
1026
+ "index": "Credendum",
1027
+ "*ID": 99,
1028
+ "set": "The Disciple",
1029
+ "item": "umc",
1030
+ "*ItemName": "Mithril Coil",
1031
+ "rarity": 7,
1032
+ "lvl": 39,
1033
+ "lvl req": 65,
1034
+ "chrtransform": "lblu",
1035
+ "invtransform": "lblu",
1036
+ "cost mult": 5,
1037
+ "cost add": 5000,
1038
+ "prop1": "ac",
1039
+ "min1": 50,
1040
+ "max1": 50,
1041
+ "prop2": "str",
1042
+ "min2": 10,
1043
+ "max2": 10,
1044
+ "prop3": "dex",
1045
+ "min3": 10,
1046
+ "max3": 10,
1047
+ "prop4": "res-all",
1048
+ "min4": 15,
1049
+ "max4": 15,
1050
+ "expansion": 1,
1051
+ "lineNumber": 100
1052
+ },
1053
+ "Dangoon's Teaching": {
1054
+ "index": "Dangoon's Teaching",
1055
+ "*ID": 100,
1056
+ "set": "Heaven's Brethren",
1057
+ "item": "7ma",
1058
+ "*ItemName": "Reinforced Mace",
1059
+ "rarity": 7,
1060
+ "lvl": 55,
1061
+ "lvl req": 68,
1062
+ "cost mult": 5,
1063
+ "cost add": 5000,
1064
+ "prop1": "dmg/lvl",
1065
+ "par1": 12,
1066
+ "prop2": "swing3",
1067
+ "min2": 40,
1068
+ "max2": 40,
1069
+ "prop3": "hit-skill",
1070
+ "par3": 44,
1071
+ "min3": 10,
1072
+ "max3": 3,
1073
+ "prop4": "dmg-fire",
1074
+ "min4": 20,
1075
+ "max4": 30,
1076
+ "expansion": 1,
1077
+ "lineNumber": 101
1078
+ },
1079
+ "Death's Guard": {
1080
+ "index": "Death's Guard",
1081
+ "*ID": 48,
1082
+ "set": "Death's Disguise",
1083
+ "item": "lbl",
1084
+ "*ItemName": "Sash",
1085
+ "rarity": 7,
1086
+ "lvl": 8,
1087
+ "lvl req": 6,
1088
+ "chrtransform": "lred",
1089
+ "invtransform": "lred",
1090
+ "cost mult": 5,
1091
+ "cost add": 2500,
1092
+ "add func": 2,
1093
+ "prop1": "ac",
1094
+ "min1": 20,
1095
+ "max1": 20,
1096
+ "prop2": "nofreeze",
1097
+ "min2": 1,
1098
+ "max2": 1,
1099
+ "aprop1a": "res-all",
1100
+ "amin1a": 15,
1101
+ "amax1a": 15,
1102
+ "lineNumber": 48
1103
+ },
1104
+ "Death's Hand": {
1105
+ "index": "Death's Hand",
1106
+ "*ID": 47,
1107
+ "set": "Death's Disguise",
1108
+ "item": "lgl",
1109
+ "*ItemName": "Leather Gloves",
1110
+ "rarity": 7,
1111
+ "lvl": 8,
1112
+ "lvl req": 6,
1113
+ "chrtransform": "lred",
1114
+ "invtransform": "lred",
1115
+ "cost mult": 5,
1116
+ "cost add": 2500,
1117
+ "add func": 2,
1118
+ "prop1": "res-pois",
1119
+ "min1": 50,
1120
+ "max1": 50,
1121
+ "prop2": "res-pois-len",
1122
+ "min2": 75,
1123
+ "max2": 75,
1124
+ "aprop1a": "swing3",
1125
+ "amin1a": 30,
1126
+ "amax1a": 30,
1127
+ "lineNumber": 47
1128
+ },
1129
+ "Death's Touch": {
1130
+ "index": "Death's Touch",
1131
+ "*ID": 49,
1132
+ "set": "Death's Disguise",
1133
+ "item": "wsd",
1134
+ "*ItemName": "War Sword",
1135
+ "rarity": 7,
1136
+ "lvl": 8,
1137
+ "lvl req": 6,
1138
+ "chrtransform": "lred",
1139
+ "invtransform": "lred",
1140
+ "cost mult": 5,
1141
+ "cost add": 2500,
1142
+ "add func": 2,
1143
+ "prop1": "dmg%",
1144
+ "min1": 25,
1145
+ "max1": 25,
1146
+ "prop2": "lifesteal",
1147
+ "min2": 4,
1148
+ "max2": 4,
1149
+ "aprop1a": "dmg-cold",
1150
+ "apar1a": 75,
1151
+ "amin1a": 25,
1152
+ "amax1a": 75,
1153
+ "lineNumber": 49
1154
+ },
1155
+ "Griswold's Heart": {
1156
+ "index": "Griswold's Heart",
1157
+ "*ID": 82,
1158
+ "set": "Griswold's Legacy",
1159
+ "item": "xar",
1160
+ "*ItemName": "Ornate Plate",
1161
+ "rarity": 7,
1162
+ "lvl": 44,
1163
+ "lvl req": 45,
1164
+ "chrtransform": "dgld",
1165
+ "invtransform": "dgld",
1166
+ "cost mult": 5,
1167
+ "cost add": 5000,
1168
+ "prop1": "ac",
1169
+ "min1": 500,
1170
+ "max1": 500,
1171
+ "prop2": "skilltab",
1172
+ "par2": 11,
1173
+ "min2": 2,
1174
+ "max2": 2,
1175
+ "prop3": "sock",
1176
+ "min3": 3,
1177
+ "max3": 3,
1178
+ "prop4": "str",
1179
+ "min4": 20,
1180
+ "max4": 20,
1181
+ "prop5": "ease",
1182
+ "min5": -40,
1183
+ "max5": -40,
1184
+ "expansion": 1,
1185
+ "lineNumber": 83
1186
+ },
1187
+ "Griswold's Honor": {
1188
+ "index": "Griswold's Honor",
1189
+ "*ID": 84,
1190
+ "set": "Griswold's Legacy",
1191
+ "item": "paf",
1192
+ "*ItemName": "Vortex Shield",
1193
+ "rarity": 7,
1194
+ "lvl": 44,
1195
+ "lvl req": 68,
1196
+ "chrtransform": "dgld",
1197
+ "invtransform": "dgld",
1198
+ "cost mult": 5,
1199
+ "cost add": 5000,
1200
+ "prop1": "ac",
1201
+ "min1": 108,
1202
+ "max1": 108,
1203
+ "prop2": "sock",
1204
+ "par2": 3,
1205
+ "prop3": "block2",
1206
+ "min3": 65,
1207
+ "max3": 65,
1208
+ "prop4": "block",
1209
+ "min4": 20,
1210
+ "max4": 20,
1211
+ "prop5": "res-all",
1212
+ "min5": 45,
1213
+ "max5": 45,
1214
+ "expansion": 1,
1215
+ "lineNumber": 85
1216
+ },
1217
+ "Griswold's Valor": {
1218
+ "index": "Griswold's Valor",
1219
+ "*ID": 81,
1220
+ "set": "Griswold's Legacy",
1221
+ "item": "urn",
1222
+ "*ItemName": "Corona",
1223
+ "rarity": 7,
1224
+ "lvl": 44,
1225
+ "lvl req": 69,
1226
+ "chrtransform": "dgld",
1227
+ "invtransform": "dgld",
1228
+ "cost mult": 5,
1229
+ "cost add": 5000,
1230
+ "add func": 2,
1231
+ "prop1": "ac%",
1232
+ "min1": 50,
1233
+ "max1": 75,
1234
+ "prop2": "abs-cold/lvl",
1235
+ "min2": 2,
1236
+ "max2": 2,
1237
+ "prop3": "sock",
1238
+ "min3": 2,
1239
+ "max3": 2,
1240
+ "prop4": "ease",
1241
+ "min4": -40,
1242
+ "max4": -40,
1243
+ "prop5": "mag%",
1244
+ "min5": 20,
1245
+ "max5": 30,
1246
+ "prop6": "res-all",
1247
+ "min6": 5,
1248
+ "max6": 5,
1249
+ "aprop1a": "skilltab",
1250
+ "apar1a": 10,
1251
+ "amin1a": 2,
1252
+ "amax1a": 2,
1253
+ "expansion": 1,
1254
+ "lineNumber": 82
1255
+ },
1256
+ "Griswolds's Redemption": {
1257
+ "index": "Griswolds's Redemption",
1258
+ "*ID": 83,
1259
+ "set": "Griswold's Legacy",
1260
+ "item": "7ws",
1261
+ "*ItemName": "Caduceus",
1262
+ "rarity": 7,
1263
+ "lvl": 44,
1264
+ "lvl req": 53,
1265
+ "chrtransform": "dgld",
1266
+ "invtransform": "dgld",
1267
+ "cost mult": 5,
1268
+ "cost add": 5000,
1269
+ "add func": 2,
1270
+ "prop1": "dmg%",
1271
+ "min1": 200,
1272
+ "max1": 240,
1273
+ "prop2": "swing2",
1274
+ "min2": 40,
1275
+ "max2": 40,
1276
+ "prop3": "dmg-undead",
1277
+ "min3": 200,
1278
+ "max3": 200,
1279
+ "prop4": "ease",
1280
+ "min4": -20,
1281
+ "max4": -20,
1282
+ "prop5": "sock",
1283
+ "min5": 3,
1284
+ "max5": 4,
1285
+ "aprop1a": "skilltab",
1286
+ "apar1a": 9,
1287
+ "amin1a": 2,
1288
+ "amax1a": 2,
1289
+ "aprop2a": "dmg-norm",
1290
+ "amin2a": 10,
1291
+ "amax2a": 20,
1292
+ "aprop3a": "dmg-norm",
1293
+ "amin3a": 10,
1294
+ "amax3a": 20,
1295
+ "expansion": 1,
1296
+ "lineNumber": 84
1297
+ },
1298
+ "Guillaume's Face": {
1299
+ "index": "Guillaume's Face",
1300
+ "*ID": 104,
1301
+ "set": "Orphan's Call",
1302
+ "item": "xhm",
1303
+ "*ItemName": "Winged Helm",
1304
+ "rarity": 7,
1305
+ "lvl": 41,
1306
+ "lvl req": 34,
1307
+ "chrtransform": "lgry",
1308
+ "invtransform": "lgry",
1309
+ "cost mult": 5,
1310
+ "cost add": 5000,
1311
+ "prop1": "ac%",
1312
+ "min1": 120,
1313
+ "max1": 120,
1314
+ "prop2": "balance3",
1315
+ "min2": 30,
1316
+ "max2": 30,
1317
+ "prop3": "crush",
1318
+ "min3": 35,
1319
+ "max3": 35,
1320
+ "prop4": "deadly",
1321
+ "min4": 15,
1322
+ "max4": 15,
1323
+ "prop5": "str",
1324
+ "min5": 15,
1325
+ "max5": 15,
1326
+ "expansion": 1,
1327
+ "lineNumber": 105
1328
+ },
1329
+ "Haemosu's Adament": {
1330
+ "index": "Haemosu's Adament",
1331
+ "*ID": 102,
1332
+ "set": "Heaven's Brethren",
1333
+ "item": "xrs",
1334
+ "*ItemName": "Cuirass",
1335
+ "rarity": 7,
1336
+ "lvl": 55,
1337
+ "lvl req": 44,
1338
+ "cost mult": 5,
1339
+ "cost add": 5000,
1340
+ "prop1": "ac",
1341
+ "min1": 500,
1342
+ "max1": 500,
1343
+ "prop2": "ac-miss",
1344
+ "min2": 35,
1345
+ "max2": 35,
1346
+ "prop3": "hp",
1347
+ "min3": 75,
1348
+ "max3": 75,
1349
+ "prop4": "ac-hth",
1350
+ "min4": 40,
1351
+ "max4": 40,
1352
+ "prop5": "ease",
1353
+ "min5": -20,
1354
+ "max5": -20,
1355
+ "expansion": 1,
1356
+ "lineNumber": 103
1357
+ },
1358
+ "Heaven's Taebaek": {
1359
+ "index": "Heaven's Taebaek",
1360
+ "*ID": 101,
1361
+ "set": "Heaven's Brethren",
1362
+ "item": "uts",
1363
+ "*ItemName": "Ward",
1364
+ "rarity": 7,
1365
+ "lvl": 55,
1366
+ "lvl req": 81,
1367
+ "cost mult": 5,
1368
+ "cost add": 5000,
1369
+ "prop1": "ac",
1370
+ "min1": 50,
1371
+ "max1": 50,
1372
+ "prop2": "mana",
1373
+ "min2": 100,
1374
+ "max2": 100,
1375
+ "prop3": "res-ltng",
1376
+ "min3": 30,
1377
+ "max3": 30,
1378
+ "prop4": "thorns",
1379
+ "min4": 30,
1380
+ "max4": 30,
1381
+ "prop5": "indestruct",
1382
+ "min5": 1,
1383
+ "max5": 1,
1384
+ "prop6": "block",
1385
+ "min6": 25,
1386
+ "max6": 25,
1387
+ "prop7": "block3",
1388
+ "min7": 30,
1389
+ "max7": 30,
1390
+ "expansion": 1,
1391
+ "lineNumber": 102
1392
+ },
1393
+ "Hsarus' Iron Fist": {
1394
+ "index": "Hsarus' Iron Fist",
1395
+ "*ID": 4,
1396
+ "set": "Hsarus' Defense",
1397
+ "item": "buc",
1398
+ "*ItemName": "Buckler",
1399
+ "rarity": 7,
1400
+ "lvl": 4,
1401
+ "lvl req": 3,
1402
+ "chrtransform": "dred",
1403
+ "invtransform": "dred",
1404
+ "cost mult": 5,
1405
+ "cost add": 2500,
1406
+ "add func": 2,
1407
+ "prop1": "red-dmg",
1408
+ "min1": 2,
1409
+ "max1": 2,
1410
+ "prop2": "str",
1411
+ "min2": 10,
1412
+ "max2": 10,
1413
+ "aprop1a": "ac/lvl",
1414
+ "apar1a": 20,
1415
+ "lineNumber": 4
1416
+ },
1417
+ "Hsarus' Iron Heel": {
1418
+ "index": "Hsarus' Iron Heel",
1419
+ "*ID": 3,
1420
+ "set": "Hsarus' Defense",
1421
+ "item": "mbt",
1422
+ "*ItemName": "Chain Boots",
1423
+ "rarity": 7,
1424
+ "lvl": 4,
1425
+ "lvl req": 3,
1426
+ "chrtransform": "dred",
1427
+ "invtransform": "dred",
1428
+ "cost mult": 5,
1429
+ "cost add": 2500,
1430
+ "add func": 2,
1431
+ "prop1": "res-fire",
1432
+ "min1": 25,
1433
+ "max1": 25,
1434
+ "prop2": "move2",
1435
+ "min2": 20,
1436
+ "max2": 20,
1437
+ "aprop1a": "att/lvl",
1438
+ "apar1a": 20,
1439
+ "lineNumber": 3
1440
+ },
1441
+ "Hsarus' Iron Stay": {
1442
+ "index": "Hsarus' Iron Stay",
1443
+ "*ID": 5,
1444
+ "set": "Hsarus' Defense",
1445
+ "item": "mbl",
1446
+ "*ItemName": "Belt",
1447
+ "rarity": 7,
1448
+ "lvl": 4,
1449
+ "lvl req": 3,
1450
+ "chrtransform": "dred",
1451
+ "invtransform": "dred",
1452
+ "cost mult": 5,
1453
+ "cost add": 2500,
1454
+ "add func": 2,
1455
+ "prop1": "res-cold",
1456
+ "min1": 20,
1457
+ "max1": 20,
1458
+ "prop2": "hp",
1459
+ "min2": 20,
1460
+ "max2": 20,
1461
+ "aprop1a": "ac/lvl",
1462
+ "apar1a": 20,
1463
+ "lineNumber": 5
1464
+ },
1465
+ "Hwanin's Justice": {
1466
+ "index": "Hwanin's Justice",
1467
+ "*ID": 111,
1468
+ "set": "Hwanin's Majesty",
1469
+ "item": "9vo",
1470
+ "*ItemName": "Bill",
1471
+ "rarity": 7,
1472
+ "lvl": 28,
1473
+ "lvl req": 28,
1474
+ "cost mult": 5,
1475
+ "cost add": 5000,
1476
+ "prop1": "att",
1477
+ "min1": 330,
1478
+ "max1": 330,
1479
+ "prop2": "indestruct",
1480
+ "min2": 1,
1481
+ "max2": 1,
1482
+ "prop3": "hit-skill",
1483
+ "par3": 45,
1484
+ "min3": 10,
1485
+ "max3": 3,
1486
+ "prop4": "swing3",
1487
+ "min4": 40,
1488
+ "max4": 40,
1489
+ "prop5": "dmg%",
1490
+ "min5": 200,
1491
+ "max5": 200,
1492
+ "prop6": "dmg-ltng",
1493
+ "min6": 5,
1494
+ "max6": 25,
1495
+ "expansion": 1,
1496
+ "lineNumber": 112
1497
+ },
1498
+ "Hwanin's Refuge": {
1499
+ "index": "Hwanin's Refuge",
1500
+ "*ID": 109,
1501
+ "set": "Hwanin's Majesty",
1502
+ "item": "xcl",
1503
+ "*ItemName": "Tigulated Mail",
1504
+ "rarity": 7,
1505
+ "lvl": 28,
1506
+ "lvl req": 30,
1507
+ "cost mult": 5,
1508
+ "cost add": 5000,
1509
+ "prop1": "ac",
1510
+ "min1": 200,
1511
+ "max1": 200,
1512
+ "prop2": "res-pois",
1513
+ "min2": 27,
1514
+ "max2": 27,
1515
+ "prop3": "hp",
1516
+ "min3": 100,
1517
+ "max3": 100,
1518
+ "prop4": "gethit-skill",
1519
+ "par4": 42,
1520
+ "min4": 10,
1521
+ "max4": 3,
1522
+ "expansion": 1,
1523
+ "lineNumber": 110
1524
+ },
1525
+ "Hwanin's Seal": {
1526
+ "index": "Hwanin's Seal",
1527
+ "*ID": 110,
1528
+ "set": "Hwanin's Majesty",
1529
+ "item": "mbl",
1530
+ "*ItemName": "Belt",
1531
+ "rarity": 7,
1532
+ "lvl": 28,
1533
+ "lvl req": 35,
1534
+ "cost mult": 5,
1535
+ "cost add": 5000,
1536
+ "prop1": "dmg-ltng",
1537
+ "min1": 3,
1538
+ "max1": 33,
1539
+ "prop2": "noheal",
1540
+ "min2": 1,
1541
+ "max2": 1,
1542
+ "prop3": "ac/lvl",
1543
+ "par3": 12,
1544
+ "prop4": "dmg-to-mana",
1545
+ "min4": 12,
1546
+ "max4": 12,
1547
+ "expansion": 1,
1548
+ "lineNumber": 111
1549
+ },
1550
+ "Hwanin's Splendor": {
1551
+ "index": "Hwanin's Splendor",
1552
+ "*ID": 108,
1553
+ "set": "Hwanin's Majesty",
1554
+ "item": "xrn",
1555
+ "*ItemName": "Grand Crown",
1556
+ "rarity": 7,
1557
+ "lvl": 28,
1558
+ "lvl req": 45,
1559
+ "cost mult": 5,
1560
+ "cost add": 5000,
1561
+ "prop1": "regen",
1562
+ "min1": 20,
1563
+ "max1": 20,
1564
+ "prop2": "red-mag",
1565
+ "min2": 10,
1566
+ "max2": 10,
1567
+ "prop3": "res-cold",
1568
+ "min3": 37,
1569
+ "max3": 37,
1570
+ "prop4": "ac%",
1571
+ "min4": 100,
1572
+ "max4": 100,
1573
+ "expansion": 1,
1574
+ "lineNumber": 109
1575
+ },
1576
+ "Immortal King's Detail": {
1577
+ "index": "Immortal King's Detail",
1578
+ "*ID": 72,
1579
+ "set": "Immortal King",
1580
+ "item": "zhb",
1581
+ "*ItemName": "War Belt",
1582
+ "rarity": 7,
1583
+ "lvl": 37,
1584
+ "lvl req": 29,
1585
+ "chrtransform": "lgry",
1586
+ "invtransform": "lgry",
1587
+ "cost mult": 5,
1588
+ "cost add": 5000,
1589
+ "add func": 2,
1590
+ "prop1": "ac",
1591
+ "min1": 36,
1592
+ "max1": 36,
1593
+ "prop2": "res-fire",
1594
+ "min2": 28,
1595
+ "max2": 28,
1596
+ "prop3": "res-ltng",
1597
+ "min3": 31,
1598
+ "max3": 31,
1599
+ "prop4": "str",
1600
+ "min4": 25,
1601
+ "max4": 25,
1602
+ "aprop1a": "ac",
1603
+ "amin1a": 105,
1604
+ "amax1a": 105,
1605
+ "aprop2a": "balance2",
1606
+ "amin2a": 25,
1607
+ "amax2a": 25,
1608
+ "aprop3a": "ac%",
1609
+ "amin3a": 100,
1610
+ "amax3a": 100,
1611
+ "aprop4a": "red-dmg%",
1612
+ "amin4a": 20,
1613
+ "amax4a": 20,
1614
+ "aprop5a": "skilltab",
1615
+ "apar5a": 13,
1616
+ "amin5a": 2,
1617
+ "amax5a": 2,
1618
+ "expansion": 1,
1619
+ "lineNumber": 73
1620
+ },
1621
+ "Immortal King's Forge": {
1622
+ "index": "Immortal King's Forge",
1623
+ "*ID": 73,
1624
+ "set": "Immortal King",
1625
+ "item": "xhg",
1626
+ "*ItemName": "War Gauntlets",
1627
+ "rarity": 7,
1628
+ "lvl": 37,
1629
+ "lvl req": 30,
1630
+ "chrtransform": "lgry",
1631
+ "invtransform": "lgry",
1632
+ "cost mult": 5,
1633
+ "cost add": 5000,
1634
+ "add func": 2,
1635
+ "prop1": "ac",
1636
+ "min1": 65,
1637
+ "max1": 65,
1638
+ "prop2": "str",
1639
+ "min2": 20,
1640
+ "max2": 20,
1641
+ "prop3": "dex",
1642
+ "min3": 20,
1643
+ "max3": 20,
1644
+ "prop4": "gethit-skill",
1645
+ "par4": 38,
1646
+ "min4": 12,
1647
+ "max4": 4,
1648
+ "aprop1a": "swing2",
1649
+ "amin1a": 25,
1650
+ "amax1a": 25,
1651
+ "aprop2a": "ac",
1652
+ "amin2a": 120,
1653
+ "amax2a": 120,
1654
+ "aprop3a": "lifesteal",
1655
+ "amin3a": 10,
1656
+ "amax3a": 10,
1657
+ "aprop4a": "manasteal",
1658
+ "amin4a": 10,
1659
+ "amax4a": 10,
1660
+ "aprop5a": "freeze",
1661
+ "amin5a": 2,
1662
+ "amax5a": 2,
1663
+ "expansion": 1,
1664
+ "lineNumber": 74
1665
+ },
1666
+ "Immortal King's Pillar": {
1667
+ "index": "Immortal King's Pillar",
1668
+ "*ID": 74,
1669
+ "set": "Immortal King",
1670
+ "item": "xhb",
1671
+ "*ItemName": "War Boots",
1672
+ "rarity": 7,
1673
+ "lvl": 37,
1674
+ "lvl req": 31,
1675
+ "chrtransform": "lgry",
1676
+ "invtransform": "lgry",
1677
+ "cost mult": 5,
1678
+ "cost add": 5000,
1679
+ "add func": 2,
1680
+ "prop1": "ac",
1681
+ "min1": 75,
1682
+ "max1": 75,
1683
+ "prop2": "move3",
1684
+ "min2": 40,
1685
+ "max2": 40,
1686
+ "prop3": "att",
1687
+ "min3": 110,
1688
+ "max3": 110,
1689
+ "prop4": "hp",
1690
+ "min4": 44,
1691
+ "max4": 44,
1692
+ "aprop1a": "mag%",
1693
+ "amin1a": 25,
1694
+ "amax1a": 25,
1695
+ "aprop2a": "skilltab",
1696
+ "apar2a": 12,
1697
+ "amin2a": 2,
1698
+ "amax2a": 2,
1699
+ "aprop3a": "ac",
1700
+ "amin3a": 160,
1701
+ "amax3a": 160,
1702
+ "aprop4a": "half-freeze",
1703
+ "amin4a": 1,
1704
+ "amax4a": 1,
1705
+ "expansion": 1,
1706
+ "lineNumber": 75
1707
+ },
1708
+ "Immortal King's Soul Cage": {
1709
+ "index": "Immortal King's Soul Cage",
1710
+ "*ID": 71,
1711
+ "set": "Immortal King",
1712
+ "item": "uar",
1713
+ "*ItemName": "Sacred Armor",
1714
+ "rarity": 7,
1715
+ "lvl": 37,
1716
+ "lvl req": 76,
1717
+ "chrtransform": "lgry",
1718
+ "invtransform": "lgry",
1719
+ "cost mult": 5,
1720
+ "cost add": 5000,
1721
+ "add func": 2,
1722
+ "prop1": "ac",
1723
+ "min1": 400,
1724
+ "max1": 400,
1725
+ "prop2": "gethit-skill",
1726
+ "par2": 52,
1727
+ "min2": 5,
1728
+ "max2": 5,
1729
+ "prop3": "skilltab",
1730
+ "par3": 12,
1731
+ "min3": 2,
1732
+ "max3": 2,
1733
+ "prop4": "res-pois",
1734
+ "min4": 50,
1735
+ "max4": 50,
1736
+ "aprop1a": "balance2",
1737
+ "amin1a": 25,
1738
+ "amax1a": 25,
1739
+ "aprop2a": "res-cold",
1740
+ "amin2a": 40,
1741
+ "amax2a": 40,
1742
+ "aprop3a": "res-fire",
1743
+ "amin3a": 40,
1744
+ "amax3a": 40,
1745
+ "aprop4a": "res-ltng",
1746
+ "amin4a": 40,
1747
+ "amax4a": 40,
1748
+ "aprop5a": "ac%",
1749
+ "amin5a": 50,
1750
+ "amax5a": 50,
1751
+ "expansion": 1,
1752
+ "lineNumber": 72
1753
+ },
1754
+ "Immortal King's Stone Crusher": {
1755
+ "index": "Immortal King's Stone Crusher",
1756
+ "*ID": 75,
1757
+ "set": "Immortal King",
1758
+ "item": "7m7",
1759
+ "*ItemName": "Ogre Maul",
1760
+ "rarity": 7,
1761
+ "lvl": 37,
1762
+ "lvl req": 76,
1763
+ "chrtransform": "lgry",
1764
+ "invtransform": "lgry",
1765
+ "cost mult": 5,
1766
+ "cost add": 5000,
1767
+ "add func": 2,
1768
+ "prop1": "indestruct",
1769
+ "min1": 1,
1770
+ "max1": 1,
1771
+ "prop2": "swing3",
1772
+ "min2": 40,
1773
+ "max2": 40,
1774
+ "prop3": "dmg-demon",
1775
+ "min3": 200,
1776
+ "max3": 200,
1777
+ "prop4": "dmg-undead",
1778
+ "min4": 200,
1779
+ "max4": 200,
1780
+ "prop5": "crush",
1781
+ "min5": 35,
1782
+ "max5": 40,
1783
+ "prop6": "dmg%",
1784
+ "min6": 200,
1785
+ "max6": 200,
1786
+ "prop7": "sock",
1787
+ "min7": 2,
1788
+ "max7": 2,
1789
+ "aprop1a": "dmg-fire",
1790
+ "amin1a": 211,
1791
+ "amax1a": 397,
1792
+ "aprop2a": "dmg-ltng",
1793
+ "amin2a": 7,
1794
+ "amax2a": 477,
1795
+ "aprop3a": "dmg-cold",
1796
+ "apar3a": 150,
1797
+ "amin3a": 127,
1798
+ "amax3a": 364,
1799
+ "aprop4a": "dmg-pois",
1800
+ "apar4a": 150,
1801
+ "amin4a": 349,
1802
+ "amax4a": 349,
1803
+ "aprop5a": "dmg-mag",
1804
+ "amin5a": 250,
1805
+ "amax5a": 361,
1806
+ "expansion": 1,
1807
+ "lineNumber": 76
1808
+ },
1809
+ "Immortal King's Will": {
1810
+ "index": "Immortal King's Will",
1811
+ "*ID": 70,
1812
+ "set": "Immortal King",
1813
+ "item": "ba5",
1814
+ "*ItemName": "Avenger Guard",
1815
+ "rarity": 7,
1816
+ "lvl": 37,
1817
+ "lvl req": 47,
1818
+ "chrtransform": "lgry",
1819
+ "invtransform": "lgry",
1820
+ "cost mult": 5,
1821
+ "cost add": 5000,
1822
+ "prop1": "ac",
1823
+ "min1": 125,
1824
+ "max1": 125,
1825
+ "prop2": "gold%",
1826
+ "min2": 37,
1827
+ "max2": 37,
1828
+ "prop3": "skilltab",
1829
+ "par3": 14,
1830
+ "min3": 2,
1831
+ "max3": 2,
1832
+ "prop4": "light",
1833
+ "min4": 4,
1834
+ "max4": 4,
1835
+ "prop5": "mag%",
1836
+ "min5": 25,
1837
+ "max5": 40,
1838
+ "prop6": "sock",
1839
+ "min6": 2,
1840
+ "max6": 2,
1841
+ "expansion": 1,
1842
+ "lineNumber": 71
1843
+ },
1844
+ "Infernal Cranium": {
1845
+ "index": "Infernal Cranium",
1846
+ "*ID": 41,
1847
+ "set": "Infernal Tools",
1848
+ "item": "cap",
1849
+ "*ItemName": "Cap",
1850
+ "rarity": 7,
1851
+ "lvl": 7,
1852
+ "lvl req": 5,
1853
+ "chrtransform": "lyel",
1854
+ "invtransform": "lyel",
1855
+ "cost mult": 5,
1856
+ "cost add": 2500,
1857
+ "add func": 2,
1858
+ "prop1": "res-all",
1859
+ "min1": 10,
1860
+ "max1": 10,
1861
+ "prop2": "dmg-to-mana",
1862
+ "min2": 20,
1863
+ "max2": 20,
1864
+ "aprop1a": "ac/lvl",
1865
+ "apar1a": 16,
1866
+ "lineNumber": 41
1867
+ },
1868
+ "Infernal Sign": {
1869
+ "index": "Infernal Sign",
1870
+ "*ID": 43,
1871
+ "set": "Infernal Tools",
1872
+ "item": "tbl",
1873
+ "*ItemName": "Heavy Belt",
1874
+ "rarity": 7,
1875
+ "lvl": 7,
1876
+ "lvl req": 5,
1877
+ "chrtransform": "lyel",
1878
+ "invtransform": "lyel",
1879
+ "cost mult": 5,
1880
+ "cost add": 2500,
1881
+ "add func": 2,
1882
+ "prop1": "ac",
1883
+ "min1": 25,
1884
+ "max1": 25,
1885
+ "prop2": "hp",
1886
+ "min2": 20,
1887
+ "max2": 20,
1888
+ "aprop1a": "res-pois",
1889
+ "amin1a": 25,
1890
+ "amax1a": 25,
1891
+ "aprop2a": "half-freeze",
1892
+ "amin2a": 1,
1893
+ "amax2a": 1,
1894
+ "lineNumber": 43
1895
+ },
1896
+ "Infernal Torch": {
1897
+ "index": "Infernal Torch",
1898
+ "*ID": 42,
1899
+ "set": "Infernal Tools",
1900
+ "item": "gwn",
1901
+ "*ItemName": "Grim Wand",
1902
+ "rarity": 7,
1903
+ "lvl": 7,
1904
+ "lvl req": 5,
1905
+ "chrtransform": "lyel",
1906
+ "invtransform": "lyel",
1907
+ "cost mult": 5,
1908
+ "cost add": 2500,
1909
+ "add func": 2,
1910
+ "prop1": "dmg-min",
1911
+ "min1": 8,
1912
+ "max1": 8,
1913
+ "prop2": "nec",
1914
+ "min2": 1,
1915
+ "max2": 1,
1916
+ "aprop1a": "att/lvl",
1917
+ "apar1a": 20,
1918
+ "lineNumber": 42
1919
+ },
1920
+ "Iratha's Coil": {
1921
+ "index": "Iratha's Coil",
1922
+ "*ID": 11,
1923
+ "set": "Iratha's Finery",
1924
+ "item": "crn",
1925
+ "*ItemName": "Crown",
1926
+ "rarity": 7,
1927
+ "lvl": 21,
1928
+ "lvl req": 15,
1929
+ "chrtransform": "lgry",
1930
+ "invtransform": "lgry",
1931
+ "cost mult": 5,
1932
+ "cost add": 2500,
1933
+ "add func": 2,
1934
+ "prop1": "res-fire",
1935
+ "min1": 30,
1936
+ "max1": 30,
1937
+ "prop2": "res-ltng",
1938
+ "min2": 30,
1939
+ "max2": 30,
1940
+ "aprop1a": "ac/lvl",
1941
+ "apar1a": 16,
1942
+ "lineNumber": 11
1943
+ },
1944
+ "Iratha's Collar": {
1945
+ "index": "Iratha's Collar",
1946
+ "*ID": 9,
1947
+ "set": "Iratha's Finery",
1948
+ "item": "amu",
1949
+ "*ItemName": "Amulet",
1950
+ "rarity": 7,
1951
+ "lvl": 21,
1952
+ "lvl req": 15,
1953
+ "chrtransform": "lgry",
1954
+ "invtransform": "lgry",
1955
+ "cost mult": 5,
1956
+ "cost add": 2500,
1957
+ "add func": 2,
1958
+ "prop1": "res-pois",
1959
+ "min1": 30,
1960
+ "max1": 30,
1961
+ "prop2": "res-pois-len",
1962
+ "min2": 75,
1963
+ "max2": 75,
1964
+ "aprop1a": "res-all",
1965
+ "amin1a": 15,
1966
+ "amax1a": 15,
1967
+ "lineNumber": 9
1968
+ },
1969
+ "Iratha's Cord": {
1970
+ "index": "Iratha's Cord",
1971
+ "*ID": 12,
1972
+ "set": "Iratha's Finery",
1973
+ "item": "tbl",
1974
+ "*ItemName": "Heavy Belt",
1975
+ "rarity": 7,
1976
+ "lvl": 21,
1977
+ "lvl req": 15,
1978
+ "chrtransform": "lgry",
1979
+ "invtransform": "lgry",
1980
+ "cost mult": 5,
1981
+ "cost add": 2500,
1982
+ "add func": 2,
1983
+ "prop1": "ac",
1984
+ "min1": 25,
1985
+ "max1": 25,
1986
+ "prop2": "dmg-min",
1987
+ "min2": 5,
1988
+ "max2": 5,
1989
+ "aprop1a": "dex",
1990
+ "amin1a": 10,
1991
+ "amax1a": 10,
1992
+ "lineNumber": 12
1993
+ },
1994
+ "Iratha's Cuff": {
1995
+ "index": "Iratha's Cuff",
1996
+ "*ID": 10,
1997
+ "set": "Iratha's Finery",
1998
+ "item": "tgl",
1999
+ "*ItemName": "Light Gauntlets",
2000
+ "rarity": 7,
2001
+ "lvl": 21,
2002
+ "lvl req": 15,
2003
+ "chrtransform": "lgry",
2004
+ "invtransform": "lgry",
2005
+ "cost mult": 5,
2006
+ "cost add": 2500,
2007
+ "add func": 2,
2008
+ "prop1": "res-cold",
2009
+ "min1": 30,
2010
+ "max1": 30,
2011
+ "prop2": "half-freeze",
2012
+ "min2": 1,
2013
+ "max2": 1,
2014
+ "aprop1a": "swing2",
2015
+ "amin1a": 20,
2016
+ "amax1a": 20,
2017
+ "lineNumber": 10
2018
+ },
2019
+ "Isenhart's Case": {
2020
+ "index": "Isenhart's Case",
2021
+ "*ID": 15,
2022
+ "set": "Isenhart's Armory",
2023
+ "item": "brs",
2024
+ "*ItemName": "Breast Plate",
2025
+ "rarity": 7,
2026
+ "lvl": 11,
2027
+ "lvl req": 8,
2028
+ "chrtransform": "lgld",
2029
+ "invtransform": "lgld",
2030
+ "cost mult": 5,
2031
+ "cost add": 2500,
2032
+ "add func": 2,
2033
+ "prop1": "ac",
2034
+ "min1": 40,
2035
+ "max1": 40,
2036
+ "prop2": "red-mag",
2037
+ "min2": 2,
2038
+ "max2": 2,
2039
+ "aprop1a": "ac/lvl",
2040
+ "apar1a": 16,
2041
+ "lineNumber": 15
2042
+ },
2043
+ "Isenhart's Horns": {
2044
+ "index": "Isenhart's Horns",
2045
+ "*ID": 16,
2046
+ "set": "Isenhart's Armory",
2047
+ "item": "fhl",
2048
+ "*ItemName": "Full Helm",
2049
+ "rarity": 7,
2050
+ "lvl": 11,
2051
+ "lvl req": 8,
2052
+ "chrtransform": "lgld",
2053
+ "invtransform": "lgld",
2054
+ "cost mult": 5,
2055
+ "cost add": 2500,
2056
+ "add func": 2,
2057
+ "prop1": "dex",
2058
+ "min1": 6,
2059
+ "max1": 6,
2060
+ "prop2": "red-dmg",
2061
+ "min2": 2,
2062
+ "max2": 2,
2063
+ "aprop1a": "res-all",
2064
+ "amin1a": 8,
2065
+ "amax1a": 8,
2066
+ "lineNumber": 16
2067
+ },
2068
+ "Isenhart's Lightbrand": {
2069
+ "index": "Isenhart's Lightbrand",
2070
+ "*ID": 13,
2071
+ "set": "Isenhart's Armory",
2072
+ "item": "bsd",
2073
+ "*ItemName": "Broad Sword",
2074
+ "rarity": 7,
2075
+ "lvl": 11,
2076
+ "lvl req": 8,
2077
+ "chrtransform": "lgld",
2078
+ "invtransform": "lgld",
2079
+ "cost mult": 5,
2080
+ "cost add": 2500,
2081
+ "add func": 2,
2082
+ "prop1": "dmg-min",
2083
+ "min1": 10,
2084
+ "max1": 10,
2085
+ "prop2": "swing2",
2086
+ "min2": 20,
2087
+ "max2": 20,
2088
+ "aprop1a": "att/lvl",
2089
+ "apar1a": 10,
2090
+ "lineNumber": 13
2091
+ },
2092
+ "Isenhart's Parry": {
2093
+ "index": "Isenhart's Parry",
2094
+ "*ID": 14,
2095
+ "set": "Isenhart's Armory",
2096
+ "item": "gts",
2097
+ "*ItemName": "Gothic Shield",
2098
+ "rarity": 7,
2099
+ "lvl": 11,
2100
+ "lvl req": 8,
2101
+ "chrtransform": "lgld",
2102
+ "invtransform": "lgld",
2103
+ "cost mult": 5,
2104
+ "cost add": 2500,
2105
+ "add func": 2,
2106
+ "prop1": "ac",
2107
+ "min1": 40,
2108
+ "max1": 40,
2109
+ "prop2": "light-thorns",
2110
+ "min2": 4,
2111
+ "max2": 4,
2112
+ "aprop1a": "res-all",
2113
+ "amin1a": 8,
2114
+ "amax1a": 8,
2115
+ "lineNumber": 14
2116
+ },
2117
+ "Laying of Hands": {
2118
+ "index": "Laying of Hands",
2119
+ "*ID": 96,
2120
+ "set": "The Disciple",
2121
+ "item": "ulg",
2122
+ "*ItemName": "Bramble Mitts",
2123
+ "rarity": 7,
2124
+ "lvl": 39,
2125
+ "lvl req": 63,
2126
+ "chrtransform": "lblu",
2127
+ "invtransform": "lblu",
2128
+ "cost mult": 5,
2129
+ "cost add": 5000,
2130
+ "prop1": "ac",
2131
+ "min1": 25,
2132
+ "max1": 25,
2133
+ "prop2": "swing2",
2134
+ "min2": 20,
2135
+ "max2": 20,
2136
+ "prop3": "res-fire",
2137
+ "min3": 50,
2138
+ "max3": 50,
2139
+ "prop4": "dmg-demon",
2140
+ "min4": 350,
2141
+ "max4": 350,
2142
+ "prop5": "hit-skill",
2143
+ "par5": 101,
2144
+ "min5": 10,
2145
+ "max5": 3,
2146
+ "expansion": 1,
2147
+ "lineNumber": 97
2148
+ },
2149
+ "M'avina's Caster": {
2150
+ "index": "M'avina's Caster",
2151
+ "*ID": 94,
2152
+ "set": "M'avina's Battle Hymn",
2153
+ "item": "amc",
2154
+ "*ItemName": "Grand Matron Bow",
2155
+ "rarity": 7,
2156
+ "lvl": 21,
2157
+ "lvl req": 70,
2158
+ "chrtransform": "whit",
2159
+ "invtransform": "whit",
2160
+ "cost mult": 5,
2161
+ "cost add": 5000,
2162
+ "add func": 2,
2163
+ "prop1": "dmg%",
2164
+ "min1": 188,
2165
+ "max1": 188,
2166
+ "prop2": "swing3",
2167
+ "min2": 40,
2168
+ "max2": 40,
2169
+ "prop3": "magicarrow",
2170
+ "min3": 1,
2171
+ "max3": 1,
2172
+ "prop4": "att",
2173
+ "min4": 50,
2174
+ "max4": 50,
2175
+ "aprop1a": "dmg-mag",
2176
+ "amin1a": 114,
2177
+ "amax1a": 377,
2178
+ "aprop2a": "hit-skill",
2179
+ "apar2a": "Nova",
2180
+ "amin2a": 10,
2181
+ "amax2a": 15,
2182
+ "aprop3a": "skilltab",
2183
+ "apar3a": 0,
2184
+ "amin3a": 2,
2185
+ "amax3a": 2,
2186
+ "expansion": 1,
2187
+ "lineNumber": 95
2188
+ },
2189
+ "M'avina's Embrace": {
2190
+ "index": "M'avina's Embrace",
2191
+ "*ID": 91,
2192
+ "set": "M'avina's Battle Hymn",
2193
+ "item": "uld",
2194
+ "*ItemName": "Kraken Shell",
2195
+ "rarity": 7,
2196
+ "lvl": 21,
2197
+ "lvl req": 70,
2198
+ "chrtransform": "whit",
2199
+ "invtransform": "whit",
2200
+ "cost mult": 5,
2201
+ "cost add": 5000,
2202
+ "add func": 2,
2203
+ "prop1": "gethit-skill",
2204
+ "par1": 55,
2205
+ "min1": 10,
2206
+ "max1": 3,
2207
+ "prop2": "ease",
2208
+ "min2": -30,
2209
+ "max2": -30,
2210
+ "prop3": "red-mag",
2211
+ "min3": 5,
2212
+ "max3": 12,
2213
+ "prop4": "skilltab",
2214
+ "par4": 1,
2215
+ "min4": 2,
2216
+ "max4": 2,
2217
+ "prop5": "ac/lvl",
2218
+ "par5": 32,
2219
+ "prop6": "ac",
2220
+ "min6": 350,
2221
+ "max6": 350,
2222
+ "aprop2a": "balance2",
2223
+ "amin2a": 30,
2224
+ "amax2a": 30,
2225
+ "expansion": 1,
2226
+ "lineNumber": 92
2227
+ },
2228
+ "M'avina's Icy Clutch": {
2229
+ "index": "M'avina's Icy Clutch",
2230
+ "*ID": 92,
2231
+ "set": "M'avina's Battle Hymn",
2232
+ "item": "xtg",
2233
+ "*ItemName": "Battle Gauntlets",
2234
+ "rarity": 7,
2235
+ "lvl": 21,
2236
+ "lvl req": 32,
2237
+ "chrtransform": "whit",
2238
+ "invtransform": "whit",
2239
+ "cost mult": 5,
2240
+ "cost add": 5000,
2241
+ "add func": 2,
2242
+ "prop1": "ac",
2243
+ "min1": 45,
2244
+ "max1": 50,
2245
+ "prop2": "dmg-cold",
2246
+ "par2": 150,
2247
+ "min2": 6,
2248
+ "max2": 18,
2249
+ "prop3": "half-freeze",
2250
+ "min3": 1,
2251
+ "max3": 1,
2252
+ "prop4": "gold%",
2253
+ "min4": 56,
2254
+ "max4": 56,
2255
+ "prop5": "str",
2256
+ "min5": 10,
2257
+ "max5": 10,
2258
+ "prop6": "dex",
2259
+ "min6": 15,
2260
+ "max6": 15,
2261
+ "aprop3a": "dmg-cold",
2262
+ "apar3a": 100,
2263
+ "amin3a": 131,
2264
+ "amax3a": 252,
2265
+ "aprop4a": "extra-cold",
2266
+ "amin4a": 20,
2267
+ "amax4a": 20,
2268
+ "expansion": 1,
2269
+ "lineNumber": 93
2270
+ },
2271
+ "M'avina's Tenet": {
2272
+ "index": "M'avina's Tenet",
2273
+ "*ID": 93,
2274
+ "set": "M'avina's Battle Hymn",
2275
+ "item": "zvb",
2276
+ "*ItemName": "Sharkskin Belt",
2277
+ "rarity": 7,
2278
+ "lvl": 21,
2279
+ "lvl req": 45,
2280
+ "chrtransform": "whit",
2281
+ "invtransform": "whit",
2282
+ "cost mult": 5,
2283
+ "cost add": 5000,
2284
+ "add func": 2,
2285
+ "prop1": "ac",
2286
+ "min1": 50,
2287
+ "max1": 50,
2288
+ "prop2": "move2",
2289
+ "min2": 20,
2290
+ "max2": 20,
2291
+ "prop3": "manasteal",
2292
+ "min3": 5,
2293
+ "max3": 5,
2294
+ "prop4": "light",
2295
+ "min4": 5,
2296
+ "max4": 5,
2297
+ "aprop3a": "res-all",
2298
+ "amin3a": 25,
2299
+ "amax3a": 25,
2300
+ "expansion": 1,
2301
+ "lineNumber": 94
2302
+ },
2303
+ "M'avina's True Sight": {
2304
+ "index": "M'avina's True Sight",
2305
+ "*ID": 90,
2306
+ "set": "M'avina's Battle Hymn",
2307
+ "item": "ci3",
2308
+ "*ItemName": "Diadem",
2309
+ "rarity": 7,
2310
+ "lvl": 21,
2311
+ "lvl req": 59,
2312
+ "chrtransform": "whit",
2313
+ "invtransform": "whit",
2314
+ "cost mult": 5,
2315
+ "cost add": 5000,
2316
+ "add func": 2,
2317
+ "prop1": "ac",
2318
+ "min1": 150,
2319
+ "max1": 150,
2320
+ "prop2": "regen",
2321
+ "min2": 10,
2322
+ "max2": 10,
2323
+ "prop3": "swing2",
2324
+ "min3": 30,
2325
+ "max3": 30,
2326
+ "prop4": "mana",
2327
+ "min4": 25,
2328
+ "max4": 25,
2329
+ "aprop1a": "allskills",
2330
+ "amin1a": 1,
2331
+ "amax1a": 1,
2332
+ "aprop2a": "att%",
2333
+ "amin2a": 50,
2334
+ "amax2a": 50,
2335
+ "aprop3a": "res-all",
2336
+ "amin3a": 25,
2337
+ "amax3a": 25,
2338
+ "expansion": 1,
2339
+ "lineNumber": 91
2340
+ },
2341
+ "Magnus' Skin": {
2342
+ "index": "Magnus' Skin",
2343
+ "*ID": 106,
2344
+ "set": "Orphan's Call",
2345
+ "item": "xvg",
2346
+ "*ItemName": "Sharkskin Gloves",
2347
+ "rarity": 7,
2348
+ "lvl": 41,
2349
+ "lvl req": 37,
2350
+ "chrtransform": "lgry",
2351
+ "invtransform": "lgry",
2352
+ "cost mult": 5,
2353
+ "cost add": 5000,
2354
+ "prop1": "ac%",
2355
+ "min1": 50,
2356
+ "max1": 50,
2357
+ "prop2": "res-fire",
2358
+ "min2": 15,
2359
+ "max2": 15,
2360
+ "prop3": "swing2",
2361
+ "min3": 20,
2362
+ "max3": 20,
2363
+ "prop4": "light",
2364
+ "min4": 3,
2365
+ "max4": 3,
2366
+ "prop5": "att",
2367
+ "min5": 100,
2368
+ "max5": 100,
2369
+ "expansion": 1,
2370
+ "lineNumber": 107
2371
+ },
2372
+ "McAuley's Paragon": {
2373
+ "index": "McAuley's Paragon",
2374
+ "*ID": 123,
2375
+ "set": "McAuley's Folly",
2376
+ "item": "cap",
2377
+ "*ItemName": "Cap",
2378
+ "rarity": 3,
2379
+ "lvl": 20,
2380
+ "lvl req": 25,
2381
+ "chrtransform": "lpur",
2382
+ "invtransform": "lpur",
2383
+ "cost mult": 5,
2384
+ "cost add": 5000,
2385
+ "prop1": "mag%",
2386
+ "min1": 35,
2387
+ "max1": 35,
2388
+ "prop2": "thorns",
2389
+ "min2": 8,
2390
+ "max2": 8,
2391
+ "prop3": "ac/lvl",
2392
+ "par3": 8,
2393
+ "expansion": 1,
2394
+ "lineNumber": 124
2395
+ },
2396
+ "McAuley's Riprap": {
2397
+ "index": "McAuley's Riprap",
2398
+ "*ID": 124,
2399
+ "set": "McAuley's Folly",
2400
+ "item": "vbt",
2401
+ "*ItemName": "Heavy Boots",
2402
+ "rarity": 7,
2403
+ "lvl": 20,
2404
+ "lvl req": 20,
2405
+ "chrtransform": "lpur",
2406
+ "invtransform": "lpur",
2407
+ "cost mult": 5,
2408
+ "cost add": 5000,
2409
+ "prop1": "move3",
2410
+ "min1": 40,
2411
+ "max1": 40,
2412
+ "prop2": "att",
2413
+ "min2": 100,
2414
+ "max2": 100,
2415
+ "prop3": "str",
2416
+ "min3": 5,
2417
+ "max3": 5,
2418
+ "prop4": "dex",
2419
+ "min4": 10,
2420
+ "max4": 10,
2421
+ "expansion": 1,
2422
+ "lineNumber": 125
2423
+ },
2424
+ "McAuley's Superstition": {
2425
+ "index": "McAuley's Superstition",
2426
+ "*ID": 126,
2427
+ "set": "McAuley's Folly",
2428
+ "item": "bwn",
2429
+ "*ItemName": "Bone Wand",
2430
+ "rarity": 7,
2431
+ "lvl": 20,
2432
+ "lvl req": 25,
2433
+ "chrtransform": "lpur",
2434
+ "invtransform": "lpur",
2435
+ "cost mult": 5,
2436
+ "cost add": 5000,
2437
+ "prop1": "dmg%",
2438
+ "par1": 2,
2439
+ "min1": 75,
2440
+ "max1": 75,
2441
+ "prop2": "mana",
2442
+ "min2": 25,
2443
+ "max2": 25,
2444
+ "prop3": "manasteal",
2445
+ "min3": 8,
2446
+ "max3": 8,
2447
+ "prop4": "cast3",
2448
+ "min4": 20,
2449
+ "max4": 20,
2450
+ "prop5": "dmg-cold",
2451
+ "par5": 50,
2452
+ "min5": 25,
2453
+ "max5": 75,
2454
+ "expansion": 1,
2455
+ "lineNumber": 127
2456
+ },
2457
+ "McAuley's Taboo": {
2458
+ "index": "McAuley's Taboo",
2459
+ "*ID": 125,
2460
+ "set": "McAuley's Folly",
2461
+ "item": "vgl",
2462
+ "*ItemName": "Heavy Gloves",
2463
+ "rarity": 7,
2464
+ "lvl": 20,
2465
+ "lvl req": 28,
2466
+ "chrtransform": "lpur",
2467
+ "invtransform": "lpur",
2468
+ "cost mult": 5,
2469
+ "cost add": 5000,
2470
+ "prop1": "ac",
2471
+ "min1": 20,
2472
+ "max1": 25,
2473
+ "prop2": "swing2",
2474
+ "min2": 20,
2475
+ "max2": 20,
2476
+ "prop3": "hp",
2477
+ "min3": 40,
2478
+ "max3": 40,
2479
+ "prop4": "dmg-pois",
2480
+ "par4": 75,
2481
+ "min4": 30,
2482
+ "max4": 36,
2483
+ "expansion": 1,
2484
+ "lineNumber": 126
2485
+ },
2486
+ "Milabrega's Diadem": {
2487
+ "index": "Milabrega's Diadem",
2488
+ "*ID": 23,
2489
+ "set": "Milabrega's Regalia",
2490
+ "item": "crn",
2491
+ "*ItemName": "Crown",
2492
+ "rarity": 7,
2493
+ "lvl": 23,
2494
+ "lvl req": 17,
2495
+ "chrtransform": "dblu",
2496
+ "invtransform": "dblu",
2497
+ "cost mult": 5,
2498
+ "cost add": 2500,
2499
+ "add func": 2,
2500
+ "prop1": "hp",
2501
+ "min1": 15,
2502
+ "max1": 15,
2503
+ "prop2": "mana",
2504
+ "min2": 15,
2505
+ "max2": 15,
2506
+ "aprop1a": "res-cold",
2507
+ "amin1a": 40,
2508
+ "amax1a": 40,
2509
+ "lineNumber": 23
2510
+ },
2511
+ "Milabrega's Orb": {
2512
+ "index": "Milabrega's Orb",
2513
+ "*ID": 21,
2514
+ "set": "Milabrega's Regalia",
2515
+ "item": "kit",
2516
+ "*ItemName": "Kite Shield",
2517
+ "rarity": 7,
2518
+ "lvl": 23,
2519
+ "lvl req": 17,
2520
+ "chrtransform": "dblu",
2521
+ "invtransform": "dblu",
2522
+ "cost mult": 5,
2523
+ "cost add": 2500,
2524
+ "add func": 2,
2525
+ "prop1": "mag%",
2526
+ "min1": 20,
2527
+ "max1": 20,
2528
+ "prop2": "ac",
2529
+ "min2": 25,
2530
+ "max2": 25,
2531
+ "aprop1a": "hp",
2532
+ "amin1a": 50,
2533
+ "amax1a": 50,
2534
+ "aprop2a": "ac%",
2535
+ "amin2a": 50,
2536
+ "amax2a": 50,
2537
+ "lineNumber": 21
2538
+ },
2539
+ "Milabrega's Robe": {
2540
+ "index": "Milabrega's Robe",
2541
+ "*ID": 24,
2542
+ "set": "Milabrega's Regalia",
2543
+ "item": "aar",
2544
+ "*ItemName": "Ancient Armor",
2545
+ "rarity": 7,
2546
+ "lvl": 23,
2547
+ "lvl req": 17,
2548
+ "chrtransform": "dblu",
2549
+ "invtransform": "dblu",
2550
+ "cost mult": 5,
2551
+ "cost add": 2500,
2552
+ "add func": 2,
2553
+ "prop1": "thorns",
2554
+ "min1": 3,
2555
+ "max1": 3,
2556
+ "prop2": "red-dmg",
2557
+ "min2": 2,
2558
+ "max2": 2,
2559
+ "aprop1a": "ac%",
2560
+ "amin1a": 100,
2561
+ "amax1a": 100,
2562
+ "lineNumber": 24
2563
+ },
2564
+ "Milabrega's Rod": {
2565
+ "index": "Milabrega's Rod",
2566
+ "*ID": 22,
2567
+ "set": "Milabrega's Regalia",
2568
+ "item": "wsp",
2569
+ "*ItemName": "War Scepter",
2570
+ "rarity": 7,
2571
+ "lvl": 23,
2572
+ "lvl req": 17,
2573
+ "chrtransform": "dblu",
2574
+ "invtransform": "dblu",
2575
+ "cost mult": 5,
2576
+ "cost add": 2500,
2577
+ "prop1": "pal",
2578
+ "min1": 1,
2579
+ "max1": 1,
2580
+ "prop2": "dmg%",
2581
+ "min2": 50,
2582
+ "max2": 50,
2583
+ "prop3": "light",
2584
+ "min3": 2,
2585
+ "max3": 2,
2586
+ "lineNumber": 22
2587
+ },
2588
+ "Naj's Circlet": {
2589
+ "index": "Naj's Circlet",
2590
+ "*ID": 122,
2591
+ "set": "Naj's Ancient Set",
2592
+ "item": "ci0",
2593
+ "*ItemName": "Circlet",
2594
+ "rarity": 7,
2595
+ "lvl": 43,
2596
+ "lvl req": 28,
2597
+ "cost mult": 5,
2598
+ "cost add": 5000,
2599
+ "prop1": "ac",
2600
+ "min1": 75,
2601
+ "max1": 75,
2602
+ "prop2": "dmg-fire",
2603
+ "min2": 25,
2604
+ "max2": 35,
2605
+ "prop3": "light",
2606
+ "min3": 5,
2607
+ "max3": 5,
2608
+ "prop4": "str",
2609
+ "min4": 15,
2610
+ "max4": 15,
2611
+ "prop5": "gethit-skill",
2612
+ "par5": 53,
2613
+ "min5": 12,
2614
+ "max5": 5,
2615
+ "expansion": 1,
2616
+ "lineNumber": 123
2617
+ },
2618
+ "Naj's Light Plate": {
2619
+ "index": "Naj's Light Plate",
2620
+ "*ID": 121,
2621
+ "set": "Naj's Ancient Set",
2622
+ "item": "ult",
2623
+ "*ItemName": "Hellforge Plate",
2624
+ "rarity": 7,
2625
+ "lvl": 43,
2626
+ "lvl req": 71,
2627
+ "cost mult": 5,
2628
+ "cost add": 5000,
2629
+ "prop1": "ease",
2630
+ "min1": -60,
2631
+ "max1": -60,
2632
+ "prop2": "hp",
2633
+ "min2": 65,
2634
+ "max2": 65,
2635
+ "prop3": "res-all",
2636
+ "min3": 25,
2637
+ "max3": 25,
2638
+ "prop4": "dmg-to-mana",
2639
+ "min4": 45,
2640
+ "max4": 45,
2641
+ "prop5": "allskills",
2642
+ "min5": 1,
2643
+ "max5": 1,
2644
+ "prop6": "ac",
2645
+ "min6": 300,
2646
+ "max6": 300,
2647
+ "expansion": 1,
2648
+ "lineNumber": 122
2649
+ },
2650
+ "Naj's Puzzler": {
2651
+ "index": "Naj's Puzzler",
2652
+ "*ID": 120,
2653
+ "set": "Naj's Ancient Set",
2654
+ "item": "6cs",
2655
+ "*ItemName": "Elder Staff",
2656
+ "rarity": 7,
2657
+ "lvl": 43,
2658
+ "lvl req": 78,
2659
+ "cost mult": 5,
2660
+ "cost add": 5000,
2661
+ "prop1": "enr",
2662
+ "min1": 35,
2663
+ "max1": 35,
2664
+ "prop2": "dmg%",
2665
+ "min2": 150,
2666
+ "max2": 150,
2667
+ "prop3": "charged",
2668
+ "par3": 54,
2669
+ "min3": 69,
2670
+ "max3": 11,
2671
+ "prop4": "cast3",
2672
+ "min4": 30,
2673
+ "max4": 30,
2674
+ "prop5": "dmg-ltng",
2675
+ "min5": 6,
2676
+ "max5": 45,
2677
+ "prop6": "mana",
2678
+ "min6": 70,
2679
+ "max6": 70,
2680
+ "prop7": "allskills",
2681
+ "min7": 1,
2682
+ "max7": 1,
2683
+ "expansion": 1,
2684
+ "lineNumber": 121
2685
+ },
2686
+ "Natalya's Mark": {
2687
+ "index": "Natalya's Mark",
2688
+ "*ID": 63,
2689
+ "set": "Natalya's Odium",
2690
+ "item": "7qr",
2691
+ "*ItemName": "Scissors Suwayyah",
2692
+ "rarity": 7,
2693
+ "lvl": 22,
2694
+ "lvl req": 79,
2695
+ "chrtransform": "dgry",
2696
+ "invtransform": "dgry",
2697
+ "cost mult": 5,
2698
+ "cost add": 5000,
2699
+ "prop1": "swing3",
2700
+ "min1": 40,
2701
+ "max1": 40,
2702
+ "prop2": "dmg%",
2703
+ "min2": 200,
2704
+ "max2": 200,
2705
+ "prop3": "ignore-ac",
2706
+ "min3": 1,
2707
+ "max3": 1,
2708
+ "prop4": "dmg-cold",
2709
+ "par4": 100,
2710
+ "min4": 50,
2711
+ "max4": 50,
2712
+ "prop5": "dmg-fire",
2713
+ "min5": 12,
2714
+ "max5": 17,
2715
+ "prop6": "dmg-undead",
2716
+ "min6": 200,
2717
+ "max6": 200,
2718
+ "prop7": "dmg-demon",
2719
+ "min7": 200,
2720
+ "max7": 200,
2721
+ "expansion": 1,
2722
+ "lineNumber": 64
2723
+ },
2724
+ "Natalya's Shadow": {
2725
+ "index": "Natalya's Shadow",
2726
+ "*ID": 64,
2727
+ "set": "Natalya's Odium",
2728
+ "item": "ucl",
2729
+ "*ItemName": "Loricated Mail",
2730
+ "rarity": 7,
2731
+ "lvl": 22,
2732
+ "lvl req": 73,
2733
+ "chrtransform": "dgry",
2734
+ "invtransform": "dgry",
2735
+ "cost mult": 5,
2736
+ "cost add": 5000,
2737
+ "prop1": "ac",
2738
+ "min1": 150,
2739
+ "max1": 225,
2740
+ "prop2": "hp/lvl",
2741
+ "par2": 8,
2742
+ "prop3": "skilltab",
2743
+ "par3": 19,
2744
+ "min3": 2,
2745
+ "max3": 2,
2746
+ "prop4": "res-pois-len",
2747
+ "min4": 75,
2748
+ "max4": 75,
2749
+ "prop5": "res-pois",
2750
+ "min5": 25,
2751
+ "max5": 25,
2752
+ "prop6": "sock",
2753
+ "min6": 1,
2754
+ "max6": 3,
2755
+ "expansion": 1,
2756
+ "lineNumber": 65
2757
+ },
2758
+ "Natalya's Soul": {
2759
+ "index": "Natalya's Soul",
2760
+ "*ID": 65,
2761
+ "set": "Natalya's Odium",
2762
+ "item": "xmb",
2763
+ "*ItemName": "Mesh Boots",
2764
+ "rarity": 7,
2765
+ "lvl": 22,
2766
+ "lvl req": 25,
2767
+ "chrtransform": "dgry",
2768
+ "invtransform": "dgry",
2769
+ "cost mult": 5,
2770
+ "cost add": 5000,
2771
+ "prop1": "ac",
2772
+ "min1": 75,
2773
+ "max1": 125,
2774
+ "prop2": "move3",
2775
+ "min2": 40,
2776
+ "max2": 40,
2777
+ "prop3": "regen-stam/lvl",
2778
+ "par3": 2,
2779
+ "prop4": "dur",
2780
+ "min4": 50,
2781
+ "max4": 50,
2782
+ "prop5": "res-cold",
2783
+ "min5": 15,
2784
+ "max5": 25,
2785
+ "prop6": "res-ltng",
2786
+ "min6": 15,
2787
+ "max6": 25,
2788
+ "expansion": 1,
2789
+ "lineNumber": 66
2790
+ },
2791
+ "Natalya's Totem": {
2792
+ "index": "Natalya's Totem",
2793
+ "*ID": 62,
2794
+ "set": "Natalya's Odium",
2795
+ "item": "xh9",
2796
+ "*ItemName": "Grim Helm",
2797
+ "rarity": 7,
2798
+ "lvl": 22,
2799
+ "lvl req": 59,
2800
+ "chrtransform": "dgry",
2801
+ "invtransform": "dgry",
2802
+ "cost mult": 5,
2803
+ "cost add": 5000,
2804
+ "prop1": "ac",
2805
+ "min1": 135,
2806
+ "max1": 175,
2807
+ "prop2": "dex",
2808
+ "min2": 20,
2809
+ "max2": 30,
2810
+ "prop3": "str",
2811
+ "min3": 10,
2812
+ "max3": 20,
2813
+ "prop4": "res-all",
2814
+ "min4": 10,
2815
+ "max4": 20,
2816
+ "prop5": "red-mag",
2817
+ "min5": 3,
2818
+ "max5": 3,
2819
+ "expansion": 1,
2820
+ "lineNumber": 63
2821
+ },
2822
+ "Ondal's Almighty": {
2823
+ "index": "Ondal's Almighty",
2824
+ "*ID": 103,
2825
+ "set": "Heaven's Brethren",
2826
+ "item": "uhm",
2827
+ "*ItemName": "Spired Helm",
2828
+ "rarity": 7,
2829
+ "lvl": 55,
2830
+ "lvl req": 69,
2831
+ "cost mult": 5,
2832
+ "cost add": 5000,
2833
+ "prop1": "ac",
2834
+ "min1": 50,
2835
+ "max1": 50,
2836
+ "prop2": "ease",
2837
+ "min2": -40,
2838
+ "max2": -40,
2839
+ "prop3": "hit-skill",
2840
+ "par3": 72,
2841
+ "min3": 10,
2842
+ "max3": 3,
2843
+ "prop4": "str",
2844
+ "min4": 10,
2845
+ "max4": 10,
2846
+ "prop5": "dex",
2847
+ "min5": 15,
2848
+ "max5": 15,
2849
+ "prop6": "balance3",
2850
+ "min6": 24,
2851
+ "max6": 24,
2852
+ "expansion": 1,
2853
+ "lineNumber": 104
2854
+ },
2855
+ "Rite of Passage": {
2856
+ "index": "Rite of Passage",
2857
+ "*ID": 97,
2858
+ "set": "The Disciple",
2859
+ "item": "xlb",
2860
+ "*ItemName": "Demonhide Boots",
2861
+ "rarity": 7,
2862
+ "lvl": 39,
2863
+ "lvl req": 29,
2864
+ "chrtransform": "lblu",
2865
+ "invtransform": "lblu",
2866
+ "cost mult": 5,
2867
+ "cost add": 5000,
2868
+ "prop1": "ac",
2869
+ "min1": 25,
2870
+ "max1": 25,
2871
+ "prop2": "move3",
2872
+ "min2": 30,
2873
+ "max2": 30,
2874
+ "prop3": "half-freeze",
2875
+ "min3": 1,
2876
+ "max3": 1,
2877
+ "prop4": "stam",
2878
+ "min4": 15,
2879
+ "max4": 25,
2880
+ "expansion": 1,
2881
+ "lineNumber": 98
2882
+ },
2883
+ "Sazabi's Cobalt Redeemer": {
2884
+ "index": "Sazabi's Cobalt Redeemer",
2885
+ "*ID": 112,
2886
+ "set": "Sazabi's Grand Tribute",
2887
+ "item": "7ls",
2888
+ "*ItemName": "Cryptic Sword",
2889
+ "rarity": 7,
2890
+ "lvl": 34,
2891
+ "lvl req": 73,
2892
+ "chrtransform": "dblu",
2893
+ "invtransform": "dblu",
2894
+ "cost mult": 5,
2895
+ "cost add": 5000,
2896
+ "prop1": "dmg%",
2897
+ "min1": 150,
2898
+ "max1": 150,
2899
+ "prop2": "dmg-cold",
2900
+ "par2": 50,
2901
+ "min2": 25,
2902
+ "max2": 35,
2903
+ "prop3": "swing3",
2904
+ "min3": 40,
2905
+ "max3": 40,
2906
+ "prop4": "dmg-demon",
2907
+ "min4": 318,
2908
+ "max4": 318,
2909
+ "prop5": "indestruct",
2910
+ "min5": 1,
2911
+ "max5": 1,
2912
+ "prop6": "dex",
2913
+ "min6": 15,
2914
+ "max6": 15,
2915
+ "prop7": "str",
2916
+ "min7": 5,
2917
+ "max7": 5,
2918
+ "expansion": 1,
2919
+ "lineNumber": 113
2920
+ },
2921
+ "Sazabi's Ghost Liberator": {
2922
+ "index": "Sazabi's Ghost Liberator",
2923
+ "*ID": 113,
2924
+ "set": "Sazabi's Grand Tribute",
2925
+ "item": "upl",
2926
+ "*ItemName": "Balrog Skin",
2927
+ "rarity": 7,
2928
+ "lvl": 34,
2929
+ "lvl req": 67,
2930
+ "chrtransform": "dblu",
2931
+ "invtransform": "dblu",
2932
+ "cost mult": 5,
2933
+ "cost add": 5000,
2934
+ "prop1": "ac",
2935
+ "min1": 400,
2936
+ "max1": 400,
2937
+ "prop2": "balance3",
2938
+ "min2": 30,
2939
+ "max2": 30,
2940
+ "prop3": "str",
2941
+ "min3": 25,
2942
+ "max3": 25,
2943
+ "prop4": "att-demon",
2944
+ "min4": 300,
2945
+ "max4": 300,
2946
+ "prop5": "hp",
2947
+ "min5": 50,
2948
+ "max5": 75,
2949
+ "expansion": 1,
2950
+ "lineNumber": 114
2951
+ },
2952
+ "Sazabi's Mental Sheath": {
2953
+ "index": "Sazabi's Mental Sheath",
2954
+ "*ID": 114,
2955
+ "set": "Sazabi's Grand Tribute",
2956
+ "item": "xhl",
2957
+ "*ItemName": "Basinet",
2958
+ "rarity": 7,
2959
+ "lvl": 34,
2960
+ "lvl req": 43,
2961
+ "chrtransform": "dblu",
2962
+ "invtransform": "dblu",
2963
+ "cost mult": 5,
2964
+ "cost add": 5000,
2965
+ "prop1": "ac",
2966
+ "min1": 100,
2967
+ "max1": 100,
2968
+ "prop2": "allskills",
2969
+ "min2": 1,
2970
+ "max2": 1,
2971
+ "prop3": "res-fire",
2972
+ "min3": 15,
2973
+ "max3": 20,
2974
+ "prop4": "res-ltng",
2975
+ "min4": 15,
2976
+ "max4": 20,
2977
+ "expansion": 1,
2978
+ "lineNumber": 115
2979
+ },
2980
+ "Sigon's Gage": {
2981
+ "index": "Sigon's Gage",
2982
+ "*ID": 35,
2983
+ "set": "Sigon's Complete Steel",
2984
+ "item": "hgl",
2985
+ "*ItemName": "Gauntlets",
2986
+ "rarity": 7,
2987
+ "lvl": 9,
2988
+ "lvl req": 6,
2989
+ "chrtransform": "whit",
2990
+ "invtransform": "whit",
2991
+ "cost mult": 5,
2992
+ "cost add": 2500,
2993
+ "add func": 2,
2994
+ "prop1": "str",
2995
+ "min1": 10,
2996
+ "max1": 10,
2997
+ "prop2": "att",
2998
+ "min2": 20,
2999
+ "max2": 20,
3000
+ "aprop1a": "swing3",
3001
+ "amin1a": 30,
3002
+ "amax1a": 30,
3003
+ "lineNumber": 35
3004
+ },
3005
+ "Sigon's Guard": {
3006
+ "index": "Sigon's Guard",
3007
+ "*ID": 40,
3008
+ "set": "Sigon's Complete Steel",
3009
+ "item": "tow",
3010
+ "*ItemName": "Tower Shield",
3011
+ "rarity": 7,
3012
+ "lvl": 9,
3013
+ "lvl req": 6,
3014
+ "chrtransform": "whit",
3015
+ "invtransform": "whit",
3016
+ "cost mult": 5,
3017
+ "cost add": 2500,
3018
+ "add func": 2,
3019
+ "prop1": "allskills",
3020
+ "min1": 1,
3021
+ "max1": 1,
3022
+ "prop2": "block",
3023
+ "min2": 20,
3024
+ "max2": 20,
3025
+ "lineNumber": 40
3026
+ },
3027
+ "Sigon's Sabot": {
3028
+ "index": "Sigon's Sabot",
3029
+ "*ID": 38,
3030
+ "set": "Sigon's Complete Steel",
3031
+ "item": "hbt",
3032
+ "*ItemName": "Greaves",
3033
+ "rarity": 7,
3034
+ "lvl": 9,
3035
+ "lvl req": 6,
3036
+ "chrtransform": "whit",
3037
+ "invtransform": "whit",
3038
+ "cost mult": 5,
3039
+ "cost add": 2500,
3040
+ "add func": 2,
3041
+ "prop1": "move2",
3042
+ "min1": 20,
3043
+ "max1": 20,
3044
+ "prop2": "res-cold",
3045
+ "min2": 40,
3046
+ "max2": 40,
3047
+ "aprop1a": "att",
3048
+ "amin1a": 50,
3049
+ "amax1a": 50,
3050
+ "aprop2a": "mag%",
3051
+ "amin2a": 50,
3052
+ "amax2a": 50,
3053
+ "lineNumber": 38
3054
+ },
3055
+ "Sigon's Shelter": {
3056
+ "index": "Sigon's Shelter",
3057
+ "*ID": 37,
3058
+ "set": "Sigon's Complete Steel",
3059
+ "item": "gth",
3060
+ "*ItemName": "Gothic Plate",
3061
+ "rarity": 7,
3062
+ "lvl": 9,
3063
+ "lvl req": 6,
3064
+ "chrtransform": "whit",
3065
+ "invtransform": "whit",
3066
+ "cost mult": 5,
3067
+ "cost add": 2500,
3068
+ "add func": 2,
3069
+ "prop1": "ac%",
3070
+ "min1": 25,
3071
+ "max1": 25,
3072
+ "prop2": "res-ltng",
3073
+ "min2": 30,
3074
+ "max2": 30,
3075
+ "aprop1a": "thorns",
3076
+ "amin1a": 20,
3077
+ "amax1a": 20,
3078
+ "lineNumber": 37
3079
+ },
3080
+ "Sigon's Visor": {
3081
+ "index": "Sigon's Visor",
3082
+ "*ID": 36,
3083
+ "set": "Sigon's Complete Steel",
3084
+ "item": "ghm",
3085
+ "*ItemName": "Great Helm",
3086
+ "rarity": 7,
3087
+ "lvl": 9,
3088
+ "lvl req": 6,
3089
+ "chrtransform": "whit",
3090
+ "invtransform": "whit",
3091
+ "cost mult": 5,
3092
+ "cost add": 2500,
3093
+ "add func": 2,
3094
+ "prop1": "mana",
3095
+ "min1": 30,
3096
+ "max1": 30,
3097
+ "prop2": "ac",
3098
+ "min2": 25,
3099
+ "max2": 25,
3100
+ "aprop1a": "att/lvl",
3101
+ "apar1a": 16,
3102
+ "lineNumber": 36
3103
+ },
3104
+ "Sigon's Wrap": {
3105
+ "index": "Sigon's Wrap",
3106
+ "*ID": 39,
3107
+ "set": "Sigon's Complete Steel",
3108
+ "item": "hbl",
3109
+ "*ItemName": "Plated Belt",
3110
+ "rarity": 7,
3111
+ "lvl": 9,
3112
+ "lvl req": 6,
3113
+ "chrtransform": "whit",
3114
+ "invtransform": "whit",
3115
+ "cost mult": 5,
3116
+ "cost add": 2500,
3117
+ "add func": 2,
3118
+ "prop1": "res-fire",
3119
+ "min1": 20,
3120
+ "max1": 20,
3121
+ "prop2": "hp",
3122
+ "min2": 20,
3123
+ "max2": 20,
3124
+ "aprop1a": "ac/lvl",
3125
+ "apar1a": 16,
3126
+ "lineNumber": 39
3127
+ },
3128
+ "Spiritual Custodian": {
3129
+ "index": "Spiritual Custodian",
3130
+ "*ID": 98,
3131
+ "set": "The Disciple",
3132
+ "item": "uui",
3133
+ "*ItemName": "Dusk Shroud",
3134
+ "rarity": 7,
3135
+ "lvl": 39,
3136
+ "lvl req": 43,
3137
+ "chrtransform": "lblu",
3138
+ "invtransform": "lblu",
3139
+ "cost mult": 5,
3140
+ "cost add": 5000,
3141
+ "prop1": "ac",
3142
+ "min1": 305,
3143
+ "max1": 415,
3144
+ "prop2": "res-fire",
3145
+ "min2": 24,
3146
+ "max2": 24,
3147
+ "prop3": "gethit-skill",
3148
+ "par3": 48,
3149
+ "min3": 25,
3150
+ "max3": 3,
3151
+ "prop4": "dmg-pois",
3152
+ "par4": 50,
3153
+ "min4": 125,
3154
+ "max4": 175,
3155
+ "expansion": 1,
3156
+ "lineNumber": 99
3157
+ },
3158
+ "Tal Rasha's Adjudication": {
3159
+ "index": "Tal Rasha's Adjudication",
3160
+ "*ID": 77,
3161
+ "set": "Tal Rasha's Wrappings",
3162
+ "item": "amu",
3163
+ "*ItemName": "Amulet",
3164
+ "rarity": 1,
3165
+ "lvl": 26,
3166
+ "lvl req": 67,
3167
+ "chrtransform": "dpur",
3168
+ "invtransform": "dpur",
3169
+ "cost mult": 5,
3170
+ "cost add": 5000,
3171
+ "add func": 2,
3172
+ "prop1": "res-ltng",
3173
+ "min1": 33,
3174
+ "max1": 33,
3175
+ "prop2": "sor",
3176
+ "min2": 2,
3177
+ "max2": 2,
3178
+ "prop3": "hp",
3179
+ "min3": 50,
3180
+ "max3": 50,
3181
+ "prop4": "dmg-ltng",
3182
+ "min4": 3,
3183
+ "max4": 32,
3184
+ "prop5": "mana",
3185
+ "min5": 42,
3186
+ "max5": 42,
3187
+ "aprop3a": "cast2",
3188
+ "amin3a": 10,
3189
+ "amax3a": 10,
3190
+ "expansion": 1,
3191
+ "lineNumber": 78
3192
+ },
3193
+ "Tal Rasha's Fire-Spun Cloth": {
3194
+ "index": "Tal Rasha's Fire-Spun Cloth",
3195
+ "*ID": 76,
3196
+ "set": "Tal Rasha's Wrappings",
3197
+ "item": "zmb",
3198
+ "*ItemName": "Mesh Belt",
3199
+ "rarity": 7,
3200
+ "lvl": 26,
3201
+ "lvl req": 53,
3202
+ "chrtransform": "dpur",
3203
+ "invtransform": "dpur",
3204
+ "cost mult": 5,
3205
+ "cost add": 5000,
3206
+ "add func": 2,
3207
+ "prop1": "ease",
3208
+ "min1": -20,
3209
+ "max1": -20,
3210
+ "prop2": "mana",
3211
+ "min2": 30,
3212
+ "max2": 30,
3213
+ "prop3": "dex",
3214
+ "min3": 20,
3215
+ "max3": 20,
3216
+ "prop4": "dmg-to-mana",
3217
+ "min4": 37,
3218
+ "max4": 37,
3219
+ "prop5": "mag%",
3220
+ "min5": 10,
3221
+ "max5": 15,
3222
+ "aprop1a": "ac",
3223
+ "amin1a": 60,
3224
+ "amax1a": 60,
3225
+ "aprop2a": "cast2",
3226
+ "amin2a": 10,
3227
+ "amax2a": 10,
3228
+ "expansion": 1,
3229
+ "lineNumber": 77
3230
+ },
3231
+ "Tal Rasha's Horadric Crest": {
3232
+ "index": "Tal Rasha's Horadric Crest",
3233
+ "*ID": 80,
3234
+ "set": "Tal Rasha's Wrappings",
3235
+ "item": "xsk",
3236
+ "*ItemName": "Death Mask",
3237
+ "rarity": 7,
3238
+ "lvl": 26,
3239
+ "lvl req": 66,
3240
+ "chrtransform": "dpur",
3241
+ "invtransform": "dpur",
3242
+ "cost mult": 5,
3243
+ "cost add": 5000,
3244
+ "prop1": "mana",
3245
+ "min1": 30,
3246
+ "max1": 30,
3247
+ "prop2": "hp",
3248
+ "min2": 60,
3249
+ "max2": 60,
3250
+ "prop3": "ac",
3251
+ "min3": 45,
3252
+ "max3": 45,
3253
+ "prop4": "res-all",
3254
+ "min4": 15,
3255
+ "max4": 15,
3256
+ "prop5": "lifesteal",
3257
+ "min5": 10,
3258
+ "max5": 10,
3259
+ "prop6": "manasteal",
3260
+ "min6": 10,
3261
+ "max6": 10,
3262
+ "expansion": 1,
3263
+ "lineNumber": 81
3264
+ },
3265
+ "Tal Rasha's Howling Wind": {
3266
+ "index": "Tal Rasha's Howling Wind",
3267
+ "*ID": 79,
3268
+ "set": "Tal Rasha's Wrappings",
3269
+ "item": "uth",
3270
+ "*ItemName": "Lacquered Plate",
3271
+ "rarity": 7,
3272
+ "lvl": 26,
3273
+ "lvl req": 71,
3274
+ "chrtransform": "dpur",
3275
+ "invtransform": "dpur",
3276
+ "cost mult": 5,
3277
+ "cost add": 5000,
3278
+ "add func": 2,
3279
+ "prop1": "ease",
3280
+ "min1": -60,
3281
+ "max1": -60,
3282
+ "prop2": "red-mag",
3283
+ "min2": 15,
3284
+ "max2": 15,
3285
+ "prop3": "mag%",
3286
+ "min3": 88,
3287
+ "max3": 88,
3288
+ "prop4": "res-cold",
3289
+ "min4": 40,
3290
+ "max4": 40,
3291
+ "prop5": "res-fire",
3292
+ "min5": 40,
3293
+ "max5": 40,
3294
+ "prop6": "res-ltng",
3295
+ "min6": 40,
3296
+ "max6": 40,
3297
+ "prop7": "ac",
3298
+ "min7": 400,
3299
+ "max7": 400,
3300
+ "aprop1a": "cast2",
3301
+ "amin1a": 10,
3302
+ "amax1a": 10,
3303
+ "expansion": 1,
3304
+ "lineNumber": 80
3305
+ },
3306
+ "Tal Rasha's Lidless Eye": {
3307
+ "index": "Tal Rasha's Lidless Eye",
3308
+ "*ID": 78,
3309
+ "set": "Tal Rasha's Wrappings",
3310
+ "item": "oba",
3311
+ "*ItemName": "Swirling Crystal",
3312
+ "rarity": 7,
3313
+ "lvl": 26,
3314
+ "lvl req": 65,
3315
+ "chrtransform": "dpur",
3316
+ "invtransform": "dpur",
3317
+ "cost mult": 5,
3318
+ "cost add": 5000,
3319
+ "add func": 2,
3320
+ "prop1": "hp",
3321
+ "min1": 57,
3322
+ "max1": 57,
3323
+ "prop2": "mana",
3324
+ "min2": 77,
3325
+ "max2": 77,
3326
+ "prop3": "enr",
3327
+ "min3": 10,
3328
+ "max3": 10,
3329
+ "prop4": "cast3",
3330
+ "min4": 20,
3331
+ "max4": 20,
3332
+ "prop5": "skill",
3333
+ "par5": "Fire Mastery",
3334
+ "min5": 1,
3335
+ "max5": 2,
3336
+ "prop6": "skill",
3337
+ "par6": "Lightning Mastery",
3338
+ "min6": 1,
3339
+ "max6": 2,
3340
+ "prop7": "skill",
3341
+ "par7": "Cold Mastery",
3342
+ "min7": 1,
3343
+ "max7": 2,
3344
+ "aprop1a": "sor",
3345
+ "amin1a": 1,
3346
+ "amax1a": 1,
3347
+ "aprop2a": "pierce-fire",
3348
+ "amin2a": 15,
3349
+ "amax2a": 15,
3350
+ "aprop3a": "pierce-ltng",
3351
+ "amin3a": 15,
3352
+ "amax3a": 15,
3353
+ "aprop4a": "extra-cold",
3354
+ "amin4a": 15,
3355
+ "amax4a": 15,
3356
+ "expansion": 1,
3357
+ "lineNumber": 79
3358
+ },
3359
+ "Tancred's Crowbill": {
3360
+ "index": "Tancred's Crowbill",
3361
+ "*ID": 30,
3362
+ "set": "Tancred's Battlegear",
3363
+ "item": "mpi",
3364
+ "*ItemName": "Military Pick",
3365
+ "rarity": 7,
3366
+ "lvl": 27,
3367
+ "lvl req": 20,
3368
+ "chrtransform": "dgld",
3369
+ "invtransform": "dgld",
3370
+ "cost mult": 5,
3371
+ "cost add": 2500,
3372
+ "add func": 2,
3373
+ "prop1": "att",
3374
+ "min1": 75,
3375
+ "max1": 75,
3376
+ "prop2": "dmg%",
3377
+ "min2": 80,
3378
+ "max2": 80,
3379
+ "aprop1a": "mana",
3380
+ "amin1a": 20,
3381
+ "amax1a": 20,
3382
+ "aprop2a": "swing2",
3383
+ "amin2a": 20,
3384
+ "amax2a": 20,
3385
+ "lineNumber": 30
3386
+ },
3387
+ "Tancred's Hobnails": {
3388
+ "index": "Tancred's Hobnails",
3389
+ "*ID": 32,
3390
+ "set": "Tancred's Battlegear",
3391
+ "item": "lbt",
3392
+ "*ItemName": "Boots",
3393
+ "rarity": 7,
3394
+ "lvl": 27,
3395
+ "lvl req": 20,
3396
+ "chrtransform": "dgld",
3397
+ "invtransform": "dgld",
3398
+ "cost mult": 5,
3399
+ "cost add": 2500,
3400
+ "add func": 2,
3401
+ "prop1": "regen-stam",
3402
+ "min1": 25,
3403
+ "max1": 25,
3404
+ "prop2": "dex",
3405
+ "min2": 10,
3406
+ "max2": 10,
3407
+ "aprop1a": "move3",
3408
+ "amin1a": 30,
3409
+ "amax1a": 30,
3410
+ "aprop2a": "str",
3411
+ "amin2a": 10,
3412
+ "amax2a": 10,
3413
+ "lineNumber": 32
3414
+ },
3415
+ "Tancred's Skull": {
3416
+ "index": "Tancred's Skull",
3417
+ "*ID": 34,
3418
+ "set": "Tancred's Battlegear",
3419
+ "item": "bhm",
3420
+ "*ItemName": "Bone Helm",
3421
+ "rarity": 7,
3422
+ "lvl": 27,
3423
+ "lvl req": 20,
3424
+ "chrtransform": "dgld",
3425
+ "invtransform": "dgld",
3426
+ "cost mult": 5,
3427
+ "cost add": 2500,
3428
+ "add func": 2,
3429
+ "prop1": "dmg%",
3430
+ "min1": 10,
3431
+ "max1": 10,
3432
+ "prop2": "att",
3433
+ "min2": 40,
3434
+ "max2": 40,
3435
+ "aprop1a": "res-all",
3436
+ "amin1a": 10,
3437
+ "amax1a": 10,
3438
+ "lineNumber": 34
3439
+ },
3440
+ "Tancred's Spine": {
3441
+ "index": "Tancred's Spine",
3442
+ "*ID": 31,
3443
+ "set": "Tancred's Battlegear",
3444
+ "item": "ful",
3445
+ "*ItemName": "Full Plate Mail",
3446
+ "rarity": 7,
3447
+ "lvl": 27,
3448
+ "lvl req": 20,
3449
+ "chrtransform": "dgld",
3450
+ "invtransform": "dgld",
3451
+ "cost mult": 5,
3452
+ "cost add": 2500,
3453
+ "add func": 2,
3454
+ "prop1": "hp",
3455
+ "min1": 40,
3456
+ "max1": 40,
3457
+ "prop2": "str",
3458
+ "min2": 15,
3459
+ "max2": 15,
3460
+ "aprop1a": "ac/lvl",
3461
+ "apar1a": 16,
3462
+ "lineNumber": 31
3463
+ },
3464
+ "Tancred's Weird": {
3465
+ "index": "Tancred's Weird",
3466
+ "*ID": 33,
3467
+ "set": "Tancred's Battlegear",
3468
+ "item": "amu",
3469
+ "*ItemName": "Amulet",
3470
+ "rarity": 7,
3471
+ "lvl": 27,
3472
+ "lvl req": 20,
3473
+ "chrtransform": "dgld",
3474
+ "invtransform": "dgld",
3475
+ "cost mult": 5,
3476
+ "cost add": 2500,
3477
+ "add func": 2,
3478
+ "prop1": "red-dmg",
3479
+ "min1": 2,
3480
+ "max1": 2,
3481
+ "prop2": "red-mag",
3482
+ "min2": 1,
3483
+ "max2": 1,
3484
+ "aprop1a": "mag%",
3485
+ "amin1a": 78,
3486
+ "amax1a": 78,
3487
+ "aprop2a": "att",
3488
+ "amin2a": 60,
3489
+ "amax2a": 60,
3490
+ "lineNumber": 33
3491
+ },
3492
+ "Telling of Beads": {
3493
+ "index": "Telling of Beads",
3494
+ "*ID": 95,
3495
+ "set": "The Disciple",
3496
+ "item": "amu",
3497
+ "*ItemName": "Amulet",
3498
+ "rarity": 1,
3499
+ "lvl": 39,
3500
+ "lvl req": 30,
3501
+ "chrtransform": "lblu",
3502
+ "invtransform": "lblu",
3503
+ "cost mult": 5,
3504
+ "cost add": 5000,
3505
+ "prop1": "res-pois",
3506
+ "min1": 35,
3507
+ "max1": 50,
3508
+ "prop2": "allskills",
3509
+ "min2": 1,
3510
+ "max2": 1,
3511
+ "prop3": "res-cold",
3512
+ "min3": 18,
3513
+ "max3": 18,
3514
+ "prop4": "thorns",
3515
+ "min4": 8,
3516
+ "max4": 10,
3517
+ "expansion": 1,
3518
+ "lineNumber": 96
3519
+ },
3520
+ "Trang-Oul's Claws": {
3521
+ "index": "Trang-Oul's Claws",
3522
+ "*ID": 88,
3523
+ "set": "Trang-Oul's Avatar",
3524
+ "item": "xmg",
3525
+ "*ItemName": "Heavy Bracers",
3526
+ "rarity": 7,
3527
+ "lvl": 32,
3528
+ "lvl req": 45,
3529
+ "chrtransform": "dyel",
3530
+ "invtransform": "dyel",
3531
+ "cost mult": 5,
3532
+ "cost add": 5000,
3533
+ "prop1": "ac",
3534
+ "min1": 30,
3535
+ "max1": 30,
3536
+ "prop2": "cast3",
3537
+ "min2": 20,
3538
+ "max2": 20,
3539
+ "prop3": "res-cold",
3540
+ "min3": 30,
3541
+ "max3": 30,
3542
+ "prop4": "skilltab",
3543
+ "par4": 6,
3544
+ "min4": 2,
3545
+ "max4": 2,
3546
+ "aprop3a": "extra-pois",
3547
+ "amin3a": 25,
3548
+ "amax3a": 25,
3549
+ "expansion": 1,
3550
+ "lineNumber": 89
3551
+ },
3552
+ "Trang-Oul's Girth": {
3553
+ "index": "Trang-Oul's Girth",
3554
+ "*ID": 89,
3555
+ "set": "Trang-Oul's Avatar",
3556
+ "item": "utc",
3557
+ "*ItemName": "Troll Belt",
3558
+ "rarity": 7,
3559
+ "lvl": 32,
3560
+ "lvl req": 47,
3561
+ "chrtransform": "dyel",
3562
+ "invtransform": "dyel",
3563
+ "cost mult": 5,
3564
+ "cost add": 5000,
3565
+ "add func": 2,
3566
+ "prop1": "ac",
3567
+ "min1": 75,
3568
+ "max1": 100,
3569
+ "prop2": "stam",
3570
+ "min2": 30,
3571
+ "max2": 30,
3572
+ "prop3": "regen",
3573
+ "min3": 5,
3574
+ "max3": 5,
3575
+ "prop4": "hp",
3576
+ "min4": 66,
3577
+ "max4": 66,
3578
+ "prop5": "nofreeze",
3579
+ "min5": 1,
3580
+ "max5": 1,
3581
+ "prop6": "ease",
3582
+ "min6": -40,
3583
+ "max6": -40,
3584
+ "prop7": "mana",
3585
+ "min7": 25,
3586
+ "max7": 50,
3587
+ "aprop2a": "res-cold",
3588
+ "amin2a": 40,
3589
+ "amax2a": 40,
3590
+ "expansion": 1,
3591
+ "lineNumber": 90
3592
+ },
3593
+ "Trang-Oul's Guise": {
3594
+ "index": "Trang-Oul's Guise",
3595
+ "*ID": 85,
3596
+ "set": "Trang-Oul's Avatar",
3597
+ "item": "uh9",
3598
+ "*ItemName": "Bone Visage",
3599
+ "rarity": 7,
3600
+ "lvl": 32,
3601
+ "lvl req": 65,
3602
+ "chrtransform": "dgld",
3603
+ "invtransform": "dgld",
3604
+ "cost mult": 5,
3605
+ "cost add": 5000,
3606
+ "prop1": "ac",
3607
+ "min1": 80,
3608
+ "max1": 100,
3609
+ "prop2": "balance2",
3610
+ "min2": 25,
3611
+ "max2": 25,
3612
+ "prop3": "thorns",
3613
+ "min3": 20,
3614
+ "max3": 20,
3615
+ "prop4": "mana",
3616
+ "min4": 150,
3617
+ "max4": 150,
3618
+ "prop5": "regen",
3619
+ "min5": 5,
3620
+ "max5": 5,
3621
+ "expansion": 1,
3622
+ "lineNumber": 86
3623
+ },
3624
+ "Trang-Oul's Scales": {
3625
+ "index": "Trang-Oul's Scales",
3626
+ "*ID": 86,
3627
+ "set": "Trang-Oul's Avatar",
3628
+ "item": "xul",
3629
+ "*ItemName": "Chaos Armor",
3630
+ "rarity": 7,
3631
+ "lvl": 32,
3632
+ "lvl req": 49,
3633
+ "chrtransform": "dyel",
3634
+ "invtransform": "dyel",
3635
+ "cost mult": 5,
3636
+ "cost add": 5000,
3637
+ "add func": 2,
3638
+ "prop1": "ease",
3639
+ "min1": -40,
3640
+ "max1": -40,
3641
+ "prop2": "ac-miss",
3642
+ "min2": 100,
3643
+ "max2": 100,
3644
+ "prop3": "res-pois",
3645
+ "min3": 40,
3646
+ "max3": 40,
3647
+ "prop4": "skilltab",
3648
+ "par4": 8,
3649
+ "min4": 2,
3650
+ "max4": 2,
3651
+ "prop5": "move3",
3652
+ "min5": 40,
3653
+ "max5": 40,
3654
+ "prop6": "ac%",
3655
+ "min6": 150,
3656
+ "max6": 150,
3657
+ "aprop2a": "res-ltng",
3658
+ "amin2a": 50,
3659
+ "amax2a": 50,
3660
+ "aprop4a": "red-dmg%",
3661
+ "amin4a": 25,
3662
+ "amax4a": 25,
3663
+ "expansion": 1,
3664
+ "lineNumber": 87
3665
+ },
3666
+ "Trang-Oul's Wing": {
3667
+ "index": "Trang-Oul's Wing",
3668
+ "*ID": 87,
3669
+ "set": "Trang-Oul's Avatar",
3670
+ "item": "ne9",
3671
+ "*ItemName": "Cantor Trophy",
3672
+ "rarity": 7,
3673
+ "lvl": 32,
3674
+ "lvl req": 54,
3675
+ "chrtransform": "dyel",
3676
+ "invtransform": "dyel",
3677
+ "cost mult": 5,
3678
+ "cost add": 5000,
3679
+ "add func": 2,
3680
+ "prop1": "ac",
3681
+ "min1": 125,
3682
+ "max1": 125,
3683
+ "prop2": "str",
3684
+ "min2": 25,
3685
+ "max2": 25,
3686
+ "prop3": "dex",
3687
+ "min3": 15,
3688
+ "max3": 15,
3689
+ "prop4": "res-fire",
3690
+ "min4": 38,
3691
+ "max4": 45,
3692
+ "prop5": "block",
3693
+ "min5": 30,
3694
+ "max5": 30,
3695
+ "prop6": "res-pois",
3696
+ "min6": 40,
3697
+ "max6": 40,
3698
+ "prop7": "skilltab",
3699
+ "par7": 7,
3700
+ "min7": 2,
3701
+ "max7": 2,
3702
+ "aprop2a": "pierce-pois",
3703
+ "amin2a": 25,
3704
+ "amax2a": 25,
3705
+ "aprop3a": "regen",
3706
+ "amin3a": 15,
3707
+ "amax3a": 15,
3708
+ "expansion": 1,
3709
+ "lineNumber": 88
3710
+ },
3711
+ "Vidala's Ambush": {
3712
+ "index": "Vidala's Ambush",
3713
+ "*ID": 19,
3714
+ "set": "Vidala's Rig",
3715
+ "item": "lea",
3716
+ "*ItemName": "Leather Armor",
3717
+ "rarity": 7,
3718
+ "lvl": 19,
3719
+ "lvl req": 14,
3720
+ "chrtransform": "blac",
3721
+ "invtransform": "blac",
3722
+ "cost mult": 5,
3723
+ "cost add": 2500,
3724
+ "add func": 2,
3725
+ "prop1": "ac",
3726
+ "min1": 50,
3727
+ "max1": 50,
3728
+ "prop2": "dex",
3729
+ "min2": 11,
3730
+ "max2": 11,
3731
+ "aprop1a": "res-fire",
3732
+ "amin1a": 24,
3733
+ "amax1a": 24,
3734
+ "aprop2a": "ac/lvl",
3735
+ "apar2a": 20,
3736
+ "lineNumber": 19
3737
+ },
3738
+ "Vidala's Barb": {
3739
+ "index": "Vidala's Barb",
3740
+ "*ID": 17,
3741
+ "set": "Vidala's Rig",
3742
+ "item": "lbb",
3743
+ "*ItemName": "Long Battle Bow",
3744
+ "rarity": 7,
3745
+ "lvl": 19,
3746
+ "lvl req": 14,
3747
+ "chrtransform": "blac",
3748
+ "invtransform": "blac",
3749
+ "cost mult": 5,
3750
+ "cost add": 2500,
3751
+ "add func": 2,
3752
+ "prop1": "ltng-min",
3753
+ "min1": 1,
3754
+ "max1": 1,
3755
+ "prop2": "ltng-max",
3756
+ "min2": 20,
3757
+ "max2": 20,
3758
+ "aprop1a": "att/lvl",
3759
+ "apar1a": 16,
3760
+ "lineNumber": 17
3761
+ },
3762
+ "Vidala's Fetlock": {
3763
+ "index": "Vidala's Fetlock",
3764
+ "*ID": 18,
3765
+ "set": "Vidala's Rig",
3766
+ "item": "tbt",
3767
+ "*ItemName": "Light Plated Boots",
3768
+ "rarity": 7,
3769
+ "lvl": 19,
3770
+ "lvl req": 14,
3771
+ "chrtransform": "blac",
3772
+ "invtransform": "blac",
3773
+ "cost mult": 5,
3774
+ "cost add": 2500,
3775
+ "add func": 2,
3776
+ "prop1": "stam",
3777
+ "min1": 150,
3778
+ "max1": 150,
3779
+ "prop2": "move3",
3780
+ "min2": 30,
3781
+ "max2": 30,
3782
+ "aprop1a": "res-all",
3783
+ "amin1a": 8,
3784
+ "amax1a": 8,
3785
+ "lineNumber": 18
3786
+ },
3787
+ "Vidala's Snare": {
3788
+ "index": "Vidala's Snare",
3789
+ "*ID": 20,
3790
+ "set": "Vidala's Rig",
3791
+ "item": "amu",
3792
+ "*ItemName": "Amulet",
3793
+ "rarity": 7,
3794
+ "lvl": 19,
3795
+ "lvl req": 14,
3796
+ "chrtransform": "blac",
3797
+ "invtransform": "blac",
3798
+ "cost mult": 5,
3799
+ "cost add": 2500,
3800
+ "add func": 2,
3801
+ "prop1": "hp",
3802
+ "min1": 15,
3803
+ "max1": 15,
3804
+ "prop2": "res-cold",
3805
+ "min2": 20,
3806
+ "max2": 20,
3807
+ "aprop1a": "mag%",
3808
+ "amin1a": 50,
3809
+ "amax1a": 50,
3810
+ "lineNumber": 20
3811
+ },
3812
+ "Wihtstan's Guard": {
3813
+ "index": "Wihtstan's Guard",
3814
+ "*ID": 107,
3815
+ "set": "Orphan's Call",
3816
+ "item": "xml",
3817
+ "*ItemName": "Round Shield",
3818
+ "rarity": 7,
3819
+ "lvl": 41,
3820
+ "lvl req": 29,
3821
+ "chrtransform": "lgry",
3822
+ "invtransform": "lgry",
3823
+ "cost mult": 5,
3824
+ "cost add": 5000,
3825
+ "prop1": "ac%",
3826
+ "min1": 175,
3827
+ "max1": 175,
3828
+ "prop2": "block3",
3829
+ "min2": 40,
3830
+ "max2": 40,
3831
+ "prop3": "block",
3832
+ "min3": 55,
3833
+ "max3": 55,
3834
+ "prop4": "half-freeze",
3835
+ "min4": 1,
3836
+ "max4": 1,
3837
+ "prop5": "light",
3838
+ "min5": 5,
3839
+ "max5": 5,
3840
+ "expansion": 1,
3841
+ "lineNumber": 108
3842
+ },
3843
+ "Wilhelm's Pride": {
3844
+ "index": "Wilhelm's Pride",
3845
+ "*ID": 105,
3846
+ "set": "Orphan's Call",
3847
+ "item": "ztb",
3848
+ "*ItemName": "Battle Belt",
3849
+ "rarity": 7,
3850
+ "lvl": 41,
3851
+ "lvl req": 42,
3852
+ "chrtransform": "lgry",
3853
+ "invtransform": "lgry",
3854
+ "cost mult": 5,
3855
+ "cost add": 5000,
3856
+ "prop1": "ac%",
3857
+ "min1": 75,
3858
+ "max1": 75,
3859
+ "prop2": "manasteal",
3860
+ "min2": 5,
3861
+ "max2": 5,
3862
+ "prop3": "res-cold",
3863
+ "min3": 10,
3864
+ "max3": 10,
3865
+ "prop4": "lifesteal",
3866
+ "min4": 5,
3867
+ "max4": 5,
3868
+ "expansion": 1,
3869
+ "lineNumber": 106
3870
+ }
3871
+ }