vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 function ReagentData_LoadBlacksmithing()
2 ReagentData['crafted']['blacksmithing'] = {
3 ['Copper Bracers'] = {
4 skill = 1,
5 description = '(Mail Wrist) AC: 35, MinLvl: 2',
6 type = 'Mail',
7 source = 'Trainer',
8 result = 1,
9 reagents = {
10 [ReagentData['bar']['copper']] = 10,
11 [ReagentData['stone']['rough']] = 3,
12 }
13 },
14 ['Copper Chain Pants'] = {
15 skill = 1,
16 description = '(Mail Legs) AC: 83, MinLvl: 4',
17 type = 'Mail',
18 source = 'Trainer',
19 result = 1,
20 reagents = {
21 [ReagentData['bar']['copper']] = 4,
22 }
23 },
24 ['Rough Copper Vest'] = {
25 skill = 1,
26 description = '(Mail Chest) AC: 81, MinLvl: 2',
27 type = 'Mail',
28 source = 'Trainer',
29 result = 1,
30 reagents = {
31 [ReagentData['bar']['copper']] = 4,
32 }
33 },
34 ['Rough Sharpening Stone'] = {
35 skill = 1,
36 description = 'Use: Increase sharp weapon damage by 2 for 30 minutes.',
37 type = 'Trade Goods',
38 source = 'Trainer',
39 result = 1,
40 reagents = {
41 [ReagentData['stone']['rough']] = 1,
42 }
43 },
44 ['Rough Weightstone'] = {
45 skill = 25,
46 description = 'Use: Increase the damage of a blunt weapon by 2 for 30 minutes.',
47 type = 'Trade Goods',
48 source = 'Trainer',
49 result = 1,
50 reagents = {
51 [ReagentData['stone']['rough']] = 1,
52 [ReagentData['cloth']['linen']] = 1,
53 }
54 },
55 ['Copper Mace'] = {
56 skill = 15,
57 description = '(MH Mace) Dmg: 6-11, Spd: 2.20, DPS: 3.9, MinLvl: 4',
58 type = 'Mace',
59 source = 'Trainer',
60 result = 1,
61 reagents = {
62 [ReagentData['flux']['weak']] = 1,
63 [ReagentData['cloth']['linen']] = 2,
64 [ReagentData['bar']['copper']] = 6,
65 }
66 },
67 ['Copper Axe'] = {
68 skill = 20,
69 description = '(MH Axe) Dmg: 5-10, Spd: 1.90, DPS: 3.9, MinLvl: 4',
70 type = 'Axe',
71 source = 'Trainer',
72 result = 1,
73 reagents = {
74 [ReagentData['flux']['weak']] = 1,
75 [ReagentData['cloth']['linen']] = 2,
76 [ReagentData['bar']['copper']] = 6,
77 }
78 },
79 ['Copper Chain Boots'] = {
80 skill = 20,
81 description = '(Mail Feet) AC: 65, MinLvl: 4',
82 type = 'Mail',
83 source = 'Trainer',
84 result = 1,
85 reagents = {
86 [ReagentData['bar']['copper']] = 8,
87 }
88 },
89 ['Copper Shortsword'] = {
90 skill = 25,
91 description = '(MH Sword) Dmg: 5-11, Spd: 2.10, DPS: 3.8, MinLvl: 4',
92 type = 'Sword',
93 source = 'Trainer',
94 result = 1,
95 reagents = {
96 [ReagentData['flux']['weak']] = 1,
97 [ReagentData['cloth']['linen']] = 2,
98 [ReagentData['bar']['copper']] = 6,
99 }
100 },
101 ['Rough Grinding Stone'] = {
102 skill = 25,
103 description = 'Rough Grinding Stone',
104 type = 'Trade Goods',
105 source = 'Trainer',
106 result = 1,
107 reagents = {
108 [ReagentData['stone']['rough']] = 2,
109 }
110 },
111 ['Copper Claymore'] = {
112 skill = 30,
113 description = '(2H Sword) Dmg: 15-23, Spd: 3.00, DPS: 6.3, MinLvl: 6',
114 type = 'Two-Hand Sword',
115 source = 'Trainer',
116 result = 1,
117 reagents = {
118 [ReagentData['flux']['weak']] = 2,
119 [ReagentData['grinding']['rough']] = 1,
120 [ReagentData['leather']['light']] = 1,
121 [ReagentData['bar']['copper']] = 10,
122 }
123 },
124 ['Copper Dagger'] = {
125 skill = 30,
126 description = '(1H Dagger) Dmg: 5-10, Spd: 1.50, DPS: 5.0, MinLvl: 6',
127 type = 'Dagger',
128 source = 'Trainer',
129 result = 1,
130 reagents = {
131 [ReagentData['flux']['weak']] = 1,
132 [ReagentData['grinding']['rough']] = 1,
133 [ReagentData['leather']['light']] = 1,
134 [ReagentData['bar']['copper']] = 6,
135 }
136 },
137 ['Copper Battle Axe'] = {
138 skill = 35,
139 description = '[BoE] (2H Axe) Dmg: 23-35, Spd: 3.20, DPS: 9.1, Sta: 3, MinLvl: 8',
140 type = 'Two-Hand Axe',
141 source = 'Trainer',
142 result = 1,
143 resultrarity = 'Uncommon',
144 reagents = {
145 [ReagentData['gem']['malachite']] = 2,
146 [ReagentData['flux']['weak']] = 2,
147 [ReagentData['grinding']['rough']] = 2,
148 [ReagentData['leather']['light']] = 2,
149 [ReagentData['bar']['copper']] = 12,
150 }
151 },
152 ['Copper Chain Belt'] = {
153 skill = 35,
154 description = '(Mail Waist) AC: 61, MinLvl: 6',
155 type = 'Mail',
156 source = 'Trainer',
157 result = 1,
158 reagents = {
159 [ReagentData['bar']['copper']] = 6,
160 }
161 },
162 ['Copper Chain Vest'] = {
163 skill = 35,
164 description = '[BoE] (Mail Chest) AC: 108, Str: 1, MinLvl: 5',
165 type = 'Mail',
166 source = 'Drop, Quest:Plans: Copper Chain Vest',
167 sourcerarity = 'Uncommon',
168 result = 1,
169 resultrarity = 'Uncommon',
170 reagents = {
171 [ReagentData['gem']['malachite']] = 1,
172 [ReagentData['grinding']['rough']] = 2,
173 [ReagentData['bar']['copper']] = 8,
174 }
175 },
176 ['Runed Copper Gauntlets'] = {
177 skill = 40,
178 description = '(Mail Hands) AC: 73, MinLvl: 7',
179 type = 'Mail',
180 source = 'Trainer',
181 result = 1,
182 reagents = {
183 [ReagentData['grinding']['rough']] = 2,
184 [ReagentData['bar']['copper']] = 8,
185 }
186 },
187 ['Runed Copper Pants'] = {
188 skill = 45,
189 description = '[BoE] (Mail Legs) AC: 113, Str: 2, Sta: 2, MinLvl: 8',
190 type = 'Mail',
191 source = 'Trainer',
192 result = 1,
193 resultrarity = 'Uncommon',
194 reagents = {
195 [ReagentData['grinding']['rough']] = 2,
196 [ReagentData['thread']['fine']] = 2,
197 [ReagentData['bar']['copper']] = 8,
198 }
199 },
200 ['Gemmed Copper Gauntlets'] = {
201 skill = 60,
202 description = '[BoE] (Mail Hands) AC: 90, MinLvl: 10',
203 type = 'Mail',
204 source = 'Drop:Plans: Gemmed Copper Gauntlets',
205 sourcerarity = 'Uncommon',
206 result = 1,
207 resultrarity = 'Uncommon',
208 reagents = {
209 [ReagentData['gem']['malachite']] = 1,
210 [ReagentData['gem']['tigerseye']] = 1,
211 [ReagentData['bar']['copper']] = 8,
212 }
213 },
214 ['Coarse Sharpening Stone'] = {
215 skill = 65,
216 description = 'MinLvl: 5, Use: Increase sharp weapon damage by 3 for 30 minutes.',
217 type = 'Trade Goods',
218 source = 'Trainer',
219 result = 1,
220 reagents = {
221 [ReagentData['stone']['coarse']] = 1,
222 }
223 },
224 ['Coarse Weightstone'] = {
225 skill = 65,
226 description = 'MinLvl: 5, Use: Increase the damage of a blunt weapon by 3 for 30 minutes.',
227 type = 'Trade Goods',
228 source = 'Trainer',
229 result = 1,
230 reagents = {
231 [ReagentData['cloth']['wool']] = 1,
232 [ReagentData['stone']['coarse']] = 1,
233 }
234 },
235 ['Heavy Copper Maul'] = {
236 skill = 65,
237 description = '(2H Mace) Dmg: 21-32, Spd: 2.80, DPS: 9.5, MinLvl: 11',
238 type = 'Two-Hand Mace',
239 source = 'Trainer',
240 result = 1,
241 reagents = {
242 [ReagentData['flux']['weak']] = 2,
243 [ReagentData['leather']['light']] = 2,
244 [ReagentData['bar']['copper']] = 12,
245 }
246 },
247 ['Coarse Grinding Stone'] = {
248 skill = 75,
249 description = 'Coarse Grinding Stone',
250 type = 'Trade Goods',
251 source = 'Trainer',
252 result = 1,
253 reagents = {
254 [ReagentData['stone']['coarse']] = 2,
255 }
256 },
257 ['Runed Copper Breastplate'] = {
258 skill = 80,
259 description = '[BoE] (Mail Chest) AC: 162, Str: 4, Sta: 3, MinLvl: 13',
260 type = 'Mail',
261 source = 'Drop:Plans: Runed Copper Breastplate',
262 sourcerarity = 'Uncommon',
263 result = 1,
264 resultrarity = 'Uncommon',
265 reagents = {
266 [ReagentData['gem']['shadow']] = 1,
267 [ReagentData['grinding']['rough']] = 2,
268 [ReagentData['bar']['copper']] = 12,
269 }
270 },
271 ['Runed Copper Bracers'] = {
272 skill = 90,
273 description = '(Mail Wrist) AC: 68, MinLvl: 14',
274 type = 'Mail',
275 source = 'Trainer',
276 result = 1,
277 reagents = {
278 [ReagentData['grinding']['rough']] = 3,
279 [ReagentData['bar']['copper']] = 10,
280 }
281 },
282 ['Runed Copper Belt'] = {
283 skill = 90,
284 description = '(Mail Waist) AC: 86, MinLvl: 13',
285 type = 'Mail',
286 source = 'Trainer',
287 result = 1,
288 reagents = {
289 [ReagentData['bar']['copper']] = 10,
290 }
291 },
292 ['Thick War Axe'] = {
293 skill = 90,
294 description = '[BoE] (MH Axe) Dmg: 15-28, Spd: 2.50, DPS: 8.6, Str: 1, Sta: 1, MinLvl: 12',
295 type = 'Axe',
296 source = 'Trainer',
297 result = 1,
298 resultrarity = 'Uncommon',
299 reagents = {
300 [ReagentData['flux']['weak']] = 2,
301 [ReagentData['grinding']['rough']] = 2,
302 [ReagentData['bar']['silver']] = 2,
303 [ReagentData['leather']['light']] = 2,
304 [ReagentData['bar']['copper']] = 10,
305 }
306 },
307 ['Heavy Copper Broadsword'] = {
308 skill = 95,
309 description = '[BoE] (2H Sword) Dmg: 27-41, Spd: 2.70, DPS: 12.6, Sta: 6, MinLvl: 14',
310 type = 'Two-Hand Sword',
311 source = 'Trainer',
312 result = 1,
313 resultrarity = 'Uncommon',
314 reagents = {
315 [ReagentData['flux']['weak']] = 2,
316 [ReagentData['gem']['tigerseye']] = 2,
317 [ReagentData['leather']['medium']] = 2,
318 [ReagentData['bar']['copper']] = 14,
319 }
320 },
321 ['Rough Bronze Boots'] = {
322 skill = 95,
323 description = '(Mail Feet) AC: 106, MinLvl: 13',
324 type = 'Mail',
325 source = 'Trainer',
326 result = 1,
327 reagents = {
328 [ReagentData['bar']['bronze']] = 6,
329 [ReagentData['grinding']['rough']] = 6,
330 }
331 },
332 ['Big Bronze Knife'] = {
333 skill = 100,
334 description = '[BoE] (1H Dagger) Dmg: 13-25, Spd: 1.90, DPS: 10.0, Sta: 3, MinLvl: 15',
335 type = 'Dagger',
336 source = 'Trainer',
337 result = 1,
338 resultrarity = 'Uncommon',
339 reagents = {
340 [ReagentData['bar']['bronze']] = 6,
341 [ReagentData['flux']['weak']] = 4,
342 [ReagentData['grinding']['rough']] = 2,
343 [ReagentData['gem']['tigerseye']] = 1,
344 [ReagentData['leather']['medium']] = 1,
345 }
346 },
347 ['Ironforge Breastplate'] = {
348 skill = 100,
349 description = '[BoE] (Mail Chest) AC: 198, Str: 3, Sta: 3, MinLvl: 15',
350 type = 'Mail',
351 source = 'Quest:Plans: Ironforge Breastplate',
352 sourcerarity = 'Uncommon',
353 result = 1,
354 resultrarity = 'Uncommon',
355 reagents = {
356 [ReagentData['grinding']['rough']] = 3,
357 [ReagentData['gem']['tigerseye']] = 2,
358 [ReagentData['bar']['copper']] = 16,
359 }
360 },
361 ['Silver Rod'] = {
362 skill = 100,
363 description = 'Needed by Enchanters.',
364 type = 'Trade Goods',
365 source = 'Trainer',
366 result = 1,
367 reagents = {
368 [ReagentData['grinding']['rough']] = 2,
369 [ReagentData['bar']['silver']] = 1,
370 }
371 },
372 ['Silver Skeleton Key'] = {
373 skill = 100,
374 description = 'Requires Blacksmithing (100), Use: Allows opening of simple locks. The skeleton key is consumed in the process.',
375 type = 'Trade Goods',
376 source = 'Trainer',
377 result = 2,
378 resultrarity = 'Uncommon',
379 reagents = {
380 [ReagentData['grinding']['rough']] = 1,
381 [ReagentData['bar']['silver']] = 1,
382 }
383 },
384 ['Rough Bronze Cuirass'] = {
385 skill = 105,
386 description = '(Mail Chest) AC: 168, MinLvl: 18',
387 type = 'Mail',
388 source = 'Trainer',
389 result = 1,
390 reagents = {
391 [ReagentData['bar']['bronze']] = 7,
392 }
393 },
394 ['Rough Bronze Leggings'] = {
395 skill = 105,
396 description = '[BoE] (Mail Legs) AC: 149, Sta: 5, Spi: 4, MinLvl: 16',
397 type = 'Mail',
398 source = 'Trainer',
399 result = 1,
400 resultrarity = 'Uncommon',
401 reagents = {
402 [ReagentData['bar']['bronze']] = 6,
403 }
404 },
405 ['Bronze Mace'] = {
406 skill = 110,
407 description = '(MH Mace) Dmg: 18-34, Spd: 2.60, DPS: 10.0, MinLvl: 17',
408 type = 'Mace',
409 source = 'Trainer',
410 result = 1,
411 reagents = {
412 [ReagentData['bar']['bronze']] = 6,
413 [ReagentData['flux']['weak']] = 4,
414 [ReagentData['leather']['medium']] = 1,
415 }
416 },
417 ['Rough Bronze Shoulders'] = {
418 skill = 110,
419 description = '(Mail Shoulder) AC: 124, MinLvl: 17',
420 type = 'Mail',
421 source = 'Trainer',
422 result = 1,
423 reagents = {
424 [ReagentData['bar']['bronze']] = 5,
425 [ReagentData['gem']['shadow']] = 1,
426 [ReagentData['grinding']['coarse']] = 1,
427 }
428 },
429 ['Bronze Axe'] = {
430 skill = 115,
431 description = '(MH Axe) Dmg: 15-29, Spd: 2.10, DPS: 10.5, MinLvl: 18',
432 type = 'Axe',
433 source = 'Trainer',
434 result = 1,
435 reagents = {
436 [ReagentData['bar']['bronze']] = 7,
437 [ReagentData['flux']['weak']] = 4,
438 [ReagentData['leather']['medium']] = 1,
439 }
440 },
441 ['Pearl-handled Dagger'] = {
442 skill = 115,
443 description = '[BoE] (1H Dagger) Dmg: 13-26, Spd: 1.70, DPS: 11.5, Agi: 2, Sta: 2, MinLvl: 18',
444 type = 'Dagger',
445 source = 'Trainer',
446 result = 1,
447 resultrarity = 'Uncommon',
448 reagents = {
449 [ReagentData['bar']['bronze']] = 6,
450 [ReagentData['grinding']['coarse']] = 2,
451 [ReagentData['pearl']['smalllustrous']] = 2,
452 [ReagentData['flux']['strong']] = 1,
453 }
454 },
455 ['Bronze Shortsword'] = {
456 skill = 120,
457 description = '(MH Sword) Dmg: 16-31, Spd: 2.10, DPS: 11.2, MinLvl: 19',
458 type = 'Sword',
459 source = 'Trainer',
460 result = 1,
461 reagents = {
462 [ReagentData['bar']['bronze']] = 5,
463 [ReagentData['flux']['weak']] = 4,
464 [ReagentData['leather']['medium']] = 2,
465 }
466 },
467 ['Patterned Bronze Bracers'] = {
468 skill = 120,
469 description = '[BoE] (Mail Wrist) AC: 80, Str: 5, MinLvl: 20',
470 type = 'Mail',
471 source = 'Trainer',
472 result = 1,
473 resultrarity = 'Uncommon',
474 reagents = {
475 [ReagentData['bar']['bronze']] = 5,
476 [ReagentData['grinding']['coarse']] = 2,
477 }
478 },
479 ['Bronze Warhammer'] = {
480 skill = 125,
481 description = '(2H Mace) Dmg: 37-57, Spd: 3.10, DPS: 15.2, MinLvl: 20',
482 type = 'Two-Hand Mace',
483 source = 'Trainer',
484 result = 1,
485 reagents = {
486 [ReagentData['bar']['bronze']] = 8,
487 [ReagentData['leather']['medium']] = 1,
488 [ReagentData['flux']['strong']] = 1,
489 }
490 },
491 ['Deadly Bronze Poniard'] = {
492 skill = 125,
493 description = '[BoE] (1H Dagger) Dmg: 16-30, Spd: 1.80, DPS: 12.8, Agi: 4, MinLvl: 20',
494 type = 'Dagger',
495 source = 'Drop:Plans: Deadly Bronze Poniard',
496 sourcerarity = 'Uncommon',
497 result = 1,
498 resultrarity = 'Uncommon',
499 reagents = {
500 [ReagentData['bar']['bronze']] = 4,
501 [ReagentData['potion']['swiftness']] = 1,
502 [ReagentData['gem']['shadow']] = 2,
503 [ReagentData['grinding']['coarse']] = 2,
504 [ReagentData['leather']['medium']] = 2,
505 [ReagentData['flux']['strong']] = 1,
506 }
507 },
508 ['Heavy Grinding Stone'] = {
509 skill = 125,
510 description = 'Heavy Grinding Stone',
511 type = 'Trade Goods',
512 source = 'Trainer',
513 result = 1,
514 reagents = {
515 [ReagentData['stone']['heavy']] = 3,
516 }
517 },
518 ['Heavy Sharpening Stone'] = {
519 skill = 125,
520 description = 'MinLvl: 15, Use: Increase sharp weapon damage by 4 for 30 minutes.',
521 type = 'Trade Goods',
522 source = 'Trainer',
523 result = 1,
524 reagents = {
525 [ReagentData['stone']['heavy']] = 1,
526 }
527 },
528 ['Heavy Weightstone'] = {
529 skill = 125,
530 description = 'MinLvl: 15, Use: Increase the damage of a blunt weapon by 4 for 30 minutes.',
531 type = 'Trade Goods',
532 source = 'Trainer',
533 result = 1,
534 reagents = {
535 [ReagentData['cloth']['wool']] = 1,
536 [ReagentData['stone']['heavy']] = 1,
537 }
538 },
539 ['Silvered Bronze Shoulders'] = {
540 skill = 125,
541 description = '[BoE] (Mail Shoulder) AC: 137, Str: 3, Sta: 3, Spi: 3, MinLvl: 20',
542 type = 'Mail',
543 source = 'Drop:Plans: Silvered Bronze Shoulders',
544 sourcerarity = 'Uncommon',
545 result = 1,
546 resultrarity = 'Uncommon',
547 reagents = {
548 [ReagentData['bar']['bronze']] = 8,
549 [ReagentData['bar']['silver']] = 2,
550 [ReagentData['grinding']['coarse']] = 2,
551 }
552 },
553 ['Bronze Greatsword'] = {
554 skill = 130,
555 description = '(2H Sword) Dmg: 38-58, Spd: 3.00, DPS: 16.0, MinLvl: 21',
556 type = 'Two-Hand Sword',
557 source = 'Trainer',
558 result = 1,
559 reagents = {
560 [ReagentData['bar']['bronze']] = 12,
561 [ReagentData['leather']['medium']] = 2,
562 [ReagentData['flux']['strong']] = 2,
563 }
564 },
565 ['Heavy Bronze Mace'] = {
566 skill = 130,
567 description = '[BoE] (MH Mace) Dmg: 25-47, Spd: 2.80, DPS: 12.9, Str: 4, MinLvl: 20',
568 type = 'Mace',
569 source = 'Trainer',
570 result = 1,
571 resultrarity = 'Uncommon',
572 reagents = {
573 [ReagentData['gem']['mossagate']] = 1,
574 [ReagentData['bar']['bronze']] = 8,
575 [ReagentData['gem']['shadow']] = 1,
576 [ReagentData['grinding']['coarse']] = 2,
577 [ReagentData['leather']['medium']] = 2,
578 [ReagentData['flux']['strong']] = 1,
579 }
580 },
581 ['Silvered Bronze Boots'] = {
582 skill = 130,
583 description = '[BoE] (Mail Feet) AC: 128, Str: 4, Sta: 4, Spi: 3, MinLvl: 21',
584 type = 'Mail',
585 source = 'Trainer',
586 result = 1,
587 resultrarity = 'Uncommon',
588 reagents = {
589 [ReagentData['bar']['bronze']] = 6,
590 [ReagentData['bar']['silver']] = 1,
591 [ReagentData['grinding']['coarse']] = 2,
592 }
593 },
594 ['Silvered Bronze Breastplate'] = {
595 skill = 130,
596 description = '[BoE] (Mail Chest) AC: 186, Str: 5, Sta: 5, Spi: 4, MinLvl: 21',
597 type = 'Mail',
598 source = 'Drop:Plans: Silvered Bronze Breastplate',
599 sourcerarity = 'Uncommon',
600 result = 1,
601 resultrarity = 'Uncommon',
602 reagents = {
603 [ReagentData['bar']['bronze']] = 10,
604 [ReagentData['bar']['silver']] = 2,
605 [ReagentData['grinding']['coarse']] = 2,
606 [ReagentData['gem']['lessermoonstone']] = 1,
607 }
608 },
609 ['Bronze Battle Axe'] = {
610 skill = 135,
611 description = '(2H Axe) Dmg: 39-59, Spd: 2.90, DPS: 16.9, MinLvl: 22',
612 type = 'Two-Hand Axe',
613 source = 'Trainer',
614 result = 1,
615 reagents = {
616 [ReagentData['bar']['bronze']] = 14,
617 [ReagentData['leather']['medium']] = 2,
618 [ReagentData['flux']['strong']] = 1,
619 }
620 },
621 ['Silvered Bronze Gauntlets'] = {
622 skill = 135,
623 description = '[BoE] (Mail Hands) AC: 118, Str: 4, Sta: 4, Spi: 3, MinLvl: 22',
624 type = 'Mail',
625 source = 'Trainer',
626 result = 1,
627 resultrarity = 'Uncommon',
628 reagents = {
629 [ReagentData['bar']['bronze']] = 8,
630 [ReagentData['bar']['silver']] = 1,
631 [ReagentData['grinding']['coarse']] = 2,
632 }
633 },
634 ['Iridescent Hammer'] = {
635 skill = 140,
636 description = '[BoE] (1H Mace) Dmg: 18-34, Spd: 1.80, DPS: 14.4, Str: 3, Sta: 3, MinLvl: 23',
637 type = 'Mace',
638 source = 'Drop:Plans: Iridescent Hammer',
639 sourcerarity = 'Uncommon',
640 result = 1,
641 resultrarity = 'Uncommon',
642 reagents = {
643 [ReagentData['bar']['bronze']] = 10,
644 [ReagentData['pearl']['iridescent']] = 1,
645 [ReagentData['grinding']['coarse']] = 2,
646 [ReagentData['leather']['medium']] = 2,
647 [ReagentData['flux']['strong']] = 1,
648 }
649 },
650 ['Green Iron Boots'] = {
651 skill = 145,
652 description = '[BoE] (Mail Feet) AC: 134, Str: 3, Sta: 7, MinLvl: 24',
653 type = 'Mail',
654 source = 'Drop:Plans: Green Iron Boots',
655 sourcerarity = 'Uncommon',
656 result = 1,
657 resultrarity = 'Uncommon',
658 reagents = {
659 [ReagentData['bar']['iron']] = 4,
660 [ReagentData['grinding']['coarse']] = 2,
661 [ReagentData['gem']['lessermoonstone']] = 2,
662 [ReagentData['dye']['green']] = 1,
663 }
664 },
665 ['Mighty Iron Hammer'] = {
666 skill = 145,
667 description = '[BoE] (MH Mace) Dmg: 30-57, Spd: 2.80, DPS: 15.5, Str: 5, MinLvl: 25',
668 type = 'Mace',
669 source = 'Drop:Plans: Mighty Iron Hammer',
670 sourcerarity = 'Uncommon',
671 result = 1,
672 resultrarity = 'Uncommon',
673 reagents = {
674 [ReagentData['bar']['iron']] = 6,
675 [ReagentData['potion']['elixirofogresstrength']] = 1,
676 [ReagentData['grinding']['coarse']] = 2,
677 [ReagentData['gem']['lessermoonstone']] = 2,
678 [ReagentData['leather']['medium']] = 2,
679 [ReagentData['flux']['strong']] = 2,
680 }
681 },
682 ['Shining Silver Breastplate'] = {
683 skill = 145,
684 description = '[BoE] (Mail Chest) AC: 214, Str: 14, Sta: 6, MinLvl: 24',
685 type = 'Mail',
686 source = 'Trainer',
687 result = 1,
688 resultrarity = 'Rare',
689 reagents = {
690 [ReagentData['gem']['mossagate']] = 2,
691 [ReagentData['bar']['bronze']] = 20,
692 [ReagentData['pearl']['iridescent']] = 2,
693 [ReagentData['bar']['silver']] = 4,
694 [ReagentData['gem']['lessermoonstone']] = 2,
695 }
696 },
697 ['Golden Rod'] = {
698 skill = 150,
699 description = 'Needed by Enchanters.',
700 type = 'Trade Goods',
701 source = 'Trainer',
702 result = 1,
703 reagents = {
704 [ReagentData['bar']['gold']] = 1,
705 [ReagentData['grinding']['coarse']] = 2,
706 }
707 },
708 ['Golden Skeleton Key'] = {
709 skill = 150,
710 description = 'Requires Blacksmithing (150), Use: Allows opening of standard locks. The skeleton key is consumed in the process.',
711 type = 'Trade Goods',
712 source = 'Trainer',
713 result = 2,
714 resultrarity = 'Uncommon',
715 reagents = {
716 [ReagentData['grinding']['heavy']] = 1,
717 [ReagentData['bar']['gold']] = 1,
718 }
719 },
720 ['Green Iron Gauntlets'] = {
721 skill = 150,
722 description = '[BoE] (Mail Hands) AC: 124, Str: 5, Sta: 6, MinLvl: 25',
723 type = 'Mail',
724 source = 'Drop:Plans: Green Iron Gauntlets',
725 sourcerarity = 'Uncommon',
726 result = 1,
727 resultrarity = 'Uncommon',
728 reagents = {
729 [ReagentData['bar']['iron']] = 4,
730 [ReagentData['grinding']['coarse']] = 2,
731 [ReagentData['pearl']['smalllustrous']] = 2,
732 [ReagentData['dye']['green']] = 1,
733 }
734 },
735 ['Iron Buckle'] = {
736 skill = 150,
737 description = 'Iron Buckle',
738 type = 'Reagent',
739 source = 'Trainer',
740 result = 2,
741 reagents = {
742 [ReagentData['bar']['iron']] = 1,
743 }
744 },
745 ['Iron Shield Spike'] = {
746 skill = 150,
747 description = 'Requires Blacksmithing (150), Use: Attaches an Iron Spike to your shield that deals damage every time you block with it.',
748 type = 'Trade Goods',
749 source = 'Drop:Plans: Iron Shield Spike',
750 sourcerarity = 'Uncommon',
751 result = 1,
752 reagents = {
753 [ReagentData['bar']['iron']] = 6,
754 [ReagentData['grinding']['coarse']] = 4,
755 }
756 },
757 ['Green Iron Leggings'] = {
758 skill = 155,
759 description = '[BoE] (Mail Legs) AC: 176, Str: 8, Sta: 8, MinLvl: 26',
760 type = 'Mail',
761 source = 'Trainer',
762 result = 1,
763 resultrarity = 'Uncommon',
764 reagents = {
765 [ReagentData['bar']['iron']] = 8,
766 [ReagentData['grinding']['heavy']] = 1,
767 [ReagentData['dye']['green']] = 1,
768 }
769 },
770 ['Silvered Bronze Leggings'] = {
771 skill = 155,
772 description = '[BoE] (Mail Legs) AC: 176, Str: 7, Sta: 6, Spi: 6, MinLvl: 26',
773 type = 'Mail',
774 source = 'Drop:Plans: Silvered Bronze Leggings',
775 sourcerarity = 'Uncommon',
776 result = 1,
777 resultrarity = 'Uncommon',
778 reagents = {
779 [ReagentData['bar']['bronze']] = 12,
780 [ReagentData['bar']['silver']] = 4,
781 [ReagentData['grinding']['coarse']] = 2,
782 }
783 },
784 ['Solid Iron Maul'] = {
785 skill = 155,
786 description = '[BoE] (2H Mace) Dmg: 59-89, Spd: 3.50, DPS: 21.1, Sta: 12, MinLvl: 26',
787 type = 'Two-Hand Mace',
788 source = 'Vendor:Plans: Solid Iron Maul',
789 result = 1,
790 resultrarity = 'Uncommon',
791 reagents = {
792 [ReagentData['leather']['heavy']] = 2,
793 [ReagentData['bar']['iron']] = 8,
794 [ReagentData['grinding']['heavy']] = 1,
795 [ReagentData['bar']['silver']] = 4,
796 [ReagentData['flux']['strong']] = 2,
797 }
798 },
799 ['Barbaric Iron Breastplate'] = {
800 skill = 160,
801 description = '(Mail Chest) AC: 204, Str: 12, MinLvl: 27',
802 type = 'Mail',
803 source = 'Quest:Plans: Barbaric Iron Breastplate',
804 sourcerarity = 'Uncommon',
805 result = 1,
806 resultrarity = 'Uncommon',
807 reagents = {
808 [ReagentData['bar']['iron']] = 20,
809 [ReagentData['grinding']['heavy']] = 4,
810 }
811 },
812 ['Barbaric Iron Shoulders'] = {
813 skill = 160,
814 description = '[BoE] (Mail Shoulder) AC: 153, Str: 6, Agi: 6, MinLvl: 27',
815 type = 'Mail',
816 source = 'Quest:Plans: Barbaric Iron Shoulders',
817 sourcerarity = 'Uncommon',
818 result = 1,
819 resultrarity = 'Uncommon',
820 reagents = {
821 [ReagentData['bar']['iron']] = 8,
822 [ReagentData['gem']['shadow']] = 2,
823 [ReagentData['grinding']['heavy']] = 2,
824 [ReagentData['monster']['sharpclaw']] = 4,
825 }
826 },
827 ['Green Iron Shoulders'] = {
828 skill = 160,
829 description = '[BoE] (Mail Shoulder) AC: 153, Str: 4, Sta: 7, MinLvl: 27',
830 type = 'Mail',
831 source = 'Drop:Plans: Green Iron Shoulders',
832 sourcerarity = 'Uncommon',
833 result = 1,
834 resultrarity = 'Uncommon',
835 reagents = {
836 [ReagentData['bar']['iron']] = 7,
837 [ReagentData['grinding']['heavy']] = 1,
838 [ReagentData['dye']['green']] = 1,
839 }
840 },
841 ['Hardened Iron Shortsword'] = {
842 skill = 160,
843 description = '[BoE] (MH Sword) Dmg: 21-39, Spd: 1.80, DPS: 16.7, Sta: 5, MinLvl: 27',
844 type = 'Sword',
845 source = 'Vendor:Plans: Hardened Iron Shortsword',
846 result = 1,
847 resultrarity = 'Uncommon',
848 reagents = {
849 [ReagentData['leather']['heavy']] = 3,
850 [ReagentData['bar']['iron']] = 6,
851 [ReagentData['grinding']['heavy']] = 1,
852 [ReagentData['gem']['lessermoonstone']] = 2,
853 [ReagentData['flux']['strong']] = 2,
854 }
855 },
856 ['Green Iron Bracers'] = {
857 skill = 165,
858 description = '(Mail Wrist) AC: 86, MinLvl: 28',
859 type = 'Mail',
860 source = 'Trainer',
861 result = 1,
862 reagents = {
863 [ReagentData['bar']['iron']] = 6,
864 [ReagentData['dye']['green']] = 1,
865 }
866 },
867 ['Iron Counterweight'] = {
868 skill = 165,
869 description = 'Requires Blacksmithing (165), Use: Attaches a counterweight to a two-handed sword, mace, axe or polearm making it 3% faster.',
870 type = 'Trade Goods',
871 source = 'Drop:Plans: Iron Counterweight',
872 sourcerarity = 'Uncommon',
873 result = 1,
874 reagents = {
875 [ReagentData['bar']['iron']] = 4,
876 [ReagentData['grinding']['coarse']] = 2,
877 [ReagentData['gem']['lessermoonstone']] = 1,
878 }
879 },
880 ['Golden Iron Destroyer'] = {
881 skill = 170,
882 description = '[BoE] (2H Mace) Dmg: 50-76, Spd: 2.75, DPS: 22.9, Str: 11, Sta: 4, MinLvl: 29',
883 type = 'Two-Hand Mace',
884 source = 'Drop:Plans: Golden Iron Destroyer',
885 sourcerarity = 'Uncommon',
886 result = 1,
887 resultrarity = 'Uncommon',
888 reagents = {
889 [ReagentData['leather']['heavy']] = 2,
890 [ReagentData['bar']['iron']] = 10,
891 [ReagentData['grinding']['heavy']] = 2,
892 [ReagentData['bar']['gold']] = 4,
893 [ReagentData['gem']['lessermoonstone']] = 2,
894 [ReagentData['flux']['strong']] = 2,
895 }
896 },
897 ['Golden Scale Leggings'] = {
898 skill = 170,
899 description = '[BoE] (Mail Legs) AC: 184, Str: 11, Spi: 5, MinLvl: 29',
900 type = 'Mail',
901 source = 'Drop:Plans: Golden Scale Leggings',
902 sourcerarity = 'Uncommon',
903 result = 1,
904 resultrarity = 'Uncommon',
905 reagents = {
906 [ReagentData['bar']['iron']] = 10,
907 [ReagentData['grinding']['heavy']] = 1,
908 [ReagentData['bar']['gold']] = 2,
909 }
910 },
911 ['Green Iron Helm'] = {
912 skill = 170,
913 description = '[BoE] (Mail Head) AC: 171, Str: 5, Sta: 11, MinLvl: 29',
914 type = 'Mail',
915 source = 'Trainer',
916 result = 1,
917 resultrarity = 'Uncommon',
918 reagents = {
919 [ReagentData['bar']['iron']] = 12,
920 [ReagentData['gem']['citrine']] = 1,
921 [ReagentData['dye']['green']] = 1,
922 }
923 },
924 ['Barbaric Iron Helm'] = {
925 skill = 175,
926 description = '[BoE] (Mail Head) AC: 173, Str: 9, Agi: 9, MinLvl: 30',
927 type = 'Mail',
928 source = 'Quest:Plans: Barbaric Iron Helm',
929 sourcerarity = 'Uncommon',
930 result = 1,
931 resultrarity = 'Uncommon',
932 reagents = {
933 [ReagentData['bar']['iron']] = 10,
934 [ReagentData['monster']['largefang']] = 2,
935 [ReagentData['monster']['sharpclaw']] = 2,
936 }
937 },
938 ['Golden Scale Shoulders'] = {
939 skill = 175,
940 description = '[BoE] (Mail Shoulder) AC: 160, Str: 7, Spi: 6, MinLvl: 30',
941 type = 'Mail',
942 source = 'Drop:Plans: Golden Scale Shoulders',
943 sourcerarity = 'Rare',
944 result = 1,
945 resultrarity = 'Uncommon',
946 reagents = {
947 [ReagentData['bar']['steel']] = 6,
948 [ReagentData['grinding']['heavy']] = 1,
949 [ReagentData['bar']['gold']] = 2,
950 }
951 },
952 ['Jade Serpentblade'] = {
953 skill = 175,
954 description = '[BoE] (1H Sword) Dmg: 33-62, Spd: 2.60, DPS: 18.3, Str: 4, Agi: 4, MinLvl: 30',
955 type = 'Sword',
956 source = 'Drop:Plans: Jade Serpentblade',
957 sourcerarity = 'Uncommon',
958 result = 1,
959 resultrarity = 'Uncommon',
960 reagents = {
961 [ReagentData['leather']['heavy']] = 3,
962 [ReagentData['bar']['iron']] = 8,
963 [ReagentData['grinding']['heavy']] = 2,
964 [ReagentData['gem']['jade']] = 2,
965 [ReagentData['flux']['strong']] = 2,
966 }
967 },
968 ['Barbaric Iron Boots'] = {
969 skill = 180,
970 description = '[BoE] (Mail Feet) AC: 149, Str: 7, Agi: 7, MinLvl: 31',
971 type = 'Mail',
972 source = 'Quest:Plans: Barbaric Iron Boots',
973 sourcerarity = 'Uncommon',
974 result = 1,
975 resultrarity = 'Uncommon',
976 reagents = {
977 [ReagentData['bar']['iron']] = 12,
978 [ReagentData['grinding']['heavy']] = 2,
979 [ReagentData['gem']['tigerseye']] = 4,
980 [ReagentData['monster']['largefang']] = 4,
981 }
982 },
983 ['Glinting Steel Dagger'] = {
984 skill = 180,
985 description = '[BoE] (1H Dagger) Dmg: 19-37, Spd: 1.50, DPS: 18.7, MinLvl: 31, Equip: +12 Attack Power.',
986 type = 'Dagger',
987 source = 'Trainer',
988 result = 1,
989 resultrarity = 'Uncommon',
990 reagents = {
991 [ReagentData['gem']['mossagate']] = 1,
992 [ReagentData['element']['earth']] = 1,
993 [ReagentData['leather']['heavy']] = 1,
994 [ReagentData['bar']['steel']] = 10,
995 [ReagentData['flux']['strong']] = 2,
996 }
997 },
998 ['Green Iron Hauberk'] = {
999 skill = 180,
1000 description = '[BoE] (Mail Chest) AC: 358, Str: 7, Sta: 11, MinLvl: 31',
1001 type = 'Mail',
1002 source = 'Trainer',
1003 result = 1,
1004 resultrarity = 'Rare',
1005 reagents = {
1006 [ReagentData['gem']['mossagate']] = 2,
1007 [ReagentData['bar']['iron']] = 20,
1008 [ReagentData['grinding']['heavy']] = 4,
1009 [ReagentData['armor']['greenleather']] = 1,
1010 [ReagentData['gem']['jade']] = 2,
1011 }
1012 },
1013 ['Moonsteel Broadsword'] = {
1014 skill = 180,
1015 description = '[BoE] (2H Sword) Dmg: 55-83, Spd: 2.80, DPS: 24.6, Sta: 4, Spi: 12, MinLvl: 31',
1016 type = 'Two-Hand Sword',
1017 source = 'Vendor:Plans: Moonsteel Broadsword',
1018 result = 1,
1019 resultrarity = 'Uncommon',
1020 reagents = {
1021 [ReagentData['leather']['heavy']] = 3,
1022 [ReagentData['bar']['steel']] = 8,
1023 [ReagentData['grinding']['heavy']] = 2,
1024 [ReagentData['gem']['lessermoonstone']] = 3,
1025 [ReagentData['flux']['strong']] = 2,
1026 }
1027 },
1028 ['Barbaric Iron Gloves'] = {
1029 skill = 185,
1030 description = '[BoE] (Mail Hands) AC: 137, Str: 11, MinLvl: 32',
1031 type = 'Mail',
1032 source = 'Quest:Plans: Barbaric Iron Gloves',
1033 sourcerarity = 'Uncommon',
1034 result = 1,
1035 resultrarity = 'Uncommon',
1036 reagents = {
1037 [ReagentData['bar']['iron']] = 14,
1038 [ReagentData['grinding']['heavy']] = 3,
1039 [ReagentData['monster']['largefang']] = 2,
1040 }
1041 },
1042 ['Golden Scale Bracers'] = {
1043 skill = 185,
1044 description = '(Mail Wrist) AC: 91, MinLvl: 32',
1045 type = 'Mail',
1046 source = 'Trainer',
1047 result = 1,
1048 reagents = {
1049 [ReagentData['bar']['steel']] = 5,
1050 [ReagentData['grinding']['heavy']] = 2,
1051 }
1052 },
1053 ['Massive Iron Axe'] = {
1054 skill = 185,
1055 description = '[BoE] (2H Axe) Dmg: 71-108, Spd: 3.50, DPS: 25.6, Str: 11, Sta: 7, MinLvl: 32',
1056 type = 'Two-Hand Axe',
1057 source = 'Vendor:Plans: Massive Iron Axe',
1058 result = 1,
1059 resultrarity = 'Uncommon',
1060 reagents = {
1061 [ReagentData['leather']['heavy']] = 2,
1062 [ReagentData['bar']['iron']] = 14,
1063 [ReagentData['grinding']['heavy']] = 2,
1064 [ReagentData['bar']['gold']] = 4,
1065 [ReagentData['flux']['strong']] = 2,
1066 }
1067 },
1068 ['Polished Steel Boots'] = {
1069 skill = 185,
1070 description = '[BoE] (Mail Feet) AC: 151, Sta: 11, MinLvl: 32',
1071 type = 'Mail',
1072 source = 'Drop:Plans: Polished Steel Boots',
1073 sourcerarity = 'Uncommon',
1074 result = 1,
1075 resultrarity = 'Uncommon',
1076 reagents = {
1077 [ReagentData['bar']['steel']] = 8,
1078 [ReagentData['gem']['citrine']] = 1,
1079 [ReagentData['grinding']['heavy']] = 2,
1080 [ReagentData['gem']['lessermoonstone']] = 1,
1081 }
1082 },
1083 ['Edge of Winter'] = {
1084 skill = 190,
1085 description = '[BoE] (MH Axe) Dmg: 30-56, Spd: 2.10, DPS: 20.5, Sta: 3, MinLvl: 33, Chance on hit: Blasts a target for 30 Frost damage.',
1086 type = 'Axe',
1087 source = 'Drop:Plans: Edge of Winter',
1088 sourcerarity = 'Uncommon',
1089 result = 1,
1090 resultrarity = 'Uncommon',
1091 reagents = {
1092 [ReagentData['leather']['heavy']] = 2,
1093 [ReagentData['bar']['steel']] = 10,
1094 [ReagentData['element']['air']] = 2,
1095 [ReagentData['element']['water']] = 2,
1096 [ReagentData['oil']['frost']] = 1,
1097 }
1098 },
1099 ['Golden Scale Coif'] = {
1100 skill = 190,
1101 description = '[BoE] (Mail Head) AC: 181, Str: 10, Spi: 10, MinLvl: 33',
1102 type = 'Mail',
1103 source = 'Vendor:Plans: Golden Scale Coif',
1104 result = 1,
1105 resultrarity = 'Uncommon',
1106 reagents = {
1107 [ReagentData['bar']['steel']] = 8,
1108 [ReagentData['grinding']['heavy']] = 2,
1109 [ReagentData['bar']['gold']] = 2,
1110 }
1111 },
1112 ['Searing Golden Blade'] = {
1113 skill = 190,
1114 description = '[BoE] (1H Dagger) Dmg: 21-39, Spd: 1.40, DPS: 21.4, MinLvl: 34, Equip: Increases damage done by Fire spells and effects by up to 7.',
1115 type = 'Dagger',
1116 source = 'Drop:Plans: Searing Golden Blade',
1117 sourcerarity = 'Uncommon',
1118 result = 1,
1119 resultrarity = 'Uncommon',
1120 reagents = {
1121 [ReagentData['leather']['heavy']] = 2,
1122 [ReagentData['bar']['steel']] = 10,
1123 [ReagentData['bar']['gold']] = 4,
1124 [ReagentData['element']['fire']] = 2,
1125 }
1126 },
1127 ['Steel Weapon Chain'] = {
1128 skill = 190,
1129 description = 'Requires Blacksmithing (190), Use: Attaches a chain to your weapon, making it impossible to disarm.',
1130 type = 'Trade Goods',
1131 source = 'Drop:Plans: Steel Weapon Chain',
1132 sourcerarity = 'Uncommon',
1133 result = 1,
1134 reagents = {
1135 [ReagentData['leather']['heavy']] = 4,
1136 [ReagentData['bar']['steel']] = 8,
1137 [ReagentData['grinding']['heavy']] = 2,
1138 }
1139 },
1140 ['Golden Scale Cuirass'] = {
1141 skill = 195,
1142 description = '[BoE] (Mail Chest) AC: 231, Str: 14, Spi: 6, MinLvl: 35',
1143 type = 'Mail',
1144 source = 'Drop:Plans: Golden Scale Cuirass',
1145 sourcerarity = 'Uncommon',
1146 result = 1,
1147 resultrarity = 'Uncommon',
1148 reagents = {
1149 [ReagentData['bar']['steel']] = 12,
1150 [ReagentData['grinding']['heavy']] = 4,
1151 [ReagentData['bar']['gold']] = 2,
1152 [ReagentData['gem']['jade']] = 2,
1153 }
1154 },
1155 ['Frost Tiger Blade'] = {
1156 skill = 200,
1157 description = '[BoE] (2H Sword) Dmg: 78-118, Spd: 3.40, DPS: 28.8, MinLvl: 35, Equip: Improves your chance to get a critical strike by 1%., Chance on hit: Launches a bolt of frost at the enemy causing 20 to 30 Frost damage and slowing movement speed by 50% f',
1158 type = 'Two-Hand Sword',
1159 source = 'Drop:Plans: Frost Tiger Blade',
1160 sourcerarity = 'Uncommon',
1161 result = 1,
1162 resultrarity = 'Uncommon',
1163 reagents = {
1164 [ReagentData['leather']['heavy']] = 4,
1165 [ReagentData['bar']['steel']] = 8,
1166 [ReagentData['grinding']['heavy']] = 2,
1167 [ReagentData['oil']['frost']] = 1,
1168 [ReagentData['gem']['jade']] = 2,
1169 [ReagentData['flux']['strong']] = 2,
1170 }
1171 },
1172 ['Golden Scale Boots'] = {
1173 skill = 200,
1174 description = '[BoE] (Mail Feet) AC: 159, Str: 8, Spi: 8, MinLvl: 35',
1175 type = 'Mail',
1176 source = 'Drop:Plans: Golden Scale Boots',
1177 sourcerarity = 'Rare',
1178 result = 1,
1179 resultrarity = 'Uncommon',
1180 reagents = {
1181 [ReagentData['bar']['steel']] = 10,
1182 [ReagentData['grinding']['heavy']] = 4,
1183 [ReagentData['gem']['citrine']] = 1,
1184 [ReagentData['bar']['gold']] = 4,
1185 }
1186 },
1187 ['Inlaid Mithril Cylinder'] = {
1188 skill = 200,
1189 description = 'Used by Gnomish Engineers to reinforce their creations',
1190 type = 'Reagent',
1191 source = 'Recipe:Plans: Inlaid Mithril Cylinder',
1192 result = 1,
1193 reagents = {
1194 [ReagentData['bar']['truesilver']] = 1,
1195 [ReagentData['bar']['gold']] = 1,
1196 [ReagentData['bar']['mithril']] = 5,
1197 }
1198 },
1199 ['Shadow Crescent Axe'] = {
1200 skill = 200,
1201 description = '[BoE] (2H Axe) Dmg: 58-87, Spd: 2.50, DPS: 29.0, Str: 11, Sta: 10, MinLvl: 35',
1202 type = 'Two-Hand Axe',
1203 source = 'Drop:Plans: Shadow Crescent Axe',
1204 sourcerarity = 'Uncommon',
1205 result = 1,
1206 resultrarity = 'Uncommon',
1207 reagents = {
1208 [ReagentData['leather']['heavy']] = 3,
1209 [ReagentData['bar']['steel']] = 10,
1210 [ReagentData['grinding']['heavy']] = 3,
1211 [ReagentData['gem']['citrine']] = 2,
1212 [ReagentData['oil']['shadow']] = 1,
1213 [ReagentData['flux']['strong']] = 2,
1214 }
1215 },
1216 ['Solid Grinding Stone'] = {
1217 skill = 200,
1218 description = 'Solid Grinding Stone',
1219 type = 'Trade Goods',
1220 source = 'Trainer',
1221 result = 1,
1222 reagents = {
1223 [ReagentData['stone']['solid']] = 4,
1224 }
1225 },
1226 ['Solid Sharpening Stone'] = {
1227 skill = 200,
1228 description = 'MinLvl: 25, Use: Increase sharp weapon damage by 6 for 30 minutes.',
1229 type = 'Trade Goods',
1230 source = 'Trainer',
1231 result = 1,
1232 reagents = {
1233 [ReagentData['stone']['solid']] = 1,
1234 }
1235 },
1236 ['Solid Weightstone'] = {
1237 skill = 200,
1238 description = 'MinLvl: 25, Use: Increase the damage of a blunt weapon by 6 for 30 minutes.',
1239 type = 'Trade Goods',
1240 source = 'Trainer',
1241 result = 1,
1242 reagents = {
1243 [ReagentData['stone']['solid']] = 1,
1244 [ReagentData['cloth']['silk']] = 1,
1245 }
1246 },
1247 ['Steel Breastplate'] = {
1248 skill = 200,
1249 description = '[BoE] (Mail Chest) AC: 381, MinLvl: 35',
1250 type = 'Mail',
1251 source = 'Trainer',
1252 result = 1,
1253 resultrarity = 'Uncommon',
1254 reagents = {
1255 [ReagentData['bar']['steel']] = 16,
1256 [ReagentData['grinding']['heavy']] = 3,
1257 }
1258 },
1259 ['Truesilver Rod'] = {
1260 skill = 200,
1261 description = 'Needed by Enchanters.',
1262 type = 'Trade Goods',
1263 source = 'Trainer',
1264 result = 1,
1265 reagents = {
1266 [ReagentData['grinding']['heavy']] = 1,
1267 [ReagentData['bar']['truesilver']] = 1,
1268 }
1269 },
1270 ['Truesilver Skeleton Key'] = {
1271 skill = 200,
1272 description = 'Requires Blacksmithing (200), Use: Allows opening of difficult locks. The skeleton key is consumed in the process.',
1273 type = 'Trade Goods',
1274 source = 'Trainer',
1275 result = 2,
1276 resultrarity = 'Uncommon',
1277 reagents = {
1278 [ReagentData['bar']['truesilver']] = 1,
1279 [ReagentData['grinding']['solid']] = 1,
1280 }
1281 },
1282 ['Golden Scale Gauntlets'] = {
1283 skill = 205,
1284 description = '[BoE] (Mail Hands) AC: 146, Str: 11, Spi: 4, MinLvl: 36',
1285 type = 'Mail',
1286 source = 'Quest:Plans: Golden Scale Gauntlets',
1287 sourcerarity = 'Uncommon',
1288 result = 1,
1289 resultrarity = 'Uncommon',
1290 reagents = {
1291 [ReagentData['bar']['steel']] = 10,
1292 [ReagentData['grinding']['heavy']] = 4,
1293 [ReagentData['gem']['citrine']] = 1,
1294 [ReagentData['bar']['gold']] = 4,
1295 }
1296 },
1297 ['Heavy Mithril Gauntlet'] = {
1298 skill = 205,
1299 description = '[BoE] (Plate Hands) AC: 268, Sta: 8, MinLvl: 40',
1300 type = 'Plate',
1301 source = 'Trainer',
1302 result = 1,
1303 resultrarity = 'Uncommon',
1304 reagents = {
1305 [ReagentData['bar']['mithril']] = 6,
1306 [ReagentData['cloth']['mageweave']] = 4,
1307 }
1308 },
1309 ['Heavy Mithril Shoulder'] = {
1310 skill = 205,
1311 description = '[BoE] (Plate Shoulder) AC: 225, Sta: 12, MinLvl: 40',
1312 type = 'Plate',
1313 source = 'Trainer',
1314 result = 1,
1315 resultrarity = 'Uncommon',
1316 reagents = {
1317 [ReagentData['leather']['heavy']] = 6,
1318 [ReagentData['bar']['mithril']] = 8,
1319 }
1320 },
1321 ['Heavy Mithril Axe'] = {
1322 skill = 210,
1323 description = '[BoE] (MH Axe) Dmg: 45-85, Spd: 2.70, DPS: 24.1, Sta: 7, MinLvl: 37',
1324 type = 'Axe',
1325 source = 'Trainer',
1326 result = 1,
1327 resultrarity = 'Uncommon',
1328 reagents = {
1329 [ReagentData['leather']['heavy']] = 4,
1330 [ReagentData['gem']['citrine']] = 2,
1331 [ReagentData['grinding']['solid']] = 1,
1332 [ReagentData['bar']['mithril']] = 12,
1333 }
1334 },
1335 ['Heavy Mithril Pants'] = {
1336 skill = 210,
1337 description = '[BoE] (Plate Legs) AC: 417, Sta: 11, MinLvl: 40',
1338 type = 'Plate',
1339 source = 'Drop:Plans: Heavy Mithril Pants',
1340 sourcerarity = 'Uncommon',
1341 result = 1,
1342 resultrarity = 'Uncommon',
1343 reagents = {
1344 [ReagentData['gem']['lessermoonstone']] = 2,
1345 [ReagentData['bar']['mithril']] = 10,
1346 }
1347 },
1348 ['Mithril Scale Pants'] = {
1349 skill = 210,
1350 description = '[BoE] (Mail Legs) AC: 208, Spi: 11, MinLvl: 37, Equip: Increases your chance to dodge an attack by 1%.',
1351 type = 'Mail',
1352 source = 'Trainer',
1353 result = 1,
1354 resultrarity = 'Uncommon',
1355 reagents = {
1356 [ReagentData['bar']['mithril']] = 12,
1357 }
1358 },
1359 ['Mithril Scale Bracers'] = {
1360 skill = 215,
1361 description = '[BoE] (Mail Wrist) AC: 106, Sta: 6, Spi: 7, MinLvl: 38',
1362 type = 'Mail',
1363 source = 'Vendor:Plans: Mithril Scale Bracers',
1364 sourcerarity = 'Uncommon',
1365 result = 1,
1366 resultrarity = 'Uncommon',
1367 reagents = {
1368 [ReagentData['gem']['citrine']] = 2,
1369 [ReagentData['bar']['mithril']] = 8,
1370 }
1371 },
1372 ['Mithril Shield Spike'] = {
1373 skill = 215,
1374 description = 'Requires Blacksmithing (215), Use: Attaches a Mithril Spike to your shield that deals damage every time you block with it.',
1375 type = 'Trade Goods',
1376 source = 'Drop:Plans: Mithril Shield Spike',
1377 sourcerarity = 'Rare',
1378 result = 1,
1379 resultrarity = 'Uncommon',
1380 reagents = {
1381 [ReagentData['bar']['truesilver']] = 2,
1382 [ReagentData['grinding']['solid']] = 4,
1383 [ReagentData['bar']['mithril']] = 4,
1384 }
1385 },
1386 ['Steel Plate Helm'] = {
1387 skill = 215,
1388 description = '(Plate Head) AC: 355, MinLvl: 40',
1389 type = 'Plate',
1390 source = 'Trainer',
1391 result = 1,
1392 reagents = {
1393 [ReagentData['bar']['steel']] = 14,
1394 [ReagentData['grinding']['solid']] = 1,
1395 }
1396 },
1397 ['Blue Glittering Axe'] = {
1398 skill = 220,
1399 description = '[BoE] (1H Axe) Dmg: 32-61, Spd: 1.80, DPS: 25.8, Agi: 8, MinLvl: 39',
1400 type = 'Axe',
1401 source = 'Drop:Plans: Blue Glittering Axe',
1402 sourcerarity = 'Uncommon',
1403 result = 1,
1404 resultrarity = 'Uncommon',
1405 reagents = {
1406 [ReagentData['gem']['aquamarine']] = 2,
1407 [ReagentData['leather']['thick']] = 4,
1408 [ReagentData['grinding']['solid']] = 1,
1409 [ReagentData['bar']['mithril']] = 16,
1410 }
1411 },
1412 ['Ornate Mithril Gloves'] = {
1413 skill = 220,
1414 description = '[BoE] (Plate Hands) AC: 268, MinLvl: 40, Equip: Improves your chance to get a critical strike by 1%.',
1415 type = 'Plate',
1416 source = 'Quest:Plans: Ornate Mithril Gloves',
1417 sourcerarity = 'Uncommon',
1418 result = 1,
1419 resultrarity = 'Uncommon',
1420 reagents = {
1421 [ReagentData['bar']['truesilver']] = 1,
1422 [ReagentData['grinding']['solid']] = 1,
1423 [ReagentData['bar']['mithril']] = 10,
1424 [ReagentData['cloth']['mageweave']] = 6,
1425 }
1426 },
1427 ['Ornate Mithril Pants'] = {
1428 skill = 220,
1429 description = '[BoE] (Plate Legs) AC: 375, Str: 12, MinLvl: 40, Equip: Increases your chance to dodge an attack by 1%.',
1430 type = 'Plate',
1431 source = 'Quest:Plans: Ornate Mithril Pants',
1432 sourcerarity = 'Uncommon',
1433 result = 1,
1434 resultrarity = 'Uncommon',
1435 reagents = {
1436 [ReagentData['gem']['aquamarine']] = 1,
1437 [ReagentData['bar']['truesilver']] = 1,
1438 [ReagentData['grinding']['solid']] = 1,
1439 [ReagentData['bar']['mithril']] = 12,
1440 }
1441 },
1442 ['Ornate Mithril Shoulder'] = {
1443 skill = 225,
1444 description = '[BoE] (Plate Shoulder) AC: 327, Str: 5, MinLvl: 40, Equip: Increases your chance to dodge an attack by 1%.',
1445 source = 'Quest',
1446 result = 1,
1447 resultrarity = 'Uncommon',
1448 reagents = {
1449 [ReagentData['leather']['thick']] = 6,
1450 [ReagentData['bar']['truesilver']] = 1,
1451 [ReagentData['bar']['mithril']] = 12,
1452 }
1453 },
1454 ['Truesilver Gauntlets'] = {
1455 skill = 225,
1456 description = '[BoE] (Plate Hands) AC: 300, Str: 16, Sta: 7, MinLvl: 40',
1457 type = 'Plate',
1458 source = 'Trainer',
1459 result = 1,
1460 resultrarity = 'Rare',
1461 reagents = {
1462 [ReagentData['gem']['aquamarine']] = 3,
1463 [ReagentData['gem']['citrine']] = 3,
1464 [ReagentData['bar']['truesilver']] = 8,
1465 [ReagentData['armor']['guardiangloves']] = 1,
1466 [ReagentData['grinding']['solid']] = 2,
1467 [ReagentData['bar']['mithril']] = 10,
1468 }
1469 },
1470 ['Wicked Mithril Blade'] = {
1471 skill = 225,
1472 description = '[BoE] (MH Sword) Dmg: 43-80, Spd: 2.30, DPS: 26.7, Str: 6, Agi: 4, MinLvl: 40',
1473 type = 'Sword',
1474 source = 'Drop:Plans: Wicked Mithril Blade',
1475 sourcerarity = 'Uncommon',
1476 result = 1,
1477 resultrarity = 'Uncommon',
1478 reagents = {
1479 [ReagentData['leather']['thick']] = 2,
1480 [ReagentData['bar']['truesilver']] = 4,
1481 [ReagentData['grinding']['solid']] = 1,
1482 [ReagentData['bar']['mithril']] = 14,
1483 }
1484 },
1485 ['Big Black Mace'] = {
1486 skill = 230,
1487 description = '[BoE] (MH Mace) Dmg: 46-86, Spd: 2.40, DPS: 27.5, Str: 8, MinLvl: 41',
1488 type = 'Mace',
1489 source = 'Trainer',
1490 result = 1,
1491 resultrarity = 'Uncommon',
1492 reagents = {
1493 [ReagentData['leather']['thick']] = 2,
1494 [ReagentData['gem']['shadow']] = 4,
1495 [ReagentData['grinding']['solid']] = 1,
1496 [ReagentData['bar']['mithril']] = 16,
1497 [ReagentData['pearl']['black']] = 1,
1498 }
1499 },
1500 ['Heavy Mithril Breastplate'] = {
1501 skill = 230,
1502 description = '[BoE] (Plate Chest) AC: 536, Sta: 15, MinLvl: 41',
1503 type = 'Plate',
1504 source = 'Trainer',
1505 result = 1,
1506 resultrarity = 'Uncommon',
1507 reagents = {
1508 [ReagentData['bar']['mithril']] = 16,
1509 }
1510 },
1511 ['Mithril Coif'] = {
1512 skill = 230,
1513 description = '[BoE] (Mail Head) AC: 206, Sta: 12, Spi: 13, MinLvl: 41',
1514 type = 'Mail',
1515 source = 'Trainer',
1516 result = 1,
1517 resultrarity = 'Uncommon',
1518 reagents = {
1519 [ReagentData['bar']['mithril']] = 10,
1520 [ReagentData['cloth']['mageweave']] = 6,
1521 }
1522 },
1523 ['Orcish War Leggings'] = {
1524 skill = 230,
1525 description = '[BoE] (Mail Legs) AC: 208, Str: 17, MinLvl: 37',
1526 type = 'Mail',
1527 source = 'Quest',
1528 result = 1,
1529 resultrarity = 'Uncommon',
1530 reagents = {
1531 [ReagentData['element']['earth']] = 1,
1532 [ReagentData['bar']['mithril']] = 12,
1533 }
1534 },
1535 ['Heavy Mithril Boots'] = {
1536 skill = 235,
1537 description = '[BoE] (Plate Feet) AC: 382, Sta: 12, MinLvl: 42',
1538 type = 'Plate',
1539 source = 'Trainer',
1540 result = 1,
1541 resultrarity = 'Uncommon',
1542 reagents = {
1543 [ReagentData['leather']['thick']] = 4,
1544 [ReagentData['bar']['mithril']] = 14,
1545 }
1546 },
1547 ['Mithril Scale Shoulders'] = {
1548 skill = 235,
1549 description = '[BoE] (Mail Shoulder) AC: 194, Sta: 10, Spi: 10, MinLvl: 42',
1550 type = 'Mail',
1551 source = 'Drop:Plans: Mithril Scale Shoulders',
1552 sourcerarity = 'Rare',
1553 result = 1,
1554 resultrarity = 'Uncommon',
1555 reagents = {
1556 [ReagentData['leather']['thick']] = 4,
1557 [ReagentData['gem']['citrine']] = 4,
1558 [ReagentData['bar']['mithril']] = 14,
1559 }
1560 },
1561 ['Mithril Spurs'] = {
1562 skill = 235,
1563 description = 'Requires Blacksmithing (215), Use: Attaches spurs to your boots that increase your mounted movement speed slightly.',
1564 type = 'Trade Goods',
1565 source = 'Drop:Plans: Mithril Spurs',
1566 sourcerarity = 'Uncommon',
1567 result = 1,
1568 resultrarity = 'Uncommon',
1569 reagents = {
1570 [ReagentData['grinding']['solid']] = 3,
1571 [ReagentData['bar']['mithril']] = 4,
1572 }
1573 },
1574 ['Ornate Mithril Boots'] = {
1575 skill = 240,
1576 description = '[BoE] (Plate Feet) AC: 324, MinLvl: 44, Equip: Increases your chance to dodge an attack by 1%., Use: Removes existing root spells and makes you immune to root for 5 sec.',
1577 type = 'Plate',
1578 source = 'Quest',
1579 result = 1,
1580 resultrarity = 'Uncommon',
1581 reagents = {
1582 [ReagentData['leather']['thick']] = 4,
1583 [ReagentData['gem']['aquamarine']] = 1,
1584 [ReagentData['bar']['truesilver']] = 2,
1585 [ReagentData['grinding']['solid']] = 1,
1586 [ReagentData['bar']['mithril']] = 14,
1587 }
1588 },
1589 ['The Shatterer'] = {
1590 skill = 235,
1591 description = '[BoE] (MH Mace) Dmg: 53-99, Spd: 2.40, DPS: 31.7, MinLvl: 42, Chance on hit: Disarm target\'s weapon for 10 sec.',
1592 type = 'Mace',
1593 source = 'Trainer',
1594 result = 1,
1595 resultrarity = 'Rare',
1596 reagents = {
1597 [ReagentData['gem']['citrine']] = 5,
1598 [ReagentData['element']['coreofearth']] = 4,
1599 [ReagentData['bar']['truesilver']] = 6,
1600 [ReagentData['gem']['jade']] = 5,
1601 [ReagentData['grinding']['solid']] = 4,
1602 [ReagentData['bar']['mithril']] = 24,
1603 [ReagentData['leather']['thick']] = 4,
1604 }
1605 },
1606 ['Dazzling Mithril Rapier'] = {
1607 skill = 240,
1608 description = '[BoE] (MH Sword) Dmg: 34-63, Spd: 1.70, DPS: 28.5, Agi: 8, MinLvl: 43',
1609 type = 'Sword',
1610 source = 'Drop:Plans: Dazzling Mithril Rapier',
1611 sourcerarity = 'Uncommon',
1612 result = 1,
1613 resultrarity = 'Uncommon',
1614 reagents = {
1615 [ReagentData['gem']['aquamarine']] = 1,
1616 [ReagentData['gem']['mossagate']] = 2,
1617 [ReagentData['gem']['lessermoonstone']] = 2,
1618 [ReagentData['grinding']['solid']] = 1,
1619 [ReagentData['bar']['mithril']] = 14,
1620 [ReagentData['cloth']['mageweave']] = 2,
1621 }
1622 },
1623 ['Ornate Mithril Breastplate'] = {
1624 skill = 235,
1625 description = '[BoE] (Plate Chest) AC: 463, MinLvl: 43, Equip: Improves your chance to get a critical strike by 1%., Equip: Increases your chance to dodge an attack by 1%.',
1626 type = 'Plate',
1627 source = 'Quest',
1628 result = 1,
1629 resultrarity = 'Uncommon',
1630 reagents = {
1631 [ReagentData['bar']['truesilver']] = 4,
1632 [ReagentData['element']['heartoffire']] = 1,
1633 [ReagentData['grinding']['solid']] = 1,
1634 [ReagentData['bar']['mithril']] = 16,
1635 }
1636 },
1637 ['Heavy Mithril Helm'] = {
1638 skill = 245,
1639 description = '[BoE] (Plate Head) AC: 469, Sta: 15, MinLvl: 42',
1640 type = 'Plate',
1641 source = 'Drop:Plans: Heavy Mithril Helm',
1642 sourcerarity = 'Uncommon',
1643 result = 1,
1644 resultrarity = 'Uncommon',
1645 reagents = {
1646 [ReagentData['gem']['aquamarine']] = 1,
1647 [ReagentData['bar']['mithril']] = 14,
1648 }
1649 },
1650 ['Ornate Mithril Helm'] = {
1651 skill = 245,
1652 description = '[BoE] (Plate Head) AC: 383, Str: 10, MinLvl: 44, Equip: Improves your chance to get a critical strike by 1%.',
1653 type = 'Plate',
1654 source = 'Quest',
1655 result = 1,
1656 resultrarity = 'Uncommon',
1657 reagents = {
1658 [ReagentData['bar']['truesilver']] = 2,
1659 [ReagentData['grinding']['solid']] = 1,
1660 [ReagentData['bar']['mithril']] = 16,
1661 [ReagentData['pearl']['black']] = 1,
1662 }
1663 },
1664 ['Phantom Blade'] = {
1665 skill = 245,
1666 description = '[BoE] (MH Sword) Dmg: 59-111, Spd: 2.60, DPS: 32.7, MinLvl: 44, Chance on hit: Decrease the armor of the target by 100 for 20 sec. While affected, the target cannot stealth or turn invisible.',
1667 type = 'Sword',
1668 source = 'Trainer',
1669 result = 1,
1670 resultrarity = 'Rare',
1671 reagents = {
1672 [ReagentData['gem']['aquamarine']] = 6,
1673 [ReagentData['bar']['truesilver']] = 8,
1674 [ReagentData['leather']['thick']] = 2,
1675 [ReagentData['element']['breathofwind']] = 6,
1676 [ReagentData['potion']['lesserinvisibility']] = 2,
1677 [ReagentData['grinding']['solid']] = 4,
1678 [ReagentData['bar']['mithril']] = 28,
1679 }
1680 },
1681 ['Runed Mithril Hammer'] = {
1682 skill = 245,
1683 description = '[BoE] (MH Mace) Dmg: 41-76, Spd: 2.00, DPS: 29.2, Str: 7, Sta: 4, MinLvl: 44',
1684 type = 'Mace',
1685 source = 'Drop:Plans: Runed Mithril Hammer',
1686 sourcerarity = 'Rare',
1687 result = 1,
1688 resultrarity = 'Uncommon',
1689 reagents = {
1690 [ReagentData['leather']['thick']] = 4,
1691 [ReagentData['element']['coreofearth']] = 2,
1692 [ReagentData['grinding']['solid']] = 1,
1693 [ReagentData['bar']['mithril']] = 18,
1694 }
1695 },
1696 ['Truesilver Breastplate'] = {
1697 skill = 245,
1698 description = '[BoE] (Plate Chest) AC: 519, Sta: 12, MinLvl: 44, Equip: When struck in combat has a 3% chance to heal you for 60 to 100.',
1699 type = 'Plate',
1700 source = 'Trainer',
1701 result = 1,
1702 resultrarity = 'Rare',
1703 reagents = {
1704 [ReagentData['gem']['starruby']] = 4,
1705 [ReagentData['bar']['truesilver']] = 24,
1706 [ReagentData['grinding']['solid']] = 2,
1707 [ReagentData['bar']['mithril']] = 12,
1708 [ReagentData['pearl']['black']] = 4,
1709 }
1710 },
1711 ['Blight'] = {
1712 skill = 250,
1713 description = '[BoE] (2H Polearm) Dmg: 93-141, Spd: 2.70, DPS: 43.3, MinLvl: 45, Chance on hit: Diseases a target for 50 Nature damage and an additional 180 damage over 1 min.',
1714 type = 'Polearm',
1715 source = 'Trainer',
1716 result = 1,
1717 resultrarity = 'Rare',
1718 reagents = {
1719 [ReagentData['leather']['thick']] = 6,
1720 [ReagentData['element']['ichorofundeath']] = 10,
1721 [ReagentData['bar']['truesilver']] = 10,
1722 [ReagentData['grinding']['solid']] = 6,
1723 [ReagentData['bar']['mithril']] = 28,
1724 }
1725 },
1726 ['Dense Grinding Stone'] = {
1727 skill = 250,
1728 description = 'Dense Grinding Stone',
1729 type = 'Trade Goods',
1730 source = 'Trainer',
1731 result = 1,
1732 reagents = {
1733 [ReagentData['stone']['dense']] = 4,
1734 }
1735 },
1736 ['Dense Sharpening Stone'] = {
1737 skill = 250,
1738 description = 'MinLvl: 35, Use: Increase sharp weapon damage by 8 for 30 minutes.',
1739 type = 'Trade Goods',
1740 source = 'Trainer',
1741 result = 1,
1742 reagents = {
1743 [ReagentData['stone']['dense']] = 1,
1744 }
1745 },
1746 ['Dense Weightstone'] = {
1747 skill = 250,
1748 description = 'MinLvl: 35, Use: Increase the damage of a blunt weapon by 8 for 30 minutes.',
1749 type = 'Trade Goods',
1750 source = 'Trainer',
1751 result = 1,
1752 reagents = {
1753 [ReagentData['stone']['dense']] = 1,
1754 [ReagentData['cloth']['rune']] = 1,
1755 }
1756 },
1757 ['Thorium Armor'] = {
1758 skill = 250,
1759 description = '[BoE] (Plate Chest) AC: 480, AR: 8, FR: 8, NR: 8, CR: 8, SR: 8, MinLvl: 45',
1760 type = 'Plate',
1761 source = 'Drop:Plans: Thorium Armor',
1762 sourcerarity = 'Uncommon',
1763 result = 1,
1764 resultrarity = 'Uncommon',
1765 reagents = {
1766 [ReagentData['other']['yellowpowercrystal']] = 4,
1767 [ReagentData['bar']['thorium']] = 16,
1768 [ReagentData['gem']['bluesapphire']] = 1,
1769 }
1770 },
1771 ['Thorium Belt'] = {
1772 skill = 250,
1773 description = '[BoE] (Plate Waist) AC: 270, AR: 6, FR: 6, NR: 6, CR: 6, SR: 6, MinLvl: 45',
1774 type = 'Plate',
1775 source = 'Drop:Plans: Thorium Belt',
1776 sourcerarity = 'Uncommon',
1777 result = 1,
1778 resultrarity = 'Uncommon',
1779 reagents = {
1780 [ReagentData['other']['redpowercrystal']] = 4,
1781 [ReagentData['bar']['thorium']] = 12,
1782 }
1783 },
1784 ['Ebon Shiv'] = {
1785 skill = 255,
1786 description = '[BoE] (1H Dagger) Dmg: 32-59, Spd: 1.50, DPS: 30.3, Agi: 9, MinLvl: 46',
1787 type = 'Dagger',
1788 source = 'Vendor:Plans: Ebon Shiv',
1789 result = 1,
1790 resultrarity = 'Uncommon',
1791 reagents = {
1792 [ReagentData['gem']['starruby']] = 2,
1793 [ReagentData['leather']['thick']] = 2,
1794 [ReagentData['bar']['truesilver']] = 6,
1795 [ReagentData['grinding']['solid']] = 1,
1796 [ReagentData['bar']['mithril']] = 12,
1797 }
1798 },
1799 ['Thorium Bracers'] = {
1800 skill = 255,
1801 description = '[BoE] (Plate Wrist) AC: 214, AR: 5, FR: 5, NR: 5, CR: 5, SR: 5, MinLvl: 46',
1802 type = 'Plate',
1803 source = 'Drop:Plans: Thorium Bracers',
1804 sourcerarity = 'Uncommon',
1805 result = 1,
1806 resultrarity = 'Uncommon',
1807 reagents = {
1808 [ReagentData['other']['bluepowercrystal']] = 4,
1809 [ReagentData['bar']['thorium']] = 12,
1810 }
1811 },
1812 ['Radiant Belt'] = {
1813 skill = 260,
1814 description = '[BoE] (Mail Waist) AC: 159, CR: 12, SR: 12, MinLvl: 47',
1815 type = 'Mail',
1816 source = 'Drop:Plans: Radiant Belt',
1817 sourcerarity = 'Uncommon',
1818 result = 1,
1819 resultrarity = 'Uncommon',
1820 reagents = {
1821 [ReagentData['bar']['thorium']] = 10,
1822 [ReagentData['element']['heartoffire']] = 2,
1823 }
1824 },
1825 ['Truesilver Champion'] = {
1826 skill = 260,
1827 description = '[BoE] (2H Sword) Dmg: 108-162, Spd: 3.00, DPS: 45.0, MinLvl: 47, Chance on hit: Protects the caster with a holy shield.',
1828 type = 'Two-Hand Sword',
1829 source = 'Trainer',
1830 result = 1,
1831 resultrarity = 'Rare',
1832 reagents = {
1833 [ReagentData['gem']['starruby']] = 6,
1834 [ReagentData['leather']['thick']] = 6,
1835 [ReagentData['bar']['truesilver']] = 16,
1836 [ReagentData['element']['breathofwind']] = 4,
1837 [ReagentData['grinding']['solid']] = 8,
1838 [ReagentData['bar']['mithril']] = 30,
1839 }
1840 },
1841 ['Dark Iron Pulverizer'] = {
1842 skill = 265,
1843 description = '[BoE] (2H Mace) Dmg: 140-211, Spd: 3.70, DPS: 47.4, MinLvl: 50, Chance on hit: Stuns target for 8 sec.',
1844 type = 'Two-Hand Mace',
1845 source = 'Drop:Plans: Dark Iron Pulverizer',
1846 sourcerarity = 'Rare',
1847 result = 1,
1848 resultrarity = 'Rare',
1849 reagents = {
1850 [ReagentData['bar']['darkiron']] = 18,
1851 [ReagentData['element']['heartoffire']] = 4,
1852 }
1853 },
1854 ['Dark Iron Mail'] = {
1855 skill = 270,
1856 description = '[BoE] (Mail Chest) AC: 433, Sta: 13, FR: 12, MinLvl: 51',
1857 type = 'Mail',
1858 source = 'Drop:Plans: Dark Iron Mail',
1859 sourcerarity = 'Uncommon',
1860 result = 1,
1861 resultrarity = 'Uncommon',
1862 reagents = {
1863 [ReagentData['bar']['darkiron']] = 10,
1864 [ReagentData['element']['heartoffire']] = 2,
1865 }
1866 },
1867 ['Radiant Breastplate'] = {
1868 skill = 270,
1869 description = '[BoE] (Mail Chest) AC: 293, CR: 16, SR: 16, MinLvl: 49',
1870 type = 'Mail',
1871 source = 'Drop:Plans: Radiant Breastplate',
1872 sourcerarity = 'Uncommon',
1873 result = 1,
1874 resultrarity = 'Uncommon',
1875 reagents = {
1876 [ReagentData['gem']['starruby']] = 1,
1877 [ReagentData['bar']['thorium']] = 18,
1878 [ReagentData['element']['heartoffire']] = 2,
1879 }
1880 },
1881 ['Wildthorn Mail'] = {
1882 skill = 270,
1883 description = '[BoE] (Mail Chest) AC: 322, Sta: 5, Spi: 11, MinLvl: 49, Equip: Increases damage done by Nature spells and effects by up to 30.',
1884 type = 'Mail',
1885 source = 'Drop:Plans: Wildthorn Mail',
1886 sourcerarity = 'Rare',
1887 result = 1,
1888 resultrarity = 'Rare',
1889 reagents = {
1890 [ReagentData['herb']['wildvine']] = 4,
1891 [ReagentData['bar']['enchantedthorium']] = 2,
1892 [ReagentData['gem']['hugeemerald']] = 1,
1893 [ReagentData['element']['livingessence']] = 4,
1894 [ReagentData['bar']['thorium']] = 40,
1895 }
1896 },
1897 ['Arcanite Rod'] = {
1898 skill = 275,
1899 description = 'Needed by Enchanters.',
1900 type = 'Trade Goods',
1901 source = 'Trainer',
1902 result = 1,
1903 reagents = {
1904 [ReagentData['grinding']['dense']] = 1,
1905 [ReagentData['bar']['arcanite']] = 3,
1906 }
1907 },
1908 ['Arcanite Skeleton Key'] = {
1909 skill = 275,
1910 description = 'Requires Blacksmithing (275), Use: Allows opening of hard locks. The skeleton key is consumed in the process.',
1911 type = 'Trade Goods',
1912 source = 'Trainer',
1913 result = 2,
1914 resultrarity = 'Uncommon',
1915 reagents = {
1916 [ReagentData['grinding']['dense']] = 1,
1917 [ReagentData['bar']['arcanite']] = 1,
1918 }
1919 },
1920 ['Dark Iron Sunderer'] = {
1921 skill = 275,
1922 description = '[BoE] (2H Axe) Dmg: 101-153, Spd: 2.60, DPS: 48.8, MinLvl: 52, Chance on hit: Reduces targets armor by 300 for 20 sec.',
1923 type = 'Two-Hand Axe',
1924 source = 'Drop:Plans: Dark Iron Sunderer',
1925 sourcerarity = 'Rare',
1926 result = 1,
1927 resultrarity = 'Rare',
1928 reagents = {
1929 [ReagentData['bar']['darkiron']] = 26,
1930 [ReagentData['element']['heartoffire']] = 4,
1931 }
1932 },
1933 ['Dawn\'s Edge'] = {
1934 skill = 275,
1935 description = '[BoE] (1H Axe) Dmg: 53-100, Spd: 2.10, DPS: 36.4, MinLvl: 50, Equip: Improves your chance to get a critical strike by 1%.',
1936 type = 'Axe',
1937 source = 'Quest:Plans: Dawn\'s Edge',
1938 sourcerarity = 'Rare',
1939 result = 1,
1940 resultrarity = 'Rare',
1941 reagents = {
1942 [ReagentData['gem']['starruby']] = 4,
1943 [ReagentData['leather']['rugged']] = 4,
1944 [ReagentData['bar']['enchantedthorium']] = 4,
1945 [ReagentData['bar']['thorium']] = 30,
1946 [ReagentData['gem']['bluesapphire']] = 4,
1947 [ReagentData['grinding']['dense']] = 2,
1948 }
1949 },
1950 ['Ornate Thorium Handaxe'] = {
1951 skill = 275,
1952 description = '[BoP] (MH Axe) Dmg: 43-81, Spd: 1.90, DPS: 32.6, Str: 10, MinLvl: 50',
1953 type = 'Axe',
1954 source = 'Vendor:Plans: Ornate Thorium Handaxe',
1955 sourcerarity = 'Uncommon',
1956 result = 1,
1957 resultrarity = 'Uncommon',
1958 reagents = {
1959 [ReagentData['leather']['rugged']] = 4,
1960 [ReagentData['bar']['thorium']] = 20,
1961 [ReagentData['grinding']['dense']] = 2,
1962 [ReagentData['gem']['largeopal']] = 2,
1963 }
1964 },
1965 ['Thorium Shield Spike'] = {
1966 skill = 275,
1967 description = 'Requires Blacksmithing (250), Use: Attaches a Thorium Spike to your shield that deals damage every time you block with it.',
1968 type = 'Trade Goods',
1969 source = 'Drop:Plans: Thorium Shield Spike',
1970 sourcerarity = 'Uncommon',
1971 result = 1,
1972 resultrarity = 'Uncommon',
1973 reagents = {
1974 [ReagentData['element']['essenceofearth']] = 2,
1975 [ReagentData['bar']['thorium']] = 4,
1976 [ReagentData['grinding']['dense']] = 4,
1977 }
1978 },
1979 ['Blazing Rapier'] = {
1980 skill = 280,
1981 description = '[BoE] (1H Sword) Dmg: 44-82, Spd: 1.70, DPS: 37.1, MinLvl: 51, Chance on hit: Burns the enemy for 100 damage over 30 sec.',
1982 type = 'Sword',
1983 source = 'Quest:Plans: Blazing Rapier',
1984 sourcerarity = 'Uncommon',
1985 result = 1,
1986 resultrarity = 'Rare',
1987 reagents = {
1988 [ReagentData['bar']['enchantedthorium']] = 10,
1989 [ReagentData['gem']['azerothiandiamond']] = 2,
1990 [ReagentData['element']['essenceoffire']] = 4,
1991 [ReagentData['element']['heartoffire']] = 4,
1992 [ReagentData['grinding']['dense']] = 2,
1993 }
1994 },
1995 ['Dark Iron Shoulders'] = {
1996 skill = 280,
1997 description = '[BoE] (Plate Shoulder) AC: 514, Sta: 10, FR: 10, MinLvl: 53',
1998 type = 'Plate',
1999 source = 'Drop:Plans: Dark Iron Shoulders',
2000 sourcerarity = 'Uncommon',
2001 result = 1,
2002 resultrarity = 'Uncommon',
2003 reagents = {
2004 [ReagentData['bar']['darkiron']] = 6,
2005 [ReagentData['element']['heartoffire']] = 1,
2006 }
2007 },
2008 ['Enchanted Battlehammer'] = {
2009 skill = 280,
2010 description = '[BoE] (2H Mace) Dmg: 100-150, Spd: 2.60, DPS: 48.1, MinLvl: 51, Equip: Increases your chance to parry an attack by 1%., Equip: Improves your chance to hit by 2%.',
2011 type = 'Two-Hand Mace',
2012 source = 'Quest:Plans: Enchanted Battlehammer',
2013 sourcerarity = 'Uncommon',
2014 result = 1,
2015 resultrarity = 'Rare',
2016 reagents = {
2017 [ReagentData['monster']['powerfulmojo']] = 4,
2018 [ReagentData['leather']['rugged']] = 4,
2019 [ReagentData['bar']['enchantedthorium']] = 6,
2020 [ReagentData['gem']['hugeemerald']] = 2,
2021 [ReagentData['bar']['thorium']] = 20,
2022 }
2023 },
2024 ['Huge Thorium Battleaxe'] = {
2025 skill = 280,
2026 description = '[BoE] (2H Axe) Dmg: 114-172, Spd: 3.30, DPS: 43.3, MinLvl: 51, Equip: Increased Two-handed Axes +10.',
2027 type = 'Two-Hand Axe',
2028 source = 'Vendor:Plans: Huge Thorium Battleaxe',
2029 result = 1,
2030 resultrarity = 'Uncommon',
2031 reagents = {
2032 [ReagentData['leather']['rugged']] = 6,
2033 [ReagentData['bar']['thorium']] = 40,
2034 [ReagentData['grinding']['dense']] = 6,
2035 }
2036 },
2037 ['Thorium Boots'] = {
2038 skill = 280,
2039 description = '[BoE] (Plate Feet) AC: 367, AR: 7, FR: 7, NR: 7, CR: 7, SR: 7, MinLvl: 51',
2040 type = 'Plate',
2041 source = 'Drop:Plans: Thorium Boots',
2042 sourcerarity = 'Uncommon',
2043 result = 1,
2044 resultrarity = 'Uncommon',
2045 reagents = {
2046 [ReagentData['leather']['rugged']] = 8,
2047 [ReagentData['bar']['thorium']] = 20,
2048 [ReagentData['other']['greenpowercrystal']] = 4,
2049 }
2050 },
2051 ['Thorium Helm'] = {
2052 skill = 280,
2053 description = '[BoE] (Plate Head) AC: 434, AR: 10, FR: 10, NR: 10, CR: 10, SR: 10, MinLvl: 51',
2054 type = 'Plate',
2055 source = 'Drop:Plans: Thorium Helm',
2056 sourcerarity = 'Uncommon',
2057 result = 1,
2058 resultrarity = 'Uncommon',
2059 reagents = {
2060 [ReagentData['gem']['starruby']] = 1,
2061 [ReagentData['other']['yellowpowercrystal']] = 4,
2062 [ReagentData['bar']['thorium']] = 24,
2063 }
2064 },
2065 ['Dark Iron Plate'] = {
2066 skill = 285,
2067 description = '[BoP] (Plate Chest) AC: 817, Sta: 12, FR: 19, MinLvl: 54',
2068 type = 'Plate',
2069 source = 'Drop:Plans: Dark Iron Plate',
2070 sourcerarity = 'Rare',
2071 result = 1,
2072 resultrarity = 'Rare',
2073 reagents = {
2074 [ReagentData['bar']['darkiron']] = 20,
2075 [ReagentData['element']['heartoffire']] = 8,
2076 }
2077 },
2078 ['Demon Forged Breastplate'] = {
2079 skill = 285,
2080 description = '[BoE] (Plate Chest) AC: 597, Sta: 12, MinLvl: 52, Equip: When struck has a 3% chance of stealing 120 life from the attacker over 4 sec.',
2081 type = 'Plate',
2082 source = 'Quest:Plans: Demon Forged Breastplate',
2083 sourcerarity = 'Rare',
2084 result = 1,
2085 resultrarity = 'Rare',
2086 reagents = {
2087 [ReagentData['monster']['demonicrune']] = 10,
2088 [ReagentData['gem']['starruby']] = 4,
2089 [ReagentData['bar']['thorium']] = 40,
2090 [ReagentData['gem']['bluesapphire']] = 4,
2091 }
2092 },
2093 ['Radiant Gloves'] = {
2094 skill = 285,
2095 description = '[BoE] (Mail Hands) AC: 192, CR: 12, SR: 12, MinLvl: 52',
2096 type = 'Mail',
2097 source = 'Drop:Plans: Radiant Gloves',
2098 sourcerarity = 'Uncommon',
2099 result = 1,
2100 resultrarity = 'Uncommon',
2101 reagents = {
2102 [ReagentData['bar']['thorium']] = 18,
2103 [ReagentData['element']['heartoffire']] = 4,
2104 }
2105 },
2106 ['Serenity'] = {
2107 skill = 285,
2108 description = '[BoE] (MH Mace) Dmg: 52-98, Spd: 2.00, DPS: 37.5, MinLvl: 52, Chance on hit: Dispels a magic effect on the current foe.',
2109 type = 'Mace',
2110 source = 'Drop:Plans: Serenity',
2111 sourcerarity = 'Uncommon',
2112 result = 1,
2113 resultrarity = 'Rare',
2114 reagents = {
2115 [ReagentData['monster']['powerfulmojo']] = 4,
2116 [ReagentData['bar']['enchantedthorium']] = 6,
2117 [ReagentData['gem']['hugeemerald']] = 1,
2118 [ReagentData['gem']['bluesapphire']] = 2,
2119 [ReagentData['bar']['arcanite']] = 2,
2120 [ReagentData['gem']['largeopal']] = 2,
2121 }
2122 },
2123 ['Corruption'] = {
2124 skill = 290,
2125 description = '[BoP] (2H Sword) Dmg: 119-179, Spd: 3.00, DPS: 49.7, Str: 30, Sta: 30, Spi: -40, MinLvl: 53',
2126 type = 'Two-Hand Sword',
2127 source = 'Drop:Plans: Corruption',
2128 sourcerarity = 'Rare',
2129 result = 1,
2130 resultrarity = 'Rare',
2131 reagents = {
2132 [ReagentData['monster']['demonicrune']] = 16,
2133 [ReagentData['element']['essenceofundeath']] = 8,
2134 [ReagentData['bar']['thorium']] = 40,
2135 [ReagentData['gem']['bluesapphire']] = 2,
2136 [ReagentData['grinding']['dense']] = 2,
2137 [ReagentData['bar']['arcanite']] = 2,
2138 [ReagentData['leather']['rugged']] = 4,
2139 }
2140 },
2141 ['Fiery Plate Gauntlets'] = {
2142 skill = 290,
2143 description = '[BoE] (Plate Hands) AC: 379, FR: 10, MinLvl: 53, Equip: Adds 4 fire damage to your weapon attack.',
2144 type = 'Plate',
2145 source = 'Quest:Plans: Fiery Plate Gauntlets',
2146 sourcerarity = 'Rare',
2147 result = 1,
2148 resultrarity = 'Rare',
2149 reagents = {
2150 [ReagentData['gem']['starruby']] = 4,
2151 [ReagentData['bar']['enchantedthorium']] = 6,
2152 [ReagentData['bar']['thorium']] = 20,
2153 [ReagentData['element']['essenceoffire']] = 2,
2154 }
2155 },
2156 ['Radiant Boots'] = {
2157 skill = 290,
2158 description = '[BoE] (Mail Feet) AC: 215, CR: 15, SR: 15, MinLvl: 53',
2159 type = 'Mail',
2160 source = 'Drop:Plans: Radiant Boots',
2161 sourcerarity = 'Uncommon',
2162 result = 1,
2163 resultrarity = 'Uncommon',
2164 reagents = {
2165 [ReagentData['bar']['thorium']] = 14,
2166 [ReagentData['element']['heartoffire']] = 4,
2167 }
2168 },
2169 ['Volcanic Hammer'] = {
2170 skill = 290,
2171 description = '[BoE] (MH Mace) Dmg: 60-113, Spd: 2.50, DPS: 34.6, MinLvl: 53, Chance on hit: Hurls a fiery ball that causes 100 to 128 Fire damage and an additional 18 damage over 6 sec.',
2172 type = 'Mace',
2173 source = 'Drop:Plans: Volcanic Hammer',
2174 sourcerarity = 'Uncommon',
2175 result = 1,
2176 resultrarity = 'Uncommon',
2177 reagents = {
2178 [ReagentData['gem']['starruby']] = 4,
2179 [ReagentData['leather']['rugged']] = 4,
2180 [ReagentData['bar']['thorium']] = 30,
2181 [ReagentData['element']['heartoffire']] = 4,
2182 }
2183 },
2184 ['Dark Iron Bracers'] = {
2185 skill = 295,
2186 description = '[BoP] (Plate Wrist) AC: 394, Sta: 7, FR: 18, MinLvl: 54',
2187 type = 'Plate',
2188 source = 'Vendor:Plans: Dark Iron Bracers',
2189 sourcerarity = 'Rare',
2190 result = 1,
2191 resultrarity = 'Epic',
2192 reagents = {
2193 [ReagentData['bar']['darkiron']] = 4,
2194 [ReagentData['monster']['fierycore']] = 2,
2195 [ReagentData['monster']['lavacore']] = 2,
2196 }
2197 },
2198 ['Fiery Chain Girdle'] = {
2199 skill = 295,
2200 description = '[BoP] (Mail Waist) AC: 214, Sta: 10, Int: 9, Spi: 8, FR: 24, MinLvl: 54',
2201 type = 'Mail',
2202 source = 'Vendor:Plans: Fiery Chain Girdle',
2203 sourcerarity = 'Rare',
2204 result = 1,
2205 resultrarity = 'Epic',
2206 reagents = {
2207 [ReagentData['bar']['darkiron']] = 6,
2208 [ReagentData['monster']['fierycore']] = 3,
2209 [ReagentData['monster']['lavacore']] = 3,
2210 }
2211 },
2212 ['Radiant Circlet'] = {
2213 skill = 295,
2214 description = '[BoE] (Mail Head) AC: 258, CR: 18, SR: 18, MinLvl: 54',
2215 type = 'Mail',
2216 source = 'Drop:Plans: Radiant Circlet',
2217 sourcerarity = 'Uncommon',
2218 result = 1,
2219 resultrarity = 'Uncommon',
2220 reagents = {
2221 [ReagentData['bar']['thorium']] = 18,
2222 [ReagentData['element']['heartoffire']] = 4,
2223 }
2224 },
2225 ['Storm Gauntlets'] = {
2226 skill = 295,
2227 description = '[BoE] (Mail Hands) AC: 218, Int: 7, FR: 10, MinLvl: 54, Equip: Adds 3 Lightning damage to your weapon attack., Equip: Increases damage done by Nature spells and effects by up to 15.',
2228 type = 'Mail',
2229 source = 'Drop, Vendor:Plans: Storm Gauntlets',
2230 sourcerarity = 'Rare',
2231 result = 1,
2232 resultrarity = 'Rare',
2233 reagents = {
2234 [ReagentData['bar']['enchantedthorium']] = 4,
2235 [ReagentData['element']['essenceofwater']] = 4,
2236 [ReagentData['bar']['thorium']] = 20,
2237 [ReagentData['gem']['bluesapphire']] = 4,
2238 }
2239 },
2240 ['Annihilator'] = {
2241 skill = 300,
2242 description = '[BoE] (MH Axe) Dmg: 49-92, Spd: 1.70, DPS: 41.5, MinLvl: 58, Chance on hit: Enemies armor is reduced by 200. Stacks up to 3 times.',
2243 type = 'Axe',
2244 source = 'Drop:Plans: Annihilator',
2245 sourcerarity = 'Rare',
2246 result = 1,
2247 resultrarity = 'Rare',
2248 reagents = {
2249 [ReagentData['element']['essenceofundeath']] = 10,
2250 [ReagentData['gem']['hugeemerald']] = 8,
2251 [ReagentData['bar']['thorium']] = 40,
2252 [ReagentData['grinding']['dense']] = 2,
2253 [ReagentData['bar']['arcanite']] = 12,
2254 [ReagentData['leather']['enchanted']] = 4,
2255 }
2256 },
2257 ['Arcanite Champion'] = {
2258 skill = 300,
2259 description = '[BoE] (2H Sword) Dmg: 129-194, Spd: 3.00, DPS: 53.8, MinLvl: 58, Chance on hit: Heal self for 270 to 450 and Increases Strength by 120 for 30 sec.',
2260 type = 'Two-Hand Sword',
2261 source = 'Drop:Plans: Arcanite Champion',
2262 sourcerarity = 'Rare',
2263 result = 1,
2264 resultrarity = 'Rare',
2265 reagents = {
2266 [ReagentData['monster']['righteousorb']] = 1,
2267 [ReagentData['gem']['azerothiandiamond']] = 8,
2268 [ReagentData['grinding']['dense']] = 2,
2269 [ReagentData['bar']['arcanite']] = 15,
2270 [ReagentData['gem']['largeopal']] = 4,
2271 [ReagentData['leather']['enchanted']] = 8,
2272 }
2273 },
2274 ['Arcanite Reaper'] = {
2275 skill = 300,
2276 description = '[BoE] (2H Axe) Dmg: 153-256, Spd: 3.80, DPS: 53.8, Sta: 13, MinLvl: 58, Equip: +62 Attack Power.',
2277 type = 'Two-Hand Axe',
2278 source = 'Drop:Plans: Arcanite Reaper',
2279 sourcerarity = 'Rare',
2280 result = 1,
2281 resultrarity = 'Rare',
2282 reagents = {
2283 [ReagentData['grinding']['dense']] = 2,
2284 [ReagentData['bar']['arcanite']] = 20,
2285 [ReagentData['leather']['enchanted']] = 6,
2286 }
2287 },
2288 ['Dark Iron Destroyer'] = {
2289 skill = 300,
2290 description = '[BoE] (MH Axe) Dmg: 71-134, Spd: 2.40, DPS: 42.7, Str: 10, FR: 6, MinLvl: 60',
2291 type = 'Axe',
2292 source = 'Vendor:Plans: Dark Iron Destroyer',
2293 sourcerarity = 'Rare',
2294 result = 1,
2295 resultrarity = 'Rare',
2296 reagents = {
2297 [ReagentData['bar']['darkiron']] = 18,
2298 [ReagentData['gem']['bloodofthemountain']] = 2,
2299 [ReagentData['monster']['lavacore']] = 12,
2300 [ReagentData['leather']['enchanted']] = 2,
2301 }
2302 },
2303 ['Dark Iron Leggings'] = {
2304 skill = 300,
2305 description = '[BoE] (Plate Legs) AC: 778, Sta: 14, FR: 30, MinLvl: 55',
2306 type = 'Plate',
2307 source = 'Vendor:Plans: Dark Iron Leggings',
2308 sourcerarity = 'Rare',
2309 result = 1,
2310 resultrarity = 'Epic',
2311 reagents = {
2312 [ReagentData['bar']['darkiron']] = 16,
2313 [ReagentData['monster']['fierycore']] = 4,
2314 [ReagentData['monster']['lavacore']] = 6,
2315 }
2316 },
2317 ['Dark Iron Reaver'] = {
2318 skill = 300,
2319 description = '[BoE] (MH Sword) Dmg: 71-134, Spd: 2.40, DPS: 42.7, Sta: 10, FR: 6, MinLvl: 60',
2320 type = 'Sword',
2321 source = 'Vendor:Plans: Dark Iron Reaver',
2322 sourcerarity = 'Rare',
2323 result = 1,
2324 resultrarity = 'Rare',
2325 reagents = {
2326 [ReagentData['bar']['darkiron']] = 16,
2327 [ReagentData['monster']['fierycore']] = 12,
2328 [ReagentData['gem']['bloodofthemountain']] = 2,
2329 [ReagentData['leather']['enchanted']] = 2,
2330 }
2331 },
2332 ['Elemental Sharpening Stone'] = {
2333 skill = 300,
2334 description = 'MinLvl: 50, Use: Increase critical chance on a melee weapon by 2% for 30 minutes.',
2335 type = 'Trade Goods',
2336 source = 'Drop:Plans: Elemental Sharpening Stone',
2337 sourcerarity = 'Rare',
2338 result = 1,
2339 resultrarity = 'Uncommon',
2340 reagents = {
2341 [ReagentData['element']['earth']] = 2,
2342 [ReagentData['stone']['dense']] = 3,
2343 }
2344 },
2345 ['Fiery Chain Shoulders'] = {
2346 skill = 300,
2347 description = '[BoE] (Mail Shoulders) AC: 299, Int: 14, Sta: 10, FR: 25, MinLvl: 57',
2348 type = 'Mail',
2349 source = 'Vendor:Plans: Fiery Chain Shoulders',
2350 sourcerarity = 'Rare',
2351 result = 1,
2352 resultrarity = 'Epic',
2353 reagents = {
2354 [ReagentData['bar']['darkiron']] = 16,
2355 [ReagentData['monster']['fierycore']] = 4,
2356 [ReagentData['monster']['lavacore']] = 5,
2357 }
2358 },
2359 ['Frostguard'] = {
2360 skill = 300,
2361 description = '[BoE] (MH Sword) Dmg: 66-124, Spd: 2.30, DPS: 41.3, MinLvl: 58, Chance on hit: Target\'s movement slowed to 70% and attacks slowed by 20% for 5 sec.',
2362 type = 'Sword',
2363 source = 'Drop:Plans: Frostguard',
2364 sourcerarity = 'Rare',
2365 result = 1,
2366 resultrarity = 'Rare',
2367 reagents = {
2368 [ReagentData['element']['essenceofwater']] = 4,
2369 [ReagentData['gem']['azerothiandiamond']] = 8,
2370 [ReagentData['gem']['bluesapphire']] = 8,
2371 [ReagentData['grinding']['dense']] = 2,
2372 [ReagentData['bar']['arcanite']] = 18,
2373 [ReagentData['leather']['enchanted']] = 4,
2374 }
2375 },
2376 ['Hammer of the Titans'] = {
2377 skill = 300,
2378 description = '[BoE] (2H Mace) Dmg: 163-246, Spd: 3.80, DPS: 53.8, Str: 15, MinLvl: 58, Chance on hit: Stuns target for 3 sec.',
2379 type = 'Two-Hand Mace',
2380 source = 'Drop:Plans: Hammer of the Titans',
2381 sourcerarity = 'Rare',
2382 result = 1,
2383 resultrarity = 'Rare',
2384 reagents = {
2385 [ReagentData['element']['essenceofearth']] = 10,
2386 [ReagentData['monster']['guardianstone']] = 4,
2387 [ReagentData['bar']['thorium']] = 50,
2388 [ReagentData['bar']['arcanite']] = 15,
2389 [ReagentData['leather']['enchanted']] = 6,
2390 }
2391 },
2392 ['Heartseeker'] = {
2393 skill = 300,
2394 description = '[BoE] [U] (1H Dagger) Dmg: 49-92, Spd: 1.70, DPS: 41.5, Str: 4, MinLvl: 58, Equip: Improves your chance to get a critical strike by 1%.',
2395 type = 'Dagger',
2396 source = 'Drop:Plans: Heartseeker',
2397 sourcerarity = 'Rare',
2398 result = 1,
2399 resultrarity = 'Rare',
2400 reagents = {
2401 [ReagentData['gem']['starruby']] = 6,
2402 [ReagentData['bar']['enchantedthorium']] = 10,
2403 [ReagentData['gem']['azerothiandiamond']] = 6,
2404 [ReagentData['bar']['arcanite']] = 10,
2405 [ReagentData['leather']['enchanted']] = 2,
2406 [ReagentData['gem']['largeopal']] = 6,
2407 [ReagentData['grinding']['dense']] = 4,
2408 }
2409 },
2410 ['Helm of the Great Chief'] = {
2411 skill = 300,
2412 description = '[BoE] (Mail Head) AC: 292, Sta: 12, Spi: 30, MinLvl: 56',
2413 type = 'Mail',
2414 source = 'Drop:Plans: Helm of the Great Chief',
2415 sourcerarity = 'Rare',
2416 result = 1,
2417 resultrarity = 'Rare',
2418 reagents = {
2419 [ReagentData['bar']['enchantedthorium']] = 4,
2420 [ReagentData['gem']['hugeemerald']] = 2,
2421 [ReagentData['feather']['jetblack']] = 60,
2422 [ReagentData['bar']['thorium']] = 40,
2423 [ReagentData['gem']['largeopal']] = 6,
2424 }
2425 },
2426 ['Invulnerable Mail'] = {
2427 skill = 300,
2428 description = '[BoE] (Mail Chest) AC: 554, MinLvl: 57, Equip: Physical Attacks will be harmlessly deflected 5% of the time., Equip: Increased Defense +20.',
2429 type = 'Mail',
2430 source = 'Drop:Plans: Invulnerable Mail',
2431 sourcerarity = 'Epic',
2432 result = 1,
2433 resultrarity = 'Epic',
2434 reagents = {
2435 [ReagentData['bar']['enchantedthorium']] = 30,
2436 [ReagentData['gem']['hugeemerald']] = 6,
2437 [ReagentData['gem']['azerothiandiamond']] = 6,
2438 [ReagentData['bar']['arcanite']] = 30,
2439 }
2440 },
2441 ['Lionheart Helm'] = {
2442 skill = 300,
2443 description = '[BoE] (Plate Head) AC: 565, Str: 18, MinLvl: 56, Equip: Improves your chance to get a critical strike by 2%., Equip: Improves your chance to hit by 2%.',
2444 type = 'Plate',
2445 source = 'Drop:Plans: Lionheart Helm',
2446 sourcerarity = 'Epic',
2447 result = 1,
2448 resultrarity = 'Epic',
2449 reagents = {
2450 [ReagentData['monster']['wickedclaw']] = 40,
2451 [ReagentData['gem']['azerothiandiamond']] = 4,
2452 [ReagentData['bar']['thorium']] = 80,
2453 [ReagentData['gem']['bluesapphire']] = 10,
2454 [ReagentData['bar']['arcanite']] = 12,
2455 }
2456 },
2457 ['Masterwork Stormhammer'] = {
2458 skill = 300,
2459 description = '[BoE] (MH Mace) Dmg: 58-108, Spd: 2.00, DPS: 41.5, MinLvl: 57, Chance on hit: Blasts up to 3 targets for 105 to 145 Nature damage.',
2460 type = 'Mace',
2461 source = 'Drop:Plans: Masterwork Stormhammer',
2462 sourcerarity = 'Rare',
2463 result = 1,
2464 resultrarity = 'Rare',
2465 reagents = {
2466 [ReagentData['element']['essenceofearth']] = 6,
2467 [ReagentData['bar']['enchantedthorium']] = 20,
2468 [ReagentData['gem']['hugeemerald']] = 8,
2469 [ReagentData['gem']['largeopal']] = 8,
2470 [ReagentData['leather']['enchanted']] = 4,
2471 }
2472 },
2473 ['Radiant Leggings'] = {
2474 skill = 300,
2475 description = '[BoE] (Mail Legs) AC: 286, CR: 18, SR: 18, MinLvl: 56',
2476 type = 'Mail',
2477 source = 'Drop:Plans: Radiant Leggings',
2478 sourcerarity = 'Uncommon',
2479 result = 1,
2480 resultrarity = 'Uncommon',
2481 reagents = {
2482 [ReagentData['bar']['thorium']] = 20,
2483 [ReagentData['element']['heartoffire']] = 4,
2484 }
2485 },
2486 ['Runic Breastplate'] = {
2487 skill = 300,
2488 description = '[BoE] (Plate Chest) AC: 738, FR: 15, NR: 15, MinLvl: 57',
2489 type = 'Plate',
2490 source = 'Drop:Plans: Runic Breastplate',
2491 sourcerarity = 'Uncommon',
2492 result = 1,
2493 resultrarity = 'Uncommon',
2494 reagents = {
2495 [ReagentData['gem']['starruby']] = 1,
2496 [ReagentData['bar']['thorium']] = 40,
2497 [ReagentData['bar']['arcanite']] = 2,
2498 }
2499 },
2500 ['Runic Plate Boots'] = {
2501 skill = 300,
2502 description = '[BoE] (Plate Feet) AC: 492, FR: 10, NR: 10, MinLvl: 55',
2503 type = 'Plate',
2504 source = 'Drop:Plans: Runic Plate Boots',
2505 sourcerarity = 'Uncommon',
2506 result = 1,
2507 resultrarity = 'Uncommon',
2508 reagents = {
2509 [ReagentData['bar']['silver']] = 10,
2510 [ReagentData['bar']['thorium']] = 20,
2511 [ReagentData['bar']['arcanite']] = 2,
2512 }
2513 },
2514 ['Runic Plate Helm'] = {
2515 skill = 300,
2516 description = '[BoE] (Plate Head) AC: 621, FR: 13, NR: 13, MinLvl: 56',
2517 type = 'Plate',
2518 source = 'Drop:Plans: Runic Plate Helm',
2519 sourcerarity = 'Uncommon',
2520 result = 1,
2521 resultrarity = 'Uncommon',
2522 reagents = {
2523 [ReagentData['bar']['truesilver']] = 2,
2524 [ReagentData['gem']['hugeemerald']] = 1,
2525 [ReagentData['bar']['thorium']] = 30,
2526 [ReagentData['bar']['arcanite']] = 2,
2527 }
2528 },
2529 ['Runic Plate Leggings'] = {
2530 skill = 300,
2531 description = '[BoE] (Plate Legs) AC: 665, FR: 14, NR: 14, MinLvl: 57',
2532 type = 'Plate',
2533 source = 'Drop:Plans: Runic Plate Leggings',
2534 sourcerarity = 'Uncommon',
2535 result = 1,
2536 resultrarity = 'Uncommon',
2537 reagents = {
2538 [ReagentData['gem']['starruby']] = 1,
2539 [ReagentData['bar']['thorium']] = 40,
2540 [ReagentData['bar']['arcanite']] = 2,
2541 }
2542 },
2543 ['Runic Plate Shoulders'] = {
2544 skill = 300,
2545 description = '[BoE] (Plate Shoulder) AC: 527, FR: 10, NR: 10, MinLvl: 55',
2546 type = 'Plate',
2547 source = 'Drop:Plans: Runic Plate Shoulders',
2548 sourcerarity = 'Uncommon',
2549 result = 1,
2550 resultrarity = 'Uncommon',
2551 reagents = {
2552 [ReagentData['bar']['gold']] = 6,
2553 [ReagentData['bar']['thorium']] = 20,
2554 [ReagentData['bar']['arcanite']] = 2,
2555 }
2556 },
2557 ['Stronghold Gauntlets'] = {
2558 skill = 300,
2559 description = '[BoE] (Plate Hands) AC: 441, Sta: 12, MinLvl: 57, Equip: Immune to Disarm., Equip: Increases your chance to parry an attack by 1%., Equip: Improves your chance to get a critical strike by 1%.',
2560 type = 'Plate',
2561 source = 'Drop:Plans: Stronghold Gauntlets',
2562 sourcerarity = 'Epic',
2563 result = 1,
2564 resultrarity = 'Epic',
2565 reagents = {
2566 [ReagentData['element']['essenceofearth']] = 10,
2567 [ReagentData['bar']['enchantedthorium']] = 20,
2568 [ReagentData['gem']['bluesapphire']] = 4,
2569 [ReagentData['bar']['arcanite']] = 15,
2570 [ReagentData['gem']['largeopal']] = 4,
2571 }
2572 },
2573 ['Thorium Leggings'] = {
2574 skill = 300,
2575 description = '[BoE] (Plate Legs) AC: 499, AR: 10, FR: 10, NR: 10, CR: 10, SR: 10, MinLvl: 55',
2576 type = 'Plate',
2577 source = 'Drop:Plans: Thorium Leggings',
2578 sourcerarity = 'Uncommon',
2579 result = 1,
2580 resultrarity = 'Uncommon',
2581 reagents = {
2582 [ReagentData['other']['redpowercrystal']] = 4,
2583 [ReagentData['bar']['thorium']] = 26,
2584 }
2585 },
2586 ['Whitesoul Helm'] = {
2587 skill = 300,
2588 description = '[BoE] (Plate Head) AC: 629, Int: 15, Spi: 15, MinLvl: 55, Equip: Increases healing done by spells and effects by up to 32.',
2589 type = 'Plate',
2590 source = 'Drop:Plans: Whitesoul Helm',
2591 sourcerarity = 'Rare',
2592 result = 1,
2593 resultrarity = 'Rare',
2594 reagents = {
2595 [ReagentData['bar']['truesilver']] = 6,
2596 [ReagentData['bar']['enchantedthorium']] = 4,
2597 [ReagentData['bar']['gold']] = 6,
2598 [ReagentData['gem']['azerothiandiamond']] = 2,
2599 [ReagentData['bar']['thorium']] = 20,
2600 }
2601 },
2602 --~ ['Bleakwood Hew'] = {
2603 --~ source = 'Unknown',
2604 --~ result = 1,
2605 --~ resultname = 'UnknownItem',
2606 --~ reagents = {
2607 --~ [ReagentData['herb']['wildvine']] = 6,
2608 --~ [ReagentData['leather']['rugged']] = 8,
2609 --~ [ReagentData['element']['livingessence']] = 6,
2610 --~ [ReagentData['bar']['thorium']] = 30,
2611 --~ [ReagentData['grinding']['dense']] = 2,
2612 --~ [ReagentData['gem']['largeopal']] = 6,
2613 --~ }
2614 --~ },
2615 --~ ['Blood Talon'] = {
2616 --~ source = 'Unknown',
2617 --~ result = 1,
2618 --~ resultname = 'UnknownItem',
2619 --~ reagents = {
2620 --~ [ReagentData['monster']['demonicrune']] = 8,
2621 --~ [ReagentData['gem']['starruby']] = 10,
2622 --~ [ReagentData['bar']['enchantedthorium']] = 10,
2623 --~ [ReagentData['grinding']['dense']] = 2,
2624 --~ [ReagentData['bar']['arcanite']] = 10,
2625 --~ }
2626 --~ },
2627 --~ ['Darkspear'] = {
2628 --~ source = 'Unknown',
2629 --~ result = 1,
2630 --~ resultname = 'UnknownItem',
2631 --~ reagents = {
2632 --~ [ReagentData['monster']['powerfulmojo']] = 20,
2633 --~ [ReagentData['bar']['enchantedthorium']] = 20,
2634 --~ [ReagentData['gem']['hugeemerald']] = 2,
2635 --~ [ReagentData['gem']['azerothiandiamond']] = 2,
2636 --~ [ReagentData['grinding']['dense']] = 2,
2637 --~ }
2638 --~ },
2639 --~ ['Dawnbringer Shoulders'] = {
2640 --~ source = 'Unknown',
2641 --~ result = 1,
2642 --~ resultname = 'UnknownItem',
2643 --~ reagents = {
2644 --~ [ReagentData['gem']['hugeemerald']] = 2,
2645 --~ [ReagentData['element']['essenceofwater']] = 2,
2646 --~ [ReagentData['bar']['thorium']] = 20,
2647 --~ [ReagentData['bar']['arcanite']] = 4,
2648 --~ }
2649 --~ },
2650 ['Enchanted Thorium Breastplate'] = {
2651 skill = 300,
2652 type = 'Plate',
2653 description = '[BoE] (Plate Chest) AC: 657, Sta: 26, Str: 12, MinLvl: 58, Passive: Increased Defense +9.',
2654 source = 'Quest:Enchanted Thorium Platemail: Volume I',
2655 sourcerarity = 'Rare',
2656 result = 1,
2657 resultrarity = 'Rare',
2658 reagents = {
2659 [ReagentData['element']['essenceofearth']] = 4,
2660 [ReagentData['bar']['enchantedthorium']] = 24,
2661 [ReagentData['bar']['arcanite']] = 8,
2662 [ReagentData['element']['essenceofwater']] = 4,
2663 [ReagentData['gem']['hugeemerald']] = 2,
2664 [ReagentData['gem']['azerothiandiamond']] = 2,
2665 }
2666 },
2667 ['Enchanted Thorium Helm'] = {
2668 skill = 300,
2669 type = 'Plate',
2670 description = '[BoE] (Plate Head) AC: 526, Sta: 25, Str: 12, MinLvl: 57, Passive: Increased Defense +9.',
2671 source = 'Quest:Enchanted Thorium Platemail: Volume III',
2672 sourcerarity = 'Rare',
2673 result = 1,
2674 resultrarity = 'Rare',
2675 reagents = {
2676 [ReagentData['bar']['arcanite']] = 6,
2677 [ReagentData['element']['essenceofearth']] = 6,
2678 [ReagentData['bar']['enchantedthorium']] = 16,
2679 [ReagentData['gem']['largeopal']] = 2,
2680 [ReagentData['gem']['azerothiandiamond']] = 1,
2681 }
2682 },
2683 ['Imperial Plate Belt'] = {
2684 skill = 265,
2685 type = 'Plate',
2686 source = 'Quest:Plans: Imperial Plate Belt',
2687 sourcerarity = 'Uncommon',
2688 result = 1,
2689 resultrarity = 'Uncommon',
2690 reagents = {
2691 [ReagentData['bar']['thorium']] = 22,
2692 [ReagentData['leather']['rugged']] = 6,
2693 [ReagentData['gem']['aquamarine']] = 1,
2694 }
2695 },
2696 ['Imperial Plate Boots'] = {
2697 skill = 295,
2698 type = 'Plate',
2699 description = '[BoE] (Plate Feet) AC: 386, Sta: 12, Str: 13, MinLvl: 54',
2700 source = 'Quest:Imperial Plate Boots',
2701 sourcerarity = 'Uncommon',
2702 result = 1,
2703 resultrarity = 'Uncommon',
2704 reagents = {
2705 [ReagentData['bar']['thorium']] = 34,
2706 [ReagentData['gem']['aquamarine']] = 1,
2707 [ReagentData['gem']['starruby']] = 1,
2708 }
2709 },
2710 ['Imperial Plate Bracers'] = {
2711 skill = 270,
2712 type = 'Plate',
2713 description = '[BoE] (Plate Wrist) AC: 225, Sta: 8, Str: 9, MinLvl: 49',
2714 source = 'Quest:Plans: Imperial Plate Bracers',
2715 sourcerarity = 'Uncommon',
2716 result = 1,
2717 resultrarity = 'Uncommon',
2718 reagents = {
2719 [ReagentData['gem']['starruby']] = 1,
2720 [ReagentData['bar']['thorium']] = 20,
2721 }
2722 },
2723 ['Imperial Plate Chest'] = {
2724 skill = 300,
2725 type = 'Plate',
2726 description = '[BoE] (Plate Chest) AC: 570, Sta: 17, Str: 18, MinLvl: 55',
2727 source = 'Quest:Plans: Imperial Plate Chest',
2728 sourcerarity = 'Uncommon',
2729 result = 1,
2730 resultrarity = 'Uncommon',
2731 reagents = {
2732 [ReagentData['bar']['thorium']] = 40,
2733 [ReagentData['gem']['starruby']] = 2,
2734 }
2735 },
2736 ['Imperial Plate Helm'] = {
2737 skill = 295,
2738 type = 'Plate',
2739 description = '[BoE] (Plate Head) AC: 456, Sta: 17, Str: 18, MinLvl: 54',
2740 source = 'Quest:Plans: Imperial Plate Helm',
2741 sourcerarity = 'Uncommon',
2742 result = 1,
2743 resultrarity = 'Uncommon',
2744 reagents = {
2745 [ReagentData['gem']['starruby']] = 2,
2746 [ReagentData['bar']['thorium']] = 34,
2747 }
2748 },
2749 ['Imperial Plate Leggings'] = {
2750 skill = 300,
2751 type = 'Plate',
2752 description = '[BoE] (Plate Leggings) AC: 507, Sta: 18, Str: 18, MinLvl: 56',
2753 source = 'Quest:Plans: Imperial Plate Leggings',
2754 sourcerarity = 'Uncommon',
2755 result = 1,
2756 resultrarity = 'Uncommon',
2757 reagents = {
2758 [ReagentData['gem']['starruby']] = 2,
2759 [ReagentData['bar']['thorium']] = 44,
2760 }
2761 },
2762 ['Imperial Plate Shoulders'] = {
2763 skill = 265,
2764 type = 'Plate',
2765 description = '[BoE] (Plate Shoulders) AC: 380, Sta: 11, Str: 12, MinLvl: 47',
2766 source = 'Quest:Plans: Imperial Plate Shoulders',
2767 sourcerarity = 'Uncommon',
2768 result = 1,
2769 resultrarity = 'Uncommon',
2770 reagents = {
2771 [ReagentData['leather']['rugged']] = 6,
2772 [ReagentData['bar']['thorium']] = 24,
2773 [ReagentData['gem']['citrine']] = 2,
2774 }
2775 },
2776 --~ ['Inlaid Thorium Hammer'] = {
2777 --~ source = 'Unknown',
2778 --~ result = 1,
2779 --~ resultname = 'UnknownItem',
2780 --~ reagents = {
2781 --~ [ReagentData['bar']['truesilver']] = 2,
2782 --~ [ReagentData['leather']['rugged']] = 4,
2783 --~ [ReagentData['bar']['gold']] = 4,
2784 --~ [ReagentData['bar']['thorium']] = 30,
2785 --~ [ReagentData['gem']['bluesapphire']] = 2,
2786 --~ }
2787 --~ },
2788 --~ ['Ironforge Chain'] = {
2789 --~ source = 'Unknown',
2790 --~ result = 1,
2791 --~ resultname = 'UnknownItem',
2792 --~ reagents = {
2793 --~ [ReagentData['gem']['malachite']] = 2,
2794 --~ [ReagentData['grinding']['rough']] = 2,
2795 --~ [ReagentData['bar']['copper']] = 12,
2796 --~ }
2797 --~ },
2798 --~ ['Ironforge Gauntlets'] = {
2799 --~ source = 'Unknown',
2800 --~ result = 1,
2801 --~ resultname = 'UnknownItem',
2802 --~ reagents = {
2803 --~ [ReagentData['bar']['bronze']] = 8,
2804 --~ [ReagentData['gem']['shadow']] = 3,
2805 --~ [ReagentData['grinding']['coarse']] = 4,
2806 --~ }
2807 --~ },
2808 --~ ['Mithril Scale Gloves'] = {
2809 --~ source = 'Unknown',
2810 --~ result = 1,
2811 --~ resultname = 'UnknownItem',
2812 --~ reagents = {
2813 --~ [ReagentData['leather']['heavy']] = 6,
2814 --~ [ReagentData['bar']['mithril']] = 8,
2815 --~ [ReagentData['cloth']['mageweave']] = 4,
2816 --~ }
2817 --~ },
2818 ['Ornate Mithril Shoulders'] = {
2819 skill = 225,
2820 type = 'Plate',
2821 source = 'Quest:Plans: Ornate Mithril Shoulder',
2822 sourcerarity = 'Uncommon',
2823 result = 1,
2824 resultname = 'Ornate Mithril Shoulder',
2825 resultrarity = 'Uncommon',
2826 reagents = {
2827 [ReagentData['leather']['thick']] = 6,
2828 [ReagentData['bar']['truesilver']] = 1,
2829 [ReagentData['bar']['mithril']] = 12,
2830 }
2831 },
2832 --~ ['Rough Bronze Bracers'] = {
2833 --~ source = 'Unknown',
2834 --~ result = 1,
2835 --~ resultname = 'UnknownItem',
2836 --~ reagents = {
2837 --~ [ReagentData['bar']['bronze']] = 4,
2838 --~ }
2839 --~ },
2840 --~ ['Rune Edge'] = {
2841 --~ source = 'Unknown',
2842 --~ result = 1,
2843 --~ resultname = 'UnknownItem',
2844 --~ reagents = {
2845 --~ [ReagentData['leather']['rugged']] = 4,
2846 --~ [ReagentData['bar']['thorium']] = 30,
2847 --~ [ReagentData['grinding']['dense']] = 2,
2848 --~ [ReagentData['gem']['largeopal']] = 2,
2849 --~ }
2850 --~ },
2851 ['Sulfuron Hammer'] = {
2852 skill = 300,
2853 description = '(2H Mace) Dmg: 176-295, Spd: 3.70, DPS: 63.6, MinLvl: 60, Chance On Hit: Hurls a fiery ball that causes 83 to 101 Fire damage and an additional 16 damage over 8 seconds.',
2854 source = 'Quest:A Binding Contract',
2855 sourcerarity = 'Epic',
2856 result = 1,
2857 resultrarity = 'Epic',
2858 reagents = {
2859 [ReagentData['bar']['darkiron']] = 20,
2860 [ReagentData['gem']['bloodofthemountain']] = 10,
2861 [ReagentData['monster']['fierycore']] = 10,
2862 [ReagentData['monster']['sulfuroningot']] = 8,
2863 [ReagentData['element']['essenceoffire']] = 25,
2864 [ReagentData['monster']['lavacore']] = 10,
2865 [ReagentData['bar']['arcanite']] = 50,
2866 }
2867 },
2868 --~ ['Thorium Greatsword'] = {
2869 --~ source = 'Unknown',
2870 --~ result = 1,
2871 --~ resultname = 'UnknownItem',
2872 --~ reagents = {
2873 --~ [ReagentData['leather']['rugged']] = 4,
2874 --~ [ReagentData['bar']['thorium']] = 16,
2875 --~ [ReagentData['grinding']['dense']] = 2,
2876 --~ }
2877 --~ },
2878 ['Dark Iron Gauntlets'] = {
2879 skill = 295,
2880 description = '[BoE] (Plate Hands) AC: 495, Sta: 16, Agi: 12, FR: 28, MinLvl: 60',
2881 type = 'Plate',
2882 source = 'Vendor:Plans: Dark Iron Gauntlets',
2883 result = 1,
2884 resultrarity = 'Epic',
2885 reagents = {
2886 [ReagentData['monster']['lavacore']] = 3,
2887 [ReagentData['monster']['fierycore']] = 5,
2888 [ReagentData['leather']['core']] = 4,
2889 [ReagentData['bar']['darkiron']] = 4,
2890 [ReagentData['gem']['bloodofthemountain']] = 2,
2891 },
2892 },
2893 ['Dark Iron Helm'] = {
2894 skill = 300,
2895 type = 'Plate',
2896 description = '[BoE] (Plate Head) AC: 758, Sta: 20, FR: 35, MinLvl: 60',
2897 source = 'Vendor:Plans: Dark Iron Gauntlets',
2898 result = 1,
2899 resultrarity = 'Epic',
2900 reagents = {
2901 [ReagentData['monster']['lavacore']] = 4,
2902 [ReagentData['monster']['fierycore']] = 2,
2903 [ReagentData['bar']['darkiron']] = 4,
2904 },
2905 },
2906 ['Blackguard'] = {
2907 skill = 300,
2908 type = 'Sword',
2909 description = '[BoE] (OH Sword) Dmg: 65-121, Spd: 1.80, DPS: 51.7, Sta: 9, MinLvl: 60, Passive: Increases your chance to parry an attack by 1%.',
2910 source = 'Vendor:Plans: Blackguard',
2911 result = 1,
2912 resultrarity = 'Epic',
2913 reagents = {
2914 [ReagentData['monster']['lavacore']] = 6,
2915 [ReagentData['monster']['fierycore']] = 6,
2916 [ReagentData['bar']['arcanite']] = 10,
2917 [ReagentData['bar']['darkiron']] = 6,
2918 [ReagentData['monster']['guardianstone']] = 12,
2919 },
2920 },
2921 ['Gloves of the Dawn'] = {
2922 skill = 300,
2923 description = '[BoE] (Plate Hands) AC: 417, Str: 23, Sta: 10, MinLvl: 59',
2924 type = 'Plate',
2925 source = 'Vendor:Plans: Gloves of the Dawn',
2926 result = 1,
2927 resultrarity = 'Epic',
2928 reagents = {
2929 [ReagentData['bar']['arcanite']] = 2,
2930 [ReagentData['bar']['truesilver']] = 10,
2931 [ReagentData['monster']['righteousorb']] = 1,
2932 },
2933 },
2934 ['Enchanted Thorium Leggings'] = {
2935 skill = 300,
2936 description = '[BoE] (Plate Legs) AC: 575, Str: 20, Sta: 21, MinLvl: 58, Passive: Increased Defense +8',
2937 type = 'Plate',
2938 source = 'Quest:Enchanted Thorium Platemail: Volume II',
2939 sourcerarity = 'Rare',
2940 result = 1,
2941 resultrarity = 'Rare',
2942 reagents = {
2943 [ReagentData['bar']['arcanite']] = 10,
2944 [ReagentData['bar']['enchantedthorium']] = 20,
2945 [ReagentData['element']['essenceofwater']] = 6,
2946 [ReagentData['gem']['bluesapphire']] = 2,
2947 [ReagentData['gem']['hugeemerald']] = 1,
2948 },
2949 },
2950 ['Girdle of the Dawn'] = {
2951 skill = 290,
2952 description = '[BoE] (Plate Waist) AC: 341, Str: 21, Sta: 9, MinLvl: 53',
2953 type = 'Plate',
2954 source = 'Vendor:Plans: Girdle of the Dawn',
2955 result = 1,
2956 resultrarity = 'Rare',
2957 reagents = {
2958 [ReagentData['bar']['thorium']] = 8,
2959 [ReagentData['bar']['truesilver']] = 6,
2960 [ReagentData['monster']['righteousorb']] = 1,
2961 },
2962 },
2963 ['Heavy Timbermaw Boots'] = {
2964 skill = 300,
2965 type = 'Mail',
2966 description = '[BoE] (Mail Feet) AC: 258, Sta: 23, MinLvl: 59, Passive: +20 Attack Power.',
2967 source = 'Vendor:Plans: Heavy Timbermaw Boots',
2968 result = 1,
2969 resultrarity = 'Rare',
2970 reagents = {
2971 [ReagentData['bar']['arcanite']] = 4,
2972 [ReagentData['element']['essenceofearth']] = 6,
2973 [ReagentData['element']['livingessence']] = 6,
2974 },
2975 },
2976 ['Ebon Hand'] = {
2977 skill = 300,
2978 type = 'Mace',
2979 description = '[BoE] (OH Mace) Dmg: 90-168, Spd: 2.50, DPS: 51.6, Sta: 9, FR: 7, MinLvl: 60, Chance On Hit: Sends a shadowy bolt at the enemy causing 125 to 275 Shadow damage.',
2980 source = 'Vendor:Plans: Ebon Hand',
2981 result = 1,
2982 resultrarity = 'Epic',
2983 reagents = {
2984 [ReagentData['monster']['lavacore']] = 4,
2985 [ReagentData['monster']['fierycore']] = 7,
2986 [ReagentData['bar']['arcanite']] = 12,
2987 [ReagentData['bar']['darkiron']] = 8,
2988 [ReagentData['gem']['azerothiandiamond']] = 4,
2989 },
2990 },
2991 ['Nightfall'] = {
2992 skill = 300,
2993 type = 'Two-Hand Axe',
2994 description = '[BoE] (2H Mace) Dmg: 187-282, Spd: 3.30, DPS: 67.0, MinLvl: 60, Chance On Hit: Spell damage taken by target increased by 15% for 5 seconds.',
2995 source = 'Vendor:Plans: Nightfall',
2996 result = 1,
2997 resultrarity = 'Epic',
2998 reagents = {
2999 [ReagentData['monster']['lavacore']] = 8,
3000 [ReagentData['monster']['fierycore']] = 5,
3001 [ReagentData['bar']['arcanite']] = 10,
3002 [ReagentData['bar']['darkiron']] = 12,
3003 [ReagentData['gem']['hugeemerald']] = 4,
3004 },
3005 },
3006 ['Blackfury'] = {
3007 skill = 300,
3008 type = 'Polearm',
3009 description = '[BoE] (Polearm) Dmg: 105-158, Spd: 2.10, DPS: 62.6, Str: 35, Sta: 15, FR: 10, MinLvl: 60, Passive: Improves your chance to get a critical strike by 1%.',
3010 source = 'Vendor:Plans: Blackfury',
3011 result = 1,
3012 resultrarity = 'Epic',
3013 reagents = {
3014 [ReagentData['monster']['lavacore']] = 5,
3015 [ReagentData['monster']['fierycore']] = 2,
3016 [ReagentData['bar']['arcanite']] = 16,
3017 [ReagentData['bar']['darkiron']] = 6,
3018 },
3019 },
3020 ['Black Amnesty'] = {
3021 skill = 300,
3022 type = 'Dagger',
3023 description = '[BoE] (OH Dagger) Dmg: 53-100, Spd: 1.60, DPS: 47.8, MinLvl: 60, Chance On Hit: Reduce your threat to the current target making them less likely to attack you.',
3024 source = 'Vendor:Plans: Black Amnesty',
3025 result = 1,
3026 resultrarity = 'Epic',
3027 reagents = {
3028 [ReagentData['monster']['lavacore']] = 3,
3029 [ReagentData['monster']['fierycore']] = 6,
3030 [ReagentData['bar']['arcanite']] = 12,
3031 [ReagentData['gem']['bloodofthemountain']] = 1,
3032 [ReagentData['bar']['darkiron']] = 4,
3033 },
3034 },
3035 ['Bloodsoul Breastplate'] = {
3036 skill = 300,
3037 type = 'Mail',
3038 description = '[BoE] (Mail Chest) AC: 381, Sta: 13, Agi: 9, MinLvl: 60, Passive: Improves your chance to get a critical strike by 2%.',
3039 source = 'Vendor:Plans: Bloodsoul Breastplate',
3040 result = 1,
3041 resultrarity = 'Rare',
3042 reagents = {
3043 [ReagentData['bar']['thorium']] = 20,
3044 [ReagentData['gem']['souldarite']] = 10,
3045 [ReagentData['herb']['bloodvine']] = 2,
3046 [ReagentData['gem']['starruby']] = 2,
3047 },
3048 },
3049 ['Bloodsoul Shoulders'] = {
3050 skill = 300,
3051 type = 'Mail',
3052 description = '[BoE] (Mail Shoulder) AC: 286, Sta: 10, Agi: 24, MinLvl: 60',
3053 source = 'Vendor:Plans: Bloodsoul Shoulders',
3054 result = 1,
3055 resultrarity = 'Rare',
3056 reagents = {
3057 [ReagentData['bar']['thorium']] = 16,
3058 [ReagentData['gem']['souldarite']] = 8,
3059 [ReagentData['herb']['bloodvine']] = 2,
3060 [ReagentData['gem']['starruby']] = 1,
3061 },
3062 },
3063 ['Bloodsoul Gauntlets'] = {
3064 skill = 300,
3065 type = 'Mail',
3066 description = '[BoE] (Mail Hands) AC: 238, Sta: 17, Agi: 10, MinLvl: 60, Passive: Improves your chance to get a critical strike by 1%.',
3067 source = 'Vendor:Plans: Bloodsoul Gauntlets',
3068 result = 1,
3069 resultrarity = 'Rare',
3070 reagents = {
3071 [ReagentData['bar']['thorium']] = 12,
3072 [ReagentData['gem']['souldarite']] = 6,
3073 [ReagentData['herb']['bloodvine']] = 2,
3074 [ReagentData['leather']['enchanted']] = 4,
3075 },
3076 },
3077 ['Darksoul Breastplate'] = {
3078 skill = 300,
3079 type = 'Plate',
3080 description = '[BoE] (Plate Chest) AC: 736, Sta: 32, MinLvl: 60, Passive: Improves your chance to hit by 1%.',
3081 source = 'Vendor:Plans: Darksoul Breastplate',
3082 result = 1,
3083 resultrarity = 'Rare',
3084 reagents = {
3085 [ReagentData['bar']['thorium']] = 20,
3086 [ReagentData['gem']['souldarite']] = 14,
3087 [ReagentData['gem']['largeopal']] = 2,
3088 },
3089 },
3090 ['Darksoul Leggings'] = {
3091 skill = 300,
3092 type = 'Plate',
3093 description = '[BoE] (Plate Legs) AC: 722, Sta: 22, MinLvl: 60, Passive: Improves your chance to hit by 2%.',
3094 source = 'Vendor:Plans: Darksoul Breastplate',
3095 result = 1,
3096 resultrarity = 'Rare',
3097 reagents = {
3098 [ReagentData['bar']['thorium']] = 18,
3099 [ReagentData['gem']['souldarite']] = 12,
3100 [ReagentData['gem']['largeopal']] = 2,
3101 },
3102 },
3103 ['Darksoul Shoulders'] = {
3104 skill = 300,
3105 type = 'Plate',
3106 description = '[BoE] (Plate Shoulders) AC: 507, Sta: 24, MinLvl: 60, Passive: Improves your chance to hit by 1%.',
3107 source = 'Vendor:Plans: Darksoul Breastplate',
3108 result = 1,
3109 resultrarity = 'Rare',
3110 reagents = {
3111 [ReagentData['bar']['thorium']] = 16,
3112 [ReagentData['gem']['souldarite']] = 10,
3113 [ReagentData['gem']['largeopal']] = 1,
3114 },
3115 },
3116 ['Darkrune Gauntlets'] = {
3117 skill = 300,
3118 type = 'Plate',
3119 description = '[BoE] (Plate Hands) AC: 410, SR: 20, Sta: 8, MinLvl: 58, Passive: Increases your change to block attacks with a shield by 2%',
3120 source = 'Quest:Plans: Darkrune Gauntlets',
3121 result = 1,
3122 resultrarity = 'Rare',
3123 reagents = {
3124 [ReagentData['bar']['thorium']] = 12,
3125 [ReagentData['monster']['darkrune']] = 6,
3126 [ReagentData['bar']['truesilver']] = 6,
3127 [ReagentData['leather']['enchanted']] = 2,
3128 },
3129 },
3130 ['Darkrune Helm'] = {
3131 skill = 300,
3132 type = 'Plate',
3133 description = '[BoE] (Plate Head) AC: 534, SR: 25, Sta: 13, MinLvl: 58, Passive: Improves your chance to get a critical strike by 1%.',
3134 source = 'Quest:Plans: Darkrune Helm',
3135 result = 1,
3136 resultrarity = 'Rare',
3137 reagents = {
3138 [ReagentData['bar']['thorium']] = 16,
3139 [ReagentData['monster']['darkrune']] = 8,
3140 [ReagentData['bar']['truesilver']] = 8,
3141 [ReagentData['gem']['blackdiamond']] = 1,
3142 },
3143 },
3144 ['Darkrune Breastplate'] = {
3145 skill = 300,
3146 type = 'Plate',
3147 description = '[BoE] (Plate Chest) AC: 657, Sta: 14, SR: 25, MinLvl: 58, Passive: Increases your change to dodge an attack by 1%',
3148 source = 'Quest:Plans: Darkrune Breastplate',
3149 result = 1,
3150 resultrarity = 'Rare',
3151 reagents = {
3152 [ReagentData['bar']['thorium']] = 20,
3153 [ReagentData['monster']['darkrune']] = 10,
3154 [ReagentData['bar']['truesilver']] = 10,
3155 },
3156 },
3157 ['Black Grasp of the Destroyer'] = {
3158 skill = 300,
3159 type = 'Mail',
3160 description = '[BoE] (Mail Hands) AC: 279, MinLvl: 60, Equip: +28 Attack Power., Equip: Improves your chance to get a critical strike by 1%., Equip: On successful melee or ranged attack gain 8 mana and if possible drain 8 mana from the target.',
3161 source = 'Drop:Plans: Black Grasp of the Destroyer',
3162 sourcerarity = 'Rare',
3163 result = 1,
3164 resultrarity = 'Epic',
3165 reagents = {
3166 [ReagentData['ore']['largeobsidianshard']] = 8,
3167 [ReagentData['ore']['smallobsidianshard']] = 24,
3168 [ReagentData['leather']['enchanted']] = 8,
3169 [ReagentData['potion']['flaskofsupremepower']] = 1,
3170 },
3171 },
3172 ['Heavy Obsidian Belt'] = {
3173 skill = 300,
3174 type = 'Plate',
3175 description = '[BoE] (Plate Waist) AC: 397, Str: 25, MinLvl: 60, Equip: +5 All Resists.',
3176 source = 'Vendor:Plans: Heavy Obsidian Belt',
3177 result = 1,
3178 resultrarity = 'Rare',
3179 reagents = {
3180 [ReagentData['ore']['smallobsidianshard']] = 14,
3181 [ReagentData['bar']['enchantedthorium']] = 4,
3182 [ReagentData['element']['essenceofearth']] = 1,
3183 },
3184 },
3185 ['Light Obsidian Belt'] = {
3186 skill = 300,
3187 type = 'Mail',
3188 description = '[BoE] (Mail Waist) AC: 224, MinLvl: 60, Equip: +32 Attack Power., Equip: Improves your chance to get a critical strike by 1%., Equip: +5 All Resists.',
3189 source = 'Vendor:Plans: Light Obsidian Belt',
3190 result = 1,
3191 resultrarity = 'Rare',
3192 reagents = {
3193 [ReagentData['ore']['smallobsidianshard']] = 14,
3194 [ReagentData['leather']['enchanted']] = 4,
3195 },
3196 },
3197 ['Jagged Obsidian Shield'] = {
3198 skill = 300,
3199 type = 'Shield',
3200 description = '[BoE] (OH Shield) AC: 2645, Blk: 48, Str: 25, MinLvl: 60, Equip: Increases your chance to block attacks with a shield by 2%., Equip: +5 All Resistances., Equip: When struck by a harmful spell, the caster of that spell has a 5% chance to be silenced for 3 seconds.',
3201 source = 'Vendor:Plans: Heavy Obsidian Belt',
3202 result = 1,
3203 resultrarity = 'Epic',
3204 reagents = {
3205 [ReagentData['ore']['largeobsidianshard']] = 8,
3206 [ReagentData['ore']['smallobsidianshard']] = 24,
3207 [ReagentData['bar']['enchantedthorium']] = 8,
3208 [ReagentData['element']['essenceofearth']] = 4,
3209 },
3210 },
3211 ['Obsidian Mail Tunic'] = {
3212 skill = 300,
3213 type = 'Shield',
3214 description = '[BoE] (Mail Chest) AC: 458, MinLvl: 60, Equip: +76 Attack Power., Equip: Improves your chance to get a critical strike by 1%., Equip: Spell Damage received is reduced by 10.',
3215 source = 'Vendor:Plans: Obsidian Mail Tunic',
3216 result = 1,
3217 resultrarity = 'Epic',
3218 reagents = {
3219 [ReagentData['ore']['largeobsidianshard']] = 15,
3220 [ReagentData['ore']['smallobsidianshard']] = 36,
3221 [ReagentData['leather']['enchanted']] = 12,
3222 [ReagentData['monster']['guardianstone']] = 10,
3223 [ReagentData['gem']['azerothiandiamond']] = 4,
3224 },
3225 },
3226 ['Thich Obsidian Breastplate'] = {
3227 skill = 300,
3228 type = 'Shield',
3229 description = '[BoE] (Plate Chest) AC: 814, Str: 38, Sta: 16, MinLvl: 60, Equip: When struck by a damage spell you have a 30% chance of getting a 6 seconds spell shield that absorbs 300 to 500 of that school of damage.',
3230 source = 'Drop:Plans: Thick Obsidian Breastplate',
3231 sourcerarity = 'Rare',
3232 result = 1,
3233 resultrarity = 'Epic',
3234 reagents = {
3235 [ReagentData['ore']['largeobsidianshard']] = 18,
3236 [ReagentData['ore']['smallobsidianshard']] = 40,
3237 [ReagentData['bar']['enchantedthorium']] = 12,
3238 [ReagentData['element']['essenceofearth']] = 10,
3239 [ReagentData['gem']['hugeemerald']] = 4,
3240 },
3241 },
3242 ['Sageblade'] = {
3243 skill = 300,
3244 type = 'Sword',
3245 description = '[BoE] (MH Sword) Dmg: 49-100, Spd: 1.8, DPS: 41.4, Sta: 14, Ind: 6, MinLvl: 59, Equip: Increases damage and healing done by magical spells and effects by up to 20., Equip: Decreases the magical resistances of your spell targets by 10.',
3246 source = 'Drop:Plans: Sageblade',
3247 sourcerarity = 'Epic',
3248 result = 1,
3249 resultrarity = 'Epic',
3250 reagents = {
3251 [ReagentData['bar']['arcanite']] = 12,
3252 [ReagentData['shard']['nexuscrystal']] = 2,
3253 [ReagentData['potion']['flaskofsupremepower']] = 2,
3254 [ReagentData['leather']['enchanted']] = 4,
3255 },
3256 },
3257 ['Persuader'] = {
3258 skill = 300,
3259 type = 'Mace',
3260 description = '[BoE] (MH Mace) Dmg: 86-161, Spd: 2.7, DPS: 45.7, MinLvl: 58, Equip: Improves your chance to hit by 1%., Equip: Improves your chance to get a critical strike by 1%.',
3261 source = 'Drop:Plans: Persuader',
3262 sourcerarity = 'Epic',
3263 result = 1,
3264 resultrarity = 'Epic',
3265 reagents = {
3266 [ReagentData['bar']['arcanite']] = 12,
3267 [ReagentData['bar']['darkiron']] = 10,
3268 [ReagentData['element']['essenceofundeath']] = 20,
3269 [ReagentData['monster']['darkrune']] = 20,
3270 [ReagentData['leather']['devilsaur']] = 10,
3271 [ReagentData['monster']['skinofshadow']] = 2,
3272 },
3273 },
3274 ['Titanic Breastplate'] = {
3275 skill = 300,
3276 type = 'Plate',
3277 description = '[BoE] (Plate Chest) AC: 598, Str: 30, MinLvl: 55, Equip: Improves your chance to hit by 2%., Equip: Improves your chance to get a critical strike by 1%.',
3278 source = 'Drop:Plans: Titanic Breastplate',
3279 sourcerarity = 'Epic',
3280 result = 1,
3281 resultrarity = 'Epic',
3282 reagents = {
3283 [ReagentData['bar']['arcanite']] = 12,
3284 [ReagentData['bar']['thorium']] = 20,
3285 [ReagentData['element']['essenceofearth']] = 10,
3286 [ReagentData['potion']['flaskofthetitans']] = 2,
3287 },
3288 },
3289 ['Ironvine Belt'] = {
3290 skill = 300,
3291 type = 'Plate',
3292 description = '[BoE] (Plate Waist) AC: 408, Sta: 12, NR: 15, MinLvl: 60, Equip: Increased Defense +3.',
3293 source = 'Vendor:Plans: Ironvine Belt',
3294 result = 1,
3295 resultrarity = 'Rare',
3296 reagents = {
3297 [ReagentData['bar']['enchantedthorium']] = 6,
3298 [ReagentData['element']['livingessence']] = 2,
3299 },
3300 },
3301 ['Ironvine Gloves'] = {
3302 skill = 300,
3303 type = 'Plate',
3304 description = '[BoE] (Plate Hands) AC: 454, Sta: 10, NR: 20, MinLvl: 60, Equip: Increased Defense +10.',
3305 source = 'Vendor:Plans: Ironvine Gloves',
3306 result = 1,
3307 resultrarity = 'Rare',
3308 reagents = {
3309 [ReagentData['bar']['enchantedthorium']] = 6,
3310 [ReagentData['herb']['bloodvine']] = 1,
3311 [ReagentData['element']['livingessence']] = 2,
3312 },
3313 },
3314 ['Ironvine Breastplate'] = {
3315 skill = 300,
3316 type = 'Plate',
3317 description = '[BoE] (Plate Chest) AC: 726, Sta: 15, NR: 30, MinLvl: 60, Equip: Increased Defense +7.',
3318 source = 'Vendor:Plans: Ironvine Belt',
3319 result = 1,
3320 resultrarity = 'Rare',
3321 reagents = {
3322 [ReagentData['bar']['enchantedthorium']] = 12,
3323 [ReagentData['bar']['arcanite']] = 2,
3324 [ReagentData['element']['livingessence']] = 2,
3325 [ReagentData['herb']['bloodvine']] = 2,
3326 },
3327 },
3328 ['Icebane Bracers'] = {
3329 skill = 300,
3330 type = 'Plate',
3331 description = '[BoE] (Plate Wrist) AC: 393, Str: 6, Sta: 13, CR: 24, MinLvl: 60, Equip: Increased Defense +5.',
3332 source = 'Vendor:Plans: Icebane Bracers',
3333 result = 1,
3334 resultrarity = 'Epic',
3335 reagents = {
3336 [ReagentData['other']['frozenrune']] = 4,
3337 [ReagentData['bar']['thorium']] = 12,
3338 [ReagentData['bar']['arcanite']] = 2,
3339 [ReagentData['element']['essenceofwater']] = 2,
3340 },
3341 },
3342 ['Icebane Gauntlets'] = {
3343 skill = 300,
3344 type = 'Plate',
3345 description = '[BoE] (Plate Hands) AC: 562, Str: 9, Sta: 18, CR: 34, MinLvl: 60, Equip: Increased Defense +5.',
3346 source = 'Vendor:Plans: Icebane Gauntlets',
3347 result = 1,
3348 resultrarity = 'Epic',
3349 reagents = {
3350 [ReagentData['other']['frozenrune']] = 5,
3351 [ReagentData['bar']['thorium']] = 12,
3352 [ReagentData['bar']['arcanite']] = 2,
3353 [ReagentData['element']['essenceofwater']] = 2,
3354 },
3355 },
3356 ['Icebane Breastplate'] = {
3357 skill = 300,
3358 type = 'Plate',
3359 description = '[BoE] (Plate Chest) AC: 899, Str: 12, Sta: 24, CR: 42, MinLvl: 60, Equip: Increased Defense +8.',
3360 source = 'Vendor:Plans: Icebane Breastplate',
3361 result = 1,
3362 resultrarity = 'Epic',
3363 reagents = {
3364 [ReagentData['other']['frozenrune']] = 7,
3365 [ReagentData['bar']['thorium']] = 16,
3366 [ReagentData['bar']['arcanite']] = 2,
3367 [ReagentData['element']['essenceofwater']] = 4,
3368 },
3369 },
3370 }
3371 end