@blizzhackers/d2data 3.1.91637 → 3.1.91639

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