@blizzhackers/d2data 2.0.0

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