vanilla-wow-addons – Blame information for rev 1

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