Mercurial > wow > inventory
comparison Data/PremadeGroups.lua @ 106:d3fbb5676a5e
Added tooltips to the item refill window headers.
Now color coding the availibility of items at the item refill window.
Added a hide help text option (which is off by default).
Renamed all premade groups to a new naming pattern; ?Profession - Category - Detail?, e.g. ?Inscription - Glyphs by class - Death Knight?. To continue getting notified about updates to a selected premade group, you must re-add them.
Repositioned elements of the item refill frame to fit better.
No longer using colorsargs to remember the index of a queued move, but instead providing a reference to the move itself in the new ?rowData? property of each row.
Added tooltips to the headers of the sort table.
Merged missing and available columns together (showing available / missing) and sorting on available now sorts on percentage of how many of the missing items are available.
Moving and available columns are now aligned to the right.
Added an ?extra? config group which contains the additional (but completely optional) settings. Moved color codes adjustments, forget character, auto refill skip confirm and hide help info options to this group.
author | Zerotorescue |
---|---|
date | Wed, 12 Jan 2011 19:58:39 +0100 |
parents | 4efbaf069ddb |
children | 95d1ce0a8ca9 |
comparison
equal
deleted
inserted
replaced
105:4efbaf069ddb | 106:d3fbb5676a5e |
---|---|
15 -- without this, manually removed items would be re-imported again, which we do not want) | 15 -- without this, manually removed items would be re-imported again, which we do not want) |
16 | 16 |
17 addon.defaultGroups = { | 17 addon.defaultGroups = { |
18 -- Glyphs by class | 18 -- Glyphs by class |
19 -- Source: http://www.wowhead.com/items=16.6?filter=cr=87;crs=12;crv=0 | 19 -- Source: http://www.wowhead.com/items=16.6?filter=cr=87;crs=12;crv=0 |
20 ["Glyphs (Death Knight)"] = { | 20 ["Inscription - Glyphs by class - Death Knight"] = { |
21 version = 1, | 21 version = 1, |
22 items = { | 22 items = { |
23 [43533] = 1, -- Glyph of Anti-Magic Shell | 23 [43533] = 1, -- Glyph of Anti-Magic Shell |
24 [43534] = 1, -- Glyph of Heart Strike | 24 [43534] = 1, -- Glyph of Heart Strike |
25 [43535] = 1, -- Glyph of Blood Tap | 25 [43535] = 1, -- Glyph of Blood Tap |
49 [45800] = 1, -- Glyph of Hungering Cold | 49 [45800] = 1, -- Glyph of Hungering Cold |
50 [45804] = 1, -- Glyph of Death Coil | 50 [45804] = 1, -- Glyph of Death Coil |
51 [45806] = 1, -- Glyph of Howling Blast | 51 [45806] = 1, -- Glyph of Howling Blast |
52 }, | 52 }, |
53 }, | 53 }, |
54 ["Glyphs (Druid)"] = { | 54 ["Inscription - Glyphs by class - Druid"] = { |
55 version = 1, | 55 version = 1, |
56 items = { | 56 items = { |
57 [45604] = 1, -- Glyph of Savage Roar | 57 [45604] = 1, -- Glyph of Savage Roar |
58 [40921] = 1, -- Glyph of Starfall | 58 [40921] = 1, -- Glyph of Starfall |
59 [44928] = 1, -- Glyph of Focus | 59 [44928] = 1, -- Glyph of Focus |
94 [48720] = 1, -- Glyph of Ferocious Bite | 94 [48720] = 1, -- Glyph of Ferocious Bite |
95 [67485] = 1, -- Glyph of Faerie Fire | 95 [67485] = 1, -- Glyph of Faerie Fire |
96 [67487] = 1, -- Glyph of Tiger's Fury | 96 [67487] = 1, -- Glyph of Tiger's Fury |
97 }, | 97 }, |
98 }, | 98 }, |
99 ["Glyphs (Hunter)"] = { | 99 ["Inscription - Glyphs by class - Hunter"] = { |
100 version = 1, | 100 version = 1, |
101 items = { | 101 items = { |
102 [42904] = 1, -- Glyph of Disengage | 102 [42904] = 1, -- Glyph of Disengage |
103 [42907] = 1, -- Glyph of Misdirection | 103 [42907] = 1, -- Glyph of Misdirection |
104 [45733] = 1, -- Glyph of Master's Call | 104 [45733] = 1, -- Glyph of Master's Call |
130 [43356] = 1, -- Glyph of Scare Beast | 130 [43356] = 1, -- Glyph of Scare Beast |
131 [45731] = 1, -- Glyph of Explosive Shot | 131 [45731] = 1, -- Glyph of Explosive Shot |
132 [45735] = 1, -- Glyph of Raptor Strike | 132 [45735] = 1, -- Glyph of Raptor Strike |
133 }, | 133 }, |
134 }, | 134 }, |
135 ["Glyphs (Mage)"] = { | 135 ["Inscription - Glyphs by class - Mage"] = { |
136 version = 1, | 136 version = 1, |
137 items = { | 137 items = { |
138 [45739] = 1, -- Glyph of Mirror Image | 138 [45739] = 1, -- Glyph of Mirror Image |
139 [42748] = 1, -- Glyph of Invisibility | 139 [42748] = 1, -- Glyph of Invisibility |
140 [42736] = 1, -- Glyph of Arcane Power | 140 [42736] = 1, -- Glyph of Arcane Power |
168 [43361] = 1, -- Glyph of the Penguin | 168 [43361] = 1, -- Glyph of the Penguin |
169 [45738] = 1, -- Glyph of Arcane Barrage | 169 [45738] = 1, -- Glyph of Arcane Barrage |
170 [44955] = 1, -- Glyph of Arcane Blast | 170 [44955] = 1, -- Glyph of Arcane Blast |
171 }, | 171 }, |
172 }, | 172 }, |
173 ["Glyphs (Paladin)"] = { | 173 ["Inscription - Glyphs by class - Paladin"] = { |
174 version = 1, | 174 version = 1, |
175 items = { | 175 items = { |
176 [41102] = 1, -- Glyph of Turn Evil | 176 [41102] = 1, -- Glyph of Turn Evil |
177 [41107] = 1, -- Glyph of the Ascetic Crusader | 177 [41107] = 1, -- Glyph of the Ascetic Crusader |
178 [41109] = 1, -- Glyph of Light of Dawn | 178 [41109] = 1, -- Glyph of Light of Dawn |
208 [45743] = 1, -- Glyph of Templar's Verdict | 208 [45743] = 1, -- Glyph of Templar's Verdict |
209 [45746] = 1, -- Glyph of Holy Shock | 209 [45746] = 1, -- Glyph of Holy Shock |
210 [66918] = 1, -- Glyph of the Long Word | 210 [66918] = 1, -- Glyph of the Long Word |
211 }, | 211 }, |
212 }, | 212 }, |
213 ["Glyphs (Priest)"] = { | 213 ["Inscription - Glyphs by class - Priest"] = { |
214 version = 1, | 214 version = 1, |
215 items = { | 215 items = { |
216 [42404] = 1, -- Glyph of Mass Dispel | 216 [42404] = 1, -- Glyph of Mass Dispel |
217 [42407] = 1, -- Glyph of Power Word: Barrier | 217 [42407] = 1, -- Glyph of Power Word: Barrier |
218 [45753] = 1, -- Glyph of Dispersion | 218 [45753] = 1, -- Glyph of Dispersion |
246 [43371] = 1, -- Glyph of Fortitude | 246 [43371] = 1, -- Glyph of Fortitude |
247 [45756] = 1, -- Glyph of Penance | 247 [45756] = 1, -- Glyph of Penance |
248 [45758] = 1, -- Glyph of Divine Accuracy | 248 [45758] = 1, -- Glyph of Divine Accuracy |
249 }, | 249 }, |
250 }, | 250 }, |
251 ["Glyphs (Rogue)"] = { | 251 ["Inscription - Glyphs by class - Rogue"] = { |
252 version = 1, | 252 version = 1, |
253 items = { | 253 items = { |
254 [45766] = 1, -- Glyph of Fan of Knives | 254 [45766] = 1, -- Glyph of Fan of Knives |
255 [45767] = 1, -- Glyph of Tricks of the Trade | 255 [45767] = 1, -- Glyph of Tricks of the Trade |
256 [45761] = 1, -- Glyph of Vendetta | 256 [45761] = 1, -- Glyph of Vendetta |
287 [43380] = 1, -- Glyph of Poisons | 287 [43380] = 1, -- Glyph of Poisons |
288 [45768] = 1, -- Glyph of Mutilate | 288 [45768] = 1, -- Glyph of Mutilate |
289 [63420] = 1, -- Glyph of Vanish | 289 [63420] = 1, -- Glyph of Vanish |
290 }, | 290 }, |
291 }, | 291 }, |
292 ["Glyphs (Shaman)"] = { | 292 ["Inscription - Glyphs by class - Shaman"] = { |
293 version = 1, | 293 version = 1, |
294 items = { | 294 items = { |
295 [45777] = 1, -- Glyph of Hex | 295 [45777] = 1, -- Glyph of Hex |
296 [45771] = 1, -- Glyph of Feral Spirit | 296 [45771] = 1, -- Glyph of Feral Spirit |
297 [45772] = 1, -- Glyph of Riptide | 297 [45772] = 1, -- Glyph of Riptide |
327 [43725] = 1, -- Glyph of Ghost Wolf | 327 [43725] = 1, -- Glyph of Ghost Wolf |
328 [45770] = 1, -- Glyph of Thunder | 328 [45770] = 1, -- Glyph of Thunder |
329 [45775] = 1, -- Glyph of Earth Shield | 329 [45775] = 1, -- Glyph of Earth Shield |
330 }, | 330 }, |
331 }, | 331 }, |
332 ["Glyphs (Warlock)"] = { | 332 ["Inscription - Glyphs by class - Warlock"] = { |
333 version = 1, | 333 version = 1, |
334 items = { | 334 items = { |
335 [45782] = 1, -- Glyph of Demonic Circle | 335 [45782] = 1, -- Glyph of Demonic Circle |
336 [45783] = 1, -- Glyph of Shadowflame | 336 [45783] = 1, -- Glyph of Shadowflame |
337 [45779] = 1, -- Glyph of Haunt | 337 [45779] = 1, -- Glyph of Haunt |
366 [45785] = 1, -- Glyph of Life Tap | 366 [45785] = 1, -- Glyph of Life Tap |
367 [45789] = 1, -- Glyph of Soul Link | 367 [45789] = 1, -- Glyph of Soul Link |
368 [50077] = 1, -- Glyph of Lash of Pain | 368 [50077] = 1, -- Glyph of Lash of Pain |
369 }, | 369 }, |
370 }, | 370 }, |
371 ["Glyphs (Warrior)"] = { | 371 ["Inscription - Glyphs by class - Warrior"] = { |
372 version = 1, | 372 version = 1, |
373 items = { | 373 items = { |
374 [63481] = 1, -- Glyph of Colossus Smash | 374 [63481] = 1, -- Glyph of Colossus Smash |
375 [43418] = 1, -- Glyph of Heroic Throw | 375 [43418] = 1, -- Glyph of Heroic Throw |
376 [43419] = 1, -- Glyph of Intervene | 376 [43419] = 1, -- Glyph of Intervene |
410 | 410 |
411 | 411 |
412 | 412 |
413 -- Glyphs by inks | 413 -- Glyphs by inks |
414 -- Exported with a PHP script | 414 -- Exported with a PHP script |
415 ["Glyphs (Blackfallow Ink)"] = { | 415 ["Inscription - Glyphs by ink - Blackfallow Ink"] = { |
416 version = 1, | 416 version = 1, |
417 items = { | 417 items = { |
418 [63481] = 1, -- Glyph of Colossus Smash | 418 [63481] = 1, -- Glyph of Colossus Smash |
419 }, | 419 }, |
420 }, | 420 }, |
421 ["Glyphs (Midnight Ink)"] = { | 421 ["Inscription - Glyphs by ink - Midnight Ink"] = { |
422 version = 1, | 422 version = 1, |
423 items = { | 423 items = { |
424 [43418] = 1, -- Glyph of Heroic Throw | 424 [43418] = 1, -- Glyph of Heroic Throw |
425 [43396] = 1, -- Glyph of Berserker Rage | 425 [43396] = 1, -- Glyph of Berserker Rage |
426 [43395] = 1, -- Glyph of Battle | 426 [43395] = 1, -- Glyph of Battle |
465 [42741] = 1, -- Glyph of Frost Nova | 465 [42741] = 1, -- Glyph of Frost Nova |
466 [42743] = 1, -- Glyph of Pyroblast | 466 [42743] = 1, -- Glyph of Pyroblast |
467 [43361] = 1, -- Glyph of the Penguin | 467 [43361] = 1, -- Glyph of the Penguin |
468 }, | 468 }, |
469 }, | 469 }, |
470 ["Glyphs (Ink of the Sea)"] = { | 470 ["Inscription - Glyphs by ink - Ink of the Sea"] = { |
471 version = 1, | 471 version = 1, |
472 items = { | 472 items = { |
473 [43419] = 1, -- Glyph of Intervene | 473 [43419] = 1, -- Glyph of Intervene |
474 [49084] = 1, -- Glyph of Command | 474 [49084] = 1, -- Glyph of Command |
475 [45794] = 1, -- Glyph of Intimidating Shout | 475 [45794] = 1, -- Glyph of Intimidating Shout |
576 [42742] = 1, -- Glyph of Frostbolt | 576 [42742] = 1, -- Glyph of Frostbolt |
577 [42752] = 1, -- Glyph of Polymorph | 577 [42752] = 1, -- Glyph of Polymorph |
578 [42753] = 1, -- Glyph of Cone of Cold | 578 [42753] = 1, -- Glyph of Cone of Cold |
579 }, | 579 }, |
580 }, | 580 }, |
581 ["Glyphs (Ethereal Ink)"] = { | 581 ["Inscription - Glyphs by ink - Ethereal Ink"] = { |
582 version = 1, | 582 version = 1, |
583 items = { | 583 items = { |
584 [45790] = 1, -- Glyph of Bladestorm | 584 [45790] = 1, -- Glyph of Bladestorm |
585 [45792] = 1, -- Glyph of Shockwave | 585 [45792] = 1, -- Glyph of Shockwave |
586 [45795] = 1, -- Glyph of Spell Reflection | 586 [45795] = 1, -- Glyph of Spell Reflection |
648 [50045] = 1, -- Glyph of Mana Shield | 648 [50045] = 1, -- Glyph of Mana Shield |
649 [45738] = 1, -- Glyph of Arcane Barrage | 649 [45738] = 1, -- Glyph of Arcane Barrage |
650 [44955] = 1, -- Glyph of Arcane Blast | 650 [44955] = 1, -- Glyph of Arcane Blast |
651 }, | 651 }, |
652 }, | 652 }, |
653 ["Glyphs (Lion's Ink)"] = { | 653 ["Inscription - Glyphs by ink - Lion's Ink"] = { |
654 version = 1, | 654 version = 1, |
655 items = { | 655 items = { |
656 [43398] = 1, -- Glyph of Demoralizing Shout | 656 [43398] = 1, -- Glyph of Demoralizing Shout |
657 [45797] = 1, -- Glyph of Shield Wall | 657 [45797] = 1, -- Glyph of Shield Wall |
658 [43423] = 1, -- Glyph of Slam | 658 [43423] = 1, -- Glyph of Slam |
700 [42735] = 1, -- Glyph of Arcane Missiles | 700 [42735] = 1, -- Glyph of Arcane Missiles |
701 [42737] = 1, -- Glyph of Blink | 701 [42737] = 1, -- Glyph of Blink |
702 [43360] = 1, -- Glyph of the Monkey | 702 [43360] = 1, -- Glyph of the Monkey |
703 }, | 703 }, |
704 }, | 704 }, |
705 ["Glyphs (Shimmering Ink)"] = { | 705 ["Inscription - Glyphs by ink - Shimmering Ink"] = { |
706 version = 1, | 706 version = 1, |
707 items = { | 707 items = { |
708 [67482] = 1, -- Glyph of Intercept | 708 [67482] = 1, -- Glyph of Intercept |
709 [43416] = 1, -- Glyph of Bloodthirst | 709 [43416] = 1, -- Glyph of Bloodthirst |
710 [42468] = 1, -- Glyph of Shadowburn | 710 [42468] = 1, -- Glyph of Shadowburn |
724 [43543] = 1, -- Glyph of Frost Strike | 724 [43543] = 1, -- Glyph of Frost Strike |
725 [43546] = 1, -- Glyph of Icy Touch | 725 [43546] = 1, -- Glyph of Icy Touch |
726 [45804] = 1, -- Glyph of Death Coil | 726 [45804] = 1, -- Glyph of Death Coil |
727 }, | 727 }, |
728 }, | 728 }, |
729 ["Glyphs (Jadefire Ink)"] = { | 729 ["Inscription - Glyphs by ink - Jadefire Ink"] = { |
730 version = 1, | 730 version = 1, |
731 items = { | 731 items = { |
732 [43424] = 1, -- Glyph of Revenge | 732 [43424] = 1, -- Glyph of Revenge |
733 [67483] = 1, -- Glyph of Death Wish | 733 [67483] = 1, -- Glyph of Death Wish |
734 [43422] = 1, -- Glyph of Overpower | 734 [43422] = 1, -- Glyph of Overpower |
762 [63416] = 1, -- Glyph of Armors | 762 [63416] = 1, -- Glyph of Armors |
763 [42738] = 1, -- Glyph of Evocation | 763 [42738] = 1, -- Glyph of Evocation |
764 [42746] = 1, -- Glyph of Icy Veins | 764 [42746] = 1, -- Glyph of Icy Veins |
765 }, | 765 }, |
766 }, | 766 }, |
767 ["Glyphs (Celestial Ink)"] = { | 767 ["Inscription - Glyphs by ink - Celestial Ink"] = { |
768 version = 1, | 768 version = 1, |
769 items = { | 769 items = { |
770 [43414] = 1, -- Glyph of Cleaving | 770 [43414] = 1, -- Glyph of Cleaving |
771 [45793] = 1, -- Glyph of Furious Sundering | 771 [45793] = 1, -- Glyph of Furious Sundering |
772 [42466] = 1, -- Glyph of Soul Swap | 772 [42466] = 1, -- Glyph of Soul Swap |
794 | 794 |
795 | 795 |
796 | 796 |
797 -- Rare gems (Cataclysm) | 797 -- Rare gems (Cataclysm) |
798 -- Source: http://www.wowhead.com/items=3.0?filter=qu=3;minle=81;maxle=90;cr=87;crs=12;crv=0 | 798 -- Source: http://www.wowhead.com/items=3.0?filter=qu=3;minle=81;maxle=90;cr=87;crs=12;crv=0 |
799 ["Cata Rare Gems (Inferno Ruby)"] = { | 799 ["Jewelcrafting - Cata Rare Gems (Inferno Ruby)"] = { |
800 version = 1, | 800 version = 1, |
801 items = { | 801 items = { |
802 [52206] = 1, -- Bold Inferno Ruby | 802 [52206] = 1, -- Bold Inferno Ruby |
803 [52207] = 1, -- Brilliant Inferno Ruby | 803 [52207] = 1, -- Brilliant Inferno Ruby |
804 [52212] = 1, -- Delicate Inferno Ruby | 804 [52212] = 1, -- Delicate Inferno Ruby |
805 [52216] = 1, -- Flashing Inferno Ruby | 805 [52216] = 1, -- Flashing Inferno Ruby |
806 [52230] = 1, -- Precise Inferno Ruby | 806 [52230] = 1, -- Precise Inferno Ruby |
807 }, | 807 }, |
808 }, | 808 }, |
809 ["Cata Rare Gems (Ocean Sapphire)"] = { | 809 ["Jewelcrafting - Cata Rare Gems (Ocean Sapphire)"] = { |
810 version = 1, | 810 version = 1, |
811 items = { | 811 items = { |
812 [52235] = 1, -- Rigid Ocean Sapphire | 812 [52235] = 1, -- Rigid Ocean Sapphire |
813 [52242] = 1, -- Solid Ocean Sapphire | 813 [52242] = 1, -- Solid Ocean Sapphire |
814 [52244] = 1, -- Sparkling Ocean Sapphire | 814 [52244] = 1, -- Sparkling Ocean Sapphire |
815 [52246] = 1, -- Stormy Ocean Sapphire | 815 [52246] = 1, -- Stormy Ocean Sapphire |
816 }, | 816 }, |
817 }, | 817 }, |
818 ["Cata Rare Gems (Amberjewel)"] = { | 818 ["Jewelcrafting - Cata Rare Gems (Amberjewel)"] = { |
819 version = 1, | 819 version = 1, |
820 items = { | 820 items = { |
821 [52219] = 1, -- Fractured Amberjewel | 821 [52219] = 1, -- Fractured Amberjewel |
822 [52226] = 1, -- Mystic Amberjewel | 822 [52226] = 1, -- Mystic Amberjewel |
823 [52232] = 1, -- Quick Amberjewel | 823 [52232] = 1, -- Quick Amberjewel |
824 [52241] = 1, -- Smooth Amberjewel | 824 [52241] = 1, -- Smooth Amberjewel |
825 [52247] = 1, -- Subtle Amberjewel | 825 [52247] = 1, -- Subtle Amberjewel |
826 }, | 826 }, |
827 }, | 827 }, |
828 ["Cata Rare Gems (Demonseye)"] = { | 828 ["Jewelcrafting - Cata Rare Gems (Demonseye)"] = { |
829 version = 1, | 829 version = 1, |
830 items = { | 830 items = { |
831 [52203] = 1, -- Accurate Demonseye | 831 [52203] = 1, -- Accurate Demonseye |
832 [52210] = 1, -- Defender's Demonseye | 832 [52210] = 1, -- Defender's Demonseye |
833 [52213] = 1, -- Etched Demonseye | 833 [52213] = 1, -- Etched Demonseye |
839 [52238] = 1, -- Shifting Demonseye | 839 [52238] = 1, -- Shifting Demonseye |
840 [52243] = 1, -- Sovereign Demonseye | 840 [52243] = 1, -- Sovereign Demonseye |
841 [52248] = 1, -- Timeless Demonseye | 841 [52248] = 1, -- Timeless Demonseye |
842 }, | 842 }, |
843 }, | 843 }, |
844 ["Cata Rare Gems (Dream Emerald)"] = { | 844 ["Jewelcrafting - Cata Rare Gems (Dream Emerald)"] = { |
845 version = 1, | 845 version = 1, |
846 items = { | 846 items = { |
847 [52218] = 1, -- Forceful Dream Emerald | 847 [52218] = 1, -- Forceful Dream Emerald |
848 [52223] = 1, -- Jagged Dream Emerald | 848 [52223] = 1, -- Jagged Dream Emerald |
849 [52225] = 1, -- Lightning Dream Emerald | 849 [52225] = 1, -- Lightning Dream Emerald |
854 [52237] = 1, -- Sensei's Dream Emerald | 854 [52237] = 1, -- Sensei's Dream Emerald |
855 [52245] = 1, -- Steady Dream Emerald | 855 [52245] = 1, -- Steady Dream Emerald |
856 [52250] = 1, -- Zen Dream Emerald | 856 [52250] = 1, -- Zen Dream Emerald |
857 }, | 857 }, |
858 }, | 858 }, |
859 ["Cata Rare Gems (Ember Topaz)"] = { | 859 ["Jewelcrafting - Cata Rare Gems (Ember Topaz)"] = { |
860 version = 1, | 860 version = 1, |
861 items = { | 861 items = { |
862 [52204] = 1, -- Adept Ember Topaz | 862 [52204] = 1, -- Adept Ember Topaz |
863 [52205] = 1, -- Artful Ember Topaz | 863 [52205] = 1, -- Artful Ember Topaz |
864 [52208] = 1, -- Reckless Ember Topaz | 864 [52208] = 1, -- Reckless Ember Topaz |
875 [68356] = 1, -- Willful Ember Topaz | 875 [68356] = 1, -- Willful Ember Topaz |
876 [68357] = 1, -- Lucent Ember Topaz | 876 [68357] = 1, -- Lucent Ember Topaz |
877 [68358] = 1, -- Resplendent Ember Topaz | 877 [68358] = 1, -- Resplendent Ember Topaz |
878 }, | 878 }, |
879 }, | 879 }, |
880 ["Cata Meta Gems (Shadowspirit Diamond)"] = { | 880 ["Jewelcrafting - Cata Meta Gems (Shadowspirit Diamond)"] = { |
881 version = 1, | 881 version = 1, |
882 items = { | 882 items = { |
883 [52289] = 1, -- Fleet Shadowspirit Diamond | 883 [52289] = 1, -- Fleet Shadowspirit Diamond |
884 [52291] = 1, -- Chaotic Shadowspirit Diamond | 884 [52291] = 1, -- Chaotic Shadowspirit Diamond |
885 [52292] = 1, -- Bracing Shadowspirit Diamond | 885 [52292] = 1, -- Bracing Shadowspirit Diamond |
898 | 898 |
899 | 899 |
900 | 900 |
901 -- Common gems (Cataclysm) | 901 -- Common gems (Cataclysm) |
902 -- Source: http://www.wowhead.com/items=3?filter=na=Nightstone;cr=87;crs=12;crv=0 | 902 -- Source: http://www.wowhead.com/items=3?filter=na=Nightstone;cr=87;crs=12;crv=0 |
903 ["Cata Common Gems (Nightstone)"] = { | 903 ["Jewelcrafting - Cata Common Gems (Nightstone)"] = { |
904 version = 1, | 904 version = 1, |
905 items = { | 905 items = { |
906 [52152] = 1, -- Perfect Accurate Nightstone | 906 [52152] = 1, -- Perfect Accurate Nightstone |
907 [52153] = 1, -- Perfect Veiled Nightstone | 907 [52153] = 1, -- Perfect Veiled Nightstone |
908 [52154] = 1, -- Perfect Retaliating Nightstone | 908 [52154] = 1, -- Perfect Retaliating Nightstone |
925 [52103] = 1, -- Retaliating Nightstone | 925 [52103] = 1, -- Retaliating Nightstone |
926 [52104] = 1, -- Veiled Nightstone | 926 [52104] = 1, -- Veiled Nightstone |
927 [52105] = 1, -- Accurate Nightstone | 927 [52105] = 1, -- Accurate Nightstone |
928 }, | 928 }, |
929 }, | 929 }, |
930 ["Cata Common Gems (Hessonite)"] = { | 930 ["Jewelcrafting - Cata Common Gems (Hessonite)"] = { |
931 version = 1, | 931 version = 1, |
932 items = { | 932 items = { |
933 [52139] = 1, -- Perfect Keen Hessonite | 933 [52139] = 1, -- Perfect Keen Hessonite |
934 [52140] = 1, -- Perfect Artful Hessonite | 934 [52140] = 1, -- Perfect Artful Hessonite |
935 [52141] = 1, -- Perfect Fine Hessonite | 935 [52141] = 1, -- Perfect Fine Hessonite |
956 [52116] = 1, -- Fine Hessonite | 956 [52116] = 1, -- Fine Hessonite |
957 [52117] = 1, -- Artful Hessonite | 957 [52117] = 1, -- Artful Hessonite |
958 [52118] = 1, -- Keen Hessonite | 958 [52118] = 1, -- Keen Hessonite |
959 }, | 959 }, |
960 }, | 960 }, |
961 ["Cata Common Gems (Jasper)"] = { | 961 ["Jewelcrafting - Cata Common Gems (Jasper)"] = { |
962 version = 1, | 962 version = 1, |
963 items = { | 963 items = { |
964 [52129] = 1, -- Perfect Sensei's Jasper | 964 [52129] = 1, -- Perfect Sensei's Jasper |
965 [52130] = 1, -- Perfect Zen Jasper | 965 [52130] = 1, -- Perfect Zen Jasper |
966 [52131] = 1, -- Perfect Puissant Jasper | 966 [52131] = 1, -- Perfect Puissant Jasper |
981 [52126] = 1, -- Puissant Jasper | 981 [52126] = 1, -- Puissant Jasper |
982 [52127] = 1, -- Zen Jasper | 982 [52127] = 1, -- Zen Jasper |
983 [52128] = 1, -- Sensei's Jasper | 983 [52128] = 1, -- Sensei's Jasper |
984 }, | 984 }, |
985 }, | 985 }, |
986 ["Cata Common Gems (Alicite)"] = { | 986 ["Jewelcrafting - Cata Common Gems (Alicite)"] = { |
987 version = 1, | 987 version = 1, |
988 items = { | 988 items = { |
989 [52163] = 1, -- Perfect Fractured Alicite | 989 [52163] = 1, -- Perfect Fractured Alicite |
990 [52164] = 1, -- Perfect Quick Alicite | 990 [52164] = 1, -- Perfect Quick Alicite |
991 [52165] = 1, -- Perfect Mystic Alicite | 991 [52165] = 1, -- Perfect Mystic Alicite |
996 [52092] = 1, -- Mystic Alicite | 996 [52092] = 1, -- Mystic Alicite |
997 [52093] = 1, -- Quick Alicite | 997 [52093] = 1, -- Quick Alicite |
998 [52094] = 1, -- Fractured Alicite | 998 [52094] = 1, -- Fractured Alicite |
999 }, | 999 }, |
1000 }, | 1000 }, |
1001 ["Cata Common Gems (Carnelian)"] = { | 1001 ["Jewelcrafting - Cata Common Gems (Carnelian)"] = { |
1002 version = 1, | 1002 version = 1, |
1003 items = { | 1003 items = { |
1004 [52172] = 1, -- Perfect Precise Carnelian | 1004 [52172] = 1, -- Perfect Precise Carnelian |
1005 [52173] = 1, -- Perfect Brilliant Carnelian | 1005 [52173] = 1, -- Perfect Brilliant Carnelian |
1006 [52174] = 1, -- Perfect Flashing Carnelian | 1006 [52174] = 1, -- Perfect Flashing Carnelian |
1011 [52083] = 1, -- Flashing Carnelian | 1011 [52083] = 1, -- Flashing Carnelian |
1012 [52084] = 1, -- Brilliant Carnelian | 1012 [52084] = 1, -- Brilliant Carnelian |
1013 [52085] = 1, -- Precise Carnelian | 1013 [52085] = 1, -- Precise Carnelian |
1014 }, | 1014 }, |
1015 }, | 1015 }, |
1016 ["Cata Common Gems (Zephyrite)"] = { | 1016 ["Jewelcrafting - Cata Common Gems (Zephyrite)"] = { |
1017 version = 1, | 1017 version = 1, |
1018 items = { | 1018 items = { |
1019 [52168] = 1, -- Perfect Rigid Zephyrite | 1019 [52168] = 1, -- Perfect Rigid Zephyrite |
1020 [52169] = 1, -- Perfect Stormy Zephyrite | 1020 [52169] = 1, -- Perfect Stormy Zephyrite |
1021 [52170] = 1, -- Perfect Sparkling Zephyrite | 1021 [52170] = 1, -- Perfect Sparkling Zephyrite |
1029 | 1029 |
1030 | 1030 |
1031 | 1031 |
1032 -- Epic gems (WotLK) | 1032 -- Epic gems (WotLK) |
1033 -- Source: http://www.wowhead.com/items=3?filter=na=Ametrine;cr=87;crs=12;crv=0 | 1033 -- Source: http://www.wowhead.com/items=3?filter=na=Ametrine;cr=87;crs=12;crv=0 |
1034 ["Epic Gems (Ametrine)"] = { | 1034 ["Jewelcrafting - Epic Gems (Ametrine)"] = { |
1035 version = 1, | 1035 version = 1, |
1036 items = { | 1036 items = { |
1037 [40142] = 1, -- Inscribed Ametrine | 1037 [40142] = 1, -- Inscribed Ametrine |
1038 [40144] = 1, -- Champion's Ametrine | 1038 [40144] = 1, -- Champion's Ametrine |
1039 [40145] = 1, -- Resplendent Ametrine | 1039 [40145] = 1, -- Resplendent Ametrine |
1050 [40160] = 1, -- Stalwart Ametrine | 1050 [40160] = 1, -- Stalwart Ametrine |
1051 [40161] = 1, -- Stalwart Ametrine | 1051 [40161] = 1, -- Stalwart Ametrine |
1052 [40163] = 1, -- Resolute Ametrine | 1052 [40163] = 1, -- Resolute Ametrine |
1053 }, | 1053 }, |
1054 }, | 1054 }, |
1055 ["Epic Gems (Cardinal Ruby)"] = { | 1055 ["Jewelcrafting - Epic Gems (Cardinal Ruby)"] = { |
1056 version = 1, | 1056 version = 1, |
1057 items = { | 1057 items = { |
1058 [40111] = 1, -- Bold Cardinal Ruby | 1058 [40111] = 1, -- Bold Cardinal Ruby |
1059 [40112] = 1, -- Delicate Cardinal Ruby | 1059 [40112] = 1, -- Delicate Cardinal Ruby |
1060 [40113] = 1, -- Brilliant Cardinal Ruby | 1060 [40113] = 1, -- Brilliant Cardinal Ruby |
1062 [40116] = 1, -- Flashing Cardinal Ruby | 1062 [40116] = 1, -- Flashing Cardinal Ruby |
1063 [40118] = 1, -- Precise Cardinal Ruby | 1063 [40118] = 1, -- Precise Cardinal Ruby |
1064 [40123] = 1, -- Brilliant Cardinal Ruby | 1064 [40123] = 1, -- Brilliant Cardinal Ruby |
1065 }, | 1065 }, |
1066 }, | 1066 }, |
1067 ["Epic Gems (Dreadstone)"] = { | 1067 ["Jewelcrafting - Epic Gems (Dreadstone)"] = { |
1068 version = 1, | 1068 version = 1, |
1069 items = { | 1069 items = { |
1070 [40129] = 1, -- Sovereign Dreadstone | 1070 [40129] = 1, -- Sovereign Dreadstone |
1071 [40130] = 1, -- Shifting Dreadstone | 1071 [40130] = 1, -- Shifting Dreadstone |
1072 [40131] = 1, -- Glinting Dreadstone | 1072 [40131] = 1, -- Glinting Dreadstone |
1087 [40164] = 1, -- Timeless Dreadstone | 1087 [40164] = 1, -- Timeless Dreadstone |
1088 [40170] = 1, -- Purified Dreadstone | 1088 [40170] = 1, -- Purified Dreadstone |
1089 [40175] = 1, -- Purified Dreadstone | 1089 [40175] = 1, -- Purified Dreadstone |
1090 }, | 1090 }, |
1091 }, | 1091 }, |
1092 ["Epic Gems (Eye of Zul)"] = { | 1092 ["Jewelcrafting - Epic Gems (Eye of Zul)"] = { |
1093 version = 1, | 1093 version = 1, |
1094 items = { | 1094 items = { |
1095 [40138] = 1, -- Regal Eye of Zul | 1095 [40138] = 1, -- Regal Eye of Zul |
1096 [40140] = 1, -- Jagged Eye of Zul | 1096 [40140] = 1, -- Jagged Eye of Zul |
1097 [40165] = 1, -- Jagged Eye of Zul | 1097 [40165] = 1, -- Jagged Eye of Zul |
1110 [40180] = 1, -- Radiant Eye of Zul | 1110 [40180] = 1, -- Radiant Eye of Zul |
1111 [40181] = 1, -- Radiant Eye of Zul | 1111 [40181] = 1, -- Radiant Eye of Zul |
1112 [40182] = 1, -- Shattered Eye of Zul | 1112 [40182] = 1, -- Shattered Eye of Zul |
1113 }, | 1113 }, |
1114 }, | 1114 }, |
1115 ["Epic Gems (King's Amber)"] = { | 1115 ["Jewelcrafting - Epic Gems (King's Amber)"] = { |
1116 version = 1, | 1116 version = 1, |
1117 items = { | 1117 items = { |
1118 [40115] = 1, -- Subtle King's Amber | 1118 [40115] = 1, -- Subtle King's Amber |
1119 [40117] = 1, -- Smooth King's Amber | 1119 [40117] = 1, -- Smooth King's Amber |
1120 [40124] = 1, -- Smooth King's Amber | 1120 [40124] = 1, -- Smooth King's Amber |
1121 [40126] = 1, -- Subtle King's Amber | 1121 [40126] = 1, -- Subtle King's Amber |
1122 [40127] = 1, -- Mystic King's Amber | 1122 [40127] = 1, -- Mystic King's Amber |
1123 [40128] = 1, -- Quick King's Amber | 1123 [40128] = 1, -- Quick King's Amber |
1124 }, | 1124 }, |
1125 }, | 1125 }, |
1126 ["Epic Gems (Majestic Zircon)"] = { | 1126 ["Jewelcrafting - Epic Gems (Majestic Zircon)"] = { |
1127 version = 1, | 1127 version = 1, |
1128 items = { | 1128 items = { |
1129 [40119] = 1, -- Solid Majestic Zircon | 1129 [40119] = 1, -- Solid Majestic Zircon |
1130 [40120] = 1, -- Sparkling Majestic Zircon | 1130 [40120] = 1, -- Sparkling Majestic Zircon |
1131 [40121] = 1, -- Sparkling Majestic Zircon | 1131 [40121] = 1, -- Sparkling Majestic Zircon |
1138 | 1138 |
1139 -- Rare gems (WotLK) | 1139 -- Rare gems (WotLK) |
1140 -- Enchants (WotLK) | 1140 -- Enchants (WotLK) |
1141 -- Enchants (Heirlooms) | 1141 -- Enchants (Heirlooms) |
1142 -- Source: manual retrieved from Wowhead | 1142 -- Source: manual retrieved from Wowhead |
1143 ["Enchants (Heirlooms)"] = { | 1143 ["Enchanting - Enchants - Heirlooms"] = { |
1144 version = 1, | 1144 version = 1, |
1145 items = { | 1145 items = { |
1146 [38873] = 1, -- Enchant Weapon - Crusader | 1146 [38873] = 1, -- Enchant Weapon - Crusader |
1147 [38838] = 1, -- Enchant Weapon - Fiery Weapon | 1147 [38838] = 1, -- Enchant Weapon - Fiery Weapon |
1148 [38896] = 1, -- Enchant Weapon - 2H Weapon - Agility | 1148 [38896] = 1, -- Enchant Weapon - 2H Weapon - Agility |
1160 [38847] = 1, -- Enchant Chest - Stats | 1160 [38847] = 1, -- Enchant Chest - Stats |
1161 [38867] = 1, -- Enchant Chest - Major Mana | 1161 [38867] = 1, -- Enchant Chest - Major Mana |
1162 }, | 1162 }, |
1163 }, | 1163 }, |
1164 -- Source: http://www.wowhead.com/items=0.6?filter=na=enchant;cr=82;crs=1;crv=30300 | 1164 -- Source: http://www.wowhead.com/items=0.6?filter=na=enchant;cr=82;crs=1;crv=30300 |
1165 ["Enchants (Cataclysm)"] = { | 1165 ["Enchanting - Enchants - Cataclysm"] = { |
1166 version = 2, | 1166 version = 2, |
1167 items = { | 1167 items = { |
1168 [52747] = 1, -- Enchant Weapon - Mending | 1168 [52747] = 1, -- Enchant Weapon - Mending |
1169 [54447] = -2, -- Enchanted Spellthread Removed in version 2 as this isn't a real enchant | 1169 [54447] = -2, -- Enchanted Spellthread Removed in version 2 as this isn't a real enchant |
1170 [38916] = 1, -- Scroll of Enchant Weapon - Major Spirit | 1170 [38916] = 1, -- Scroll of Enchant Weapon - Major Spirit |