@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,3567 @@
1
+ {
2
+ "Amity": {
3
+ "Name": "Runeword43",
4
+ "*Rune Name": "Amity",
5
+ "lineNumber": 42
6
+ },
7
+ "Ancients' Pledge": {
8
+ "Name": "Runeword1",
9
+ "*Rune Name": "Ancients' Pledge",
10
+ "complete": 1,
11
+ "*Patch Release": 109,
12
+ "itype1": "shld",
13
+ "*RunesUsed": "RalOrtTal",
14
+ "Rune1": "r08",
15
+ "Rune2": "r09",
16
+ "Rune3": "r07",
17
+ "T1Code1": "res-cold",
18
+ "T1Min1": 30,
19
+ "T1Max1": 30,
20
+ "T1Code2": "res-all",
21
+ "T1Min2": 13,
22
+ "T1Max2": 13,
23
+ "T1Code3": "ac%",
24
+ "T1Min3": 50,
25
+ "T1Max3": 50,
26
+ "T1Code4": "dmg-to-mana",
27
+ "T1Min4": 10,
28
+ "T1Max4": 10,
29
+ "lineNumber": 0
30
+ },
31
+ "Armageddon": {
32
+ "Name": "Runeword2",
33
+ "*Rune Name": "Armageddon",
34
+ "lineNumber": 1
35
+ },
36
+ "Authority": {
37
+ "Name": "Runeword3",
38
+ "*Rune Name": "Authority",
39
+ "lineNumber": 2
40
+ },
41
+ "Beast": {
42
+ "Name": "Runeword4",
43
+ "*Rune Name": "Beast",
44
+ "complete": 1,
45
+ "*Patch Release": 110,
46
+ "itype1": "axe",
47
+ "itype2": "scep",
48
+ "itype3": "hamm",
49
+ "*RunesUsed": "BerTirUmMalLum",
50
+ "Rune1": "r30",
51
+ "Rune2": "r03",
52
+ "Rune3": "r22",
53
+ "Rune4": "r23",
54
+ "Rune5": "r17",
55
+ "T1Code1": "swing2",
56
+ "T1Min1": 40,
57
+ "T1Max1": 40,
58
+ "T1Code2": "aura",
59
+ "T1Param2": "Fanaticism",
60
+ "T1Min2": 9,
61
+ "T1Max2": 9,
62
+ "T1Code3": "dmg%",
63
+ "T1Min3": 240,
64
+ "T1Max3": 270,
65
+ "T1Code4": "str",
66
+ "T1Min4": 25,
67
+ "T1Max4": 40,
68
+ "T1Code5": "charged",
69
+ "T1Param5": "Summon Grizzly",
70
+ "T1Min5": 5,
71
+ "T1Max5": 13,
72
+ "T1Code6": "oskill",
73
+ "T1Param6": "Wearbear",
74
+ "T1Min6": 3,
75
+ "T1Max6": 3,
76
+ "T1Code7": "oskill",
77
+ "T1Param7": "Shape Shifting",
78
+ "T1Min7": 3,
79
+ "T1Max7": 3,
80
+ "lineNumber": 3
81
+ },
82
+ "Beauty": {
83
+ "Name": "Runeword5",
84
+ "*Rune Name": "Beauty",
85
+ "lineNumber": 4
86
+ },
87
+ "Black": {
88
+ "Name": "Runeword6",
89
+ "*Rune Name": "Black",
90
+ "complete": 1,
91
+ "*Patch Release": 109,
92
+ "itype1": "club",
93
+ "itype2": "hamm",
94
+ "itype3": "mace",
95
+ "*RunesUsed": "ThulIoNef",
96
+ "Rune1": "r10",
97
+ "Rune2": "r16",
98
+ "Rune3": "r04",
99
+ "T1Code1": "crush",
100
+ "T1Min1": 40,
101
+ "T1Max1": 40,
102
+ "T1Code2": "dmg%",
103
+ "T1Min2": 120,
104
+ "T1Max2": 120,
105
+ "T1Code3": "swing2",
106
+ "T1Min3": 15,
107
+ "T1Max3": 15,
108
+ "T1Code4": "red-mag",
109
+ "T1Min4": 2,
110
+ "T1Max4": 2,
111
+ "T1Code5": "att",
112
+ "T1Min5": 200,
113
+ "T1Max5": 200,
114
+ "T1Code6": "charged",
115
+ "T1Param6": 74,
116
+ "T1Min6": 12,
117
+ "T1Max6": 4,
118
+ "lineNumber": 5
119
+ },
120
+ "Blood": {
121
+ "Name": "Runeword7",
122
+ "*Rune Name": "Blood",
123
+ "lineNumber": 6
124
+ },
125
+ "Bone": {
126
+ "Name": "Runeword8",
127
+ "*Rune Name": "Bone",
128
+ "complete": 1,
129
+ "*Patch Release": 111,
130
+ "itype1": "tors",
131
+ "*RunesUsed": "SolUmUm",
132
+ "Rune1": "r12",
133
+ "Rune2": "r22",
134
+ "Rune3": "r22",
135
+ "T1Code1": "hit-skill",
136
+ "T1Param1": "Bone Spear",
137
+ "T1Min1": 15,
138
+ "T1Max1": 10,
139
+ "T1Code2": "gethit-skill",
140
+ "T1Param2": "Bone Armor",
141
+ "T1Min2": 15,
142
+ "T1Max2": 10,
143
+ "T1Code3": "nec",
144
+ "T1Min3": 2,
145
+ "T1Max3": 2,
146
+ "T1Code4": "mana",
147
+ "T1Min4": 100,
148
+ "T1Max4": 150,
149
+ "lineNumber": 7
150
+ },
151
+ "Bramble": {
152
+ "Name": "Runeword9",
153
+ "*Rune Name": "Bramble",
154
+ "complete": 1,
155
+ "*Patch Release": 110,
156
+ "itype1": "tors",
157
+ "*RunesUsed": "RalOhmSurEth",
158
+ "Rune1": "r08",
159
+ "Rune2": "r27",
160
+ "Rune3": "r29",
161
+ "Rune4": "r05",
162
+ "T1Code1": "balance2",
163
+ "T1Min1": 50,
164
+ "T1Max1": 50,
165
+ "T1Code2": "ac",
166
+ "T1Min2": 300,
167
+ "T1Max2": 300,
168
+ "T1Code3": "aura",
169
+ "T1Param3": "Thorns",
170
+ "T1Min3": 15,
171
+ "T1Max3": 21,
172
+ "T1Code4": "heal-kill",
173
+ "T1Min4": 13,
174
+ "T1Max4": 13,
175
+ "T1Code5": "extra-pois",
176
+ "T1Min5": 25,
177
+ "T1Max5": 50,
178
+ "T1Code6": "res-pois",
179
+ "T1Min6": 100,
180
+ "T1Max6": 100,
181
+ "T1Code7": "charged",
182
+ "T1Param7": "Spirit of Barbs",
183
+ "T1Min7": 33,
184
+ "T1Max7": 13,
185
+ "lineNumber": 8
186
+ },
187
+ "Brand": {
188
+ "Name": "Runeword10",
189
+ "*Rune Name": "Brand",
190
+ "complete": 1,
191
+ "*Patch Release": "Previously Ladder Only",
192
+ "itype1": "miss",
193
+ "*RunesUsed": "JahLoMalGul",
194
+ "Rune1": "r31",
195
+ "Rune2": "r28",
196
+ "Rune3": "r23",
197
+ "Rune4": "r25",
198
+ "T1Code1": "dmg%",
199
+ "T1Min1": 260,
200
+ "T1Max1": 340,
201
+ "T1Code2": "dmg-demon",
202
+ "T1Min2": 280,
203
+ "T1Max2": 330,
204
+ "T1Code3": "hit-skill",
205
+ "T1Param3": "Bone Spear",
206
+ "T1Min3": 100,
207
+ "T1Max3": 18,
208
+ "T1Code4": "gethit-skill",
209
+ "T1Param4": "Amplify Damage",
210
+ "T1Min4": 35,
211
+ "T1Max4": 14,
212
+ "T1Code5": "knock",
213
+ "T1Min5": 1,
214
+ "T1Max5": 1,
215
+ "T1Code6": "noheal",
216
+ "T1Min6": 1,
217
+ "T1Max6": 1,
218
+ "T1Code7": "explosivearrow",
219
+ "T1Min7": 15,
220
+ "T1Max7": 15,
221
+ "lineNumber": 9
222
+ },
223
+ "Breath of the Dying": {
224
+ "Name": "Runeword11",
225
+ "*Rune Name": "Breath of the Dying",
226
+ "complete": 1,
227
+ "*Patch Release": 110,
228
+ "itype1": "weap",
229
+ "*RunesUsed": "VexHelElEldZodEth",
230
+ "Rune1": "r26",
231
+ "Rune2": "r15",
232
+ "Rune3": "r01",
233
+ "Rune4": "r02",
234
+ "Rune5": "r33",
235
+ "Rune6": "r05",
236
+ "T1Code1": "swing2",
237
+ "T1Min1": 60,
238
+ "T1Max1": 60,
239
+ "T1Code2": "dmg-undead",
240
+ "T1Min2": 125,
241
+ "T1Max2": 125,
242
+ "T1Code3": "lifesteal",
243
+ "T1Min3": 12,
244
+ "T1Max3": 15,
245
+ "T1Code4": "noheal",
246
+ "T1Min4": 1,
247
+ "T1Max4": 1,
248
+ "T1Code5": "kill-skill",
249
+ "T1Param5": "Poison Nova",
250
+ "T1Min5": 50,
251
+ "T1Max5": 20,
252
+ "T1Code6": "dmg%",
253
+ "T1Min6": 350,
254
+ "T1Max6": 400,
255
+ "T1Code7": "all-stats",
256
+ "T1Min7": 30,
257
+ "T1Max7": 30,
258
+ "lineNumber": 10
259
+ },
260
+ "Broken Promise": {
261
+ "Name": "Runeword12",
262
+ "*Rune Name": "Broken Promise",
263
+ "lineNumber": 11
264
+ },
265
+ "Bulwark": {
266
+ "Name": "Runeword179",
267
+ "*Rune Name": "Bulwark",
268
+ "complete": 1,
269
+ "firstLadderSeason": 3,
270
+ "*Patch Release": "D2R Ladder 3",
271
+ "itype1": "helm",
272
+ "*RunesUsed": "ShaelIoSol",
273
+ "Rune1": "r13",
274
+ "Rune2": "r16",
275
+ "Rune3": "r12",
276
+ "T1Code1": "hp%",
277
+ "T1Min1": 5,
278
+ "T1Max1": 5,
279
+ "T1Code2": "ac%",
280
+ "T1Min2": 75,
281
+ "T1Max2": 100,
282
+ "T1Code3": "red-dmg%",
283
+ "T1Min3": 10,
284
+ "T1Max3": 15,
285
+ "T1Code4": "regen",
286
+ "T1Min4": 30,
287
+ "T1Max4": 30,
288
+ "T1Code5": "lifesteal",
289
+ "T1Min5": 4,
290
+ "T1Max5": 6,
291
+ "lineNumber": 177
292
+ },
293
+ "Call to Arms": {
294
+ "Name": "Runeword13",
295
+ "*Rune Name": "Call to Arms",
296
+ "complete": 1,
297
+ "*Patch Release": 110,
298
+ "itype1": "weap",
299
+ "*RunesUsed": "AmnRalMalIstOhm",
300
+ "Rune1": "r11",
301
+ "Rune2": "r08",
302
+ "Rune3": "r23",
303
+ "Rune4": "r24",
304
+ "Rune5": "r27",
305
+ "T1Code1": "swing2",
306
+ "T1Min1": 40,
307
+ "T1Max1": 40,
308
+ "T1Code2": "dmg%",
309
+ "T1Min2": 200,
310
+ "T1Max2": 240,
311
+ "T1Code3": "allskills",
312
+ "T1Min3": 1,
313
+ "T1Max3": 1,
314
+ "T1Code4": "oskill",
315
+ "T1Param4": "Battle Command",
316
+ "T1Min4": 2,
317
+ "T1Max4": 6,
318
+ "T1Code5": "oskill",
319
+ "T1Param5": "Battle Orders",
320
+ "T1Min5": 1,
321
+ "T1Max5": 6,
322
+ "T1Code6": "oskill",
323
+ "T1Param6": "Battle Cry",
324
+ "T1Min6": 1,
325
+ "T1Max6": 4,
326
+ "T1Code7": "regen",
327
+ "T1Min7": 12,
328
+ "T1Max7": 12,
329
+ "lineNumber": 12
330
+ },
331
+ "Chains of Honor": {
332
+ "Name": "Runeword14",
333
+ "*Rune Name": "Chains of Honor",
334
+ "complete": 1,
335
+ "*Patch Release": 110,
336
+ "itype1": "tors",
337
+ "*RunesUsed": "DolUmBerIst",
338
+ "Rune1": "r14",
339
+ "Rune2": "r22",
340
+ "Rune3": "r30",
341
+ "Rune4": "r24",
342
+ "T1Code1": "res-all",
343
+ "T1Min1": 50,
344
+ "T1Max1": 50,
345
+ "T1Code2": "ac%",
346
+ "T1Min2": 70,
347
+ "T1Max2": 70,
348
+ "T1Code3": "dmg-demon",
349
+ "T1Min3": 200,
350
+ "T1Max3": 200,
351
+ "T1Code4": "dmg-undead",
352
+ "T1Min4": 100,
353
+ "T1Max4": 100,
354
+ "T1Code5": "lifesteal",
355
+ "T1Min5": 8,
356
+ "T1Max5": 8,
357
+ "T1Code6": "allskills",
358
+ "T1Min6": 2,
359
+ "T1Max6": 2,
360
+ "T1Code7": "str",
361
+ "T1Min7": 20,
362
+ "T1Max7": 20,
363
+ "lineNumber": 13
364
+ },
365
+ "Chance": {
366
+ "Name": "Runeword15",
367
+ "*Rune Name": "Chance",
368
+ "lineNumber": 14
369
+ },
370
+ "Chaos": {
371
+ "Name": "Runeword16",
372
+ "*Rune Name": "Chaos",
373
+ "complete": 1,
374
+ "*Patch Release": 110,
375
+ "itype1": "h2h",
376
+ "*RunesUsed": "FalOhmUm",
377
+ "Rune1": "r19",
378
+ "Rune2": "r27",
379
+ "Rune3": "r22",
380
+ "T1Code1": "demon-heal",
381
+ "T1Min1": 15,
382
+ "T1Max1": 15,
383
+ "T1Code2": "dmg%",
384
+ "T1Min2": 240,
385
+ "T1Max2": 290,
386
+ "T1Code3": "dmg-mag",
387
+ "T1Min3": 216,
388
+ "T1Max3": 471,
389
+ "T1Code4": "oskill",
390
+ "T1Param4": "Whirlwind",
391
+ "T1Min4": 1,
392
+ "T1Max4": 1,
393
+ "T1Code5": "swing2",
394
+ "T1Min5": 35,
395
+ "T1Max5": 35,
396
+ "T1Code6": "hit-skill",
397
+ "T1Param6": "Frozen Orb",
398
+ "T1Min6": 9,
399
+ "T1Max6": 11,
400
+ "T1Code7": "hit-skill",
401
+ "T1Param7": "Charged Bolt",
402
+ "T1Min7": 11,
403
+ "T1Max7": 9,
404
+ "lineNumber": 15
405
+ },
406
+ "Coven": {
407
+ "Name": "Runeword180",
408
+ "*Rune Name": "Coven",
409
+ "complete": 0,
410
+ "lineNumber": 178
411
+ },
412
+ "Crescent Moon": {
413
+ "Name": "Runeword17",
414
+ "*Rune Name": "Crescent Moon",
415
+ "complete": 1,
416
+ "*Patch Release": 110,
417
+ "itype1": "axe",
418
+ "itype2": "swor",
419
+ "itype3": "pole",
420
+ "*RunesUsed": "ShaelUmTir",
421
+ "Rune1": "r13",
422
+ "Rune2": "r22",
423
+ "Rune3": "r03",
424
+ "T1Code1": "pierce-ltng",
425
+ "T1Min1": 35,
426
+ "T1Max1": 35,
427
+ "T1Code2": "ignore-ac",
428
+ "T1Min2": 1,
429
+ "T1Max2": 1,
430
+ "T1Code3": "dmg%",
431
+ "T1Min3": 180,
432
+ "T1Max3": 220,
433
+ "T1Code4": "abs-mag",
434
+ "T1Min4": 9,
435
+ "T1Max4": 11,
436
+ "T1Code5": "charged",
437
+ "T1Param5": "Summon Spirit Wolf",
438
+ "T1Min5": 30,
439
+ "T1Max5": 18,
440
+ "T1Code6": "hit-skill",
441
+ "T1Param6": "Static Field",
442
+ "T1Min6": 7,
443
+ "T1Max6": 13,
444
+ "T1Code7": "hit-skill",
445
+ "T1Param7": "Chain Lightning",
446
+ "T1Min7": 10,
447
+ "T1Max7": 17,
448
+ "lineNumber": 16
449
+ },
450
+ "Cure": {
451
+ "Name": "Runeword178",
452
+ "*Rune Name": "Cure",
453
+ "complete": 1,
454
+ "firstLadderSeason": 3,
455
+ "*Patch Release": "D2R Ladder 3",
456
+ "itype1": "helm",
457
+ "*RunesUsed": "ShaelIoTal",
458
+ "Rune1": "r13",
459
+ "Rune2": "r16",
460
+ "Rune3": "r07",
461
+ "T1Code1": "hp%",
462
+ "T1Min1": 5,
463
+ "T1Max1": 5,
464
+ "T1Code2": "ac%",
465
+ "T1Min2": 75,
466
+ "T1Max2": 100,
467
+ "T1Code3": "res-pois",
468
+ "T1Min3": 10,
469
+ "T1Max3": 30,
470
+ "T1Code4": "res-pois-len",
471
+ "T1Min4": 50,
472
+ "T1Max4": 50,
473
+ "T1Code5": "aura",
474
+ "T1Param5": "Cleansing",
475
+ "T1Min5": 1,
476
+ "T1Max5": 1,
477
+ "lineNumber": 176
478
+ },
479
+ "Darkness": {
480
+ "Name": "Runeword18",
481
+ "*Rune Name": "Darkness",
482
+ "lineNumber": 17
483
+ },
484
+ "Daylight": {
485
+ "Name": "Runeword19",
486
+ "*Rune Name": "Daylight",
487
+ "lineNumber": 18
488
+ },
489
+ "Death": {
490
+ "Name": "Runeword20",
491
+ "*Rune Name": "Death",
492
+ "complete": 1,
493
+ "*Patch Release": "Previously Ladder Only",
494
+ "itype1": "swor",
495
+ "itype2": "axe",
496
+ "*RunesUsed": "HelElVexOrtGul",
497
+ "Rune1": "r15",
498
+ "Rune2": "r01",
499
+ "Rune3": "r26",
500
+ "Rune4": "r09",
501
+ "Rune5": "r25",
502
+ "T1Code1": "dmg%",
503
+ "T1Min1": 300,
504
+ "T1Max1": 385,
505
+ "T1Code2": "deadly/lvl",
506
+ "T1Param2": 4,
507
+ "T1Code3": "charged",
508
+ "T1Param3": "BloodGolem",
509
+ "T1Min3": 15,
510
+ "T1Max3": 22,
511
+ "T1Code4": "att-skill",
512
+ "T1Param4": "Glacial Spike",
513
+ "T1Min4": 25,
514
+ "T1Max4": 18,
515
+ "T1Code5": "death-skill",
516
+ "T1Param5": "Chain Lightning",
517
+ "T1Min5": 100,
518
+ "T1Max5": 44,
519
+ "T1Code6": "crush",
520
+ "T1Min6": 50,
521
+ "T1Max6": 50,
522
+ "T1Code7": "indestruct",
523
+ "T1Min7": 1,
524
+ "T1Max7": 1,
525
+ "lineNumber": 19
526
+ },
527
+ "Deception": {
528
+ "Name": "Runeword21",
529
+ "*Rune Name": "Deception",
530
+ "lineNumber": 20
531
+ },
532
+ "Delirium": {
533
+ "Name": "Runeword22",
534
+ "*Rune Name": "Delirium",
535
+ "complete": 1,
536
+ "*Patch Release": 110,
537
+ "itype1": "helm",
538
+ "*RunesUsed": "LemIstIo",
539
+ "Rune1": "r20",
540
+ "Rune2": "r24",
541
+ "Rune3": "r16",
542
+ "T1Code1": "hit-skill",
543
+ "T1Param1": "Confuse",
544
+ "T1Min1": 11,
545
+ "T1Max1": 18,
546
+ "T1Code2": "charged",
547
+ "T1Param2": "Attract",
548
+ "T1Min2": 60,
549
+ "T1Max2": 17,
550
+ "T1Code3": "gethit-skill",
551
+ "T1Param3": "Terror",
552
+ "T1Min3": 14,
553
+ "T1Max3": 13,
554
+ "T1Code4": "ac",
555
+ "T1Min4": 261,
556
+ "T1Max4": 261,
557
+ "T1Code5": "gethit-skill",
558
+ "T1Param5": "Mind Blast",
559
+ "T1Min5": 6,
560
+ "T1Max5": 14,
561
+ "T1Code6": "gethit-skill",
562
+ "T1Param6": "Delerium Change",
563
+ "T1Min6": 1,
564
+ "T1Max6": 50,
565
+ "T1Code7": "allskills",
566
+ "T1Min7": 2,
567
+ "T1Max7": 2,
568
+ "lineNumber": 21
569
+ },
570
+ "Desire": {
571
+ "Name": "Runeword23",
572
+ "*Rune Name": "Desire",
573
+ "lineNumber": 22
574
+ },
575
+ "Despair": {
576
+ "Name": "Runeword24",
577
+ "*Rune Name": "Despair",
578
+ "lineNumber": 23
579
+ },
580
+ "Destruction": {
581
+ "Name": "Runeword25",
582
+ "*Rune Name": "Destruction",
583
+ "complete": 1,
584
+ "*Patch Release": "Previously Ladder Only",
585
+ "itype1": "pole",
586
+ "itype2": "swor",
587
+ "*RunesUsed": "VexLoBerJahKo",
588
+ "Rune1": "r26",
589
+ "Rune2": "r28",
590
+ "Rune3": "r30",
591
+ "Rune4": "r31",
592
+ "Rune5": "r18",
593
+ "T1Code1": "dmg%",
594
+ "T1Min1": 350,
595
+ "T1Max1": 350,
596
+ "T1Code2": "dmg-mag",
597
+ "T1Min2": 100,
598
+ "T1Max2": 180,
599
+ "T1Code3": "hit-skill",
600
+ "T1Param3": "Molten Boulder",
601
+ "T1Min3": 5,
602
+ "T1Max3": 23,
603
+ "T1Code4": "death-skill",
604
+ "T1Param4": "Meteor",
605
+ "T1Min4": 100,
606
+ "T1Max4": 45,
607
+ "T1Code5": "att-skill",
608
+ "T1Param5": "Nova",
609
+ "T1Min5": 15,
610
+ "T1Max5": 22,
611
+ "T1Code6": "hit-skill",
612
+ "T1Param6": "Volcano",
613
+ "T1Min6": 23,
614
+ "T1Max6": 12,
615
+ "T1Code7": "noheal",
616
+ "T1Min7": 1,
617
+ "T1Max7": 1,
618
+ "lineNumber": 24
619
+ },
620
+ "Doom": {
621
+ "Name": "Runeword26",
622
+ "*Rune Name": "Doom",
623
+ "complete": 1,
624
+ "*Patch Release": 110,
625
+ "itype1": "axe",
626
+ "itype2": "pole",
627
+ "itype3": "hamm",
628
+ "*RunesUsed": "HelOhmUmLoCham",
629
+ "Rune1": "r15",
630
+ "Rune2": "r27",
631
+ "Rune3": "r22",
632
+ "Rune4": "r28",
633
+ "Rune5": "r32",
634
+ "T1Code1": "dmg%",
635
+ "T1Min1": 280,
636
+ "T1Max1": 320,
637
+ "T1Code2": "aura",
638
+ "T1Param2": "Holy Freeze",
639
+ "T1Min2": 12,
640
+ "T1Max2": 12,
641
+ "T1Code3": "swing2",
642
+ "T1Min3": 45,
643
+ "T1Max3": 45,
644
+ "T1Code4": "noheal",
645
+ "T1Min4": 1,
646
+ "T1Max4": 1,
647
+ "T1Code5": "pierce-cold",
648
+ "T1Min5": 40,
649
+ "T1Max5": 60,
650
+ "T1Code6": "allskills",
651
+ "T1Min6": 2,
652
+ "T1Max6": 2,
653
+ "T1Code7": "hit-skill",
654
+ "T1Param7": "Volcano",
655
+ "T1Min7": 5,
656
+ "T1Max7": 18,
657
+ "lineNumber": 25
658
+ },
659
+ "Dragon": {
660
+ "Name": "Runeword27",
661
+ "*Rune Name": "Dragon",
662
+ "complete": 1,
663
+ "*Patch Release": "Previously Ladder Only",
664
+ "itype1": "tors",
665
+ "itype2": "shld",
666
+ "*RunesUsed": "SurLoSol",
667
+ "Rune1": "r29",
668
+ "Rune2": "r28",
669
+ "Rune3": "r12",
670
+ "T1Code1": "ac",
671
+ "T1Min1": 360,
672
+ "T1Max1": 360,
673
+ "T1Code2": "ac-miss",
674
+ "T1Min2": 230,
675
+ "T1Max2": 230,
676
+ "T1Code3": "str/lvl",
677
+ "T1Param3": 3,
678
+ "T1Code4": "hit-skill",
679
+ "T1Param4": "Hydra",
680
+ "T1Min4": 12,
681
+ "T1Max4": 15,
682
+ "T1Code5": "gethit-skill",
683
+ "T1Param5": "Venom",
684
+ "T1Min5": 20,
685
+ "T1Max5": 18,
686
+ "T1Code6": "aura",
687
+ "T1Param6": "Holy Fire",
688
+ "T1Min6": 14,
689
+ "T1Max6": 14,
690
+ "T1Code7": "all-stats",
691
+ "T1Min7": 3,
692
+ "T1Max7": 5,
693
+ "lineNumber": 26
694
+ },
695
+ "Dread": {
696
+ "Name": "Runeword28",
697
+ "*Rune Name": "Dread",
698
+ "lineNumber": 27
699
+ },
700
+ "Dream": {
701
+ "Name": "Runeword29",
702
+ "*Rune Name": "Dream",
703
+ "complete": 1,
704
+ "*Patch Release": "Previously Ladder Only",
705
+ "itype1": "helm",
706
+ "itype2": "shld",
707
+ "*RunesUsed": "IoJahPul",
708
+ "Rune1": "r16",
709
+ "Rune2": "r31",
710
+ "Rune3": "r21",
711
+ "T1Code1": "ac",
712
+ "T1Min1": 150,
713
+ "T1Max1": 220,
714
+ "T1Code2": "gethit-skill",
715
+ "T1Param2": "Confuse",
716
+ "T1Min2": 10,
717
+ "T1Max2": 15,
718
+ "T1Code3": "mana/lvl",
719
+ "T1Param3": 5,
720
+ "T1Code4": "res-all",
721
+ "T1Min4": 5,
722
+ "T1Max4": 20,
723
+ "T1Code5": "balance3",
724
+ "T1Min5": 20,
725
+ "T1Max5": 30,
726
+ "T1Code6": "aura",
727
+ "T1Param6": "Holy Shock",
728
+ "T1Min6": 15,
729
+ "T1Max6": 15,
730
+ "T1Code7": "mag%",
731
+ "T1Min7": 12,
732
+ "T1Max7": 25,
733
+ "lineNumber": 28
734
+ },
735
+ "Duress": {
736
+ "Name": "Runeword30",
737
+ "*Rune Name": "Duress",
738
+ "complete": 1,
739
+ "*Patch Release": 110,
740
+ "itype1": "tors",
741
+ "*RunesUsed": "ShaelUmThul",
742
+ "Rune1": "r13",
743
+ "Rune2": "r22",
744
+ "Rune3": "r10",
745
+ "T1Code1": "dmg-cold",
746
+ "T1Param1": 50,
747
+ "T1Min1": 37,
748
+ "T1Max1": 133,
749
+ "T1Code2": "dmg%",
750
+ "T1Min2": 10,
751
+ "T1Max2": 20,
752
+ "T1Code3": "ac%",
753
+ "T1Min3": 150,
754
+ "T1Max3": 200,
755
+ "T1Code4": "balance2",
756
+ "T1Min4": 20,
757
+ "T1Max4": 20,
758
+ "T1Code5": "openwounds",
759
+ "T1Min5": 33,
760
+ "T1Max5": 33,
761
+ "T1Code6": "crush",
762
+ "T1Min6": 15,
763
+ "T1Max6": 15,
764
+ "T1Code7": "stamdrain",
765
+ "T1Min7": -20,
766
+ "T1Max7": -20,
767
+ "lineNumber": 29
768
+ },
769
+ "Edge": {
770
+ "Name": "Runeword31",
771
+ "*Rune Name": "Edge",
772
+ "complete": 1,
773
+ "*Patch Release": "Previously Ladder Only",
774
+ "itype1": "miss",
775
+ "*RunesUsed": "TirTalAmn",
776
+ "Rune1": "r03",
777
+ "Rune2": "r07",
778
+ "Rune3": "r11",
779
+ "T1Code1": "dmg-demon",
780
+ "T1Min1": 320,
781
+ "T1Max1": 380,
782
+ "T1Code2": "dmg-undead",
783
+ "T1Min2": 280,
784
+ "T1Max2": 280,
785
+ "T1Code3": "swing2",
786
+ "T1Min3": 35,
787
+ "T1Max3": 35,
788
+ "T1Code4": "noheal",
789
+ "T1Min4": 1,
790
+ "T1Max4": 1,
791
+ "T1Code5": "aura",
792
+ "T1Param5": "Thorns",
793
+ "T1Min5": 15,
794
+ "T1Max5": 15,
795
+ "T1Code6": "all-stats",
796
+ "T1Min6": 5,
797
+ "T1Max6": 10,
798
+ "T1Code7": "cheap",
799
+ "T1Min7": 15,
800
+ "T1Max7": 15,
801
+ "lineNumber": 30
802
+ },
803
+ "Elation": {
804
+ "Name": "Runeword32",
805
+ "*Rune Name": "Elation",
806
+ "lineNumber": 31
807
+ },
808
+ "Enigma": {
809
+ "Name": "Runeword33",
810
+ "*Rune Name": "Enigma",
811
+ "complete": 1,
812
+ "*Patch Release": 110,
813
+ "itype1": "tors",
814
+ "*RunesUsed": "JahIthBer",
815
+ "Rune1": "r31",
816
+ "Rune2": "r06",
817
+ "Rune3": "r30",
818
+ "T1Code1": "ac",
819
+ "T1Min1": 750,
820
+ "T1Max1": 775,
821
+ "T1Code2": "heal-kill",
822
+ "T1Min2": 14,
823
+ "T1Max2": 14,
824
+ "T1Code3": "move2",
825
+ "T1Min3": 45,
826
+ "T1Max3": 45,
827
+ "T1Code4": "str/lvl",
828
+ "T1Param4": 6,
829
+ "T1Code5": "allskills",
830
+ "T1Min5": 2,
831
+ "T1Max5": 2,
832
+ "T1Code6": "mag%/lvl",
833
+ "T1Param6": 8,
834
+ "T1Code7": "oskill",
835
+ "T1Param7": "Teleport",
836
+ "T1Min7": 1,
837
+ "T1Max7": 1,
838
+ "lineNumber": 32
839
+ },
840
+ "Enlightenment": {
841
+ "Name": "Runeword34",
842
+ "*Rune Name": "Enlightenment",
843
+ "complete": 1,
844
+ "*Patch Release": 111,
845
+ "itype1": "tors",
846
+ "*RunesUsed": "PulRalSur",
847
+ "Rune1": "r21",
848
+ "Rune2": "r08",
849
+ "Rune3": "r12",
850
+ "T1Code1": "hit-skill",
851
+ "T1Param1": "Fire Ball",
852
+ "T1Min1": 5,
853
+ "T1Max1": 15,
854
+ "T1Code2": "gethit-skill",
855
+ "T1Param2": "Blaze",
856
+ "T1Min2": 5,
857
+ "T1Max2": 15,
858
+ "T1Code3": "sor",
859
+ "T1Min3": 2,
860
+ "T1Max3": 2,
861
+ "T1Code4": "oskill",
862
+ "T1Param4": "Warmth",
863
+ "T1Min4": 1,
864
+ "T1Max4": 1,
865
+ "lineNumber": 33
866
+ },
867
+ "Envy": {
868
+ "Name": "Runeword35",
869
+ "*Rune Name": "Envy",
870
+ "lineNumber": 34
871
+ },
872
+ "Eternity": {
873
+ "Name": "Runeword36",
874
+ "*Rune Name": "Eternity",
875
+ "complete": 1,
876
+ "*Patch Release": 110,
877
+ "itype1": "mele",
878
+ "*RunesUsed": "AmnBerIstSolSur",
879
+ "Rune1": "r11",
880
+ "Rune2": "r30",
881
+ "Rune3": "r24",
882
+ "Rune4": "r12",
883
+ "Rune5": "r29",
884
+ "T1Code1": "dmg%",
885
+ "T1Min1": 260,
886
+ "T1Max1": 310,
887
+ "T1Code2": "indestruct",
888
+ "T1Min2": 1,
889
+ "T1Max2": 1,
890
+ "T1Code3": "slow",
891
+ "T1Min3": 33,
892
+ "T1Max3": 33,
893
+ "T1Code4": "charged",
894
+ "T1Param4": "Revive",
895
+ "T1Min4": 88,
896
+ "T1Max4": 8,
897
+ "T1Code5": "regen",
898
+ "T1Min5": 16,
899
+ "T1Max5": 16,
900
+ "T1Code6": "regen-mana",
901
+ "T1Min6": 16,
902
+ "T1Max6": 16,
903
+ "T1Code7": "nofreeze",
904
+ "T1Min7": 1,
905
+ "T1Max7": 1,
906
+ "lineNumber": 35
907
+ },
908
+ "Exile": {
909
+ "Name": "Runeword37",
910
+ "*Rune Name": "Exile",
911
+ "complete": 1,
912
+ "*Patch Release": 110,
913
+ "itype1": "pala",
914
+ "*RunesUsed": "VexOhmIstDol",
915
+ "Rune1": "r26",
916
+ "Rune2": "r27",
917
+ "Rune3": "r24",
918
+ "Rune4": "r14",
919
+ "T1Code1": "block2",
920
+ "T1Min1": 30,
921
+ "T1Max1": 30,
922
+ "T1Code2": "freeze",
923
+ "T1Min2": 1,
924
+ "T1Max2": 1,
925
+ "T1Code3": "ac%",
926
+ "T1Min3": 220,
927
+ "T1Max3": 260,
928
+ "T1Code4": "aura",
929
+ "T1Param4": "Defiance",
930
+ "T1Min4": 13,
931
+ "T1Max4": 16,
932
+ "T1Code5": "skilltab",
933
+ "T1Param5": 10,
934
+ "T1Min5": 2,
935
+ "T1Max5": 2,
936
+ "T1Code6": "hit-skill",
937
+ "T1Param6": "Life Tap",
938
+ "T1Min6": 15,
939
+ "T1Max6": 5,
940
+ "T1Code7": "rep-dur",
941
+ "T1Param7": 25,
942
+ "lineNumber": 36
943
+ },
944
+ "Faith": {
945
+ "Name": "Runeword38",
946
+ "*Rune Name": "Faith",
947
+ "complete": 1,
948
+ "*Patch Release": "\"110, Previously Ladder Only\"",
949
+ "itype1": "miss",
950
+ "*RunesUsed": "OhmJahLemEld",
951
+ "Rune1": "r27",
952
+ "Rune2": "r31",
953
+ "Rune3": "r20",
954
+ "Rune4": "r02",
955
+ "T1Code1": "dmg%",
956
+ "T1Min1": 280,
957
+ "T1Max1": 280,
958
+ "T1Code2": "att%",
959
+ "T1Min2": 300,
960
+ "T1Max2": 300,
961
+ "T1Code3": "dmg-fire",
962
+ "T1Min3": 120,
963
+ "T1Max3": 120,
964
+ "T1Code4": "res-all",
965
+ "T1Min4": 15,
966
+ "T1Max4": 15,
967
+ "T1Code5": "aura",
968
+ "T1Param5": "Fanaticism",
969
+ "T1Min5": 12,
970
+ "T1Max5": 15,
971
+ "T1Code6": "reanimate",
972
+ "T1Param6": 1,
973
+ "T1Min6": 10,
974
+ "T1Max6": 10,
975
+ "T1Code7": "allskills",
976
+ "T1Min7": 1,
977
+ "T1Max7": 2,
978
+ "lineNumber": 37
979
+ },
980
+ "Famine": {
981
+ "Name": "Runeword39",
982
+ "*Rune Name": "Famine",
983
+ "complete": 1,
984
+ "itype1": "axe",
985
+ "itype2": "hamm",
986
+ "*RunesUsed": "FalOhmOrtJah",
987
+ "Rune1": "r19",
988
+ "Rune2": "r27",
989
+ "Rune3": "r09",
990
+ "Rune4": "r31",
991
+ "T1Code1": "dmg%",
992
+ "T1Min1": 270,
993
+ "T1Max1": 320,
994
+ "T1Code2": "lifesteal",
995
+ "T1Min2": 12,
996
+ "T1Max2": 12,
997
+ "T1Code3": "swing2",
998
+ "T1Min3": 30,
999
+ "T1Max3": 30,
1000
+ "T1Code4": "noheal",
1001
+ "T1Min4": 1,
1002
+ "T1Max4": 1,
1003
+ "T1Code5": "dmg-mag",
1004
+ "T1Min5": 180,
1005
+ "T1Max5": 200,
1006
+ "T1Code6": "dmg-elem",
1007
+ "T1Min6": 50,
1008
+ "T1Max6": 200,
1009
+ "T1Code7": "ethereal",
1010
+ "T1Min7": 1,
1011
+ "T1Max7": 1,
1012
+ "lineNumber": 38
1013
+ },
1014
+ "Flickering Flame": {
1015
+ "Name": "Runeword40",
1016
+ "*Rune Name": "Flickering Flame",
1017
+ "complete": 1,
1018
+ "firstLadderSeason": 1,
1019
+ "lastLadderSeason": 2,
1020
+ "*Patch Release": "D2R Ladder 1",
1021
+ "itype1": "helm",
1022
+ "*RunesUsed": "NefPulVex",
1023
+ "Rune1": "r04",
1024
+ "Rune2": "r21",
1025
+ "Rune3": "r26",
1026
+ "T1Code1": "fireskill",
1027
+ "T1Min1": 3,
1028
+ "T1Max1": 3,
1029
+ "T1Code2": "aura",
1030
+ "T1Param2": "Resist Fire",
1031
+ "T1Min2": 4,
1032
+ "T1Max2": 8,
1033
+ "T1Code3": "pierce-fire",
1034
+ "T1Min3": 10,
1035
+ "T1Max3": 15,
1036
+ "T1Code4": "mana",
1037
+ "T1Min4": 50,
1038
+ "T1Max4": 75,
1039
+ "T1Code5": "half-freeze",
1040
+ "T1Min5": 1,
1041
+ "T1Max5": 1,
1042
+ "T1Code6": "res-pois-len",
1043
+ "T1Min6": 50,
1044
+ "T1Max6": 50,
1045
+ "lineNumber": 39
1046
+ },
1047
+ "Fortitude": {
1048
+ "Name": "Runeword41",
1049
+ "*Rune Name": "Fortitude",
1050
+ "complete": 1,
1051
+ "*Patch Release": "Previously Ladder Only",
1052
+ "itype1": "weap",
1053
+ "itype2": "tors",
1054
+ "*RunesUsed": "ElSolDolLo",
1055
+ "Rune1": "r01",
1056
+ "Rune2": "r12",
1057
+ "Rune3": "r14",
1058
+ "Rune4": "r28",
1059
+ "T1Code1": "ac%",
1060
+ "T1Min1": 200,
1061
+ "T1Max1": 200,
1062
+ "T1Code2": "dmg%",
1063
+ "T1Min2": 300,
1064
+ "T1Max2": 300,
1065
+ "T1Code3": "cast3",
1066
+ "T1Min3": 25,
1067
+ "T1Max3": 25,
1068
+ "T1Code4": "gethit-skill",
1069
+ "T1Param4": "Chilling Armor",
1070
+ "T1Min4": 20,
1071
+ "T1Max4": 15,
1072
+ "T1Code5": "dmg-to-mana",
1073
+ "T1Min5": 12,
1074
+ "T1Max5": 12,
1075
+ "T1Code6": "hp/lvl",
1076
+ "T1Min6": 8,
1077
+ "T1Max6": 12,
1078
+ "T1Code7": "res-all",
1079
+ "T1Min7": 25,
1080
+ "T1Max7": 30,
1081
+ "lineNumber": 40
1082
+ },
1083
+ "Fortune": {
1084
+ "Name": "Runeword42",
1085
+ "*Rune Name": "Fortune",
1086
+ "lineNumber": 41
1087
+ },
1088
+ "Fury": {
1089
+ "Name": "Runeword44",
1090
+ "*Rune Name": "Fury",
1091
+ "complete": 1,
1092
+ "*Patch Release": 109,
1093
+ "itype1": "mele",
1094
+ "*RunesUsed": "JahGulEth",
1095
+ "Rune1": "r31",
1096
+ "Rune2": "r25",
1097
+ "Rune3": "r05",
1098
+ "T1Code1": "dmg%",
1099
+ "T1Min1": 209,
1100
+ "T1Max1": 209,
1101
+ "T1Code2": "swing2",
1102
+ "T1Min2": 40,
1103
+ "T1Max2": 40,
1104
+ "T1Code3": "noheal",
1105
+ "T1Min3": 1,
1106
+ "T1Max3": 1,
1107
+ "T1Code4": "openwounds",
1108
+ "T1Min4": 66,
1109
+ "T1Max4": 66,
1110
+ "T1Code5": "lifesteal",
1111
+ "T1Min5": 6,
1112
+ "T1Max5": 6,
1113
+ "T1Code6": "deadly",
1114
+ "T1Min6": 33,
1115
+ "T1Max6": 33,
1116
+ "T1Code7": "skill",
1117
+ "T1Param7": 147,
1118
+ "T1Min7": 5,
1119
+ "T1Max7": 5,
1120
+ "lineNumber": 43
1121
+ },
1122
+ "Gloom": {
1123
+ "Name": "Runeword45",
1124
+ "*Rune Name": "Gloom",
1125
+ "complete": 1,
1126
+ "*Patch Release": 110,
1127
+ "itype1": "tors",
1128
+ "*RunesUsed": "FalUmPul",
1129
+ "Rune1": "r19",
1130
+ "Rune2": "r22",
1131
+ "Rune3": "r21",
1132
+ "T1Code1": "ac%",
1133
+ "T1Min1": 170,
1134
+ "T1Max1": 230,
1135
+ "T1Code2": "res-all",
1136
+ "T1Min2": 30,
1137
+ "T1Max2": 30,
1138
+ "T1Code3": "gethit-skill",
1139
+ "T1Param3": "Dim Vision",
1140
+ "T1Min3": 15,
1141
+ "T1Max3": 3,
1142
+ "T1Code4": "balance2",
1143
+ "T1Min4": 10,
1144
+ "T1Max4": 10,
1145
+ "T1Code5": "dmg-to-mana",
1146
+ "T1Min5": 5,
1147
+ "T1Max5": 5,
1148
+ "T1Code6": "light",
1149
+ "T1Min6": -3,
1150
+ "T1Max6": -3,
1151
+ "T1Code7": "half-freeze",
1152
+ "T1Min7": 1,
1153
+ "T1Max7": 1,
1154
+ "lineNumber": 44
1155
+ },
1156
+ "Glory": {
1157
+ "Name": "Runeword46",
1158
+ "*Rune Name": "Glory",
1159
+ "lineNumber": 45
1160
+ },
1161
+ "Grief": {
1162
+ "Name": "Runeword47",
1163
+ "*Rune Name": "Grief",
1164
+ "complete": 1,
1165
+ "*Patch Release": "Previously Ladder Only",
1166
+ "itype1": "swor",
1167
+ "itype2": "axe",
1168
+ "*RunesUsed": "EthTirLoMalRal",
1169
+ "Rune1": "r05",
1170
+ "Rune2": "r03",
1171
+ "Rune3": "r28",
1172
+ "Rune4": "r23",
1173
+ "Rune5": "r08",
1174
+ "T1Code1": "dmg-dem/lvl",
1175
+ "T1Param1": 15,
1176
+ "T1Code2": "dmg",
1177
+ "T1Min2": 340,
1178
+ "T1Max2": 400,
1179
+ "T1Code3": "swing3",
1180
+ "T1Min3": 30,
1181
+ "T1Max3": 40,
1182
+ "T1Code4": "hit-skill",
1183
+ "T1Param4": "Venom",
1184
+ "T1Min4": 35,
1185
+ "T1Max4": 15,
1186
+ "T1Code5": "pierce-pois",
1187
+ "T1Min5": 20,
1188
+ "T1Max5": 25,
1189
+ "T1Code6": "ignore-ac",
1190
+ "T1Min6": 1,
1191
+ "T1Max6": 1,
1192
+ "T1Code7": "heal-kill",
1193
+ "T1Min7": 10,
1194
+ "T1Max7": 15,
1195
+ "lineNumber": 46
1196
+ },
1197
+ "Ground": {
1198
+ "Name": "Runeword175",
1199
+ "*Rune Name": "Ground",
1200
+ "complete": 1,
1201
+ "firstLadderSeason": 3,
1202
+ "*Patch Release": "D2R Ladder 3",
1203
+ "itype1": "helm",
1204
+ "*RunesUsed": "ShaelIoOrt",
1205
+ "Rune1": "r13",
1206
+ "Rune2": "r16",
1207
+ "Rune3": "r09",
1208
+ "T1Code1": "hp%",
1209
+ "T1Min1": 5,
1210
+ "T1Max1": 5,
1211
+ "T1Code2": "ac%",
1212
+ "T1Min2": 75,
1213
+ "T1Max2": 100,
1214
+ "T1Code3": "res-ltng",
1215
+ "T1Min3": 10,
1216
+ "T1Max3": 30,
1217
+ "T1Code4": "abs-ltng%",
1218
+ "T1Min4": 10,
1219
+ "T1Max4": 15,
1220
+ "lineNumber": 173
1221
+ },
1222
+ "Hand of Justice": {
1223
+ "Name": "Runeword48",
1224
+ "*Rune Name": "Hand of Justice",
1225
+ "complete": 1,
1226
+ "*Patch Release": 110,
1227
+ "itype1": "weap",
1228
+ "*RunesUsed": "SurChamAmnLo",
1229
+ "Rune1": "r29",
1230
+ "Rune2": "r32",
1231
+ "Rune3": "r11",
1232
+ "Rune4": "r28",
1233
+ "T1Code1": "swing2",
1234
+ "T1Min1": 33,
1235
+ "T1Max1": 33,
1236
+ "T1Code2": "dmg%",
1237
+ "T1Min2": 280,
1238
+ "T1Max2": 330,
1239
+ "T1Code3": "aura",
1240
+ "T1Param3": "Holy Fire",
1241
+ "T1Min3": 16,
1242
+ "T1Max3": 16,
1243
+ "T1Code4": "levelup-skill",
1244
+ "T1Param4": "Blaze",
1245
+ "T1Min4": 100,
1246
+ "T1Max4": 36,
1247
+ "T1Code5": "death-skill",
1248
+ "T1Param5": "Meteor",
1249
+ "T1Min5": 100,
1250
+ "T1Max5": 48,
1251
+ "T1Code6": "ignore-ac",
1252
+ "T1Min6": 1,
1253
+ "T1Max6": 1,
1254
+ "T1Code7": "pierce-fire",
1255
+ "T1Min7": 20,
1256
+ "T1Max7": 20,
1257
+ "lineNumber": 47
1258
+ },
1259
+ "Harmony": {
1260
+ "Name": "Runeword49",
1261
+ "*Rune Name": "Harmony",
1262
+ "complete": 1,
1263
+ "*Patch Release": "Previously Ladder Only",
1264
+ "itype1": "miss",
1265
+ "*RunesUsed": "TirIthSolKo",
1266
+ "Rune1": "r03",
1267
+ "Rune2": "r06",
1268
+ "Rune3": "r12",
1269
+ "Rune4": "r18",
1270
+ "T1Code1": "dmg%",
1271
+ "T1Min1": 200,
1272
+ "T1Max1": 275,
1273
+ "T1Code2": "dmg-elem",
1274
+ "T1Min2": 55,
1275
+ "T1Max2": 160,
1276
+ "T1Code3": "charged",
1277
+ "T1Param3": "Revive",
1278
+ "T1Min3": 25,
1279
+ "T1Max3": 20,
1280
+ "T1Code4": "aura",
1281
+ "T1Param4": "Vigor",
1282
+ "T1Min4": 10,
1283
+ "T1Max4": 10,
1284
+ "T1Code5": "oskill",
1285
+ "T1Param5": "Valkyrie",
1286
+ "T1Min5": 2,
1287
+ "T1Max5": 6,
1288
+ "T1Code6": "regen-mana",
1289
+ "T1Min6": 20,
1290
+ "T1Max6": 20,
1291
+ "T1Code7": "light",
1292
+ "T1Min7": 2,
1293
+ "T1Max7": 2,
1294
+ "lineNumber": 48
1295
+ },
1296
+ "Hatred": {
1297
+ "Name": "Runeword50",
1298
+ "*Rune Name": "Hatred",
1299
+ "lineNumber": 49
1300
+ },
1301
+ "Heart of the Oak": {
1302
+ "Name": "Runeword51",
1303
+ "*Rune Name": "Heart of the Oak",
1304
+ "complete": 1,
1305
+ "*Patch Release": 110,
1306
+ "itype1": "staf",
1307
+ "itype2": "mace",
1308
+ "*RunesUsed": "KoVexPulThul",
1309
+ "Rune1": "r18",
1310
+ "Rune2": "r26",
1311
+ "Rune3": "r21",
1312
+ "Rune4": "r10",
1313
+ "T1Code1": "cast2",
1314
+ "T1Min1": 40,
1315
+ "T1Max1": 40,
1316
+ "T1Code2": "charged",
1317
+ "T1Param2": "Oak Sage",
1318
+ "T1Min2": 25,
1319
+ "T1Max2": 4,
1320
+ "T1Code3": "mana%",
1321
+ "T1Min3": 15,
1322
+ "T1Max3": 15,
1323
+ "T1Code4": "allskills",
1324
+ "T1Min4": 3,
1325
+ "T1Max4": 3,
1326
+ "T1Code5": "regen",
1327
+ "T1Min5": 20,
1328
+ "T1Max5": 20,
1329
+ "T1Code6": "res-all",
1330
+ "T1Min6": 30,
1331
+ "T1Max6": 40,
1332
+ "T1Code7": "charged",
1333
+ "T1Param7": "Raven",
1334
+ "T1Min7": 60,
1335
+ "T1Max7": 14,
1336
+ "lineNumber": 50
1337
+ },
1338
+ "Hearth": {
1339
+ "Name": "Runeword177",
1340
+ "*Rune Name": "Hearth",
1341
+ "complete": 1,
1342
+ "firstLadderSeason": 3,
1343
+ "*Patch Release": "D2R Ladder 3",
1344
+ "itype1": "helm",
1345
+ "*RunesUsed": "ShaelIoThul",
1346
+ "Rune1": "r13",
1347
+ "Rune2": "r16",
1348
+ "Rune3": "r10",
1349
+ "T1Code1": "hp%",
1350
+ "T1Min1": 5,
1351
+ "T1Max1": 5,
1352
+ "T1Code2": "ac%",
1353
+ "T1Min2": 75,
1354
+ "T1Max2": 100,
1355
+ "T1Code3": "res-cold",
1356
+ "T1Min3": 10,
1357
+ "T1Max3": 30,
1358
+ "T1Code4": "abs-cold%",
1359
+ "T1Min4": 10,
1360
+ "T1Max4": 15,
1361
+ "T1Code5": "nofreeze",
1362
+ "T1Min5": 1,
1363
+ "T1Max5": 1,
1364
+ "lineNumber": 175
1365
+ },
1366
+ "Heaven's Will": {
1367
+ "Name": "Runeword52",
1368
+ "*Rune Name": "Heaven's Will",
1369
+ "lineNumber": 51
1370
+ },
1371
+ "Holy Tears": {
1372
+ "Name": "Runeword53",
1373
+ "*Rune Name": "Holy Tears",
1374
+ "lineNumber": 52
1375
+ },
1376
+ "Holy Thunder": {
1377
+ "Name": "Runeword54",
1378
+ "*Rune Name": "Holy Thunder",
1379
+ "complete": 1,
1380
+ "*Patch Release": 109,
1381
+ "itype1": "scep",
1382
+ "*RunesUsed": "EthRalOrtTal",
1383
+ "Rune1": "r05",
1384
+ "Rune2": "r08",
1385
+ "Rune3": "r09",
1386
+ "Rune4": "r07",
1387
+ "T1Code1": "dmg%",
1388
+ "T1Min1": 60,
1389
+ "T1Max1": 60,
1390
+ "T1Code2": "dmg-ltng",
1391
+ "T1Min2": 20,
1392
+ "T1Max2": 60,
1393
+ "T1Code3": "dmg-max",
1394
+ "T1Min3": 10,
1395
+ "T1Max3": 10,
1396
+ "T1Code4": "res-ltng",
1397
+ "T1Min4": 60,
1398
+ "T1Max4": 60,
1399
+ "T1Code5": "res-ltng-max",
1400
+ "T1Min5": 5,
1401
+ "T1Max5": 5,
1402
+ "T1Code6": "skill",
1403
+ "T1Param6": 118,
1404
+ "T1Min6": 3,
1405
+ "T1Max6": 3,
1406
+ "T1Code7": "charged",
1407
+ "T1Param7": 53,
1408
+ "T1Min7": 60,
1409
+ "T1Max7": 7,
1410
+ "lineNumber": 53
1411
+ },
1412
+ "Honor": {
1413
+ "Name": "Runeword55",
1414
+ "*Rune Name": "Honor",
1415
+ "complete": 1,
1416
+ "*Patch Release": 109,
1417
+ "itype1": "mele",
1418
+ "*RunesUsed": "AmnElIthTirSol",
1419
+ "Rune1": "r11",
1420
+ "Rune2": "r01",
1421
+ "Rune3": "r06",
1422
+ "Rune4": "r03",
1423
+ "Rune5": "r12",
1424
+ "T1Code1": "dmg%",
1425
+ "T1Min1": 160,
1426
+ "T1Max1": 160,
1427
+ "T1Code2": "regen",
1428
+ "T1Min2": 10,
1429
+ "T1Max2": 10,
1430
+ "T1Code3": "allskills",
1431
+ "T1Min3": 1,
1432
+ "T1Max3": 1,
1433
+ "T1Code4": "att",
1434
+ "T1Min4": 200,
1435
+ "T1Max4": 200,
1436
+ "T1Code5": "deadly",
1437
+ "T1Min5": 25,
1438
+ "T1Max5": 25,
1439
+ "T1Code6": "str",
1440
+ "T1Min6": 10,
1441
+ "T1Max6": 10,
1442
+ "lineNumber": 54
1443
+ },
1444
+ "Humility": {
1445
+ "Name": "Runeword57",
1446
+ "*Rune Name": "Humility",
1447
+ "lineNumber": 56
1448
+ },
1449
+ "Hunger": {
1450
+ "Name": "Runeword58",
1451
+ "*Rune Name": "Hunger",
1452
+ "lineNumber": 57
1453
+ },
1454
+ "Hustle (armor)": {
1455
+ "Name": "Runeword171",
1456
+ "*Rune Name": "Hustle (armor)",
1457
+ "complete": 1,
1458
+ "firstLadderSeason": 3,
1459
+ "*Patch Release": "D2R Ladder 3",
1460
+ "itype1": "tors",
1461
+ "*RunesUsed": "ShaelKoEld",
1462
+ "Rune1": "r13",
1463
+ "Rune2": "r18",
1464
+ "Rune3": "r02",
1465
+ "T1Code1": "move2",
1466
+ "T1Min1": 65,
1467
+ "T1Max1": 65,
1468
+ "T1Code2": "stamdrain",
1469
+ "T1Min2": 35,
1470
+ "T1Max2": 35,
1471
+ "T1Code3": "swing2",
1472
+ "T1Min3": 40,
1473
+ "T1Max3": 40,
1474
+ "T1Code4": "res-all",
1475
+ "T1Min4": 10,
1476
+ "T1Max4": 10,
1477
+ "T1Code5": "oskill",
1478
+ "T1Param5": "Evade",
1479
+ "T1Min5": 6,
1480
+ "T1Max5": 6,
1481
+ "lineNumber": 169
1482
+ },
1483
+ "Hustle (weapon)": {
1484
+ "Name": "Runeword172",
1485
+ "*Rune Name": "Hustle (weapon)",
1486
+ "complete": 1,
1487
+ "firstLadderSeason": 3,
1488
+ "*Patch Release": "D2R Ladder 3",
1489
+ "itype1": "weap",
1490
+ "*RunesUsed": "ShaelKoEld",
1491
+ "Rune1": "r13",
1492
+ "Rune2": "r18",
1493
+ "Rune3": "r02",
1494
+ "T1Code1": "hit-skill",
1495
+ "T1Param1": "Quickness",
1496
+ "T1Min1": 5,
1497
+ "T1Max1": 1,
1498
+ "T1Code2": "swing2",
1499
+ "T1Min2": 10,
1500
+ "T1Max2": 10,
1501
+ "T1Code3": "dmg%",
1502
+ "T1Min3": 180,
1503
+ "T1Max3": 200,
1504
+ "T1Code4": "aura",
1505
+ "T1Param4": "Fanaticism",
1506
+ "T1Min4": 1,
1507
+ "T1Max4": 1,
1508
+ "lineNumber": 170
1509
+ },
1510
+ "Ice": {
1511
+ "Name": "Runeword59",
1512
+ "*Rune Name": "Ice",
1513
+ "complete": 1,
1514
+ "*Patch Release": "Previously Ladder Only",
1515
+ "itype1": "miss",
1516
+ "*RunesUsed": "AmnShaelJahLo",
1517
+ "Rune1": "r11",
1518
+ "Rune2": "r13",
1519
+ "Rune3": "r31",
1520
+ "Rune4": "r28",
1521
+ "T1Code1": "dmg%",
1522
+ "T1Min1": 140,
1523
+ "T1Max1": 210,
1524
+ "T1Code2": "aura",
1525
+ "T1Param2": "Holy Freeze",
1526
+ "T1Min2": 18,
1527
+ "T1Max2": 18,
1528
+ "T1Code3": "extra-cold",
1529
+ "T1Min3": 25,
1530
+ "T1Max3": 30,
1531
+ "T1Code4": "hit-skill",
1532
+ "T1Param4": "Frost Nova",
1533
+ "T1Min4": 25,
1534
+ "T1Max4": 22,
1535
+ "T1Code5": "levelup-skill",
1536
+ "T1Param5": "Blizzard",
1537
+ "T1Min5": 100,
1538
+ "T1Max5": 40,
1539
+ "T1Code6": "pierce-cold",
1540
+ "T1Min6": 20,
1541
+ "T1Max6": 20,
1542
+ "T1Code7": "gold%/lvl",
1543
+ "T1Param7": 25,
1544
+ "lineNumber": 58
1545
+ },
1546
+ "Infinity": {
1547
+ "Name": "Runeword60",
1548
+ "*Rune Name": "Infinity",
1549
+ "complete": 1,
1550
+ "*Patch Release": "Previously Ladder Only",
1551
+ "itype1": "pole",
1552
+ "itype2": "spea",
1553
+ "*RunesUsed": "BerMalBerIst",
1554
+ "Rune1": "r30",
1555
+ "Rune2": "r23",
1556
+ "Rune3": "r30",
1557
+ "Rune4": "r24",
1558
+ "T1Code1": "dmg%",
1559
+ "T1Min1": 255,
1560
+ "T1Max1": 325,
1561
+ "T1Code2": "move3",
1562
+ "T1Min2": 35,
1563
+ "T1Max2": 35,
1564
+ "T1Code3": "vit/lvl",
1565
+ "T1Param3": 4,
1566
+ "T1Code4": "aura",
1567
+ "T1Param4": "Conviction",
1568
+ "T1Min4": 12,
1569
+ "T1Max4": 12,
1570
+ "T1Code5": "kill-skill",
1571
+ "T1Param5": "Chain Lightning",
1572
+ "T1Min5": 50,
1573
+ "T1Max5": 20,
1574
+ "T1Code6": "pierce-ltng",
1575
+ "T1Min6": 45,
1576
+ "T1Max6": 55,
1577
+ "T1Code7": "charged",
1578
+ "T1Param7": "Cyclone Armor",
1579
+ "T1Min7": 30,
1580
+ "T1Max7": 21,
1581
+ "lineNumber": 59
1582
+ },
1583
+ "Innocence": {
1584
+ "Name": "Runeword61",
1585
+ "*Rune Name": "Innocence",
1586
+ "lineNumber": 60
1587
+ },
1588
+ "Insight": {
1589
+ "Name": "Runeword62",
1590
+ "*Rune Name": "Insight",
1591
+ "complete": 1,
1592
+ "*Patch Release": "Previously Ladder Only",
1593
+ "itype1": "pole",
1594
+ "itype2": "staf",
1595
+ "itype3": "miss",
1596
+ "*RunesUsed": "RalTirTalSol",
1597
+ "Rune1": "r08",
1598
+ "Rune2": "r03",
1599
+ "Rune3": "r07",
1600
+ "Rune4": "r12",
1601
+ "T1Code1": "dmg%",
1602
+ "T1Min1": 200,
1603
+ "T1Max1": 260,
1604
+ "T1Code2": "att%",
1605
+ "T1Min2": 180,
1606
+ "T1Max2": 250,
1607
+ "T1Code3": "mag%",
1608
+ "T1Min3": 23,
1609
+ "T1Max3": 23,
1610
+ "T1Code4": "oskill",
1611
+ "T1Param4": "Critical Strike",
1612
+ "T1Min4": 1,
1613
+ "T1Max4": 6,
1614
+ "T1Code5": "cast2",
1615
+ "T1Min5": 35,
1616
+ "T1Max5": 35,
1617
+ "T1Code6": "aura",
1618
+ "T1Param6": "Meditation",
1619
+ "T1Min6": 12,
1620
+ "T1Max6": 17,
1621
+ "T1Code7": "all-stats",
1622
+ "T1Min7": 5,
1623
+ "T1Max7": 5,
1624
+ "lineNumber": 61
1625
+ },
1626
+ "Jealousy": {
1627
+ "Name": "Runeword63",
1628
+ "*Rune Name": "Jealousy",
1629
+ "lineNumber": 62
1630
+ },
1631
+ "Judgment": {
1632
+ "Name": "Runeword64",
1633
+ "*Rune Name": "Judgment",
1634
+ "lineNumber": 63
1635
+ },
1636
+ "King's Grace": {
1637
+ "Name": "Runeword65",
1638
+ "*Rune Name": "King's Grace",
1639
+ "complete": 1,
1640
+ "*Patch Release": 109,
1641
+ "itype1": "swor",
1642
+ "itype2": "scep",
1643
+ "*RunesUsed": "AmnRalThul",
1644
+ "Rune1": "r11",
1645
+ "Rune2": "r08",
1646
+ "Rune3": "r10",
1647
+ "T1Code1": "dmg%",
1648
+ "T1Min1": 100,
1649
+ "T1Max1": 100,
1650
+ "T1Code2": "att",
1651
+ "T1Min2": 150,
1652
+ "T1Max2": 150,
1653
+ "T1Code3": "dmg-demon",
1654
+ "T1Min3": 100,
1655
+ "T1Max3": 100,
1656
+ "T1Code4": "dmg-undead",
1657
+ "T1Min4": 50,
1658
+ "T1Max4": 50,
1659
+ "T1Code5": "att-demon",
1660
+ "T1Min5": 100,
1661
+ "T1Max5": 100,
1662
+ "T1Code6": "att-undead",
1663
+ "T1Min6": 100,
1664
+ "T1Max6": 100,
1665
+ "lineNumber": 64
1666
+ },
1667
+ "Kingslayer": {
1668
+ "Name": "Runeword66",
1669
+ "*Rune Name": "Kingslayer",
1670
+ "complete": 1,
1671
+ "*Patch Release": 110,
1672
+ "itype1": "swor",
1673
+ "itype2": "axe",
1674
+ "*RunesUsed": "MalUmGulFal",
1675
+ "Rune1": "r23",
1676
+ "Rune2": "r22",
1677
+ "Rune3": "r25",
1678
+ "Rune4": "r19",
1679
+ "T1Code1": "swing2",
1680
+ "T1Min1": 30,
1681
+ "T1Max1": 30,
1682
+ "T1Code2": "dmg%",
1683
+ "T1Min2": 230,
1684
+ "T1Max2": 270,
1685
+ "T1Code3": "reduce-ac",
1686
+ "T1Min3": 25,
1687
+ "T1Max3": 25,
1688
+ "T1Code4": "crush",
1689
+ "T1Min4": 33,
1690
+ "T1Max4": 33,
1691
+ "T1Code5": "openwounds",
1692
+ "T1Min5": 25,
1693
+ "T1Max5": 25,
1694
+ "T1Code6": "oskill",
1695
+ "T1Param6": "Vengeance",
1696
+ "T1Min6": 1,
1697
+ "T1Max6": 1,
1698
+ "T1Code7": "gold%",
1699
+ "T1Min7": 40,
1700
+ "T1Max7": 40,
1701
+ "lineNumber": 65
1702
+ },
1703
+ "Knight's Vigil": {
1704
+ "Name": "Runeword67",
1705
+ "*Rune Name": "Knight's Vigil",
1706
+ "lineNumber": 66
1707
+ },
1708
+ "Knowledge": {
1709
+ "Name": "Runeword68",
1710
+ "*Rune Name": "Knowledge",
1711
+ "lineNumber": 67
1712
+ },
1713
+ "Last Wish": {
1714
+ "Name": "Runeword69",
1715
+ "*Rune Name": "Last Wish",
1716
+ "complete": 1,
1717
+ "*Patch Release": "Previously Ladder Only",
1718
+ "itype1": "swor",
1719
+ "itype2": "hamm",
1720
+ "itype3": "axe",
1721
+ "*RunesUsed": "JahMalJahSurJahBer",
1722
+ "Rune1": "r31",
1723
+ "Rune2": "r23",
1724
+ "Rune3": "r31",
1725
+ "Rune4": "r29",
1726
+ "Rune5": "r31",
1727
+ "Rune6": "r30",
1728
+ "T1Code1": "dmg%",
1729
+ "T1Min1": 330,
1730
+ "T1Max1": 375,
1731
+ "T1Code2": "att-skill",
1732
+ "T1Param2": "Charged Bolt",
1733
+ "T1Min2": 20,
1734
+ "T1Max2": 20,
1735
+ "T1Code3": "hit-skill",
1736
+ "T1Param3": "Life Tap",
1737
+ "T1Min3": 10,
1738
+ "T1Max3": 18,
1739
+ "T1Code4": "gethit-skill",
1740
+ "T1Param4": "Fade",
1741
+ "T1Min4": 6,
1742
+ "T1Max4": 11,
1743
+ "T1Code5": "crush",
1744
+ "T1Min5": 40,
1745
+ "T1Max5": 50,
1746
+ "T1Code6": "mag%/lvl",
1747
+ "T1Param6": 4,
1748
+ "T1Code7": "aura",
1749
+ "T1Param7": "Might",
1750
+ "T1Min7": 17,
1751
+ "T1Max7": 17,
1752
+ "lineNumber": 68
1753
+ },
1754
+ "Law": {
1755
+ "Name": "Runeword70",
1756
+ "*Rune Name": "Law",
1757
+ "lineNumber": 69
1758
+ },
1759
+ "Lawbringer": {
1760
+ "Name": "Runeword71",
1761
+ "*Rune Name": "Lawbringer",
1762
+ "complete": 1,
1763
+ "*Patch Release": "Previously Ladder Only",
1764
+ "itype1": "swor",
1765
+ "itype2": "hamm",
1766
+ "itype3": "scep",
1767
+ "*RunesUsed": "AmnLemKo",
1768
+ "Rune1": "r11",
1769
+ "Rune2": "r20",
1770
+ "Rune3": "r18",
1771
+ "T1Code1": "dmg-cold",
1772
+ "T1Min1": 130,
1773
+ "T1Max1": 180,
1774
+ "T1Code2": "dmg-fire",
1775
+ "T1Min2": 150,
1776
+ "T1Max2": 210,
1777
+ "T1Code3": "aura",
1778
+ "T1Param3": "Sanctuary",
1779
+ "T1Min3": 16,
1780
+ "T1Max3": 18,
1781
+ "T1Code4": "hit-skill",
1782
+ "T1Param4": "Decrepify",
1783
+ "T1Min4": 20,
1784
+ "T1Max4": 15,
1785
+ "T1Code5": "ac-miss",
1786
+ "T1Min5": 200,
1787
+ "T1Max5": 250,
1788
+ "T1Code6": "rip",
1789
+ "T1Min6": 1,
1790
+ "T1Max6": 1,
1791
+ "T1Code7": "reduce-ac",
1792
+ "T1Min7": 50,
1793
+ "T1Max7": 50,
1794
+ "lineNumber": 70
1795
+ },
1796
+ "Leaf": {
1797
+ "Name": "Runeword72",
1798
+ "*Rune Name": "Leaf",
1799
+ "complete": 1,
1800
+ "*Patch Release": 109,
1801
+ "itype1": "staf",
1802
+ "*RunesUsed": "TirRal",
1803
+ "Rune1": "r03",
1804
+ "Rune2": "r08",
1805
+ "T1Code1": "fireskill",
1806
+ "T1Min1": 3,
1807
+ "T1Max1": 3,
1808
+ "T1Code2": "ac/lvl",
1809
+ "T1Min2": 16,
1810
+ "T1Max2": 16,
1811
+ "T1Code3": "res-cold",
1812
+ "T1Min3": 33,
1813
+ "T1Max3": 33,
1814
+ "T1Code4": "skill",
1815
+ "T1Param4": 41,
1816
+ "T1Min4": 3,
1817
+ "T1Max4": 3,
1818
+ "T1Code5": "skill",
1819
+ "T1Param5": 36,
1820
+ "T1Min5": 3,
1821
+ "T1Max5": 3,
1822
+ "T1Code6": "skill",
1823
+ "T1Param6": 37,
1824
+ "T1Min6": 3,
1825
+ "T1Max6": 3,
1826
+ "lineNumber": 71
1827
+ },
1828
+ "Lightning": {
1829
+ "Name": "Runeword73",
1830
+ "*Rune Name": "Lightning",
1831
+ "lineNumber": 72
1832
+ },
1833
+ "Lionheart": {
1834
+ "Name": "Runeword74",
1835
+ "*Rune Name": "Lionheart",
1836
+ "complete": 1,
1837
+ "*Patch Release": 109,
1838
+ "itype1": "tors",
1839
+ "*RunesUsed": "HelLumFal",
1840
+ "Rune1": "r15",
1841
+ "Rune2": "r17",
1842
+ "Rune3": "r19",
1843
+ "T1Code1": "str",
1844
+ "T1Min1": 15,
1845
+ "T1Max1": 15,
1846
+ "T1Code2": "vit",
1847
+ "T1Min2": 20,
1848
+ "T1Max2": 20,
1849
+ "T1Code3": "dex",
1850
+ "T1Min3": 15,
1851
+ "T1Max3": 15,
1852
+ "T1Code4": "dmg%",
1853
+ "T1Min4": 20,
1854
+ "T1Max4": 20,
1855
+ "T1Code5": "hp",
1856
+ "T1Min5": 50,
1857
+ "T1Max5": 50,
1858
+ "T1Code6": "res-all",
1859
+ "T1Min6": 30,
1860
+ "T1Max6": 30,
1861
+ "lineNumber": 73
1862
+ },
1863
+ "Lore": {
1864
+ "Name": "Runeword75",
1865
+ "*Rune Name": "Lore",
1866
+ "complete": 1,
1867
+ "*Patch Release": 109,
1868
+ "itype1": "helm",
1869
+ "*RunesUsed": "OrtSol",
1870
+ "Rune1": "r09",
1871
+ "Rune2": "r12",
1872
+ "T1Code1": "enr",
1873
+ "T1Min1": 10,
1874
+ "T1Max1": 10,
1875
+ "T1Code2": "allskills",
1876
+ "T1Min2": 1,
1877
+ "T1Max2": 1,
1878
+ "T1Code3": "light",
1879
+ "T1Min3": 2,
1880
+ "T1Max3": 2,
1881
+ "T1Code4": "mana-kill",
1882
+ "T1Min4": 2,
1883
+ "T1Max4": 2,
1884
+ "lineNumber": 74
1885
+ },
1886
+ "Love": {
1887
+ "Name": "Runeword76",
1888
+ "*Rune Name": "Love",
1889
+ "lineNumber": 75
1890
+ },
1891
+ "Loyalty": {
1892
+ "Name": "Runeword77",
1893
+ "*Rune Name": "Loyalty",
1894
+ "lineNumber": 76
1895
+ },
1896
+ "Lust": {
1897
+ "Name": "Runeword78",
1898
+ "*Rune Name": "Lust",
1899
+ "lineNumber": 77
1900
+ },
1901
+ "Madness": {
1902
+ "Name": "Runeword79",
1903
+ "*Rune Name": "Madness",
1904
+ "lineNumber": 78
1905
+ },
1906
+ "Malice": {
1907
+ "Name": "Runeword81",
1908
+ "*Rune Name": "Malice",
1909
+ "complete": 1,
1910
+ "*Patch Release": 109,
1911
+ "itype1": "mele",
1912
+ "*RunesUsed": "IthElEth",
1913
+ "Rune1": "r06",
1914
+ "Rune2": "r01",
1915
+ "Rune3": "r05",
1916
+ "T1Code1": "openwounds",
1917
+ "T1Min1": 100,
1918
+ "T1Max1": 100,
1919
+ "T1Code2": "dmg-ac",
1920
+ "T1Min2": -100,
1921
+ "T1Max2": -100,
1922
+ "T1Code3": "noheal",
1923
+ "T1Min3": 1,
1924
+ "T1Max3": 1,
1925
+ "T1Code4": "dmg%",
1926
+ "T1Min4": 33,
1927
+ "T1Max4": 33,
1928
+ "T1Code5": "light",
1929
+ "T1Min5": -1,
1930
+ "T1Max5": -1,
1931
+ "T1Code6": "regen",
1932
+ "T1Min6": -5,
1933
+ "T1Max6": -5,
1934
+ "lineNumber": 79
1935
+ },
1936
+ "Melody": {
1937
+ "Name": "Runeword82",
1938
+ "*Rune Name": "Melody",
1939
+ "complete": 1,
1940
+ "*Patch Release": 109,
1941
+ "itype1": "miss",
1942
+ "*RunesUsed": "ShaelKoNef",
1943
+ "Rune1": "r13",
1944
+ "Rune2": "r18",
1945
+ "Rune3": "r04",
1946
+ "T1Code1": "dmg%",
1947
+ "T1Min1": 50,
1948
+ "T1Max1": 50,
1949
+ "T1Code2": "skilltab",
1950
+ "T1Param2": 0,
1951
+ "T1Min2": 3,
1952
+ "T1Max2": 3,
1953
+ "T1Code3": "skill",
1954
+ "T1Param3": 9,
1955
+ "T1Min3": 3,
1956
+ "T1Max3": 3,
1957
+ "T1Code4": "skill",
1958
+ "T1Param4": 13,
1959
+ "T1Min4": 3,
1960
+ "T1Max4": 3,
1961
+ "T1Code5": "skill",
1962
+ "T1Param5": 17,
1963
+ "T1Min5": 3,
1964
+ "T1Max5": 3,
1965
+ "T1Code6": "dmg-undead",
1966
+ "T1Min6": 300,
1967
+ "T1Max6": 300,
1968
+ "lineNumber": 80
1969
+ },
1970
+ "Memory": {
1971
+ "Name": "Runeword83",
1972
+ "*Rune Name": "Memory",
1973
+ "complete": 1,
1974
+ "*Patch Release": 109,
1975
+ "itype1": "staf",
1976
+ "*RunesUsed": "LumIoSolEth",
1977
+ "Rune1": "r17",
1978
+ "Rune2": "r16",
1979
+ "Rune3": "r12",
1980
+ "Rune4": "r05",
1981
+ "T1Code1": "mana%",
1982
+ "T1Min1": 20,
1983
+ "T1Max1": 20,
1984
+ "T1Code2": "red-mag",
1985
+ "T1Min2": 7,
1986
+ "T1Max2": 7,
1987
+ "T1Code3": "ac%",
1988
+ "T1Min3": 50,
1989
+ "T1Max3": 50,
1990
+ "T1Code4": "cast2",
1991
+ "T1Min4": 33,
1992
+ "T1Max4": 33,
1993
+ "T1Code5": "sor",
1994
+ "T1Min5": 3,
1995
+ "T1Max5": 3,
1996
+ "T1Code6": "skill",
1997
+ "T1Param6": 58,
1998
+ "T1Min6": 3,
1999
+ "T1Max6": 3,
2000
+ "T1Code7": "skill",
2001
+ "T1Param7": 42,
2002
+ "T1Min7": 2,
2003
+ "T1Max7": 2,
2004
+ "lineNumber": 81
2005
+ },
2006
+ "Metamorphosis": {
2007
+ "Name": "Runeword174",
2008
+ "*Rune Name": "Metamorphosis",
2009
+ "complete": 1,
2010
+ "firstLadderSeason": 3,
2011
+ "*Patch Release": "D2R Ladder 3",
2012
+ "itype1": "helm",
2013
+ "*RunesUsed": "IoChamFal",
2014
+ "Rune1": "r16",
2015
+ "Rune2": "r32",
2016
+ "Rune3": "r19",
2017
+ "T1Code1": "hit-skill",
2018
+ "T1Param1": "Mark of the Bear",
2019
+ "T1Min1": 100,
2020
+ "T1Max1": 1,
2021
+ "T1Code2": "hit-skill",
2022
+ "T1Param2": "Mark of the Wolf",
2023
+ "T1Min2": 100,
2024
+ "T1Max2": 1,
2025
+ "T1Code3": "skilltab",
2026
+ "T1Param3": 16,
2027
+ "T1Min3": 5,
2028
+ "T1Max3": 5,
2029
+ "T1Code4": "ac%",
2030
+ "T1Min4": 50,
2031
+ "T1Max4": 80,
2032
+ "T1Code5": "res-all",
2033
+ "T1Min5": 10,
2034
+ "T1Max5": 10,
2035
+ "T1Code6": "crush",
2036
+ "T1Min6": 25,
2037
+ "T1Max6": 25,
2038
+ "lineNumber": 172
2039
+ },
2040
+ "Mist": {
2041
+ "Name": "Runeword84",
2042
+ "*Rune Name": "Mist",
2043
+ "complete": 1,
2044
+ "firstLadderSeason": 1,
2045
+ "lastLadderSeason": 2,
2046
+ "*Patch Release": "D2R Ladder 1",
2047
+ "itype1": "miss",
2048
+ "*RunesUsed": "ChamShaelGulThulIth",
2049
+ "Rune1": "r32",
2050
+ "Rune2": "r13",
2051
+ "Rune3": "r25",
2052
+ "Rune4": "r10",
2053
+ "Rune5": "r06",
2054
+ "T1Code1": "allskills",
2055
+ "T1Min1": 3,
2056
+ "T1Max1": 3,
2057
+ "T1Code2": "dmg%",
2058
+ "T1Min2": 325,
2059
+ "T1Max2": 375,
2060
+ "T1Code3": "aura",
2061
+ "T1Param3": "Concentration",
2062
+ "T1Min3": 8,
2063
+ "T1Max3": 12,
2064
+ "T1Code4": "pierce",
2065
+ "T1Min4": 100,
2066
+ "T1Max4": 100,
2067
+ "T1Code5": "vit",
2068
+ "T1Min5": 24,
2069
+ "T1Max5": 24,
2070
+ "T1Code6": "res-all",
2071
+ "T1Min6": 40,
2072
+ "T1Max6": 40,
2073
+ "lineNumber": 82
2074
+ },
2075
+ "Morning": {
2076
+ "Name": "Runeword85",
2077
+ "*Rune Name": "Morning",
2078
+ "lineNumber": 83
2079
+ },
2080
+ "Mosaic": {
2081
+ "Name": "Runeword173",
2082
+ "*Rune Name": "Mosaic",
2083
+ "complete": 1,
2084
+ "disallowCraftingInLadder": 1,
2085
+ "disallowCraftingInNonLadder": 1,
2086
+ "firstLadderSeason": 3,
2087
+ "*Patch Release": "D2R Ladder 3",
2088
+ "itype1": "h2h",
2089
+ "*RunesUsed": "MalGulAmn",
2090
+ "Rune1": "r23",
2091
+ "Rune2": "r25",
2092
+ "Rune3": "r11",
2093
+ "T1Code1": "skilltab",
2094
+ "T1Param1": 20,
2095
+ "T1Min1": 2,
2096
+ "T1Max1": 2,
2097
+ "T1Code2": "charge-noconsume",
2098
+ "T1Min2": 50,
2099
+ "T1Max2": 50,
2100
+ "T1Code3": "swing2",
2101
+ "T1Min3": 20,
2102
+ "T1Max3": 20,
2103
+ "T1Code4": "dmg%",
2104
+ "T1Min4": 200,
2105
+ "T1Max4": 250,
2106
+ "T1Code5": "extra-fire",
2107
+ "T1Min5": 8,
2108
+ "T1Max5": 15,
2109
+ "T1Code6": "extra-cold",
2110
+ "T1Min6": 8,
2111
+ "T1Max6": 15,
2112
+ "T1Code7": "extra-ltng",
2113
+ "T1Min7": 8,
2114
+ "T1Max7": 15,
2115
+ "lineNumber": 171
2116
+ },
2117
+ "Mystery": {
2118
+ "Name": "Runeword86",
2119
+ "*Rune Name": "Mystery",
2120
+ "lineNumber": 84
2121
+ },
2122
+ "Myth": {
2123
+ "Name": "Runeword87",
2124
+ "*Rune Name": "Myth",
2125
+ "complete": 1,
2126
+ "*Patch Release": 111,
2127
+ "itype1": "tors",
2128
+ "*RunesUsed": "HelAmnNef",
2129
+ "Rune1": "r15",
2130
+ "Rune2": "r11",
2131
+ "Rune3": "r04",
2132
+ "T1Code1": "hit-skill",
2133
+ "T1Param1": "Taunt",
2134
+ "T1Min1": 10,
2135
+ "T1Max1": 1,
2136
+ "T1Code2": "gethit-skill",
2137
+ "T1Param2": "Howl",
2138
+ "T1Min2": 3,
2139
+ "T1Max2": 1,
2140
+ "T1Code3": "bar",
2141
+ "T1Min3": 2,
2142
+ "T1Max3": 2,
2143
+ "T1Code4": "regen",
2144
+ "T1Min4": 10,
2145
+ "T1Max4": 10,
2146
+ "lineNumber": 85
2147
+ },
2148
+ "Nadir": {
2149
+ "Name": "Runeword88",
2150
+ "*Rune Name": "Nadir",
2151
+ "complete": 1,
2152
+ "*Patch Release": 109,
2153
+ "itype1": "helm",
2154
+ "*RunesUsed": "NefTir",
2155
+ "Rune1": "r04",
2156
+ "Rune2": "r03",
2157
+ "T1Code1": "ac%",
2158
+ "T1Min1": 50,
2159
+ "T1Max1": 50,
2160
+ "T1Code2": "ac",
2161
+ "T1Min2": 10,
2162
+ "T1Max2": 10,
2163
+ "T1Code3": "light",
2164
+ "T1Min3": -3,
2165
+ "T1Max3": -3,
2166
+ "T1Code4": "charged",
2167
+ "T1Param4": 264,
2168
+ "T1Min4": 9,
2169
+ "T1Max4": 13,
2170
+ "T1Code5": "gold%",
2171
+ "T1Min5": -33,
2172
+ "T1Max5": -33,
2173
+ "T1Code6": "str",
2174
+ "T1Min6": 5,
2175
+ "T1Max6": 5,
2176
+ "lineNumber": 86
2177
+ },
2178
+ "Nature's Kingdom": {
2179
+ "Name": "Runeword89",
2180
+ "*Rune Name": "Nature's Kingdom",
2181
+ "lineNumber": 87
2182
+ },
2183
+ "Night": {
2184
+ "Name": "Runeword90",
2185
+ "*Rune Name": "Night",
2186
+ "lineNumber": 88
2187
+ },
2188
+ "Oath": {
2189
+ "Name": "Runeword91",
2190
+ "*Rune Name": "Oath",
2191
+ "complete": 1,
2192
+ "*Patch Release": "Previously Ladder Only",
2193
+ "itype1": "swor",
2194
+ "itype2": "axe",
2195
+ "itype3": "mace",
2196
+ "*RunesUsed": "ShaelPulMalLum",
2197
+ "Rune1": "r13",
2198
+ "Rune2": "r21",
2199
+ "Rune3": "r23",
2200
+ "Rune4": "r17",
2201
+ "T1Code1": "dmg%",
2202
+ "T1Min1": 210,
2203
+ "T1Max1": 340,
2204
+ "T1Code2": "swing1",
2205
+ "T1Min2": 30,
2206
+ "T1Max2": 30,
2207
+ "T1Code3": "hit-skill",
2208
+ "T1Param3": "Bone Spirit",
2209
+ "T1Min3": 30,
2210
+ "T1Max3": 20,
2211
+ "T1Code4": "charged",
2212
+ "T1Param4": "IronGolem",
2213
+ "T1Min4": 14,
2214
+ "T1Max4": 17,
2215
+ "T1Code5": "charged",
2216
+ "T1Param5": "Heart of Wolverine",
2217
+ "T1Min5": 20,
2218
+ "T1Max5": 16,
2219
+ "T1Code6": "abs-mag",
2220
+ "T1Min6": 10,
2221
+ "T1Max6": 15,
2222
+ "T1Code7": "indestruct",
2223
+ "T1Min7": 1,
2224
+ "T1Max7": 1,
2225
+ "lineNumber": 89
2226
+ },
2227
+ "Obedience": {
2228
+ "Name": "Runeword92",
2229
+ "*Rune Name": "Obedience",
2230
+ "complete": 1,
2231
+ "*Patch Release": "Previously Ladder Only",
2232
+ "itype1": "pole",
2233
+ "itype2": "spea",
2234
+ "*RunesUsed": "HelKoThulEthFal",
2235
+ "Rune1": "r15",
2236
+ "Rune2": "r18",
2237
+ "Rune3": "r10",
2238
+ "Rune4": "r05",
2239
+ "Rune5": "r19",
2240
+ "T1Code1": "dmg%",
2241
+ "T1Min1": 370,
2242
+ "T1Max1": 370,
2243
+ "T1Code2": "crush",
2244
+ "T1Min2": 40,
2245
+ "T1Max2": 40,
2246
+ "T1Code3": "kill-skill",
2247
+ "T1Param3": "enchant",
2248
+ "T1Min3": 30,
2249
+ "T1Max3": 21,
2250
+ "T1Code4": "pierce-fire",
2251
+ "T1Min4": 25,
2252
+ "T1Max4": 25,
2253
+ "T1Code5": "ac",
2254
+ "T1Min5": 200,
2255
+ "T1Max5": 300,
2256
+ "T1Code6": "balance3",
2257
+ "T1Min6": 40,
2258
+ "T1Max6": 40,
2259
+ "T1Code7": "res-all",
2260
+ "T1Min7": 20,
2261
+ "T1Max7": 30,
2262
+ "lineNumber": 90
2263
+ },
2264
+ "Oblivion": {
2265
+ "Name": "Runeword93",
2266
+ "*Rune Name": "Oblivion",
2267
+ "lineNumber": 91
2268
+ },
2269
+ "Obsession": {
2270
+ "Name": "Runeword94",
2271
+ "*Rune Name": "Obsession",
2272
+ "complete": 1,
2273
+ "firstLadderSeason": 1,
2274
+ "lastLadderSeason": 2,
2275
+ "*Patch Release": "D2R Ladder 1",
2276
+ "itype1": "staf",
2277
+ "*RunesUsed": "ZodIstLemLumIoNef",
2278
+ "Rune1": "r33",
2279
+ "Rune2": "r24",
2280
+ "Rune3": "r20",
2281
+ "Rune4": "r17",
2282
+ "Rune5": "r16",
2283
+ "Rune6": "r04",
2284
+ "T1Code1": "allskills",
2285
+ "T1Min1": 4,
2286
+ "T1Max1": 4,
2287
+ "T1Code2": "gethit-skill",
2288
+ "T1Param2": "Weaken",
2289
+ "T1Min2": 24,
2290
+ "T1Max2": 10,
2291
+ "T1Code3": "cast3",
2292
+ "T1Min3": 65,
2293
+ "T1Max3": 65,
2294
+ "T1Code4": "balance3",
2295
+ "T1Min4": 60,
2296
+ "T1Max4": 60,
2297
+ "T1Code5": "res-all",
2298
+ "T1Min5": 60,
2299
+ "T1Max5": 70,
2300
+ "T1Code6": "hp%",
2301
+ "T1Min6": 15,
2302
+ "T1Max6": 25,
2303
+ "T1Code7": "regen-mana",
2304
+ "T1Min7": 15,
2305
+ "T1Max7": 30,
2306
+ "lineNumber": 92
2307
+ },
2308
+ "Passion": {
2309
+ "Name": "Runeword95",
2310
+ "*Rune Name": "Passion",
2311
+ "complete": 1,
2312
+ "*Patch Release": 110,
2313
+ "itype1": "weap",
2314
+ "*RunesUsed": "DolOrtEldLem",
2315
+ "Rune1": "r14",
2316
+ "Rune2": "r09",
2317
+ "Rune3": "r02",
2318
+ "Rune4": "r20",
2319
+ "T1Code1": "dmg%",
2320
+ "T1Min1": 160,
2321
+ "T1Max1": 210,
2322
+ "T1Code2": "oskill",
2323
+ "T1Param2": "Zeal",
2324
+ "T1Min2": 1,
2325
+ "T1Max2": 1,
2326
+ "T1Code3": "att%",
2327
+ "T1Min3": 50,
2328
+ "T1Max3": 80,
2329
+ "T1Code4": "oskill",
2330
+ "T1Param4": "Berserk",
2331
+ "T1Min4": 1,
2332
+ "T1Max4": 1,
2333
+ "T1Code5": "swing2",
2334
+ "T1Min5": 25,
2335
+ "T1Max5": 25,
2336
+ "T1Code6": "charged",
2337
+ "T1Param6": "Heart of Wolverine",
2338
+ "T1Min6": 12,
2339
+ "T1Max6": 3,
2340
+ "T1Code7": "stupidity",
2341
+ "T1Min7": 10,
2342
+ "T1Max7": 10,
2343
+ "lineNumber": 93
2344
+ },
2345
+ "Patience": {
2346
+ "Name": "Runeword96",
2347
+ "*Rune Name": "Patience",
2348
+ "lineNumber": 94
2349
+ },
2350
+ "Pattern": {
2351
+ "Name": "Runeword97",
2352
+ "*Rune Name": "Pattern",
2353
+ "complete": 1,
2354
+ "firstLadderSeason": 1,
2355
+ "lastLadderSeason": 2,
2356
+ "*Patch Release": "D2R Ladder 1",
2357
+ "itype1": "h2h",
2358
+ "*RunesUsed": "TalOrtThul",
2359
+ "Rune1": "r07",
2360
+ "Rune2": "r09",
2361
+ "Rune3": "r10",
2362
+ "T1Code1": "att%",
2363
+ "T1Min1": 10,
2364
+ "T1Max1": 10,
2365
+ "T1Code2": "dmg%",
2366
+ "T1Min2": 40,
2367
+ "T1Max2": 80,
2368
+ "T1Code3": "dmg-fire",
2369
+ "T1Min3": 12,
2370
+ "T1Max3": 32,
2371
+ "T1Code4": "res-all",
2372
+ "T1Min4": 15,
2373
+ "T1Max4": 15,
2374
+ "T1Code5": "str",
2375
+ "T1Min5": 6,
2376
+ "T1Max5": 6,
2377
+ "T1Code6": "dex",
2378
+ "T1Min6": 6,
2379
+ "T1Max6": 6,
2380
+ "T1Code7": "block2",
2381
+ "T1Min7": 30,
2382
+ "T1Max7": 30,
2383
+ "lineNumber": 95
2384
+ },
2385
+ "Peace": {
2386
+ "Name": "Runeword98",
2387
+ "*Rune Name": "Peace",
2388
+ "complete": 1,
2389
+ "*Patch Release": 111,
2390
+ "itype1": "tors",
2391
+ "*RunesUsed": "ShaelThulAmn",
2392
+ "Rune1": "r13",
2393
+ "Rune2": "r10",
2394
+ "Rune3": "r11",
2395
+ "T1Code1": "hit-skill",
2396
+ "T1Param1": "Valkyrie",
2397
+ "T1Min1": 2,
2398
+ "T1Max1": 15,
2399
+ "T1Code2": "gethit-skill",
2400
+ "T1Param2": "Slow Missiles",
2401
+ "T1Min2": 4,
2402
+ "T1Max2": 5,
2403
+ "T1Code3": "ama",
2404
+ "T1Min3": 2,
2405
+ "T1Max3": 2,
2406
+ "T1Code4": "oskill",
2407
+ "T1Param4": "Critical Strike",
2408
+ "T1Min4": 2,
2409
+ "T1Max4": 2,
2410
+ "lineNumber": 96
2411
+ },
2412
+ "Penitence": {
2413
+ "Name": "Runeword100",
2414
+ "*Rune Name": "Penitence",
2415
+ "lineNumber": 98
2416
+ },
2417
+ "Peril": {
2418
+ "Name": "Runeword101",
2419
+ "*Rune Name": "Peril",
2420
+ "lineNumber": 99
2421
+ },
2422
+ "Pestilence": {
2423
+ "Name": "Runeword102",
2424
+ "*Rune Name": "Pestilence",
2425
+ "lineNumber": 100
2426
+ },
2427
+ "Phoenix": {
2428
+ "Name": "Runeword103",
2429
+ "*Rune Name": "Phoenix",
2430
+ "complete": 1,
2431
+ "*Patch Release": "Previously Ladder Only",
2432
+ "itype1": "weap",
2433
+ "itype2": "shld",
2434
+ "*RunesUsed": "VexVexLoJah",
2435
+ "Rune1": "r26",
2436
+ "Rune2": "r26",
2437
+ "Rune3": "r28",
2438
+ "Rune4": "r31",
2439
+ "T1Code1": "dmg%",
2440
+ "T1Min1": 350,
2441
+ "T1Max1": 400,
2442
+ "T1Code2": "ac-miss",
2443
+ "T1Min2": 350,
2444
+ "T1Max2": 400,
2445
+ "T1Code3": "hit-skill",
2446
+ "T1Param3": "Firestorm",
2447
+ "T1Min3": 40,
2448
+ "T1Max3": 22,
2449
+ "T1Code4": "levelup-skill",
2450
+ "T1Param4": "Blaze",
2451
+ "T1Min4": 100,
2452
+ "T1Max4": 40,
2453
+ "T1Code5": "pierce-fire",
2454
+ "T1Min5": 28,
2455
+ "T1Max5": 28,
2456
+ "T1Code6": "aura",
2457
+ "T1Param6": "Redemption",
2458
+ "T1Min6": 10,
2459
+ "T1Max6": 15,
2460
+ "T1Code7": "abs-fire",
2461
+ "T1Min7": 15,
2462
+ "T1Max7": 21,
2463
+ "lineNumber": 101
2464
+ },
2465
+ "Piety": {
2466
+ "Name": "Runeword104",
2467
+ "*Rune Name": "Piety",
2468
+ "lineNumber": 102
2469
+ },
2470
+ "Pillar of Faith": {
2471
+ "Name": "Runeword105",
2472
+ "*Rune Name": "Pillar of Faith",
2473
+ "lineNumber": 103
2474
+ },
2475
+ "Plague": {
2476
+ "Name": "Runeword106",
2477
+ "*Rune Name": "Plague",
2478
+ "complete": 1,
2479
+ "firstLadderSeason": 1,
2480
+ "lastLadderSeason": 2,
2481
+ "*Patch Release": "D2R Ladder 1",
2482
+ "itype1": "swor",
2483
+ "itype2": "knif",
2484
+ "itype3": "h2h",
2485
+ "*RunesUsed": "ChamShaelUm",
2486
+ "Rune1": "r32",
2487
+ "Rune2": "r13",
2488
+ "Rune3": "r22",
2489
+ "T1Code1": "dmg%",
2490
+ "T1Min1": 220,
2491
+ "T1Max1": 320,
2492
+ "T1Code2": "gethit-skill",
2493
+ "T1Param2": "Lower Resist",
2494
+ "T1Min2": 20,
2495
+ "T1Max2": 12,
2496
+ "T1Code3": "hit-skill",
2497
+ "T1Param3": "Poison Nova",
2498
+ "T1Min3": 25,
2499
+ "T1Max3": 15,
2500
+ "T1Code4": "pierce-pois",
2501
+ "T1Min4": 23,
2502
+ "T1Max4": 23,
2503
+ "T1Code5": "deadly/lvl",
2504
+ "T1Param5": 3,
2505
+ "T1Code6": "aura",
2506
+ "T1Param6": "Cleansing",
2507
+ "T1Min6": 13,
2508
+ "T1Max6": 17,
2509
+ "T1Code7": "allskills",
2510
+ "T1Min7": 1,
2511
+ "T1Max7": 2,
2512
+ "lineNumber": 104
2513
+ },
2514
+ "Praise": {
2515
+ "Name": "Runeword107",
2516
+ "*Rune Name": "Praise",
2517
+ "lineNumber": 105
2518
+ },
2519
+ "Prayer": {
2520
+ "Name": "Runeword108",
2521
+ "*Rune Name": "Prayer",
2522
+ "lineNumber": 106
2523
+ },
2524
+ "Pride": {
2525
+ "Name": "Runeword109",
2526
+ "*Rune Name": "Pride",
2527
+ "complete": 1,
2528
+ "*Patch Release": "Previously Ladder Only",
2529
+ "itype1": "pole",
2530
+ "itype2": "spea",
2531
+ "*RunesUsed": "ChamSurIoLo",
2532
+ "Rune1": "r32",
2533
+ "Rune2": "r29",
2534
+ "Rune3": "r16",
2535
+ "Rune4": "r28",
2536
+ "T1Code1": "dmg-dem/lvl",
2537
+ "T1Param1": 8,
2538
+ "T1Code2": "dmg-ltng",
2539
+ "T1Min2": 50,
2540
+ "T1Max2": 280,
2541
+ "T1Code3": "att%",
2542
+ "T1Min3": 260,
2543
+ "T1Max3": 300,
2544
+ "T1Code4": "aura",
2545
+ "T1Param4": "Concentration",
2546
+ "T1Min4": 16,
2547
+ "T1Max4": 20,
2548
+ "T1Code5": "gethit-skill",
2549
+ "T1Param5": "Fire Wall",
2550
+ "T1Min5": 25,
2551
+ "T1Max5": 17,
2552
+ "T1Code6": "regen",
2553
+ "T1Min6": 8,
2554
+ "T1Max6": 8,
2555
+ "T1Code7": "gold%/lvl",
2556
+ "T1Param7": 15,
2557
+ "lineNumber": 107
2558
+ },
2559
+ "Principle": {
2560
+ "Name": "Runeword110",
2561
+ "*Rune Name": "Principle",
2562
+ "complete": 1,
2563
+ "*Patch Release": 111,
2564
+ "itype1": "tors",
2565
+ "*RunesUsed": "RalGulEld",
2566
+ "Rune1": "r08",
2567
+ "Rune2": "r25",
2568
+ "Rune3": "r02",
2569
+ "T1Code1": "hit-skill",
2570
+ "T1Param1": "Holy Bolt",
2571
+ "T1Min1": 100,
2572
+ "T1Max1": 5,
2573
+ "T1Code2": "pal",
2574
+ "T1Min2": 2,
2575
+ "T1Max2": 2,
2576
+ "T1Code3": "hp",
2577
+ "T1Min3": 100,
2578
+ "T1Max3": 150,
2579
+ "T1Code4": "dmg-undead",
2580
+ "T1Min4": 50,
2581
+ "T1Max4": 50,
2582
+ "lineNumber": 108
2583
+ },
2584
+ "Prowess in Battle": {
2585
+ "Name": "Runeword111",
2586
+ "*Rune Name": "Prowess in Battle",
2587
+ "lineNumber": 109
2588
+ },
2589
+ "Prudence": {
2590
+ "Name": "Runeword112",
2591
+ "*Rune Name": "Prudence",
2592
+ "complete": 1,
2593
+ "*Patch Release": 110,
2594
+ "itype1": "tors",
2595
+ "*RunesUsed": "MalTir",
2596
+ "Rune1": "r23",
2597
+ "Rune2": "r03",
2598
+ "T1Code1": "ac%",
2599
+ "T1Min1": 140,
2600
+ "T1Max1": 170,
2601
+ "T1Code2": "red-mag",
2602
+ "T1Min2": 10,
2603
+ "T1Max2": 10,
2604
+ "T1Code3": "red-dmg",
2605
+ "T1Min3": 3,
2606
+ "T1Max3": 3,
2607
+ "T1Code4": "res-all",
2608
+ "T1Min4": 25,
2609
+ "T1Max4": 35,
2610
+ "T1Code5": "balance2",
2611
+ "T1Min5": 25,
2612
+ "T1Max5": 25,
2613
+ "T1Code6": "rep-dur",
2614
+ "T1Param6": 25,
2615
+ "T1Code7": "light",
2616
+ "T1Min7": 1,
2617
+ "T1Max7": 1,
2618
+ "lineNumber": 110
2619
+ },
2620
+ "Punishment": {
2621
+ "Name": "Runeword113",
2622
+ "*Rune Name": "Punishment",
2623
+ "lineNumber": 111
2624
+ },
2625
+ "Purity": {
2626
+ "Name": "Runeword114",
2627
+ "*Rune Name": "Purity",
2628
+ "lineNumber": 112
2629
+ },
2630
+ "Question": {
2631
+ "Name": "Runeword115",
2632
+ "*Rune Name": "Question",
2633
+ "lineNumber": 113
2634
+ },
2635
+ "Radiance": {
2636
+ "Name": "Runeword116",
2637
+ "*Rune Name": "Radiance",
2638
+ "complete": 1,
2639
+ "*Patch Release": 109,
2640
+ "itype1": "helm",
2641
+ "*RunesUsed": "NefSolIth",
2642
+ "Rune1": "r04",
2643
+ "Rune2": "r12",
2644
+ "Rune3": "r06",
2645
+ "T1Code1": "light",
2646
+ "T1Min1": 5,
2647
+ "T1Max1": 5,
2648
+ "T1Code2": "enr",
2649
+ "T1Min2": 10,
2650
+ "T1Max2": 10,
2651
+ "T1Code3": "vit",
2652
+ "T1Min3": 10,
2653
+ "T1Max3": 10,
2654
+ "T1Code4": "red-mag",
2655
+ "T1Min4": 3,
2656
+ "T1Max4": 3,
2657
+ "T1Code5": "mana",
2658
+ "T1Min5": 33,
2659
+ "T1Max5": 33,
2660
+ "T1Code6": "ac%",
2661
+ "T1Min6": 75,
2662
+ "T1Max6": 75,
2663
+ "lineNumber": 114
2664
+ },
2665
+ "Rain": {
2666
+ "Name": "Runeword117",
2667
+ "*Rune Name": "Rain",
2668
+ "complete": 1,
2669
+ "*Patch Release": 111,
2670
+ "itype1": "tors",
2671
+ "*RunesUsed": "OrtMalIth",
2672
+ "Rune1": "r09",
2673
+ "Rune2": "r23",
2674
+ "Rune3": "r06",
2675
+ "T1Code1": "hit-skill",
2676
+ "T1Param1": "Twister",
2677
+ "T1Min1": 5,
2678
+ "T1Max1": 15,
2679
+ "T1Code2": "gethit-skill",
2680
+ "T1Param2": "Cyclone Armor",
2681
+ "T1Min2": 5,
2682
+ "T1Max2": 15,
2683
+ "T1Code3": "dru",
2684
+ "T1Min3": 2,
2685
+ "T1Max3": 2,
2686
+ "T1Code4": "mana",
2687
+ "T1Min4": 100,
2688
+ "T1Max4": 150,
2689
+ "lineNumber": 115
2690
+ },
2691
+ "Reason": {
2692
+ "Name": "Runeword118",
2693
+ "*Rune Name": "Reason",
2694
+ "lineNumber": 116
2695
+ },
2696
+ "Red": {
2697
+ "Name": "Runeword119",
2698
+ "*Rune Name": "Red",
2699
+ "lineNumber": 117
2700
+ },
2701
+ "Revenge": {
2702
+ "Name": "Runeword56",
2703
+ "*Rune Name": "Revenge",
2704
+ "lineNumber": 55
2705
+ },
2706
+ "Rhyme": {
2707
+ "Name": "Runeword120",
2708
+ "*Rune Name": "Rhyme",
2709
+ "complete": 1,
2710
+ "*Patch Release": 109,
2711
+ "itype1": "shld",
2712
+ "*RunesUsed": "ShaelEth",
2713
+ "Rune1": "r13",
2714
+ "Rune2": "r05",
2715
+ "T1Code1": "block2",
2716
+ "T1Min1": 20,
2717
+ "T1Max1": 20,
2718
+ "T1Code2": "block",
2719
+ "T1Min2": 20,
2720
+ "T1Max2": 20,
2721
+ "T1Code3": "res-all",
2722
+ "T1Min3": 25,
2723
+ "T1Max3": 25,
2724
+ "T1Code4": "nofreeze",
2725
+ "T1Min4": 1,
2726
+ "T1Max4": 1,
2727
+ "T1Code5": "gold%",
2728
+ "T1Min5": 50,
2729
+ "T1Max5": 50,
2730
+ "T1Code6": "mag%",
2731
+ "T1Min6": 25,
2732
+ "T1Max6": 25,
2733
+ "lineNumber": 118
2734
+ },
2735
+ "Rift": {
2736
+ "Name": "Runeword121",
2737
+ "*Rune Name": "Rift",
2738
+ "complete": 1,
2739
+ "*Patch Release": "Previously Ladder Only",
2740
+ "itype1": "pole",
2741
+ "itype2": "scep",
2742
+ "*RunesUsed": "HelKoLemGul",
2743
+ "Rune1": "r15",
2744
+ "Rune2": "r18",
2745
+ "Rune3": "r20",
2746
+ "Rune4": "r25",
2747
+ "T1Code1": "dmg-mag",
2748
+ "T1Min1": 160,
2749
+ "T1Max1": 250,
2750
+ "T1Code2": "dmg-fire",
2751
+ "T1Min2": 60,
2752
+ "T1Max2": 180,
2753
+ "T1Code3": "dmg-to-mana",
2754
+ "T1Min3": 38,
2755
+ "T1Max3": 38,
2756
+ "T1Code4": "hit-skill",
2757
+ "T1Param4": "Tornado",
2758
+ "T1Min4": 20,
2759
+ "T1Max4": 16,
2760
+ "T1Code5": "att-skill",
2761
+ "T1Param5": "Frozen Orb",
2762
+ "T1Min5": 16,
2763
+ "T1Max5": 21,
2764
+ "T1Code6": "charged",
2765
+ "T1Param6": "Iron Maiden",
2766
+ "T1Min6": 40,
2767
+ "T1Max6": 15,
2768
+ "T1Code7": "all-stats",
2769
+ "T1Min7": 5,
2770
+ "T1Max7": 10,
2771
+ "lineNumber": 119
2772
+ },
2773
+ "Ritual": {
2774
+ "Name": "Runeword182",
2775
+ "*Rune Name": "Ritual",
2776
+ "complete": 0,
2777
+ "lineNumber": 180
2778
+ },
2779
+ "Sanctuary": {
2780
+ "Name": "Runeword122",
2781
+ "*Rune Name": "Sanctuary",
2782
+ "complete": 1,
2783
+ "*Patch Release": 110,
2784
+ "itype1": "shld",
2785
+ "*RunesUsed": "KoKoMal",
2786
+ "Rune1": "r18",
2787
+ "Rune2": "r18",
2788
+ "Rune3": "r23",
2789
+ "T1Code1": "block",
2790
+ "T1Min1": 20,
2791
+ "T1Max1": 20,
2792
+ "T1Code2": "block2",
2793
+ "T1Min2": 20,
2794
+ "T1Max2": 20,
2795
+ "T1Code3": "ac%",
2796
+ "T1Min3": 130,
2797
+ "T1Max3": 160,
2798
+ "T1Code4": "ac-miss",
2799
+ "T1Min4": 250,
2800
+ "T1Max4": 250,
2801
+ "T1Code5": "res-all",
2802
+ "T1Min5": 50,
2803
+ "T1Max5": 70,
2804
+ "T1Code6": "balance2",
2805
+ "T1Min6": 20,
2806
+ "T1Max6": 20,
2807
+ "T1Code7": "charged",
2808
+ "T1Param7": "Slow Missiles",
2809
+ "T1Min7": 60,
2810
+ "T1Max7": 12,
2811
+ "lineNumber": 120
2812
+ },
2813
+ "Serendipity": {
2814
+ "Name": "Runeword123",
2815
+ "*Rune Name": "Serendipity",
2816
+ "lineNumber": 121
2817
+ },
2818
+ "Shadow": {
2819
+ "Name": "Runeword124",
2820
+ "*Rune Name": "Shadow",
2821
+ "lineNumber": 122
2822
+ },
2823
+ "Shadow of Doubt": {
2824
+ "Name": "Runeword125",
2825
+ "*Rune Name": "Shadow of Doubt",
2826
+ "lineNumber": 123
2827
+ },
2828
+ "Silence": {
2829
+ "Name": "Runeword126",
2830
+ "*Rune Name": "Silence",
2831
+ "complete": 1,
2832
+ "*Patch Release": 109,
2833
+ "itype1": "weap",
2834
+ "*RunesUsed": "DolEldHelIstTirVex",
2835
+ "Rune1": "r14",
2836
+ "Rune2": "r02",
2837
+ "Rune3": "r15",
2838
+ "Rune4": "r24",
2839
+ "Rune5": "r03",
2840
+ "Rune6": "r26",
2841
+ "T1Code1": "manasteal",
2842
+ "T1Min1": 4,
2843
+ "T1Max1": 4,
2844
+ "T1Code2": "stupidity",
2845
+ "T1Min2": 33,
2846
+ "T1Max2": 33,
2847
+ "T1Code3": "dmg%",
2848
+ "T1Min3": 200,
2849
+ "T1Max3": 200,
2850
+ "T1Code4": "swing2",
2851
+ "T1Min4": 20,
2852
+ "T1Max4": 20,
2853
+ "T1Code5": "res-all",
2854
+ "T1Min5": 75,
2855
+ "T1Max5": 75,
2856
+ "T1Code6": "allskills",
2857
+ "T1Min6": 2,
2858
+ "T1Max6": 2,
2859
+ "T1Code7": "balance2",
2860
+ "T1Min7": 20,
2861
+ "T1Max7": 20,
2862
+ "lineNumber": 124
2863
+ },
2864
+ "Siren's Song": {
2865
+ "Name": "Runeword127",
2866
+ "*Rune Name": "Siren's Song",
2867
+ "lineNumber": 125
2868
+ },
2869
+ "Smoke": {
2870
+ "Name": "Runeword128",
2871
+ "*Rune Name": "Smoke",
2872
+ "complete": 1,
2873
+ "*Patch Release": 109,
2874
+ "itype1": "tors",
2875
+ "*RunesUsed": "NefLum",
2876
+ "Rune1": "r04",
2877
+ "Rune2": "r17",
2878
+ "T1Code1": "ac-miss",
2879
+ "T1Min1": 250,
2880
+ "T1Max1": 250,
2881
+ "T1Code2": "ac%",
2882
+ "T1Min2": 75,
2883
+ "T1Max2": 75,
2884
+ "T1Code3": "res-all",
2885
+ "T1Min3": 50,
2886
+ "T1Max3": 50,
2887
+ "T1Code4": "balance2",
2888
+ "T1Min4": 20,
2889
+ "T1Max4": 20,
2890
+ "T1Code5": "light",
2891
+ "T1Min5": -1,
2892
+ "T1Max5": -1,
2893
+ "T1Code6": "charged",
2894
+ "T1Param6": 72,
2895
+ "T1Min6": 18,
2896
+ "T1Max6": 6,
2897
+ "lineNumber": 126
2898
+ },
2899
+ "Sorrow": {
2900
+ "Name": "Runeword129",
2901
+ "*Rune Name": "Sorrow",
2902
+ "lineNumber": 127
2903
+ },
2904
+ "Spirit": {
2905
+ "Name": "Runeword130",
2906
+ "*Rune Name": "Spirit",
2907
+ "complete": 1,
2908
+ "*Patch Release": "Previously Ladder Only",
2909
+ "itype1": "swor",
2910
+ "itype2": "shld",
2911
+ "*RunesUsed": "TalThulOrtAmn",
2912
+ "Rune1": "r07",
2913
+ "Rune2": "r10",
2914
+ "Rune3": "r09",
2915
+ "Rune4": "r11",
2916
+ "T1Code1": "balance3",
2917
+ "T1Min1": 55,
2918
+ "T1Max1": 55,
2919
+ "T1Code2": "mana",
2920
+ "T1Min2": 89,
2921
+ "T1Max2": 112,
2922
+ "T1Code3": "ac-miss",
2923
+ "T1Min3": 250,
2924
+ "T1Max3": 250,
2925
+ "T1Code4": "vit",
2926
+ "T1Min4": 22,
2927
+ "T1Max4": 22,
2928
+ "T1Code5": "cast3",
2929
+ "T1Min5": 25,
2930
+ "T1Max5": 35,
2931
+ "T1Code6": "abs-mag",
2932
+ "T1Min6": 3,
2933
+ "T1Max6": 8,
2934
+ "T1Code7": "allskills",
2935
+ "T1Min7": 2,
2936
+ "T1Max7": 2,
2937
+ "lineNumber": 128
2938
+ },
2939
+ "Splendor": {
2940
+ "Name": "Runeword131",
2941
+ "*Rune Name": "Splendor",
2942
+ "complete": 1,
2943
+ "*Patch Release": 110,
2944
+ "itype1": "shld",
2945
+ "*RunesUsed": "EthLum",
2946
+ "Rune1": "r05",
2947
+ "Rune2": "r17",
2948
+ "T1Code1": "light",
2949
+ "T1Min1": 3,
2950
+ "T1Max1": 3,
2951
+ "T1Code2": "gold%",
2952
+ "T1Min2": 50,
2953
+ "T1Max2": 50,
2954
+ "T1Code3": "mag%",
2955
+ "T1Min3": 20,
2956
+ "T1Max3": 20,
2957
+ "T1Code4": "ac%",
2958
+ "T1Min4": 60,
2959
+ "T1Max4": 100,
2960
+ "T1Code5": "block2",
2961
+ "T1Min5": 20,
2962
+ "T1Max5": 20,
2963
+ "T1Code6": "cast2",
2964
+ "T1Min6": 10,
2965
+ "T1Max6": 10,
2966
+ "T1Code7": "allskills",
2967
+ "T1Min7": 1,
2968
+ "T1Max7": 1,
2969
+ "lineNumber": 129
2970
+ },
2971
+ "Starlight": {
2972
+ "Name": "Runeword132",
2973
+ "*Rune Name": "Starlight",
2974
+ "lineNumber": 130
2975
+ },
2976
+ "Stealth": {
2977
+ "Name": "Runeword133",
2978
+ "*Rune Name": "Stealth",
2979
+ "complete": 1,
2980
+ "*Patch Release": 109,
2981
+ "itype1": "tors",
2982
+ "*RunesUsed": "TalEth",
2983
+ "Rune1": "r07",
2984
+ "Rune2": "r05",
2985
+ "T1Code1": "red-mag",
2986
+ "T1Min1": 3,
2987
+ "T1Max1": 3,
2988
+ "T1Code2": "dex",
2989
+ "T1Min2": 6,
2990
+ "T1Max2": 6,
2991
+ "T1Code3": "stam",
2992
+ "T1Min3": 15,
2993
+ "T1Max3": 15,
2994
+ "T1Code4": "move2",
2995
+ "T1Min4": 25,
2996
+ "T1Max4": 25,
2997
+ "T1Code5": "cast2",
2998
+ "T1Min5": 25,
2999
+ "T1Max5": 25,
3000
+ "T1Code6": "balance2",
3001
+ "T1Min6": 25,
3002
+ "T1Max6": 25,
3003
+ "lineNumber": 131
3004
+ },
3005
+ "Steel": {
3006
+ "Name": "Runeword134",
3007
+ "*Rune Name": "Steel",
3008
+ "complete": 1,
3009
+ "*Patch Release": 109,
3010
+ "itype1": "swor",
3011
+ "itype2": "axe",
3012
+ "itype3": "mace",
3013
+ "*RunesUsed": "TirEl",
3014
+ "Rune1": "r03",
3015
+ "Rune2": "r01",
3016
+ "T1Code1": "swing2",
3017
+ "T1Min1": 25,
3018
+ "T1Max1": 25,
3019
+ "T1Code2": "dmg-min",
3020
+ "T1Min2": 3,
3021
+ "T1Max2": 3,
3022
+ "T1Code3": "dmg-max",
3023
+ "T1Min3": 3,
3024
+ "T1Max3": 3,
3025
+ "T1Code4": "openwounds",
3026
+ "T1Min4": 50,
3027
+ "T1Max4": 50,
3028
+ "T1Code5": "dmg%",
3029
+ "T1Min5": 20,
3030
+ "T1Max5": 20,
3031
+ "lineNumber": 132
3032
+ },
3033
+ "Still Water": {
3034
+ "Name": "Runeword135",
3035
+ "*Rune Name": "Still Water",
3036
+ "lineNumber": 133
3037
+ },
3038
+ "Sting": {
3039
+ "Name": "Runeword136",
3040
+ "*Rune Name": "Sting",
3041
+ "lineNumber": 134
3042
+ },
3043
+ "Stone": {
3044
+ "Name": "Runeword137",
3045
+ "*Rune Name": "Stone",
3046
+ "complete": 1,
3047
+ "*Patch Release": 110,
3048
+ "itype1": "tors",
3049
+ "*RunesUsed": "ShaelUmPulLum",
3050
+ "Rune1": "r13",
3051
+ "Rune2": "r22",
3052
+ "Rune3": "r21",
3053
+ "Rune4": "r17",
3054
+ "T1Code1": "ac%",
3055
+ "T1Min1": 220,
3056
+ "T1Max1": 260,
3057
+ "T1Code2": "charged",
3058
+ "T1Param2": "Clay Golem",
3059
+ "T1Min2": 16,
3060
+ "T1Max2": 16,
3061
+ "T1Code3": "ac-miss",
3062
+ "T1Min3": 300,
3063
+ "T1Max3": 300,
3064
+ "T1Code4": "charged",
3065
+ "T1Param4": "Molten Boulder",
3066
+ "T1Min4": 80,
3067
+ "T1Max4": 16,
3068
+ "T1Code5": "str",
3069
+ "T1Min5": 16,
3070
+ "T1Max5": 16,
3071
+ "T1Code6": "vit",
3072
+ "T1Min6": 16,
3073
+ "T1Max6": 16,
3074
+ "T1Code7": "balance2",
3075
+ "T1Min7": 40,
3076
+ "T1Max7": 40,
3077
+ "lineNumber": 135
3078
+ },
3079
+ "Storm": {
3080
+ "Name": "Runeword138",
3081
+ "*Rune Name": "Storm",
3082
+ "lineNumber": 136
3083
+ },
3084
+ "Strength": {
3085
+ "Name": "Runeword139",
3086
+ "*Rune Name": "Strength",
3087
+ "complete": 1,
3088
+ "*Patch Release": 109,
3089
+ "itype1": "mele",
3090
+ "*RunesUsed": "AmnTir",
3091
+ "Rune1": "r11",
3092
+ "Rune2": "r03",
3093
+ "T1Code1": "str",
3094
+ "T1Min1": 20,
3095
+ "T1Max1": 20,
3096
+ "T1Code2": "dmg%",
3097
+ "T1Min2": 35,
3098
+ "T1Max2": 35,
3099
+ "T1Code3": "vit",
3100
+ "T1Min3": 10,
3101
+ "T1Max3": 10,
3102
+ "T1Code4": "crush",
3103
+ "T1Min4": 25,
3104
+ "T1Max4": 25,
3105
+ "lineNumber": 137
3106
+ },
3107
+ "Temper": {
3108
+ "Name": "Runeword176",
3109
+ "*Rune Name": "Temper",
3110
+ "complete": 1,
3111
+ "firstLadderSeason": 3,
3112
+ "*Patch Release": "D2R Ladder 3",
3113
+ "itype1": "helm",
3114
+ "*RunesUsed": "ShaelIoRal",
3115
+ "Rune1": "r13",
3116
+ "Rune2": "r16",
3117
+ "Rune3": "r08",
3118
+ "T1Code1": "hp%",
3119
+ "T1Min1": 5,
3120
+ "T1Max1": 5,
3121
+ "T1Code2": "ac%",
3122
+ "T1Min2": 75,
3123
+ "T1Max2": 100,
3124
+ "T1Code3": "res-fire",
3125
+ "T1Min3": 10,
3126
+ "T1Max3": 30,
3127
+ "T1Code4": "abs-fire%",
3128
+ "T1Min4": 10,
3129
+ "T1Max4": 15,
3130
+ "lineNumber": 174
3131
+ },
3132
+ "Tempest": {
3133
+ "Name": "Runeword140",
3134
+ "*Rune Name": "Tempest",
3135
+ "lineNumber": 138
3136
+ },
3137
+ "Temptation": {
3138
+ "Name": "Runeword141",
3139
+ "*Rune Name": "Temptation",
3140
+ "lineNumber": 139
3141
+ },
3142
+ "Terror": {
3143
+ "Name": "Runeword142",
3144
+ "*Rune Name": "Terror",
3145
+ "lineNumber": 140
3146
+ },
3147
+ "Thirst": {
3148
+ "Name": "Runeword143",
3149
+ "*Rune Name": "Thirst",
3150
+ "lineNumber": 141
3151
+ },
3152
+ "Thought": {
3153
+ "Name": "Runeword144",
3154
+ "*Rune Name": "Thought",
3155
+ "lineNumber": 142
3156
+ },
3157
+ "Thunder": {
3158
+ "Name": "Runeword145",
3159
+ "*Rune Name": "Thunder",
3160
+ "lineNumber": 143
3161
+ },
3162
+ "Time": {
3163
+ "Name": "Runeword146",
3164
+ "*Rune Name": "Time",
3165
+ "lineNumber": 144
3166
+ },
3167
+ "Tradition": {
3168
+ "Name": "Runeword147",
3169
+ "*Rune Name": "Tradition",
3170
+ "lineNumber": 145
3171
+ },
3172
+ "Treachery": {
3173
+ "Name": "Runeword148",
3174
+ "*Rune Name": "Treachery",
3175
+ "complete": 1,
3176
+ "*Patch Release": 111,
3177
+ "itype1": "tors",
3178
+ "*RunesUsed": "ShaelThulLem",
3179
+ "Rune1": "r13",
3180
+ "Rune2": "r10",
3181
+ "Rune3": "r20",
3182
+ "T1Code1": "hit-skill",
3183
+ "T1Param1": "Venom",
3184
+ "T1Min1": 25,
3185
+ "T1Max1": 15,
3186
+ "T1Code2": "gethit-skill",
3187
+ "T1Param2": "Fade",
3188
+ "T1Min2": 5,
3189
+ "T1Max2": 15,
3190
+ "T1Code3": "ass",
3191
+ "T1Min3": 2,
3192
+ "T1Max3": 2,
3193
+ "T1Code4": "swing2",
3194
+ "T1Min4": 45,
3195
+ "T1Max4": 45,
3196
+ "lineNumber": 146
3197
+ },
3198
+ "Trust": {
3199
+ "Name": "Runeword149",
3200
+ "*Rune Name": "Trust",
3201
+ "lineNumber": 147
3202
+ },
3203
+ "Truth": {
3204
+ "Name": "Runeword150",
3205
+ "*Rune Name": "Truth",
3206
+ "lineNumber": 148
3207
+ },
3208
+ "Unbending Will": {
3209
+ "Name": "Runeword151",
3210
+ "*Rune Name": "Unbending Will",
3211
+ "complete": 1,
3212
+ "firstLadderSeason": 1,
3213
+ "lastLadderSeason": 2,
3214
+ "*Patch Release": "D2R Ladder 1",
3215
+ "itype1": "swor",
3216
+ "*RunesUsed": "FalIoIthEldElHel",
3217
+ "Rune1": "r19",
3218
+ "Rune2": "r16",
3219
+ "Rune3": "r06",
3220
+ "Rune4": "r02",
3221
+ "Rune5": "r01",
3222
+ "Rune6": "r15",
3223
+ "T1Code1": "skilltab",
3224
+ "T1Param1": 12,
3225
+ "T1Min1": 3,
3226
+ "T1Max1": 3,
3227
+ "T1Code2": "hit-skill",
3228
+ "T1Param2": "Taunt",
3229
+ "T1Min2": 18,
3230
+ "T1Max2": 18,
3231
+ "T1Code3": "swing2",
3232
+ "T1Min3": 20,
3233
+ "T1Max3": 30,
3234
+ "T1Code4": "dmg%",
3235
+ "T1Min4": 300,
3236
+ "T1Max4": 350,
3237
+ "T1Code5": "red-dmg",
3238
+ "T1Min5": 8,
3239
+ "T1Max5": 8,
3240
+ "T1Code6": "noheal",
3241
+ "T1Min6": 1,
3242
+ "T1Max6": 1,
3243
+ "T1Code7": "lifesteal",
3244
+ "T1Min7": 8,
3245
+ "T1Max7": 10,
3246
+ "lineNumber": 149
3247
+ },
3248
+ "Valor": {
3249
+ "Name": "Runeword152",
3250
+ "*Rune Name": "Valor",
3251
+ "lineNumber": 150
3252
+ },
3253
+ "Vengeance": {
3254
+ "Name": "Runeword153",
3255
+ "*Rune Name": "Vengeance",
3256
+ "lineNumber": 151
3257
+ },
3258
+ "Venom": {
3259
+ "Name": "Runeword154",
3260
+ "*Rune Name": "Venom",
3261
+ "complete": 1,
3262
+ "*Patch Release": 109,
3263
+ "itype1": "weap",
3264
+ "*RunesUsed": "TalDolMal",
3265
+ "Rune1": "r07",
3266
+ "Rune2": "r14",
3267
+ "Rune3": "r23",
3268
+ "T1Code1": "dmg-pois",
3269
+ "T1Param1": 175,
3270
+ "T1Min1": 312,
3271
+ "T1Max1": 312,
3272
+ "T1Code2": "ignore-ac",
3273
+ "T1Min2": 1,
3274
+ "T1Max2": 1,
3275
+ "T1Code3": "charged",
3276
+ "T1Param3": 83,
3277
+ "T1Min3": 27,
3278
+ "T1Max3": 15,
3279
+ "T1Code4": "charged",
3280
+ "T1Param4": 92,
3281
+ "T1Min4": 11,
3282
+ "T1Max4": 13,
3283
+ "T1Code5": "manasteal",
3284
+ "T1Min5": 7,
3285
+ "T1Max5": 7,
3286
+ "lineNumber": 152
3287
+ },
3288
+ "Victory": {
3289
+ "Name": "Runeword155",
3290
+ "*Rune Name": "Victory",
3291
+ "lineNumber": 153
3292
+ },
3293
+ "Vigilance": {
3294
+ "Name": "Runeword181",
3295
+ "*Rune Name": "Vigilance",
3296
+ "complete": 0,
3297
+ "lineNumber": 179
3298
+ },
3299
+ "Voice": {
3300
+ "Name": "Runeword156",
3301
+ "*Rune Name": "Voice",
3302
+ "lineNumber": 154
3303
+ },
3304
+ "Voice of Reason": {
3305
+ "Name": "Runeword99",
3306
+ "*Rune Name": "Voice of Reason",
3307
+ "complete": 1,
3308
+ "*Patch Release": "Previously Ladder Only",
3309
+ "itype1": "swor",
3310
+ "itype2": "mace",
3311
+ "*RunesUsed": "LemKoElEld",
3312
+ "Rune1": "r20",
3313
+ "Rune2": "r18",
3314
+ "Rune3": "r01",
3315
+ "Rune4": "r02",
3316
+ "T1Code1": "dmg-demon",
3317
+ "T1Min1": 220,
3318
+ "T1Max1": 350,
3319
+ "T1Code2": "dmg-undead",
3320
+ "T1Min2": 280,
3321
+ "T1Max2": 300,
3322
+ "T1Code3": "dmg-cold",
3323
+ "T1Min3": 100,
3324
+ "T1Max3": 220,
3325
+ "T1Code4": "pierce-cold",
3326
+ "T1Min4": 24,
3327
+ "T1Max4": 24,
3328
+ "T1Code5": "hit-skill",
3329
+ "T1Param5": "Ice Blast",
3330
+ "T1Min5": 18,
3331
+ "T1Max5": 20,
3332
+ "T1Code6": "hit-skill",
3333
+ "T1Param6": "Frozen Orb",
3334
+ "T1Min6": 15,
3335
+ "T1Max6": 13,
3336
+ "T1Code7": "nofreeze",
3337
+ "T1Min7": 1,
3338
+ "T1Max7": 1,
3339
+ "lineNumber": 97
3340
+ },
3341
+ "Void": {
3342
+ "Name": "Runeword157",
3343
+ "*Rune Name": "Void",
3344
+ "lineNumber": 155
3345
+ },
3346
+ "War": {
3347
+ "Name": "Runeword158",
3348
+ "*Rune Name": "War",
3349
+ "lineNumber": 156
3350
+ },
3351
+ "Water": {
3352
+ "Name": "Runeword159",
3353
+ "*Rune Name": "Water",
3354
+ "lineNumber": 157
3355
+ },
3356
+ "Wealth": {
3357
+ "Name": "Runeword160",
3358
+ "*Rune Name": "Wealth",
3359
+ "complete": 1,
3360
+ "*Patch Release": 109,
3361
+ "itype1": "tors",
3362
+ "*RunesUsed": "LmKoTir",
3363
+ "Rune1": "r20",
3364
+ "Rune2": "r18",
3365
+ "Rune3": "r03",
3366
+ "T1Code1": "gold%",
3367
+ "T1Min1": 250,
3368
+ "T1Max1": 250,
3369
+ "T1Code2": "mag%",
3370
+ "T1Min2": 100,
3371
+ "T1Max2": 100,
3372
+ "lineNumber": 158
3373
+ },
3374
+ "Whisper": {
3375
+ "Name": "Runeword161",
3376
+ "*Rune Name": "Whisper",
3377
+ "lineNumber": 159
3378
+ },
3379
+ "White": {
3380
+ "Name": "Runeword162",
3381
+ "*Rune Name": "White",
3382
+ "complete": 1,
3383
+ "*Patch Release": 109,
3384
+ "itype1": "wand",
3385
+ "*RunesUsed": "DolIo",
3386
+ "Rune1": "r14",
3387
+ "Rune2": "r16",
3388
+ "T1Code1": "skilltab",
3389
+ "T1Param1": 7,
3390
+ "T1Min1": 3,
3391
+ "T1Max1": 3,
3392
+ "T1Code2": "red-mag",
3393
+ "T1Min2": 4,
3394
+ "T1Max2": 4,
3395
+ "T1Code3": "cast2",
3396
+ "T1Min3": 20,
3397
+ "T1Max3": 20,
3398
+ "T1Code4": "mana",
3399
+ "T1Min4": 13,
3400
+ "T1Max4": 13,
3401
+ "T1Code5": "skill",
3402
+ "T1Param5": 68,
3403
+ "T1Min5": 3,
3404
+ "T1Max5": 3,
3405
+ "T1Code6": "skill",
3406
+ "T1Param6": 84,
3407
+ "T1Min6": 2,
3408
+ "T1Max6": 2,
3409
+ "T1Code7": "skill",
3410
+ "T1Param7": 69,
3411
+ "T1Min7": 4,
3412
+ "T1Max7": 4,
3413
+ "lineNumber": 160
3414
+ },
3415
+ "Wind": {
3416
+ "Name": "Runeword163",
3417
+ "*Rune Name": "Wind",
3418
+ "complete": 1,
3419
+ "*Patch Release": 110,
3420
+ "itype1": "mele",
3421
+ "*RunesUsed": "SurEl",
3422
+ "Rune1": "r29",
3423
+ "Rune2": "r01",
3424
+ "T1Code1": "dmg%",
3425
+ "T1Min1": 120,
3426
+ "T1Max1": 160,
3427
+ "T1Code2": "swing2",
3428
+ "T1Min2": 40,
3429
+ "T1Max2": 40,
3430
+ "T1Code3": "move2",
3431
+ "T1Min3": 20,
3432
+ "T1Max3": 20,
3433
+ "T1Code4": "reduce-ac",
3434
+ "T1Min4": 50,
3435
+ "T1Max4": 50,
3436
+ "T1Code5": "hit-skill",
3437
+ "T1Param5": "Tornado",
3438
+ "T1Min5": 10,
3439
+ "T1Max5": 9,
3440
+ "T1Code6": "charged",
3441
+ "T1Param6": 240,
3442
+ "T1Min6": 127,
3443
+ "T1Max6": 13,
3444
+ "T1Code7": "balance2",
3445
+ "T1Min7": 15,
3446
+ "T1Max7": 15,
3447
+ "lineNumber": 161
3448
+ },
3449
+ "Wings of Hope": {
3450
+ "Name": "Runeword164",
3451
+ "*Rune Name": "Wings of Hope",
3452
+ "lineNumber": 162
3453
+ },
3454
+ "Wisdom": {
3455
+ "Name": "Runeword165",
3456
+ "*Rune Name": "Wisdom",
3457
+ "complete": 1,
3458
+ "firstLadderSeason": 1,
3459
+ "lastLadderSeason": 2,
3460
+ "*Patch Release": "D2R Ladder 1",
3461
+ "itype1": "helm",
3462
+ "*RunesUsed": "PulIthEld",
3463
+ "Rune1": "r21",
3464
+ "Rune2": "r06",
3465
+ "Rune3": "r02",
3466
+ "T1Code1": "pierce",
3467
+ "T1Min1": 33,
3468
+ "T1Max1": 33,
3469
+ "T1Code2": "manasteal",
3470
+ "T1Min2": 4,
3471
+ "T1Max2": 8,
3472
+ "T1Code3": "att%",
3473
+ "T1Min3": 15,
3474
+ "T1Max3": 25,
3475
+ "T1Code4": "mana-kill",
3476
+ "T1Min4": 5,
3477
+ "T1Max4": 5,
3478
+ "T1Code5": "nofreeze",
3479
+ "T1Min5": 1,
3480
+ "T1Max5": 1,
3481
+ "T1Code6": "enr",
3482
+ "T1Min6": 10,
3483
+ "T1Max6": 10,
3484
+ "lineNumber": 163
3485
+ },
3486
+ "Woe": {
3487
+ "Name": "Runeword166",
3488
+ "*Rune Name": "Woe",
3489
+ "lineNumber": 164
3490
+ },
3491
+ "Wonder": {
3492
+ "Name": "Runeword167",
3493
+ "*Rune Name": "Wonder",
3494
+ "lineNumber": 165
3495
+ },
3496
+ "Wrath": {
3497
+ "Name": "Runeword168",
3498
+ "*Rune Name": "Wrath",
3499
+ "complete": 1,
3500
+ "*Patch Release": "Previously Ladder Only",
3501
+ "itype1": "miss",
3502
+ "*RunesUsed": "PulLumBerMal",
3503
+ "Rune1": "r21",
3504
+ "Rune2": "r17",
3505
+ "Rune3": "r30",
3506
+ "Rune4": "r23",
3507
+ "T1Code1": "dmg-demon",
3508
+ "T1Min1": 300,
3509
+ "T1Max1": 300,
3510
+ "T1Code2": "dmg-undead",
3511
+ "T1Min2": 250,
3512
+ "T1Max2": 300,
3513
+ "T1Code3": "dmg-ltng",
3514
+ "T1Min3": 41,
3515
+ "T1Max3": 240,
3516
+ "T1Code4": "dmg-mag",
3517
+ "T1Min4": 85,
3518
+ "T1Max4": 120,
3519
+ "T1Code5": "hit-skill",
3520
+ "T1Param5": "Life Tap",
3521
+ "T1Min5": 5,
3522
+ "T1Max5": 10,
3523
+ "T1Code6": "hit-skill",
3524
+ "T1Param6": "Decrepify",
3525
+ "T1Min6": 30,
3526
+ "T1Max6": 1,
3527
+ "T1Code7": "nofreeze",
3528
+ "T1Min7": 1,
3529
+ "T1Max7": 1,
3530
+ "lineNumber": 166
3531
+ },
3532
+ "Youth": {
3533
+ "Name": "Runeword169",
3534
+ "*Rune Name": "Youth",
3535
+ "lineNumber": 167
3536
+ },
3537
+ "Zephyr": {
3538
+ "Name": "Runeword170",
3539
+ "*Rune Name": "Zephyr",
3540
+ "complete": 1,
3541
+ "*Patch Release": 109,
3542
+ "itype1": "miss",
3543
+ "*RunesUsed": "OrtEth",
3544
+ "Rune1": "r09",
3545
+ "Rune2": "r05",
3546
+ "T1Code1": "move2",
3547
+ "T1Min1": 25,
3548
+ "T1Max1": 25,
3549
+ "T1Code2": "swing2",
3550
+ "T1Min2": 25,
3551
+ "T1Max2": 25,
3552
+ "T1Code3": "dmg%",
3553
+ "T1Min3": 33,
3554
+ "T1Max3": 33,
3555
+ "T1Code4": "att",
3556
+ "T1Min4": 66,
3557
+ "T1Max4": 66,
3558
+ "T1Code5": "gethit-skill",
3559
+ "T1Param5": 240,
3560
+ "T1Min5": 7,
3561
+ "T1Max5": 1,
3562
+ "T1Code6": "ac",
3563
+ "T1Min6": 25,
3564
+ "T1Max6": 25,
3565
+ "lineNumber": 168
3566
+ }
3567
+ }