vanilla-wow-addons – Blame information for rev 1

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