From 6a91b6ca348962b215243140af13f8c0e240ccef Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sat, 29 Jan 2011 09:29:30 -0600 Subject: [PATCH] Added enchant items and spells --- EnchantIDs.lua | 5809 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- slots.lua | 126 ++ 2 files changed, 5931 insertions(+), 4 deletions(-) create mode 100644 slots.lua diff --git a/EnchantIDs.lua b/EnchantIDs.lua index 82fe01b..2959bb6 100644 --- a/EnchantIDs.lua +++ b/EnchantIDs.lua @@ -2089,7 +2089,7 @@ EnchantIDs = { }, }, [3315] = { - itemID = { 37312 }, +-- itemID = { 37312 }, stats = { ["mount speed (percent)"] = 3, }, @@ -2266,6 +2266,7 @@ EnchantIDs = { [3722] = { spellID = { 55642 }, stats = { + -- TODO: properly handle this when procs are handled ["lightweave embroidery"] = 1, }, }, @@ -2278,6 +2279,7 @@ EnchantIDs = { [3728] = { spellID = { 55769 }, stats = { + -- TODO: properly handle this when procs are handled ["darkglow embroidery"] = 1, }, }, @@ -2290,6 +2292,7 @@ EnchantIDs = { [3730] = { spellID = { 55777 }, stats = { + -- TODO: properly handle this when procs are handled ["swordguard embroidery"] = 1, }, }, @@ -3189,19 +3192,22 @@ EnchantIDs = { [4115] = { spellID = { 75172 }, stats = { - ["lightweave embroidery"] = 1, + -- TODO: properly handle this when procs are handled + ["lightweave embroidery"] = 2, }, }, [4116] = { spellID = { 75175 }, stats = { - ["darkglow embroidery"] = 1, + -- TODO: properly handle this when procs are handled + ["darkglow embroidery"] = 2, }, }, [4118] = { spellID = { 75178 }, stats = { - ["swordguard embroidery"] = 1, + -- TODO: properly handle this when procs are handled + ["swordguard embroidery"] = 2, }, }, [4120] = { @@ -3567,3 +3573,5798 @@ ww_reputations = { [7] = 42000, -- Revered [8] = 43000, -- Exalted } + +EnchantItems = { + [2304] = { + enchID = 15, + name = "Light Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 2831, + }, + [2313] = { + enchID = 16, + name = "Medium Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 2832, + }, + [4265] = { + enchID = 17, + minIlvl = 15, + name = "Heavy Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 2833, + }, + [4405] = { + enchID = 30, + name = "Crude Scope", + slot = normalRanged, + source = "Crafted", + spell = 3974, + }, + [4406] = { + enchID = 32, + name = "Standard Scope", + slot = normalRanged, + source = "Crafted", + spell = 3975, + }, + [4407] = { + enchID = 33, + name = "Accurate Scope", + slot = normalRanged, + source = "Crafted", + spell = 3976, + }, + [5421] = { + enchID = 36, + name = "Fiery Blaze Enchantment", + slot = normalWeapon, + source = "Unavailable", + spell = 6296, + }, + [6041] = { + enchID = 37, + name = "Steel Weapon Chain", + slot = normalWeapon, + source = "Crafted", + spell = 7220, + stacks = false, + }, + [6042] = { + enchID = 43, + name = "Iron Shield Spike", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 7216, + }, + [6043] = { + enchID = 34, + name = "Iron Counterweight", + slot = { + "two-hand", + ["two-hand"] = { + [true] = { "sword", "mace", "axe", "polearm" }, + }, + }, + source = "Crafted", + spell = 7218, + }, + [7967] = { + enchID = 463, + name = "Mithril Shield Spike", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 9781, + }, + [7969] = { + enchID = 464, + maxLvl = 70, + name = "Mithril Spurs", + slot = { "feet" }, + source = "Crafted", + spell = 9783, + }, + [8173] = { + enchID = 18, + minIlvl = 25, + name = "Thick Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 10344, + }, + [10546] = { + enchID = 663, + name = "Deadly Scope", + slot = normalRanged, + source = "Crafted", + spell = 12459, + }, + [10548] = { + enchID = 664, + name = "Sniper Scope", + slot = normalRanged, + source = "Crafted", + spell = 12460, + }, + [11622] = { + enchID = 1483, + minLvl = 50, + name = "Lesser Arcanum of Rumination", + slot = { "legs", "head" }, + source = "Quest", + spell = 15340, + }, + [11642] = { + enchID = 1503, + minLvl = 50, + name = "Lesser Arcanum of Constitution", + slot = { "legs", "head" }, + source = "Quest", + spell = 15389, + }, + [11643] = { + enchID = 1504, + minLvl = 50, + name = "Lesser Arcanum of Tenacity", + slot = { "legs", "head" }, + source = "Quest", + spell = 15391, + }, + [11644] = { + enchID = 1505, + minLvl = 50, + name = "Lesser Arcanum of Resilience", + slot = { "legs", "head" }, + source = "Quest", + spell = 15394, + }, + [11645] = { + enchID = 1506, + minLvl = 50, + name = "Lesser Arcanum of Voracity", + slot = { "legs", "head" }, + source = "Quest", + spell = 15397, + }, + [11646] = { + enchID = 1507, + minLvl = 50, + name = "Lesser Arcanum of Voracity", + slot = { "legs", "head" }, + source = "Quest", + spell = 15400, + }, + [11647] = { + enchID = 1508, + minLvl = 50, + name = "Lesser Arcanum of Voracity", + slot = { "legs", "head" }, + source = "Quest", + spell = 15402, + }, + [11648] = { + enchID = 1509, + minLvl = 50, + name = "Lesser Arcanum of Voracity", + slot = { "legs", "head" }, + source = "Quest", + spell = 15404, + }, + [11649] = { + enchID = 1510, + minLvl = 50, + name = "Lesser Arcanum of Voracity", + slot = { "legs", "head" }, + source = "Quest", + spell = 15406, + }, + [12645] = { + enchID = 1704, + name = "Thorium Shield Spike", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 16623, + }, + [15564] = { + enchID = 1843, + minIlvl = 35, + name = "Rugged Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 1843, + }, + [18169] = { + enchID = 2483, + minLvl = 50, + name = "Flame Mantle of the Dawn", + slot = { "shoulder" }, + source = "Vendor", + spell = 22593, + }, + [18170] = { + enchID = 2484, + minLvl = 50, + name = "Frost Mantle of the Dawn", + slot = { "shoulder" }, + source = "Vendor", + spell = 22594, + }, + [18171] = { + enchID = 2485, + minLvl = 50, + name = "Arcane Mantle of the Dawn", + slot = { "shoulder" }, + source = "Vendor", + spell = 22598, + }, + [18172] = { + enchID = 2486, + minLvl = 50, + name = "Nature Mantle of the Dawn", + slot = { "shoulder" }, + source = "Vendor", + spell = 22597, + }, + [18173] = { + enchID = 2487, + minLvl = 50, + name = "Shadow Mantle of the Dawn", + slot = { "shoulder" }, + source = "Vendor", + spell = 22596, + }, + [18182] = { + enchID = 2488, + minLvl = 50, + name = "Chromatic Mantle of the Dawn", + slot = { "shoulder" }, + source = "Vendor", + spell = 22599, + }, + [18251] = { + enchID = 2503, + minLvl = 50, + name = "Core Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 22725, + }, + [18283] = { + enchID = 2523, + minLvl = 50, + name = "Biznicks 247x128 Accurascope", + slot = normalRanged, + source = "Crafted", + spell = 22779, + }, + [18329] = { + enchID = 2543, + minLvl = 50, + name = "Arcanum of Rapidity", + slot = { "legs", "head" }, + source = "Unavailable", + spell = 22840, + }, + [18330] = { + enchID = 2544, + minLvl = 50, + name = "Arcanum of Focus", + slot = { "legs", "head" }, + source = "Unavailable", + spell = 22844, + }, + [18331] = { + enchID = 2545, + minLvl = 50, + name = "Arcanum of Protection", + slot = { "legs", "head" }, + source = "Unavailable", + spell = 22846, + }, + [19782] = { + class = "WARRIOR", + enchID = 2583, + minLvl = 60, + name = "Presence of Might", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24149, + }, + [19783] = { + class = "PALADIN", + enchID = 2584, + minLvl = 60, + name = "Syncretist's Sigil", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24160, + }, + [19784] = { + class = "ROGUE", + enchID = 3755, + minLvl = 60, + name = "Death's Embrace", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24161, + }, + [19785] = { + class = "HUNTER", + enchID = 3754, + minLvl = 60, + name = "Falcon's Call", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24162, + }, + [19786] = { + class = "SHAMAN", + enchID = 2587, + minLvl = 60, + name = "Vodouisant's Vigilant Embrace", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24163, + }, + [19787] = { + class = "MAGE", + enchID = 2588, + minLvl = 60, + name = "Presence of Sight", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24164, + }, + [19788] = { + class = "WARLOCK", + enchID = 2589, + minLvl = 60, + name = "Hoodoo Hex", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24165, + }, + [19789] = { + class = "PRIEST", + enchID = 2590, + minLvl = 60, + name = "Prophetic Aura", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24167, + }, + [19790] = { + class = "DRUID", + enchID = 2591, + minLvl = 60, + name = "Animist's Caress", + rep = { + ["Zandalar Tribe"] = 5, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 24168, + }, + [19971] = { + enchID = 846, + name = "High Test Eternium Fishing Line", + skill = { + Fishing = 150, + }, + slot = { + "two-hand", + ["two-hand"] = { + [true] = { "fishing pole" }, + }, + }, + source = "Quest", + spell = 24302, + }, + [20076] = { + enchID = 2605, + minLvl = 55, + name = "Zandalar Signet of Mojo", + rep = { + ["Zandalar Tribe"] = 8, + }, + slot = { "shoulder" }, + source = "Unavailable", + spell = 24421, + }, + [20077] = { + enchID = 2606, + minLvl = 55, + name = "Zandalar Signet of Might", + rep = { + ["Zandalar Tribe"] = 8, + }, + slot = { "shoulder" }, + source = "Unavailable", + spell = 24422, + }, + [20078] = { + enchID = 2604, + minLvl = 55, + name = "Zandalar Signet of Serenity", + rep = { + ["Zandalar Tribe"] = 8, + }, + slot = { "shoulder" }, + source = "Unavailable", + spell = 24420, + }, + [22635] = { + enchID = 2681, + minLvl = 55, + name = "Savage Guard", + rep = { + ["Zandalar Tribe"] = 6, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 28161, + }, + [22636] = { + enchID = 2682, + minLvl = 55, + name = "Ice Guard", + rep = { + ["Zandalar Tribe"] = 6, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 28163, + }, + [22638] = { + enchID = 2683, + minLvl = 55, + name = "Shadow Guard", + rep = { + ["Zandalar Tribe"] = 6, + }, + slot = { "legs", "head" }, + source = "Unavailable", + spell = 28165, + }, + [23530] = { + enchID = 2714, + name = "Felsteel Shield Spike", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 29454, + }, + [23545] = { + enchID = 2721, + minLvl = 60, + name = "Power of the Scourge", + slot = { "shoulder" }, + source = "Unavailable", + spell = 29467, + }, + [23547] = { + enchID = 2715, + minLvl = 60, + name = "Resilience of the Scourge", + slot = { "shoulder" }, + source = "Unavailable", + spell = 29475, + }, + [23548] = { + enchID = 2717, + minLvl = 60, + name = "Might of the Scourge", + slot = { "shoulder" }, + source = "Unavailable", + spell = 29483, + }, + [23549] = { + enchID = 2716, + minLvl = 60, + name = "Fortitude of the Scourge", + slot = { "shoulder" }, + source = "Unavailable", + spell = 29480, + }, + [23764] = { + enchID = 2722, + minLvl = 55, + name = "Adamantite Scope", + slot = normalRanged, + source = "Crafted", + spell = 30250, + }, + [23765] = { + enchID = 2723, + minLvl = 55, + name = "Khorium Scope", + slot = normalRanged, + source = "Crafted", + spell = 30252, + }, + [23766] = { + enchID = 2724, + minLvl = 60, + name = "Stabilized Eternium Scope", + slot = normalRanged, + source = "Crafted", + spell = 30260, + }, + [24273] = { + enchID = 2747, + minLvl = 50, + name = "Mystic Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 31371, + }, + [24274] = { + enchID = 2748, + minLvl = 60, + name = "Runic Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 31372, + }, + [24275] = { + enchID = 2745, + minLvl = 50, + name = "Silver Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 31369, + }, + [24276] = { + enchID = 2746, + minLvl = 60, + name = "Golden Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 31370, + }, + [25650] = { + enchID = 2792, + minIlvl = 55, + minLvl = 50, + name = "Knothide Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 32397, + }, + [25651] = { + enchID = 2793, + minLvl = 55, + name = "Vindicator's Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 32398, + }, + [25652] = { + enchID = 2794, + minLvl = 55, + name = "Magister's Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 32399, + }, + [28878] = { + enchID = 2979, + minLvl = 64, + name = "Inscription of Faith", + rep = { + ["The Aldor"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35403, + }, + [28881] = { + enchID = 2981, + minLvl = 64, + name = "Inscription of Discipline", + rep = { + ["The Aldor"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35405, + }, + [28882] = { + enchID = 2977, + minLvl = 64, + name = "Inscription of Warding", + rep = { + ["The Aldor"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35355, + }, + [28885] = { + enchID = 2983, + minLvl = 64, + name = "Inscription of Vengeance", + rep = { + ["The Aldor"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35407, + }, + [28886] = { + enchID = 2982, + minLvl = 70, + name = "Greater Inscription of Discipline", + rep = { + ["The Aldor"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35406, + }, + [28887] = { + enchID = 2980, + minLvl = 70, + name = "Greater Inscription of Faith", + rep = { + ["The Aldor"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35404, + }, + [28888] = { + enchID = 2986, + minLvl = 70, + name = "Greater Inscription of Vengeance", + rep = { + ["The Aldor"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35417, + }, + [28889] = { + enchID = 2978, + minLvl = 70, + name = "Greater Inscription of Warding", + rep = { + ["The Aldor"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35402, + }, + [28903] = { + enchID = 2994, + minLvl = 64, + name = "Inscription of the Orb", + rep = { + ["The Scryers"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35436, + }, + [28904] = { + enchID = 2992, + minLvl = 64, + name = "Inscription of the Oracle", + rep = { + ["The Scryers"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35434, + }, + [28907] = { + enchID = 2996, + minLvl = 64, + name = "Inscription of the Blade", + rep = { + ["The Scryers"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35438, + }, + [28908] = { + enchID = 2990, + minLvl = 64, + name = "Inscription of the Knight", + rep = { + ["The Scryers"] = 6, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35432, + }, + [28909] = { + enchID = 2995, + minLvl = 70, + name = "Greater Inscription of the Orb", + rep = { + ["The Scryers"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35437, + }, + [28910] = { + enchID = 2997, + minLvl = 70, + name = "Greater Inscription of the Blade", + rep = { + ["The Scryers"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35439, + }, + [28911] = { + enchID = 2991, + minLvl = 70, + name = "Greater Inscription of the Knight", + rep = { + ["The Scryers"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35433, + }, + [28912] = { + enchID = 2993, + minLvl = 70, + name = "Greater Inscription of the Oracle", + rep = { + ["The Scryers"] = 8, + }, + slot = { "shoulder" }, + source = "Quest", + spell = 35435, + }, + [29186] = { + enchID = 2999, + minLvl = 70, + name = "Arcanum of the Defender", + rep = { + ["Keepers of Time"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 35443, + }, + [29187] = { + enchID = 2998, + minLvl = 70, + name = "Inscription of Endurance", + rep = { + ["The Violet Eye"] = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 35441, + }, + [29189] = { + enchID = 3001, + minLvl = 70, + name = "Arcanum of Renewal", + rep = { + ["Honor Hold"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 35445, + }, + [29190] = { + enchID = 3001, + minLvl = 70, + name = "Arcanum of Renewal", + rep = { + Thrallmar = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 35445, + }, + [29191] = { + enchID = 3002, + minLvl = 70, + name = "Arcanum of Power", + rep = { + ["The Sha'tar"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 35447, + }, + [29192] = { + enchID = 3003, + minLvl = 70, + name = "Arcanum of Ferocity", + rep = { + ["Cenarion Expedition"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 35452, + }, + [29193] = { + enchID = 3004, + minLvl = 70, + name = "Arcanum of the Gladiator", + rep = { + ["Shattered Sun Offensive"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 35453, + }, + [29194] = { + enchID = 3005, + minLvl = 70, + name = "Arcanum of Nature Warding", + rep = { + ["Cenarion Expedition"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 35454, + }, + [29195] = { + enchID = 3006, + minLvl = 70, + name = "Arcanum of Arcane Warding", + rep = { + ["The Sha'tar"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 35455, + }, + [29196] = { + enchID = 3007, + minLvl = 70, + name = "Arcanum of Fire Warding", + rep = { + ["Honor Hold"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 35456, + }, + [29197] = { + enchID = 3007, + minLvl = 70, + name = "Arcanum of Fire Warding", + rep = { + Thrallmar = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 35456, + }, + [29198] = { + enchID = 3008, + minLvl = 70, + name = "Arcanum of Frost Warding", + rep = { + ["Keepers of Time"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 35457, + }, + [29199] = { + enchID = 3009, + minLvl = 70, + name = "Arcanum of Shadow Warding", + rep = { + ["Lower City"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 35458, + }, + [29483] = { + enchID = 2984, + minLvl = 65, + name = "Shadow Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 35415, + }, + [29485] = { + enchID = 2985, + minLvl = 65, + name = "Flame Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 35416, + }, + [29486] = { + enchID = 2987, + minLvl = 65, + name = "Frost Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 35418, + }, + [29487] = { + enchID = 2988, + minLvl = 65, + name = "Nature Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 35419, + }, + [29488] = { + enchID = 2989, + minLvl = 65, + name = "Arcane Armor Kit", + slot = { "chest", "legs", "hands", "feet" }, + source = "Crafted", + spell = 35420, + }, + [29533] = { + enchID = 3010, + minLvl = 50, + name = "Cobrahide Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 35488, + }, + [29534] = { + enchID = 3011, + minLvl = 50, + name = "Clefthide Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 35489, + }, + [29535] = { + enchID = 3012, + minLvl = 60, + name = "Nethercobra Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 35490, + }, + [29536] = { + enchID = 3013, + minLvl = 60, + name = "Nethercleft Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 35495, + }, + [30846] = { + enchID = 3096, + minLvl = 70, + name = "Arcanum of the Outcast", + rep = { + ["Lower City"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 37891, + }, + [33185] = { + enchID = 3223, + minLvl = 50, + name = "Adamantite Weapon Chain", + slot = normalWeapon, + source = "Crafted", + spell = 42687, + stacks = false, + }, + [34207] = { + enchID = 3260, + minIlvl = 60, + minLvl = 60, + name = "Glove Reinforcements", + slot = { "hands" }, + source = "Crafted", + spell = 44769, + }, + [34330] = { + enchID = 2841, + minIlvl = 60, + minLvl = 60, + name = "Heavy Knothide Armor Kit", + slot = { "head", "chest", "shoulder", "legs", "hands", "feet" }, + source = "Crafted", + spell = 44968, + }, + [34836] = { + enchID = 3269, + name = "Spun Truesilver Fishing Line", + skill = { + Fishing = 300, + }, + slot = { + "two-hand", + ["two-hand"] = { + [true] = { "fishing pole" }, + }, + }, + source = "Quest", + spell = 45697, + }, + [37603] = { + name = "Scroll of Enchant Boots - Dexterity", + spell = 27951, + }, + [38371] = { + enchID = 3325, + minLvl = 70, + name = "Jormungar Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 50901, + }, + [38372] = { + enchID = 3326, + minLvl = 70, + name = "Nerubian Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 50902, + }, + [38373] = { + enchID = 3822, + minLvl = 80, + name = "Frosthide Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 60581, + }, + [38374] = { + enchID = 3823, + minLvl = 80, + name = "Icescale Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 60582, + }, + [38375] = { + enchID = 3329, + minLvl = 70, + name = "Borean Armor Kit", + slot = { "head", "chest", "shoulder", "legs", "hands", "feet" }, + source = "Crafted", + spell = 50906, + }, + [38376] = { + enchID = 3330, + minLvl = 70, + name = "Heavy Borean Armor Kit", + slot = { "head", "chest", "shoulder", "legs", "hands", "feet" }, + source = "Crafted", + spell = 50909, + }, + [38679] = { + name = "Scroll of Enchant Bracer - Minor Health", + spell = 7418, + }, + [38766] = { + name = "Scroll of Enchant Chest - Minor Health", + spell = 7420, + }, + [38767] = { + name = "Scroll of Enchant Chest - Minor Absorption", + spell = 7426, + }, + [38768] = { + name = "Scroll of Enchant Bracer - Minor Deflection", + spell = 7428, + }, + [38769] = { + name = "Scroll of Enchant Chest - Minor Mana", + spell = 7443, + }, + [38770] = { + name = "Scroll of Enchant Cloak - Minor Resistance", + spell = 7454, + }, + [38771] = { + name = "Scroll of Enchant Bracer - Minor Stamina", + spell = 7457, + }, + [38772] = { + name = "Scroll of Enchant 2H Weapon - Minor Impact", + spell = 7745, + }, + [38773] = { + name = "Scroll of Enchant Chest - Lesser Health", + spell = 7748, + }, + [38774] = { + name = "Scroll of Enchant Bracer - Minor Spirit", + spell = 7766, + }, + [38775] = { + name = "Scroll of Enchant Cloak - Minor Protection", + spell = 7771, + }, + [38776] = { + name = "Scroll of Enchant Chest - Lesser Mana", + spell = 7776, + }, + [38777] = { + name = "Scroll of Enchant Bracer - Minor Agility", + spell = 7779, + }, + [38778] = { + name = "Scroll of Enchant Bracer - Minor Strength", + spell = 7782, + }, + [38779] = { + name = "Scroll of Enchant Weapon - Minor Beastslayer", + spell = 7786, + }, + [38780] = { + name = "Scroll of Enchant Weapon - Minor Striking", + spell = 7788, + }, + [38781] = { + name = "Scroll of Enchant 2H Weapon - Lesser Intellect", + spell = 7793, + }, + [38782] = { + name = "Scroll of Enchant Chest - Health", + spell = 7857, + }, + [38783] = { + name = "Scroll of Enchant Bracer - Lesser Spirit", + spell = 7859, + }, + [38784] = { + name = "Scroll of Enchant Cloak - Lesser Fire Resistance", + spell = 7861, + }, + [38785] = { + name = "Scroll of Enchant Boots - Minor Stamina", + spell = 7863, + }, + [38786] = { + name = "Scroll of Enchant Boots - Minor Agility", + spell = 7867, + }, + [38787] = { + name = "Scroll of Enchant Shield - Minor Stamina", + spell = 13378, + }, + [38788] = { + name = "Scroll of Enchant 2H Weapon - Lesser Spirit", + spell = 13380, + }, + [38789] = { + name = "Scroll of Enchant Cloak - Minor Agility", + spell = 13419, + }, + [38790] = { + name = "Scroll of Enchant Cloak - Lesser Protection", + spell = 13421, + }, + [38791] = { + name = "Scroll of Enchant Shield - Lesser Protection", + spell = 13464, + }, + [38792] = { + name = "Scroll of Enchant Shield - Lesser Spirit", + spell = 13485, + }, + [38793] = { + name = "Scroll of Enchant Bracer - Lesser Stamina", + spell = 13501, + }, + [38794] = { + name = "Scroll of Enchant Weapon - Lesser Striking", + spell = 13503, + }, + [38795] = { + name = "Scroll of Enchant Cloak - Lesser Shadow Resistance", + spell = 13522, + }, + [38796] = { + name = "Scroll of Enchant 2H Weapon - Lesser Impact", + spell = 13529, + }, + [38797] = { + name = "Scroll of Enchant Bracer - Lesser Strength", + spell = 13536, + }, + [38798] = { + name = "Scroll of Enchant Chest - Lesser Absorption", + spell = 13538, + }, + [38799] = { + name = "Scroll of Enchant Chest - Mana", + spell = 13607, + }, + [38800] = { + name = "Scroll of Enchant Gloves - Mining", + spell = 13612, + }, + [38801] = { + name = "Scroll of Enchant Gloves - Herbalism", + spell = 13617, + }, + [38802] = { + name = "Scroll of Enchant Gloves - Fishing", + spell = 13620, + }, + [38803] = { + name = "Scroll of Enchant Bracer - Lesser Intellect", + spell = 13622, + }, + [38804] = { + name = "Scroll of Enchant Chest - Minor Stats", + spell = 13626, + }, + [38805] = { + name = "Scroll of Enchant Shield - Lesser Stamina", + spell = 13631, + }, + [38806] = { + name = "Scroll of Enchant Cloak - Defense", + spell = 13635, + }, + [38807] = { + name = "Scroll of Enchant Boots - Lesser Agility", + spell = 13637, + }, + [38808] = { + name = "Scroll of Enchant Chest - Greater Health", + spell = 13640, + }, + [38809] = { + name = "Scroll of Enchant Bracer - Spirit", + spell = 13642, + }, + [38810] = { + name = "Scroll of Enchant Boots - Lesser Stamina", + spell = 13644, + }, + [38811] = { + name = "Scroll of Enchant Bracer - Lesser Deflection", + spell = 13646, + }, + [38812] = { + name = "Scroll of Enchant Bracer - Stamina", + spell = 13648, + }, + [38813] = { + name = "Scroll of Enchant Weapon - Lesser Beastslayer", + spell = 13653, + }, + [38814] = { + name = "Scroll of Enchant Weapon - Lesser Elemental Slayer", + spell = 13655, + }, + [38815] = { + name = "Scroll of Enchant Cloak - Fire Resistance", + spell = 13657, + }, + [38816] = { + name = "Scroll of Enchant Shield - Spirit", + spell = 13659, + }, + [38817] = { + name = "Scroll of Enchant Bracer - Strength", + spell = 13661, + }, + [38818] = { + name = "Scroll of Enchant Chest - Greater Mana", + spell = 13663, + }, + [38819] = { + name = "Scroll of Enchant Boots - Lesser Spirit", + spell = 13687, + }, + [38820] = { + name = "Scroll of Enchant Shield - Lesser Block", + spell = 13689, + }, + [38821] = { + name = "Scroll of Enchant Weapon - Striking", + spell = 13693, + }, + [38822] = { + name = "Scroll of Enchant 2H Weapon - Impact", + spell = 13695, + }, + [38823] = { + name = "Scroll of Enchant Gloves - Skinning", + spell = 13698, + }, + [38824] = { + name = "Scroll of Enchant Chest - Lesser Stats", + spell = 13700, + }, + [38825] = { + name = "Scroll of Enchant Cloak - Greater Defense", + spell = 13746, + }, + [38826] = { + name = "Scroll of Enchant Cloak - Resistance", + spell = 13794, + }, + [38827] = { + name = "Scroll of Enchant Gloves - Agility", + spell = 13815, + }, + [38828] = { + name = "Scroll of Enchant Shield - Stamina", + spell = 13817, + }, + [38829] = { + name = "Scroll of Enchant Bracer - Intellect", + spell = 13822, + }, + [38830] = { + name = "Scroll of Enchant Boots - Stamina", + spell = 13836, + }, + [38831] = { + name = "Scroll of Enchant Gloves - Advanced Mining", + spell = 13841, + }, + [38832] = { + name = "Scroll of Enchant Bracer - Greater Spirit", + spell = 13846, + }, + [38833] = { + name = "Scroll of Enchant Chest - Superior Health", + spell = 13858, + }, + [38834] = { + name = "Scroll of Enchant Gloves - Advanced Herbalism", + spell = 13868, + }, + [38835] = { + name = "Scroll of Enchant Cloak - Lesser Agility", + spell = 13882, + }, + [38836] = { + name = "Scroll of Enchant Gloves - Strength", + spell = 13887, + }, + [38837] = { + name = "Scroll of Enchant Boots - Minor Speed", + spell = 13890, + }, + [38838] = { + name = "Scroll of Enchant Weapon - Fiery Weapon", + spell = 13898, + }, + [38839] = { + name = "Scroll of Enchant Shield - Greater Spirit", + spell = 13905, + }, + [38840] = { + name = "Scroll of Enchant Weapon - Demonslaying", + spell = 13915, + }, + [38841] = { + name = "Scroll of Enchant Chest - Superior Mana", + spell = 13917, + }, + [38842] = { + name = "Scroll of Enchant Bracer - Deflection", + spell = 13931, + }, + [38843] = { + name = "Scroll of Enchant Shield - Frost Resistance", + spell = 13933, + }, + [38844] = { + name = "Scroll of Enchant Boots - Agility", + spell = 13935, + }, + [38845] = { + name = "Scroll of Enchant 2H Weapon - Greater Impact", + spell = 13937, + }, + [38846] = { + name = "Scroll of Enchant Bracer - Greater Strength", + spell = 13939, + }, + [38847] = { + name = "Scroll of Enchant Chest - Stats", + spell = 13941, + }, + [38848] = { + name = "Scroll of Enchant Weapon - Greater Striking", + spell = 13943, + }, + [38849] = { + name = "Scroll of Enchant Bracer - Greater Stamina", + spell = 13945, + }, + [38850] = { + name = "Scroll of Enchant Gloves - Riding Skill", + spell = 13947, + }, + [38851] = { + name = "Scroll of Enchant Gloves - Minor Haste", + spell = 13948, + }, + [38852] = { + name = "Scroll of Enchant Bracer - Greater Intellect", + spell = 20008, + }, + [38853] = { + name = "Scroll of Enchant Bracer - Superior Spirit", + spell = 20009, + }, + [38854] = { + name = "Scroll of Enchant Bracer - Superior Strength", + spell = 20010, + }, + [38855] = { + name = "Scroll of Enchant Bracer - Superior Stamina", + spell = 20011, + }, + [38856] = { + name = "Scroll of Enchant Gloves - Greater Agility", + spell = 20012, + }, + [38857] = { + name = "Scroll of Enchant Gloves - Greater Strength", + spell = 20013, + }, + [38858] = { + name = "Scroll of Enchant Cloak - Greater Resistance", + spell = 20014, + }, + [38859] = { + name = "Scroll of Enchant Cloak - Superior Defense", + spell = 20015, + }, + [38860] = { + name = "Scroll of Enchant Shield - Vitality", + spell = 20016, + }, + [38861] = { + name = "Scroll of Enchant Shield - Greater Stamina", + spell = 20017, + }, + [38862] = { + name = "Scroll of Enchant Boots - Greater Stamina", + spell = 20020, + }, + [38863] = { + name = "Scroll of Enchant Boots - Greater Agility", + spell = 20023, + }, + [38864] = { + name = "Scroll of Enchant Boots - Spirit", + spell = 20024, + }, + [38865] = { + name = "Scroll of Enchant Chest - Greater Stats", + spell = 20025, + }, + [38866] = { + name = "Scroll of Enchant Chest - Major Health", + spell = 20026, + }, + [38867] = { + name = "Scroll of Enchant Chest - Major Mana", + spell = 20028, + }, + [38868] = { + name = "Scroll of Enchant Weapon - Icy Chill", + spell = 20029, + }, + [38869] = { + name = "Scroll of Enchant 2H Weapon - Superior Impact", + spell = 20030, + }, + [38870] = { + name = "Scroll of Enchant Weapon - Superior Striking", + spell = 20031, + }, + [38871] = { + name = "Scroll of Enchant Weapon - Lifestealing", + spell = 20032, + }, + [38872] = { + name = "Scroll of Enchant Weapon - Unholy Weapon", + spell = 20033, + }, + [38873] = { + name = "Scroll of Enchant Weapon - Crusader", + spell = 20034, + }, + [38874] = { + name = "Scroll of Enchant 2H Weapon - Major Spirit", + spell = 20035, + }, + [38875] = { + name = "Scroll of Enchant 2H Weapon - Major Intellect", + spell = 20036, + }, + [38876] = { + name = "Scroll of Enchant Weapon - Winter's Might", + spell = 21931, + }, + [38877] = { + name = "Scroll of Enchant Weapon - Spellpower", + spell = 22749, + }, + [38878] = { + name = "Scroll of Enchant Weapon - Healing Power", + spell = 22750, + }, + [38879] = { + name = "Scroll of Enchant Weapon - Strength", + spell = 23799, + }, + [38880] = { + name = "Scroll of Enchant Weapon - Agility", + spell = 23800, + }, + [38881] = { + name = "Scroll of Enchant Bracer - Mana Regeneration", + spell = 23801, + }, + [38882] = { + name = "Scroll of Enchant Bracer - Healing Power", + spell = 23802, + }, + [38883] = { + name = "Scroll of Enchant Weapon - Mighty Spirit", + spell = 23803, + }, + [38884] = { + name = "Scroll of Enchant Weapon - Mighty Intellect", + spell = 23804, + }, + [38885] = { + name = "Scroll of Enchant Gloves - Threat", + spell = 25072, + }, + [38886] = { + name = "Scroll of Enchant Gloves - Shadow Power", + spell = 25073, + }, + [38887] = { + name = "Scroll of Enchant Gloves - Frost Power", + spell = 25074, + }, + [38888] = { + name = "Scroll of Enchant Gloves - Fire Power", + spell = 25078, + }, + [38889] = { + name = "Scroll of Enchant Gloves - Healing Power", + spell = 25079, + }, + [38890] = { + name = "Scroll of Enchant Gloves - Superior Agility", + spell = 25080, + }, + [38891] = { + name = "Scroll of Enchant Cloak - Greater Fire Resistance", + spell = 25081, + }, + [38892] = { + name = "Scroll of Enchant Cloak - Greater Nature Resistance", + spell = 25082, + }, + [38893] = { + name = "Scroll of Enchant Cloak - Stealth", + spell = 25083, + }, + [38894] = { + name = "Scroll of Enchant Cloak - Subtlety", + spell = 25084, + }, + [38895] = { + name = "Scroll of Enchant Cloak - Dodge", + spell = 25086, + }, + [38896] = { + name = "Scroll of Enchant 2H Weapon - Agility", + spell = 27837, + }, + [38897] = { + name = "Scroll of Enchant Bracer - Brawn", + spell = 27899, + }, + [38898] = { + name = "Scroll of Enchant Bracer - Stats", + spell = 27905, + }, + [38899] = { + name = "Scroll of Enchant Bracer - Greater Dodge", + spell = 27906, + }, + [38900] = { + name = "Scroll of Enchant Bracer - Superior Healing", + spell = 27911, + }, + [38901] = { + name = "Scroll of Enchant Bracer - Restore Mana Prime", + spell = 27913, + }, + [38902] = { + name = "Scroll of Enchant Bracer - Fortitude", + spell = 27914, + }, + [38903] = { + name = "Scroll of Enchant Bracer - Spellpower", + spell = 27917, + }, + [38904] = { + name = "Scroll of Enchant Shield - Tough Shield", + spell = 27944, + }, + [38905] = { + name = "Scroll of Enchant Shield - Intellect", + spell = 27945, + }, + [38906] = { + name = "Scroll of Enchant Shield - Shield Block", + spell = 27946, + }, + [38907] = { + name = "Scroll of Enchant Shield - Resistance", + spell = 27947, + }, + [38908] = { + name = "Scroll of Enchant Boots - Vitality", + spell = 27948, + }, + [38909] = { + name = "Scroll of Enchant Boots - Fortitude", + spell = 27950, + }, + [38910] = { + name = "Scroll of Enchant Boots - Surefooted", + spell = 27954, + }, + [38911] = { + name = "Scroll of Enchant Chest - Exceptional Health", + spell = 27957, + }, + [38912] = { + name = "Scroll of Enchant Chest - Exceptional Mana", + spell = 27958, + }, + [38914] = { + name = "Scroll of Enchant Cloak - Major Armor", + spell = 27961, + }, + [38915] = { + name = "Scroll of Enchant Cloak - Major Resistance", + spell = 27962, + }, + [38917] = { + name = "Scroll of Enchant Weapon - Major Striking", + spell = 27967, + }, + [38918] = { + name = "Scroll of Enchant Weapon - Major Intellect", + spell = 27968, + }, + [38919] = { + name = "Scroll of Enchant 2H Weapon - Savagery", + spell = 27971, + }, + [38920] = { + name = "Scroll of Enchant Weapon - Potency", + spell = 27972, + }, + [38921] = { + name = "Scroll of Enchant Weapon - Major Spellpower", + spell = 27975, + }, + [38922] = { + name = "Scroll of Enchant 2H Weapon - Major Agility", + spell = 27977, + }, + [38923] = { + name = "Scroll of Enchant Weapon - Sunfire", + spell = 27981, + }, + [38924] = { + name = "Scroll of Enchant Weapon - Soulfrost", + spell = 27982, + }, + [38925] = { + name = "Scroll of Enchant Weapon - Mongoose", + spell = 27984, + }, + [38926] = { + name = "Scroll of Enchant Weapon - Spellsurge", + spell = 28003, + }, + [38927] = { + name = "Scroll of Enchant Weapon - Battlemaster", + spell = 28004, + }, + [38928] = { + name = "Scroll of Enchant Chest - Major Spirit", + spell = 33990, + }, + [38929] = { + name = "Scroll of Enchant Chest - Restore Mana Prime", + spell = 33991, + }, + [38930] = { + name = "Scroll of Enchant Chest - Major Resilience", + spell = 33992, + }, + [38931] = { + name = "Scroll of Enchant Gloves - Blasting", + spell = 33993, + }, + [38932] = { + name = "Scroll of Enchant Gloves - Precise Strikes", + spell = 33994, + }, + [38933] = { + name = "Scroll of Enchant Gloves - Major Strength", + spell = 33995, + }, + [38934] = { + name = "Scroll of Enchant Gloves - Assault", + spell = 33996, + }, + [38935] = { + name = "Scroll of Enchant Gloves - Major Spellpower", + spell = 33997, + }, + [38936] = { + name = "Scroll of Enchant Gloves - Major Healing", + spell = 33999, + }, + [38937] = { + name = "Scroll of Enchant Bracer - Major Intellect", + spell = 34001, + }, + [38938] = { + name = "Scroll of Enchant Bracer - Assault", + spell = 34002, + }, + [38939] = { + name = "Scroll of Enchant Cloak - Spell Penetration", + spell = 34003, + }, + [38940] = { + name = "Scroll of Enchant Cloak - Greater Agility", + spell = 34004, + }, + [38941] = { + name = "Scroll of Enchant Cloak - Greater Arcane Resistance", + spell = 34005, + }, + [38942] = { + name = "Scroll of Enchant Cloak - Greater Shadow Resistance", + spell = 34006, + }, + [38943] = { + name = "Scroll of Enchant Boots - Cat's Swiftness", + spell = 34007, + }, + [38944] = { + name = "Scroll of Enchant Boots - Boar's Speed", + spell = 34008, + }, + [38945] = { + name = "Scroll of Enchant Shield - Major Stamina", + spell = 34009, + }, + [38946] = { + name = "Scroll of Enchant Weapon - Major Healing", + spell = 34010, + }, + [38947] = { + name = "Scroll of Enchant Weapon - Greater Agility", + spell = 42620, + }, + [38948] = { + name = "Scroll of Enchant Weapon - Executioner", + spell = 42974, + }, + [38949] = { + name = "Scroll of Enchant Shield - Resilience", + spell = 44383, + }, + [38950] = { + name = "Scroll of Enchant Cloak - Superior Frost Resistance", + spell = 44483, + }, + [38951] = { + name = "Scroll of Enchant Gloves - Expertise", + spell = 44484, + }, + [38953] = { + name = "Scroll of Enchant Gloves - Precision", + spell = 44488, + }, + [38954] = { + name = "Scroll of Enchant Shield - Dodge", + spell = 44489, + }, + [38955] = { + name = "Scroll of Enchant Chest - Mighty Health", + spell = 44492, + }, + [38956] = { + name = "Scroll of Enchant Cloak - Superior Nature Resistance", + spell = 44494, + }, + [38959] = { + name = "Scroll of Enchant Cloak - Superior Agility", + spell = 44500, + }, + [38960] = { + name = "Scroll of Enchant Gloves - Gatherer", + spell = 44506, + }, + [38961] = { + name = "Scroll of Enchant Boots - Greater Spirit", + spell = 44508, + }, + [38962] = { + name = "Scroll of Enchant Chest - Greater Mana Restoration", + spell = 44509, + }, + [38963] = { + name = "Scroll of Enchant Weapon - Exceptional Spirit", + spell = 44510, + }, + [38964] = { + name = "Scroll of Enchant Gloves - Greater Assault", + spell = 44513, + }, + [38965] = { + name = "Scroll of Enchant Weapon - Icebreaker", + spell = 44524, + }, + [38966] = { + name = "Scroll of Enchant Boots - Greater Fortitude", + spell = 44528, + }, + [38967] = { + name = "Scroll of Enchant Gloves - Major Agility", + spell = 44529, + }, + [38968] = { + name = "Scroll of Enchant Bracers - Exceptional Intellect", + spell = 44555, + }, + [38969] = { + name = "Scroll of Enchant Cloak - Superior Fire Resistance", + spell = 44556, + }, + [38971] = { + name = "Scroll of Enchant Bracers - Striking", + spell = 60616, + }, + [38972] = { + name = "Scroll of Enchant Weapon - Lifeward", + spell = 44576, + }, + [38973] = { + name = "Scroll of Enchant Cloak - Spell Piercing", + spell = 44582, + }, + [38974] = { + name = "Scroll of Enchant Boots - Greater Vitality", + spell = 44584, + }, + [38975] = { + name = "Scroll of Enchant Chest - Exceptional Resilience", + spell = 44588, + }, + [38976] = { + name = "Scroll of Enchant Boots - Superior Agility", + spell = 44589, + }, + [38977] = { + name = "Scroll of Enchant Cloak - Superior Shadow Resistance", + spell = 44590, + }, + [38978] = { + name = "Scroll of Enchant Cloak - Titanweave", + spell = 44591, + }, + [38979] = { + name = "Scroll of Enchant Gloves - Exceptional Spellpower", + spell = 44592, + }, + [38980] = { + name = "Scroll of Enchant Bracers - Major Spirit", + spell = 44593, + }, + [38981] = { + name = "Scroll of Enchant 2H Weapon - Scourgebane", + spell = 44595, + }, + [38982] = { + name = "Scroll of Enchant Cloak - Superior Arcane Resistance", + spell = 44596, + }, + [38984] = { + name = "Scroll of Enchant Bracer - Expertise", + spell = 44598, + }, + [38986] = { + name = "Scroll of Enchant Boots - Icewalker", + spell = 60623, + }, + [38987] = { + name = "Scroll of Enchant Bracers - Greater Stats", + spell = 44616, + }, + [38988] = { + name = "Scroll of Enchant Weapon - Giant Slayer", + spell = 44621, + }, + [38989] = { + name = "Scroll of Enchant Chest - Super Stats", + spell = 44623, + }, + [38990] = { + name = "Scroll of Enchant Gloves - Armsman", + spell = 44625, + }, + [38991] = { + name = "Scroll of Enchant Weapon - Exceptional Spellpower", + spell = 44629, + }, + [38992] = { + name = "Scroll of Enchant 2H Weapon - Greater Savagery", + spell = 44630, + }, + [38993] = { + name = "Scroll of Enchant Cloak - Shadow Armor", + spell = 44631, + }, + [38995] = { + name = "Scroll of Enchant Weapon - Exceptional Agility", + spell = 44633, + }, + [38997] = { + name = "Scroll of Enchant Bracers - Greater Spellpower", + spell = 44635, + }, + [38998] = { + name = "Scroll of Enchant Weapon - Deathfrost", + spell = 46578, + }, + [38999] = { + name = "Scroll of Enchant Chest - Dodge", + spell = 46594, + }, + [39000] = { + name = "Scroll of Enchant Cloak - Steelweave", + spell = 47051, + }, + [39001] = { + name = "Scroll of Enchant Cloak - Mighty Armor", + spell = 47672, + }, + [39002] = { + name = "Scroll of Enchant Chest - Greater Dodge", + spell = 47766, + }, + [39003] = { + name = "Scroll of Enchant Cloak - Greater Speed", + spell = 47898, + }, + [39004] = { + name = "Scroll of Enchant Cloak - Wisdom", + spell = 47899, + }, + [39005] = { + name = "Scroll of Enchant Chest - Super Health", + spell = 47900, + }, + [39006] = { + name = "Scroll of Enchant Boots - Tuskarr's Vitality", + spell = 47901, + }, + [41146] = { + enchID = 3607, + minLvl = 70, + name = "Sun Scope", + slot = normalRanged, + source = "Crafted", + spell = 55076, + }, + [41167] = { + enchID = 3608, + minLvl = 70, + name = "Heartseeker Scope", + slot = normalRanged, + source = "Crafted", + spell = 55135, + }, + [41601] = { + enchID = 3718, + minLvl = 70, + name = "Shining Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 55630, + }, + [41602] = { + enchID = 3719, + minLvl = 70, + name = "Brilliant Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 55631, + }, + [41603] = { + enchID = 3720, + minLvl = 70, + name = "Azure Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 55632, + }, + [41604] = { + enchID = 3721, + minLvl = 70, + name = "Sapphire Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 55634, + }, + [41611] = { + enchID = 3729, + maxIlvl = 299, + minLvl = 70, + name = "Eternal Belt Buckle", + slot = { "waist" }, + source = "Crafted (undetectable)", + spell = 55655, + }, + [41976] = { + enchID = 3731, + minLvl = 70, + name = "Titanium Weapon Chain", + slot = normalWeapon, + source = "Crafted", + spell = 55836, + }, + [42500] = { + enchID = 3748, + minLvl = 70, + name = "Titanium Shield Spike", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 56353, + }, + [43987] = { + name = "Scroll of Enchant Weapon - Black Magic", + spell = 59625, + }, + [44067] = { + enchID = 3793, + minLvl = 80, + name = "Inscription of Triumph", + slot = { "shoulder" }, + source = "PVP-Vendor", + spell = 59771, + }, + [44068] = { + enchID = 3794, + minLvl = 80, + name = "Inscription of Dominance", + slot = { "shoulder" }, + source = "PVP-Vendor", + spell = 59773, + }, + [44069] = { + enchID = 3795, + minLvl = 80, + name = "Arcanum of Triumph", + slot = { "head" }, + source = "PVP-Vendor", + spell = 59777, + }, + [44075] = { + enchID = 3797, + minLvl = 80, + name = "Arcanum of Dominance", + slot = { "head" }, + source = "PVP-Vendor", + spell = 59784, + }, + [44129] = { + enchID = 3806, + minLvl = 80, + name = "Lesser Inscription of the Storm", + rep = { + ["The Sons of Hodir"] = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59927, + }, + [44130] = { + enchID = 3807, + minLvl = 80, + name = "Lesser Inscription of the Crag", + rep = { + ["The Sons of Hodir"] = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59928, + }, + [44131] = { + enchID = 3875, + minLvl = 80, + name = "Lesser Inscription of the Axe", + rep = { + ["The Sons of Hodir"] = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59929, + }, + [44132] = { + enchID = 3876, + minLvl = 80, + name = "Lesser Inscription of the Pinnacle", + rep = { + ["The Sons of Hodir"] = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59932, + }, + [44133] = { + boa = true, + enchID = 3808, + minLvl = 80, + name = "Greater Inscription of the Axe", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59934, + }, + [44134] = { + boa = true, + enchID = 3809, + minLvl = 80, + name = "Greater Inscription of the Crag", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59936, + }, + [44135] = { + boa = true, + enchID = 3810, + minLvl = 80, + name = "Greater Inscription of the Storm", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59937, + }, + [44136] = { + boa = true, + enchID = 3811, + minLvl = 80, + name = "Greater Inscription of the Pinnacle", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59941, + }, + [44137] = { + enchID = 3812, + minLvl = 80, + name = "Arcanum of the Frosty Soul", + rep = { + ["The Sons of Hodir"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 59944, + }, + [44138] = { + enchID = 3813, + minLvl = 80, + name = "Arcanum of Toxic Warding", + rep = { + ["Knights of the Ebon Blade"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 59945, + }, + [44139] = { + enchID = 3814, + minLvl = 80, + name = "Arcanum of the Fleeing Shadow", + rep = { + ["Argent Crusade"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 59946, + }, + [44140] = { + enchID = 3815, + minLvl = 80, + name = "Arcanum of the Eclipsed Moon", + rep = { + ["The Wyrmrest Accord"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 59947, + }, + [44141] = { + enchID = 3816, + minLvl = 80, + name = "Arcanum of the Flame's Soul", + rep = { + ["Kirin Tor"] = 6, + }, + slot = { "head" }, + source = "Vendor", + spell = 59948, + }, + [44149] = { + boa = true, + enchID = 3817, + minLvl = 80, + name = "Arcanum of Torment", + rep = { + ["Knights of the Ebon Blade"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59954, + }, + [44150] = { + boa = true, + enchID = 3818, + minLvl = 80, + name = "Arcanum of the Stalwart Protector", + rep = { + ["Argent Crusade"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59955, + }, + [44152] = { + boa = true, + enchID = 3819, + minLvl = 80, + name = "Arcanum of Blissful Mending", + rep = { + ["The Wyrmrest Accord"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59960, + }, + [44159] = { + boa = true, + enchID = 3820, + minLvl = 80, + name = "Arcanum of Burning Mysteries", + rep = { + ["Kirin Tor"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59970, + }, + [44449] = { + name = "Scroll of Enchant Boots - Assault", + spell = 60606, + }, + [44453] = { + name = "Scroll of Enchant Weapon - Greater Potency", + spell = 60621, + }, + [44455] = { + name = "Shield Enchant - Intellect III", + spell = 60653, + }, + [44456] = { + name = "Scroll of Enchant Cloak - Speed", + spell = 60609, + }, + [44457] = { + name = "Scroll of Enchant Cloak - Major Agility", + spell = 60663, + }, + [44458] = { + name = "Scroll of Enchant Gloves - Crusher", + spell = 60668, + }, + [44463] = { + name = "Scroll of Enchant 2H Weapon - Massacre", + spell = 60691, + }, + [44465] = { + name = "Scroll of Enchant Chest - Powerful Stats", + spell = 60692, + }, + [44466] = { + name = "Scroll of Enchant Weapon - Superior Potency", + spell = 60707, + }, + [44467] = { + name = "Scroll of Enchant Weapon - Mighty Spellpower", + spell = 60714, + }, + [44469] = { + name = "Scroll of Enchant Boots - Greater Assault", + spell = 60763, + }, + [44470] = { + name = "Scroll of Enchant Bracer - Superior Spellpower", + spell = 60767, + }, + [44493] = { + name = "Scroll of Enchant Weapon - Berserking", + spell = 59621, + }, + [44497] = { + name = "Scroll of Enchant Weapon - Accuracy", + spell = 59619, + }, + [44701] = { + boa = true, + enchID = 3842, + minLvl = 80, + name = "Arcanum of the Savage Gladiator", + rep = { + ["Alliance Vanguard"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 61271, + }, + [44702] = { + boa = true, + enchID = 3842, + minLvl = 80, + name = "Arcanum of the Savage Gladiator", + rep = { + ["Horde Expedition"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 61271, + }, + [44739] = { + enchID = 3843, + minLvl = 70, + name = "Diamond-Cut Refractor Scope", + slot = normalRanged, + source = "Crafted", + spell = 61468, + }, + [44815] = { + name = "Scroll of Enchant Bracers - Greater Assault", + spell = 44575, + }, + [44936] = { + enchID = 3849, + minLvl = 70, + name = "Titanium Plating", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 62201, + }, + [44947] = { + name = "Scroll of Enchant Bracer - Major Stamina", + spell = 62256, + }, + [44957] = { + enchID = 3852, + minLvl = 70, + name = "Greater Inscription of the Gladiator", + slot = { "shoulder" }, + source = "PVP-Vendor", + spell = 62384, + }, + [44963] = { + enchID = 3853, + minLvl = 80, + name = "Earthen Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 62447, + }, + [45056] = { + name = "Scroll of Enchant Staff - Greater Spellpower", + spell = 62948, + }, + [45060] = { + name = "Scroll of Enchant Staff - Spellpower", + spell = 62959, + }, + [45628] = { + name = "Scroll of Enchant Boots - Lesser Accuracy", + spell = 63746, + }, + [46026] = { + name = "Scroll of Enchant Weapon - Blade Ward", + spell = 64441, + }, + [46098] = { + name = "Scroll of Enchant Weapon - Blood Draining", + spell = 64579, + }, + [50335] = { + boa = true, + enchID = 3808, + minLvl = 80, + name = "Greater Inscription of the Axe", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59934, + }, + [50336] = { + boa = true, + enchID = 3809, + minLvl = 80, + name = "Greater Inscription of the Crag", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59936, + }, + [50337] = { + boa = true, + enchID = 3811, + minLvl = 80, + name = "Greater Inscription of the Pinnacle", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59941, + }, + [50338] = { + boa = true, + enchID = 3810, + minLvl = 80, + name = "Greater Inscription of the Storm", + rep = { + ["The Sons of Hodir"] = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 59937, + }, + [50367] = { + boa = true, + enchID = 3817, + minLvl = 80, + name = "Arcanum of Torment", + rep = { + ["Knights of the Ebon Blade"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59954, + }, + [50368] = { + boa = true, + enchID = 3820, + minLvl = 80, + name = "Arcanum of Burning Mysteries", + rep = { + ["Kirin Tor"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59970, + }, + [50369] = { + boa = true, + enchID = 3818, + minLvl = 80, + name = "Arcanum of the Stalwart Protector", + rep = { + ["Argent Crusade"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59955, + }, + [50370] = { + boa = true, + enchID = 3819, + minLvl = 80, + name = "Arcanum of Blissful Mending", + rep = { + ["The Wyrmrest Accord"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 59960, + }, + [50372] = { + boa = true, + enchID = 3842, + minLvl = 80, + name = "Arcanum of the Savage Gladiator", + rep = { + ["Alliance Vanguard"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 61271, + }, + [50373] = { + boa = true, + enchID = 3842, + minLvl = 80, + name = "Arcanum of the Savage Gladiator", + rep = { + ["Horde Expedition"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 61271, + }, + [50816] = { + name = "Scroll of Enchant Gloves - Angler", + spell = 71692, + }, + [52687] = { + name = "Enchant Gloves - Mastery", + spell = 74132, + }, + [52743] = { + name = "Enchant Boots - Earthen Vitality", + spell = 74189, + }, + [52744] = { + name = "Enchant Chest - Mighty Stats", + spell = 74191, + }, + [52745] = { + name = "Enchant Cloak - Greater Spell Piercing", + spell = 74192, + }, + [52746] = { + name = "Enchant Bracer - Speed", + spell = 74193, + }, + [52747] = { + name = "Enchant Weapon - Mending", + spell = 74195, + }, + [52748] = { + name = "Enchant Weapon - Avalanche", + spell = 74197, + }, + [52749] = { + name = "Enchant Gloves - Haste", + spell = 74198, + }, + [52750] = { + name = "Enchant Boots - Haste", + spell = 74199, + }, + [52751] = { + name = "Enchant Chest - Stamina", + spell = 74200, + }, + [52752] = { + name = "Enchant Bracer - Critical Strike", + spell = 74201, + }, + [52753] = { + name = "Enchant Cloak - Intellect", + spell = 74202, + }, + [52754] = { + name = "Enchant Shield - Protection", + spell = 74207, + }, + [52755] = { + name = "Enchant Weapon - Elemental Slayer", + spell = 74211, + }, + [52756] = { + name = "Enchant Gloves - Exceptional Strength", + spell = 74212, + }, + [52757] = { + name = "Enchant Boots - Major Agility", + spell = 74213, + }, + [52758] = { + name = "Enchant Chest - Mighty Resilience", + spell = 74214, + }, + [52759] = { + name = "Enchant Gloves - Greater Expertise", + spell = 74220, + }, + [52760] = { + name = "Enchant Weapon - Hurricane", + spell = 74223, + }, + [52761] = { + name = "Enchant Weapon - Heartsong", + spell = 74225, + }, + [52762] = { + name = "Enchant Shield - Mastery", + spell = 74226, + }, + [52763] = { + name = "Enchant Bracer - Dodge", + spell = 74229, + }, + [52764] = { + name = "Enchant Cloak - Critical Strike", + spell = 74230, + }, + [52765] = { + name = "Enchant Chest - Exceptional Spirit", + spell = 74231, + }, + [52766] = { + name = "Enchant Bracer - Precision", + spell = 74232, + }, + [52767] = { + name = "Enchant Cloak - Protection", + spell = 74234, + }, + [52768] = { + name = "Enchant Off-Hand - Superior Intellect", + spell = 74235, + }, + [52769] = { + name = "Enchant Boots - Precision", + spell = 74236, + }, + [52770] = { + name = "Enchant Bracer - Exceptional Spirit", + spell = 74237, + }, + [52771] = { + name = "Enchant Boots - Mastery", + spell = 74238, + }, + [52772] = { + name = "Enchant Bracer - Greater Expertise", + spell = 74239, + }, + [52773] = { + name = "Enchant Cloak - Greater Intellect", + spell = 74240, + }, + [52774] = { + name = "Enchant Weapon - Power Torrent", + spell = 74242, + }, + [52775] = { + name = "Enchant Weapon - Windwalk", + spell = 74244, + }, + [52776] = { + name = "Enchant Weapon - Landslide", + spell = 74246, + }, + [52777] = { + name = "Enchant Cloak - Greater Critical Strike", + spell = 74247, + }, + [52778] = { + name = "Enchant Bracer - Greater Critical Strike", + spell = 74248, + }, + [52779] = { + name = "Enchant Chest - Peerless Stats", + spell = 74250, + }, + [52780] = { + name = "Enchant Chest - Greater Stamina", + spell = 74251, + }, + [52781] = { + name = "Enchant Boots - Assassin's Step", + spell = 74252, + }, + [52782] = { + name = "Enchant Boots - Lavawalker", + spell = 74253, + }, + [52783] = { + name = "Enchant Gloves - Mighty Strength", + spell = 74254, + }, + [52784] = { + name = "Enchant Gloves - Greater Mastery", + spell = 74255, + }, + [52785] = { + name = "Enchant Bracer - Greater Speed", + spell = 74256, + }, + [54447] = { + enchID = 4111, + minLvl = 80, + name = "Enchanted Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 75151, + }, + [54448] = { + enchID = 4112, + minLvl = 85, + name = "Powerful Enchanted Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 75152, + }, + [54449] = { + enchID = 4109, + minLvl = 80, + name = "Ghostly Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 75149, + }, + [54450] = { + enchID = 4110, + minLvl = 85, + name = "Powerful Ghostly Spellthread", + slot = { "legs" }, + source = "Crafted", + spell = 75150, + }, + [55054] = { + enchID = 3729, + maxIlvl = 499, + minLvl = 80, + name = "Ebonsteel Belt Buckle", + slot = { "waist" }, + source = "Crafted (undetectable)", + spell = 76168, + }, + [55055] = { + enchID = 4215, + minLvl = 80, + name = "Elementium Shield Spike", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 92433, + }, + [55056] = { + enchID = 4216, + minLvl = 85, + name = "Pyrium Shield Spike", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + spell = 92437, + }, + [55057] = { + enchID = 4217, + minLvl = 81, + name = "Pyrium Weapon Chain", + slot = normalWeapon, + source = "Crafted", + spell = 93448, + stacks = false, + }, + [56477] = { + enchID = 4120, + minLvl = 78, + name = "Savage Armor Kit", + slot = { "head", "chest", "shoulder", "legs", "hands", "feet" }, + source = "Crafted", + spell = 78165, + }, + [56502] = { + enchID = 4122, + minLvl = 80, + name = "Scorched Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 78169, + }, + [56503] = { + enchID = 4124, + minLvl = 80, + name = "Twilight Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 78170, + }, + [56517] = { + enchID = 4121, + minLvl = 81, + name = "Heavy Savage Armor Kit", + slot = { "head", "chest", "shoulder", "legs", "hands", "feet" }, + source = "Crafted", + spell = 78166, + }, + [56550] = { + enchID = 4126, + minLvl = 85, + name = "Dragonscale Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 78171, + }, + [56551] = { + enchID = 4127, + minLvl = 85, + name = "Charscale Leg Armor", + slot = { "legs" }, + source = "Crafted", + spell = 78172, + }, + [59594] = { + enchID = 4175, + minLvl = 80, + name = "Gnomish X-Ray Scope", + slot = normalRanged, + source = "Crafted", + spell = 81932, + }, + [59595] = { + enchID = 4176, + minLvl = 80, + name = "R19 Threatfinder", + slot = normalRanged, + source = "Crafted", + spell = 81933, + }, + [59596] = { + enchID = 4177, + minLvl = 80, + name = "Safety Catch Removal Kit", + slot = normalRanged, + source = "Crafted", + spell = 81934, + }, + [62321] = { + enchID = 4197, + minLvl = 85, + name = "Lesser Inscription of Unbreakable Quartz", + rep = { + Therazane = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86847, + }, + [62333] = { + enchID = 4198, + minLvl = 85, + name = "Greater Inscription of Unbreakable Quartz", + rep = { + Therazane = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86854, + }, + [62342] = { + enchID = 4199, + minLvl = 85, + name = "Lesser Inscription of Charged Lodestone", + rep = { + Therazane = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86898, + }, + [62343] = { + enchID = 4200, + minLvl = 85, + name = "Greater Inscription of Charged Lodestone", + rep = { + Therazane = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86899, + }, + [62344] = { + enchID = 4201, + minLvl = 85, + name = "Lesser Inscription of Jagged Stone", + rep = { + Therazane = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86900, + }, + [62345] = { + enchID = 4202, + minLvl = 85, + name = "Greater Inscription of Jagged Stone", + rep = { + Therazane = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86901, + }, + [62346] = { + enchID = 4204, + minLvl = 85, + name = "Greater Inscription of Shattered Crystal", + rep = { + Therazane = 8, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86907, + }, + [62347] = { + enchID = 4205, + minLvl = 85, + name = "Lesser Inscription of Shattered Crystal", + rep = { + Therazane = 6, + }, + slot = { "shoulder" }, + source = "Vendor", + spell = 86909, + }, + [62366] = { + boa = true, + enchID = 4206, + minLvl = 85, + name = "Arcanum of the Earthen Ring", + rep = { + ["The Earthen Ring"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 86931, + }, + [62367] = { + boa = true, + enchID = 4207, + minLvl = 85, + name = "Arcanum of Hyjal", + rep = { + ["Guardians of Hyjal"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 86932, + }, + [62368] = { + boa = true, + enchID = 4208, + minLvl = 85, + name = "Arcanum of the Dragonmaw", + rep = { + ["Dragonmaw Clan"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 86933, + }, + [62369] = { + boa = true, + enchID = 4209, + minLvl = 85, + name = "Arcanum of the Ramkahen", + rep = { + Ramkahen = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 86934, + }, + [62422] = { + boa = true, + enchID = 4208, + minLvl = 85, + name = "Arcanum of the Wildhammer", + rep = { + ["Wildhammer Clan"] = 7, + }, + slot = { "head" }, + source = "Vendor", + spell = 86933, + }, + [68134] = { + name = "Enchant 2H Weapon - Mighty Agility", + spell = 95471, + }, + [68768] = { + enchID = 4247, + minLvl = 85, + name = "Arcanum of Vicious Strength", + slot = { "head" }, + source = "PVP-Vendor", + }, + [68769] = { + enchID = 4246, + minLvl = 85, + name = "Arcanum of Vicious Agility", + slot = { "head" }, + source = "PVP-Vendor", + }, + [68770] = { + enchID = 4245, + minLvl = 85, + name = "Arcanum of Vicious Intellect", + slot = { "head" }, + source = "PVP-Vendor", + }, + [68772] = { + enchID = 4248, + minLvl = 85, + name = "Greater Inscription of Vicious Intellect", + slot = { "shoulder" }, + source = "PVP-Vendor", + }, + [68773] = { + enchID = 4249, + minLvl = 85, + name = "Greater Inscription of Vicious Strength", + slot = { "shoulder" }, + source = "PVP-Vendor", + }, + [68774] = { + enchID = 4250, + minLvl = 85, + name = "Greater Inscription of Vicious Agility", + slot = { "shoulder" }, + source = "PVP-Vendor", + }, + [68784] = { + name = "Enchant Bracer - Agility", + spell = 96264, + }, + [68785] = { + name = "Enchant Bracer - Major Strength", + spell = 96261, + }, + [68786] = { + name = "Enchant Bracer - Mighty Intellect", + spell = 96262, + }, + [68796] = { + enchID = 4259, + name = "Reinforced Fishing Line", + slot = { + "two-hand", + ["two-hand"] = { + [true] = { "fishing pole" }, + }, + }, + source = "Unavailable", + }, +} + +EnchantSpells = { + [7418] = { + enchID = 41, + name = "Enchant Bracer - Minor Health", + slot = { "wrist" }, + source = "Crafted", + }, + [7420] = { + enchID = 41, + name = "Enchant Chest - Minor Health", + slot = { "chest" }, + source = "Crafted", + }, + [7426] = { + enchID = 44, + name = "Enchant Chest - Minor Absorption", + slot = { "chest" }, + source = "Crafted", + }, + [7428] = { + enchID = 924, + name = "Enchant Bracer - Minor Deflection", + slot = { "wrist" }, + source = "Crafted", + }, + [7443] = { + enchID = 24, + name = "Enchant Chest - Minor Mana", + slot = { "chest" }, + source = "Crafted", + }, + [7454] = { + enchID = 65, + name = "Enchant Cloak - Minor Resistance", + slot = { "back" }, + source = "Crafted", + }, + [7457] = { + enchID = 66, + name = "Enchant Bracer - Minor Stamina", + slot = { "wrist" }, + source = "Crafted", + }, + [7745] = { + enchID = 241, + name = "Enchant 2H Weapon - Minor Impact", + slot = normalTwoHand, + source = "Crafted", + }, + [7748] = { + enchID = 242, + name = "Enchant Chest - Lesser Health", + slot = { "chest" }, + source = "Crafted", + }, + [7766] = { + enchID = 243, + name = "Enchant Bracer - Minor Spirit", + slot = { "wrist" }, + source = "Crafted", + }, + [7771] = { + enchID = 783, + name = "Enchant Cloak - Minor Protection", + slot = { "back" }, + source = "Crafted", + }, + [7776] = { + enchID = 246, + name = "Enchant Chest - Lesser Mana", + slot = { "chest" }, + source = "Crafted", + }, + [7779] = { + enchID = 247, + name = "Enchant Bracer - Minor Agility", + slot = { "wrist" }, + source = "Crafted", + }, + [7782] = { + enchID = 248, + name = "Enchant Bracer - Minor Strength", + slot = { "wrist" }, + source = "Crafted", + }, + [7786] = { + enchID = 249, + name = "Enchant Weapon - Minor Beastslayer", + slot = normalWeapon, + source = "Crafted", + }, + [7788] = { + enchID = 250, + name = "Enchant Weapon - Minor Striking", + slot = normalWeapon, + source = "Crafted", + }, + [7793] = { + enchID = 723, + name = "Enchant 2H Weapon - Lesser Intellect", + slot = normalTwoHand, + source = "Crafted", + }, + [7857] = { + enchID = 254, + name = "Enchant Chest - Health", + slot = { "chest" }, + source = "Crafted", + }, + [7859] = { + enchID = 255, + name = "Enchant Bracer - Lesser Spirit", + slot = { "wrist" }, + source = "Crafted", + }, + [7861] = { + enchID = 256, + name = "Enchant Cloak - Lesser Fire Resistance", + slot = { "back" }, + source = "Crafted", + }, + [7863] = { + enchID = 66, + name = "Enchant Boots - Minor Stamina", + slot = { "feet" }, + source = "Crafted", + }, + [7867] = { + enchID = 247, + minIlvl = 60, + name = "Enchant Boots - Minor Agility", + slot = { "feet" }, + source = "Crafted", + }, + [13378] = { + enchID = 66, + name = "Enchant Shield - Minor Stamina", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13380] = { + enchID = 255, + name = "Enchant 2H Weapon - Lesser Spirit", + slot = normalTwoHand, + source = "Crafted", + }, + [13419] = { + enchID = 247, + name = "Enchant Cloak - Minor Agility", + slot = { "back" }, + source = "Crafted", + }, + [13421] = { + enchID = 744, + name = "Enchant Cloak - Lesser Protection", + slot = { "back" }, + source = "Crafted", + }, + [13464] = { + enchID = 848, + name = "Enchant Shield - Lesser Protection", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13485] = { + enchID = 255, + name = "Enchant Shield - Lesser Spirit", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13501] = { + enchID = 724, + name = "Enchant Bracer - Lesser Stamina", + slot = { "wrist" }, + source = "Crafted", + }, + [13503] = { + enchID = 241, + name = "Enchant Weapon - Lesser Striking", + slot = normalWeapon, + source = "Crafted", + }, + [13522] = { + enchID = 804, + name = "Enchant Cloak - Lesser Shadow Resistance", + slot = { "back" }, + source = "Crafted", + }, + [13529] = { + enchID = 943, + name = "Enchant 2H Weapon - Lesser Impact", + slot = normalTwoHand, + source = "Crafted", + }, + [13536] = { + enchID = 823, + name = "Enchant Bracer - Lesser Strength", + slot = { "wrist" }, + source = "Crafted", + }, + [13538] = { + enchID = 63, + name = "Enchant Chest - Lesser Absorption", + slot = { "chest" }, + source = "Crafted", + }, + [13607] = { + enchID = 843, + name = "Enchant Chest - Mana", + slot = { "chest" }, + source = "Crafted", + }, + [13612] = { + enchID = 844, + name = "Enchant Gloves - Mining", + slot = { "hands" }, + source = "Crafted", + }, + [13617] = { + enchID = 845, + name = "Enchant Gloves - Herbalism", + slot = { "hands" }, + source = "Crafted", + }, + [13620] = { + enchID = 2603, + name = "Enchant Gloves - Fishing", + slot = { "hands" }, + source = "Crafted", + }, + [13622] = { + enchID = 723, + name = "Enchant Bracer - Lesser Intellect", + slot = { "wrist" }, + source = "Crafted", + }, + [13626] = { + enchID = 847, + name = "Enchant Chest - Minor Stats", + slot = { "chest" }, + source = "Crafted", + }, + [13631] = { + enchID = 724, + name = "Enchant Shield - Lesser Stamina", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13635] = { + enchID = 848, + name = "Enchant Cloak - Defense", + slot = { "back" }, + source = "Crafted", + }, + [13637] = { + enchID = 849, + name = "Enchant Boots - Lesser Agility", + slot = { "feet" }, + source = "Crafted", + }, + [13640] = { + enchID = 850, + name = "Enchant Chest - Greater Health", + slot = { "chest" }, + source = "Crafted", + }, + [13642] = { + enchID = 851, + name = "Enchant Bracer - Spirit", + slot = { "wrist" }, + source = "Crafted", + }, + [13644] = { + enchID = 724, + name = "Enchant Boots - Lesser Stamina", + slot = { "feet" }, + source = "Crafted", + }, + [13646] = { + enchID = 925, + name = "Enchant Bracer - Lesser Deflection", + slot = { "wrist" }, + source = "Crafted", + }, + [13648] = { + enchID = 852, + name = "Enchant Bracer - Stamina", + slot = { "wrist" }, + source = "Crafted", + }, + [13653] = { + enchID = 853, + name = "Enchant Weapon - Lesser Beastslayer", + slot = normalWeapon, + source = "Crafted", + }, + [13655] = { + enchID = 854, + name = "Enchant Weapon - Lesser Elemental Slayer", + slot = normalWeapon, + source = "Crafted", + }, + [13657] = { + enchID = 2463, + name = "Enchant Cloak - Fire Resistance", + slot = { "back" }, + source = "Crafted", + }, + [13659] = { + enchID = 851, + name = "Enchant Shield - Spirit", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13661] = { + enchID = 856, + name = "Enchant Bracer - Strength", + slot = { "wrist" }, + source = "Crafted", + }, + [13663] = { + enchID = 857, + name = "Enchant Chest - Greater Mana", + slot = { "chest" }, + source = "Crafted", + }, + [13687] = { + enchID = 255, + name = "Enchant Boots - Lesser Spirit", + slot = { "feet" }, + source = "Crafted", + }, + [13689] = { + enchID = 863, + name = "Enchant Shield - Lesser Block", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13693] = { + enchID = 943, + name = "Enchant Weapon - Striking", + slot = normalWeapon, + source = "Crafted", + }, + [13695] = { + enchID = 1897, + name = "Enchant 2H Weapon - Impact", + slot = normalTwoHand, + source = "Crafted", + }, + [13698] = { + enchID = 865, + name = "Enchant Gloves - Skinning", + slot = { "hands" }, + source = "Crafted", + }, + [13700] = { + enchID = 866, + name = "Enchant Chest - Lesser Stats", + slot = { "chest" }, + source = "Crafted", + }, + [13746] = { + enchID = 884, + name = "Enchant Cloak - Greater Defense", + slot = { "back" }, + source = "Crafted", + }, + [13794] = { + enchID = 903, + name = "Enchant Cloak - Resistance", + slot = { "back" }, + source = "Crafted", + }, + [13815] = { + enchID = 904, + name = "Enchant Gloves - Agility", + slot = { "hands" }, + source = "Crafted", + }, + [13817] = { + enchID = 852, + name = "Enchant Shield - Stamina", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13822] = { + enchID = 905, + name = "Enchant Bracer - Intellect", + slot = { "wrist" }, + source = "Crafted", + }, + [13836] = { + enchID = 852, + name = "Enchant Boots - Stamina", + slot = { "feet" }, + source = "Crafted", + }, + [13841] = { + enchID = 906, + name = "Enchant Gloves - Advanced Mining", + slot = { "hands" }, + source = "Crafted", + }, + [13846] = { + enchID = 907, + name = "Enchant Bracer - Greater Spirit", + slot = { "wrist" }, + source = "Crafted", + }, + [13858] = { + enchID = 908, + name = "Enchant Chest - Superior Health", + slot = { "chest" }, + source = "Crafted", + }, + [13868] = { + enchID = 909, + name = "Enchant Gloves - Advanced Herbalism", + slot = { "hands" }, + source = "Crafted", + }, + [13882] = { + enchID = 849, + name = "Enchant Cloak - Lesser Agility", + slot = { "back" }, + source = "Crafted", + }, + [13887] = { + enchID = 856, + name = "Enchant Gloves - Strength", + slot = { "hands" }, + source = "Crafted", + }, + [13890] = { + enchID = 911, + name = "Enchant Boots - Minor Speed", + slot = { "feet" }, + source = "Crafted", + }, + [13898] = { + enchID = 803, + name = "Enchant Weapon - Fiery Weapon", + slot = normalWeapon, + source = "Crafted", + }, + [13905] = { + enchID = 907, + name = "Enchant Shield - Greater Spirit", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13915] = { + enchID = 912, + name = "Enchant Weapon - Demonslaying", + slot = normalWeapon, + source = "Crafted", + }, + [13917] = { + enchID = 913, + name = "Enchant Chest - Superior Mana", + slot = { "chest" }, + source = "Crafted", + }, + [13931] = { + enchID = 923, + name = "Enchant Bracer - Deflection", + slot = { "wrist" }, + source = "Crafted", + }, + [13933] = { + enchID = 926, + name = "Enchant Shield - Frost Resistance", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [13935] = { + enchID = 904, + name = "Enchant Boots - Agility", + slot = { "feet" }, + source = "Crafted", + }, + [13937] = { + enchID = 963, + name = "Enchant 2H Weapon - Greater Impact", + slot = normalTwoHand, + source = "Crafted", + }, + [13939] = { + enchID = 927, + name = "Enchant Bracer - Greater Strength", + slot = { "wrist" }, + source = "Crafted", + }, + [13941] = { + enchID = 928, + name = "Enchant Chest - Stats", + slot = { "chest" }, + source = "Crafted", + }, + [13943] = { + enchID = 805, + name = "Enchant Weapon - Greater Striking", + slot = normalWeapon, + source = "Crafted", + }, + [13945] = { + enchID = 929, + name = "Enchant Bracer - Greater Stamina", + slot = { "wrist" }, + source = "Crafted", + }, + [13947] = { + enchID = 930, + maxLvl = 70, + name = "Enchant Gloves - Riding Skill", + slot = { "hands" }, + source = "Crafted", + }, + [13948] = { + enchID = 931, + name = "Enchant Gloves - Minor Haste", + slot = { "hands" }, + source = "Crafted", + }, + [20008] = { + enchID = 1883, + name = "Enchant Bracer - Greater Intellect", + slot = { "wrist" }, + source = "Crafted", + }, + [20009] = { + enchID = 1884, + name = "Enchant Bracer - Superior Spirit", + slot = { "wrist" }, + source = "Crafted", + }, + [20010] = { + enchID = 1885, + name = "Enchant Bracer - Superior Strength", + slot = { "wrist" }, + source = "Crafted", + }, + [20011] = { + enchID = 1886, + name = "Enchant Bracer - Superior Stamina", + slot = { "wrist" }, + source = "Crafted", + }, + [20012] = { + enchID = 1887, + name = "Enchant Gloves - Greater Agility", + slot = { "hands" }, + source = "Crafted", + }, + [20013] = { + enchID = 927, + name = "Enchant Gloves - Greater Strength", + slot = { "hands" }, + source = "Crafted", + }, + [20014] = { + enchID = 1888, + name = "Enchant Cloak - Greater Resistance", + slot = { "back" }, + source = "Crafted", + }, + [20015] = { + enchID = 1889, + name = "Enchant Cloak - Superior Defense", + slot = { "back" }, + source = "Crafted", + }, + [20016] = { + enchID = 1890, + name = "Enchant Shield - Vitality", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [20017] = { + enchID = 929, + name = "Enchant Shield - Greater Stamina", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [20020] = { + enchID = 929, + name = "Enchant Boots - Greater Stamina", + slot = { "feet" }, + source = "Crafted", + }, + [20023] = { + enchID = 1887, + name = "Enchant Boots - Greater Agility", + slot = { "feet" }, + source = "Crafted", + }, + [20024] = { + enchID = 851, + name = "Enchant Boots - Spirit", + slot = { "feet" }, + source = "Crafted", + }, + [20025] = { + enchID = 1891, + name = "Enchant Chest - Greater Stats", + slot = { "chest" }, + source = "Crafted", + }, + [20026] = { + enchID = 1892, + name = "Enchant Chest - Major Health", + slot = { "chest" }, + source = "Crafted", + }, + [20028] = { + enchID = 1893, + name = "Enchant Chest - Major Mana", + slot = { "chest" }, + source = "Crafted", + }, + [20029] = { + enchID = 1894, + maxLvl = 60, + name = "Enchant Weapon - Icy Chill", + slot = normalWeapon, + source = "Crafted", + }, + [20030] = { + enchID = 1896, + name = "Enchant 2H Weapon - Superior Impact", + slot = normalTwoHand, + source = "Crafted", + }, + [20031] = { + enchID = 1897, + name = "Enchant Weapon - Superior Striking", + slot = normalWeapon, + source = "Crafted", + }, + [20032] = { + enchID = 1898, + maxLvl = 60, + name = "Enchant Weapon - Lifestealing", + slot = normalWeapon, + source = "Crafted", + }, + [20033] = { + enchID = 1899, + name = "Enchant Weapon - Unholy Weapon", + slot = normalWeapon, + source = "Crafted", + }, + [20034] = { + enchID = 1900, + maxLvl = 60, + name = "Enchant Weapon - Crusader", + slot = normalWeapon, + source = "Crafted", + }, + [20035] = { + enchID = 1903, + name = "Enchant 2H Weapon - Major Spirit", + slot = normalTwoHand, + source = "Crafted", + }, + [20036] = { + enchID = 1904, + name = "Enchant 2H Weapon - Major Intellect", + slot = normalTwoHand, + source = "Crafted", + }, + [21931] = { + enchID = 2443, + name = "Enchant Weapon - Winter's Might", + slot = normalWeapon, + source = "Crafted", + }, + [22749] = { + enchID = 2504, + name = "Enchant Weapon - Spellpower", + slot = normalWeapon, + source = "Crafted", + }, + [22750] = { + enchID = 2505, + name = "Enchant Weapon - Healing Power", + slot = normalWeapon, + source = "Crafted", + }, + [23799] = { + enchID = 2563, + name = "Enchant Weapon - Strength", + slot = normalWeapon, + source = "Crafted", + }, + [23800] = { + enchID = 2564, + name = "Enchant Weapon - Agility", + slot = normalWeapon, + source = "Crafted", + }, + [23801] = { + enchID = 2565, + name = "Enchant Bracer - Mana Regeneration", + slot = { "wrist" }, + source = "Crafted", + }, + [23802] = { + enchID = 2650, + name = "Enchant Bracer - Healing Power", + slot = { "wrist" }, + source = "Crafted", + }, + [23803] = { + enchID = 2567, + name = "Enchant Weapon - Mighty Spirit", + slot = normalWeapon, + source = "Crafted", + }, + [23804] = { + enchID = 2568, + name = "Enchant Weapon - Mighty Intellect", + slot = normalWeapon, + source = "Crafted", + }, + [25072] = { + enchID = 2613, + name = "Enchant Gloves - Threat", + slot = { "hands" }, + source = "Crafted", + }, + [25073] = { + enchID = 2614, + name = "Enchant Gloves - Shadow Power", + slot = { "hands" }, + source = "Crafted", + }, + [25074] = { + enchID = 2615, + name = "Enchant Gloves - Frost Power", + slot = { "hands" }, + source = "Crafted", + }, + [25078] = { + enchID = 2616, + name = "Enchant Gloves - Fire Power", + slot = { "hands" }, + source = "Crafted", + }, + [25079] = { + enchID = 2617, + name = "Enchant Gloves - Healing Power", + slot = { "hands" }, + source = "Crafted", + }, + [25080] = { + enchID = 2564, + name = "Enchant Gloves - Superior Agility", + slot = { "hands" }, + source = "Crafted", + }, + [25081] = { + enchID = 2619, + name = "Enchant Cloak - Greater Fire Resistance", + slot = { "back" }, + source = "Crafted", + }, + [25082] = { + enchID = 2620, + name = "Enchant Cloak - Greater Nature Resistance", + slot = { "back" }, + source = "Crafted", + }, + [25083] = { + enchID = 910, + name = "Enchant Cloak - Stealth", + slot = { "back" }, + source = "Crafted", + }, + [25084] = { + enchID = 2621, + name = "Enchant Cloak - Subtlety", + slot = { "back" }, + source = "Crafted", + }, + [25086] = { + enchID = 2622, + name = "Enchant Cloak - Dodge", + slot = { "back" }, + source = "Crafted", + }, + [27837] = { + enchID = 2646, + name = "Enchant 2H Weapon - Agility", + slot = normalTwoHand, + source = "Crafted", + }, + [27899] = { + enchID = 2647, + minIlvl = 35, + name = "Enchant Bracer - Brawn", + slot = { "wrist" }, + source = "Crafted", + }, + [27905] = { + enchID = 1891, + minIlvl = 35, + name = "Enchant Bracer - Stats", + slot = { "wrist" }, + source = "Crafted", + }, + [27906] = { + enchID = 2648, + minIlvl = 35, + name = "Enchant Bracer - Greater Dodge", + slot = { "wrist" }, + source = "Crafted", + }, + [27911] = { + enchID = 2650, + minIlvl = 35, + name = "Enchant Bracer - Superior Healing", + slot = { "wrist" }, + source = "Crafted", + }, + [27913] = { + enchID = 2679, + minIlvl = 35, + name = "Enchant Bracer - Restore Mana Prime", + slot = { "wrist" }, + source = "Crafted", + }, + [27914] = { + enchID = 2649, + minIlvl = 35, + name = "Enchant Bracer - Fortitude", + slot = { "wrist" }, + source = "Crafted", + }, + [27917] = { + enchID = 2650, + minIlvl = 35, + name = "Enchant Bracer - Spellpower", + slot = { "wrist" }, + source = "Crafted", + }, + [27920] = { + enchID = 2929, + minIlvl = 35, + name = "Enchant Ring - Striking", + skill = { + Enchanting = 360, + }, + slot = { "finger" }, + source = "Crafted", + }, + [27924] = { + enchID = 2928, + minIlvl = 35, + name = "Enchant Ring - Spellpower", + skill = { + Enchanting = 360, + }, + slot = { "finger" }, + source = "Crafted", + }, + [27926] = { + enchID = 2930, + minIlvl = 35, + name = "Enchant Ring - Healing Power", + skill = { + Enchanting = 370, + }, + slot = { "finger" }, + source = "Crafted", + }, + [27927] = { + enchID = 2931, + minIlvl = 35, + name = "Enchant Ring - Stats", + skill = { + Enchanting = 375, + }, + slot = { "finger" }, + source = "Crafted", + }, + [27944] = { + enchID = 2653, + minIlvl = 35, + name = "Enchant Shield - Tough Shield", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [27945] = { + enchID = 2654, + minIlvl = 35, + name = "Enchant Shield - Intellect", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [27946] = { + enchID = 2655, + minIlvl = 35, + name = "Enchant Shield - Shield Block", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [27947] = { + enchID = 1888, + minIlvl = 35, + name = "Enchant Shield - Resistance", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [27948] = { + enchID = 2656, + minIlvl = 35, + name = "Enchant Boots - Vitality", + slot = { "feet" }, + source = "Crafted", + }, + [27950] = { + enchID = 2649, + minIlvl = 35, + name = "Enchant Boots - Fortitude", + slot = { "feet" }, + source = "Crafted", + }, + [27951] = { + enchID = 2657, + minIlvl = 35, + name = "Enchant Boots - Dexterity", + slot = { "feet" }, + source = "Crafted", + }, + [27954] = { + enchID = 2658, + minIlvl = 35, + name = "Enchant Boots - Surefooted", + slot = { "feet" }, + source = "Crafted", + }, + [27957] = { + enchID = 2659, + minIlvl = 35, + name = "Enchant Chest - Exceptional Health", + slot = { "chest" }, + source = "Crafted", + }, + [27958] = { + enchID = 3233, + minIlvl = 35, + name = "Enchant Chest - Exceptional Mana", + slot = { "chest" }, + source = "Crafted", + }, + [27960] = { + enchID = 2661, + minIlvl = 35, + name = "Enchant Chest - Exceptional Stats", + slot = { "chest" }, + source = "Crafted", + }, + [27961] = { + enchID = 2662, + minIlvl = 35, + name = "Enchant Cloak - Major Armor", + slot = { "back" }, + source = "Crafted", + }, + [27962] = { + enchID = 2664, + minIlvl = 35, + name = "Enchant Cloak - Major Resistance", + slot = { "back" }, + source = "Crafted", + }, + [27967] = { + enchID = 963, + minIlvl = 35, + name = "Enchant Weapon - Major Striking", + slot = normalWeapon, + source = "Crafted", + }, + [27968] = { + enchID = 2666, + minIlvl = 35, + name = "Enchant Weapon - Major Intellect", + slot = normalWeapon, + source = "Crafted", + }, + [27971] = { + enchID = 2667, + minIlvl = 35, + name = "Enchant 2H Weapon - Savagery", + slot = normalTwoHand, + source = "Crafted", + }, + [27972] = { + enchID = 2668, + minIlvl = 35, + name = "Enchant Weapon - Potency", + slot = normalWeapon, + source = "Crafted", + }, + [27975] = { + enchID = 2669, + minIlvl = 35, + name = "Enchant Weapon - Major Spellpower", + slot = normalWeapon, + source = "Crafted", + }, + [27977] = { + enchID = 2670, + minIlvl = 35, + name = "Enchant 2H Weapon - Major Agility", + slot = normalTwoHand, + source = "Crafted", + }, + [27981] = { + enchID = 2671, + minIlvl = 35, + name = "Enchant Weapon - Sunfire", + slot = normalWeapon, + source = "Crafted", + }, + [27982] = { + enchID = 2672, + minIlvl = 35, + name = "Enchant Weapon - Soulfrost", + slot = normalWeapon, + source = "Crafted", + }, + [27984] = { + enchID = 2673, + minIlvl = 35, + name = "Enchant Weapon - Mongoose", + slot = normalWeapon, + source = "Crafted", + }, + [28003] = { + enchID = 2674, + minIlvl = 35, + name = "Enchant Weapon - Spellsurge", + slot = normalWeapon, + source = "Crafted", + }, + [28004] = { + enchID = 2675, + minIlvl = 35, + name = "Enchant Weapon - Battlemaster", + slot = normalWeapon, + source = "Crafted", + }, + [33990] = { + enchID = 1144, + minIlvl = 35, + name = "Enchant Chest - Major Spirit", + slot = { "chest" }, + source = "Crafted", + }, + [33991] = { + enchID = 3150, + name = "Enchant Chest - Restore Mana Prime", + slot = { "chest" }, + source = "Crafted", + }, + [33992] = { + enchID = 2933, + minIlvl = 35, + name = "Enchant Chest - Major Resilience", + slot = { "chest" }, + source = "Crafted", + }, + [33993] = { + enchID = 2934, + minIlvl = 35, + name = "Enchant Gloves - Blasting", + slot = { "hands" }, + source = "Crafted", + }, + [33994] = { + enchID = 2935, + minIlvl = 35, + name = "Enchant Gloves - Precise Strikes", + slot = { "hands" }, + source = "Crafted", + }, + [33995] = { + enchID = 684, + minIlvl = 35, + name = "Enchant Gloves - Major Strength", + slot = { "hands" }, + source = "Crafted", + }, + [33996] = { + enchID = 1594, + minIlvl = 35, + name = "Enchant Gloves - Assault", + slot = { "hands" }, + source = "Crafted", + }, + [33997] = { + enchID = 2937, + minIlvl = 35, + name = "Enchant Gloves - Major Spellpower", + slot = { "hands" }, + source = "Crafted", + }, + [33999] = { + enchID = 2322, + minIlvl = 35, + name = "Enchant Gloves - Major Healing", + slot = { "hands" }, + source = "Crafted", + }, + [34001] = { + enchID = 369, + minIlvl = 35, + name = "Enchant Bracer - Major Intellect", + slot = { "wrist" }, + source = "Crafted", + }, + [34002] = { + enchID = 1593, + name = "Enchant Bracer - Assault", + slot = { "wrist" }, + source = "Crafted", + }, + [34003] = { + enchID = 2938, + minIlvl = 35, + name = "Enchant Cloak - Spell Penetration", + slot = { "back" }, + source = "Crafted", + }, + [34004] = { + enchID = 368, + minIlvl = 35, + name = "Enchant Cloak - Greater Agility", + slot = { "back" }, + source = "Crafted", + }, + [34005] = { + enchID = 1257, + minIlvl = 35, + name = "Enchant Cloak - Greater Arcane Resistance", + slot = { "back" }, + source = "Crafted", + }, + [34006] = { + enchID = 1441, + minIlvl = 35, + name = "Enchant Cloak - Greater Shadow Resistance", + slot = { "back" }, + source = "Crafted", + }, + [34007] = { + enchID = 2939, + name = "Enchant Boots - Cat's Swiftness", + slot = { "feet" }, + source = "Crafted", + }, + [34008] = { + enchID = 2940, + minIlvl = 35, + name = "Enchant Boots - Boar's Speed", + slot = { "feet" }, + source = "Crafted", + }, + [34009] = { + enchID = 1071, + minIlvl = 35, + name = "Enchant Shield - Major Stamina", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [34010] = { + enchID = 3846, + minIlvl = 35, + name = "Enchant Weapon - Major Healing", + slot = normalWeapon, + source = "Crafted", + }, + [42620] = { + enchID = 3222, + minIlvl = 35, + name = "Enchant Weapon - Greater Agility", + slot = normalWeapon, + source = "Crafted", + }, + [42974] = { + enchID = 3225, + minIlvl = 60, + name = "Enchant Weapon - Executioner", + slot = normalWeapon, + source = "Crafted", + }, + [44383] = { + enchID = 3229, + minIlvl = 35, + name = "Enchant Shield - Resilience", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [44483] = { + enchID = 3230, + minIlvl = 60, + name = "Enchant Cloak - Superior Frost Resistance", + slot = { "back" }, + source = "Crafted", + }, + [44484] = { + enchID = 3231, + minIlvl = 60, + name = "Enchant Gloves - Expertise", + slot = { "hands" }, + source = "Crafted", + }, + [44488] = { + enchID = 3234, + minIlvl = 60, + name = "Enchant Gloves - Precision", + slot = { "hands" }, + source = "Crafted", + }, + [44489] = { + enchID = 1952, + minIlvl = 60, + name = "Enchant Shield - Dodge", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [44492] = { + enchID = 3236, + minIlvl = 60, + name = "Enchant Chest - Mighty Health", + slot = { "chest" }, + source = "Crafted", + }, + [44494] = { + enchID = 1400, + minIlvl = 60, + name = "Enchant Cloak - Superior Nature Resistance", + slot = { "back" }, + source = "Crafted", + }, + [44500] = { + enchID = 983, + minIlvl = 60, + name = "Enchant Cloak - Superior Agility", + slot = { "back" }, + source = "Crafted", + }, + [44506] = { + enchID = 3238, + minIlvl = 60, + name = "Enchant Gloves - Gatherer", + slot = { "hands" }, + source = "Crafted", + }, + [44508] = { + enchID = 1147, + minIlvl = 60, + name = "Enchant Boots - Greater Spirit", + slot = { "feet" }, + source = "Crafted", + }, + [44509] = { + enchID = 2381, + minIlvl = 60, + name = "Enchant Chest - Greater Mana Restoration", + slot = { "chest" }, + source = "Crafted", + }, + [44510] = { + enchID = 3844, + minIlvl = 60, + name = "Enchant Weapon - Exceptional Spirit", + slot = normalWeapon, + source = "Crafted", + }, + [44513] = { + enchID = 3829, + minIlvl = 60, + name = "Enchant Gloves - Greater Assault", + slot = { "hands" }, + source = "Crafted", + }, + [44524] = { + enchID = 3239, + minIlvl = 60, + name = "Enchant Weapon - Icebreaker", + slot = normalWeapon, + source = "Crafted", + }, + [44528] = { + enchID = 1075, + minIlvl = 60, + name = "Enchant Boots - Greater Fortitude", + slot = { "feet" }, + source = "Crafted", + }, + [44529] = { + enchID = 3222, + minIlvl = 60, + name = "Enchant Gloves - Major Agility", + slot = { "hands" }, + source = "Crafted", + }, + [44555] = { + enchID = 1119, + minIlvl = 60, + name = "Enchant Bracers - Exceptional Intellect", + slot = { "wrist" }, + source = "Crafted", + }, + [44556] = { + enchID = 1354, + minIlvl = 60, + name = "Enchant Cloak - Superior Fire Resistance", + slot = { "back" }, + source = "Crafted", + }, + [44575] = { + enchID = 3845, + minIlvl = 60, + name = "Enchant Bracers - Greater Assault", + slot = { "wrist" }, + source = "Crafted", + }, + [44576] = { + enchID = 3241, + minIlvl = 60, + name = "Enchant Weapon - Lifeward", + slot = normalWeapon, + source = "Crafted", + }, + [44582] = { + enchID = 3243, + minIlvl = 60, + name = "Enchant Cloak - Spell Piercing", + slot = { "back" }, + source = "Crafted", + }, + [44584] = { + enchID = 3244, + minIlvl = 60, + name = "Enchant Boots - Greater Vitality", + slot = { "feet" }, + source = "Crafted", + }, + [44588] = { + enchID = 3245, + minIlvl = 60, + name = "Enchant Chest - Exceptional Resilience", + slot = { "chest" }, + source = "Crafted", + }, + [44589] = { + enchID = 983, + minIlvl = 60, + name = "Enchant Boots - Superior Agility", + slot = { "feet" }, + source = "Crafted", + }, + [44590] = { + enchID = 1446, + minIlvl = 60, + name = "Enchant Cloak - Superior Shadow Resistance", + slot = { "back" }, + source = "Crafted", + }, + [44591] = { + enchID = 1951, + minIlvl = 60, + name = "Enchant Cloak - Titanweave", + slot = { "back" }, + source = "Crafted", + }, + [44592] = { + enchID = 3246, + minIlvl = 60, + name = "Enchant Gloves - Exceptional Spellpower", + slot = { "hands" }, + source = "Crafted", + }, + [44593] = { + enchID = 1147, + minIlvl = 60, + name = "Enchant Bracers - Major Spirit", + slot = { "wrist" }, + source = "Crafted", + }, + [44595] = { + enchID = 3247, + minIlvl = 60, + name = "Enchant 2H Weapon - Scourgebane", + slot = normalTwoHand, + source = "Crafted", + }, + [44596] = { + enchID = 1262, + minIlvl = 60, + name = "Enchant Cloak - Superior Arcane Resistance", + slot = { "back" }, + source = "Crafted", + }, + [44598] = { + enchID = 3231, + minIlvl = 60, + name = "Enchant Bracer - Expertise", + slot = { "wrist" }, + source = "Crafted", + }, + [44616] = { + enchID = 2661, + minIlvl = 60, + name = "Enchant Bracers - Greater Stats", + slot = { "wrist" }, + source = "Crafted", + }, + [44621] = { + enchID = 3251, + minIlvl = 60, + name = "Enchant Weapon - Giant Slayer", + slot = normalWeapon, + source = "Crafted", + }, + [44623] = { + enchID = 3252, + minIlvl = 60, + name = "Enchant Chest - Super Stats", + slot = { "chest" }, + source = "Crafted", + }, + [44625] = { + enchID = 3253, + minIlvl = 60, + name = "Enchant Gloves - Armsman", + slot = { "hands" }, + source = "Crafted", + }, + [44629] = { + enchID = 3830, + minIlvl = 60, + name = "Enchant Weapon - Exceptional Spellpower", + slot = normalWeapon, + source = "Crafted", + }, + [44630] = { + enchID = 3828, + minIlvl = 60, + name = "Enchant 2H Weapon - Greater Savagery", + slot = normalTwoHand, + source = "Crafted", + }, + [44631] = { + enchID = 3256, + minIlvl = 60, + name = "Enchant Cloak - Shadow Armor", + slot = { "back" }, + source = "Crafted", + }, + [44633] = { + enchID = 1103, + minIlvl = 60, + name = "Enchant Weapon - Exceptional Agility", + slot = normalWeapon, + source = "Crafted", + }, + [44635] = { + enchID = 2326, + minIlvl = 60, + name = "Enchant Bracers - Greater Spellpower", + slot = { "wrist" }, + source = "Crafted", + }, + [44636] = { + enchID = 3840, + name = "Enchant Ring - Greater Spellpower", + skill = { + Enchanting = 400, + }, + slot = { "finger" }, + source = "Crafted", + }, + [44645] = { + enchID = 3839, + name = "Enchant Ring - Assault", + skill = { + Enchanting = 400, + }, + slot = { "finger" }, + source = "Crafted", + }, + [46578] = { + enchID = 3273, + minIlvl = 60, + name = "Enchant Weapon - Deathfrost", + slot = normalWeapon, + source = "Crafted", + }, + [46594] = { + enchID = 1951, + minIlvl = 35, + name = "Enchant Chest - Dodge", + slot = { "chest" }, + source = "Crafted", + }, + [47051] = { + enchID = 2648, + minIlvl = 35, + name = "Enchant Cloak - Steelweave", + slot = { "back" }, + source = "Crafted", + }, + [47672] = { + enchID = 3294, + minIlvl = 60, + name = "Enchant Cloak - Mighty Armor", + slot = { "back" }, + source = "Crafted", + }, + [47766] = { + enchID = 1953, + minIlvl = 60, + name = "Enchant Chest - Greater Dodge", + slot = { "chest" }, + source = "Crafted", + }, + [47898] = { + enchID = 3831, + minIlvl = 60, + name = "Enchant Cloak - Greater Speed", + slot = { "back" }, + source = "Crafted", + }, + [47899] = { + enchID = 3296, + minIlvl = 60, + name = "Enchant Cloak - Wisdom", + slot = { "back" }, + source = "Crafted", + }, + [47900] = { + enchID = 3297, + minIlvl = 60, + name = "Enchant Chest - Super Health", + slot = { "chest" }, + source = "Crafted", + }, + [47901] = { + enchID = 3232, + minIlvl = 60, + name = "Enchant Boots - Tuskarr's Vitality", + slot = { "feet" }, + source = "Crafted", + }, + [53323] = { + class = "DEATHKNIGHT", + enchID = 3365, + minLvl = 63, + name = "Rune of Swordshattering", + slot = normalTwoHand, + source = "Crafted", + }, + [53331] = { + class = "DEATHKNIGHT", + enchID = 3366, + minLvl = 60, + name = "Rune of Lichbane", + slot = normalWeapon, + source = "Crafted", + }, + [53341] = { + class = "DEATHKNIGHT", + enchID = 3369, + minLvl = 55, + name = "Rune of Cinderglacier", + slot = normalWeapon, + source = "Crafted", + }, + [53342] = { + class = "DEATHKNIGHT", + enchID = 3367, + minLvl = 57, + name = "Rune of Spellshattering", + slot = normalTwoHand, + source = "Crafted", + }, + [53343] = { + class = "DEATHKNIGHT", + enchID = 3370, + minLvl = 55, + name = "Rune of Razorice", + slot = normalWeapon, + source = "Crafted", + }, + [53344] = { + class = "DEATHKNIGHT", + enchID = 3368, + minLvl = 70, + name = "Rune of the Fallen Crusader", + slot = normalWeapon, + source = "Crafted", + }, + [54446] = { + class = "DEATHKNIGHT", + enchID = 3594, + minLvl = 63, + name = "Rune of Swordbreaking", + slot = { + "one-hand", + ["one-hand"] = { + [false] = { "fishing pole", "shield" }, + }, + }, + source = "Crafted", + }, + [54447] = { + class = "DEATHKNIGHT", + enchID = 3595, + minLvl = 57, + name = "Rune of Spellbreaking", + slot = { + "one-hand", + ["one-hand"] = { + [false] = { "fishing pole", "shield" }, + }, + }, + source = "Crafted", + }, + [55642] = { + enchID = 3722, + name = "Lightweave Embroidery", + skill = { + Tailoring = 420, + }, + slot = { "back" }, + source = "Crafted", + }, + [55769] = { + enchID = 3728, + name = "Darkglow Embroidery", + skill = { + Tailoring = 420, + }, + slot = { "back" }, + source = "Crafted", + }, + [55777] = { + enchID = 3730, + name = "Swordguard Embroidery", + skill = { + Tailoring = 420, + }, + slot = { "back" }, + source = "Crafted", + }, + [56034] = { + enchID = 3873, + name = "Master's Spellthread", + skill = { + Tailoring = 405, + }, + slot = { "legs" }, + source = "Crafted", + }, + [56039] = { + enchID = 3872, + name = "Sanctified Spellthread", + skill = { + Tailoring = 405, + }, + slot = { "legs" }, + source = "Crafted", + }, + [57683] = { + enchID = 3756, + name = "Fur Lining - Attack Power", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [57690] = { + enchID = 3757, + name = "Fur Lining - Stamina", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [57691] = { + enchID = 3758, + name = "Fur Lining - Spell Power", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [57692] = { + enchID = 3759, + name = "Fur Lining - Fire Resist", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [57694] = { + enchID = 3760, + name = "Fur Lining - Frost Resist", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [57696] = { + enchID = 3761, + name = "Fur Lining - Shadow Resist", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [57699] = { + enchID = 3762, + name = "Fur Lining - Nature Resist", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [57701] = { + enchID = 3763, + name = "Fur Lining - Arcane Resist", + skill = { + Leatherworking = 400, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [59619] = { + enchID = 3788, + minIlvl = 60, + name = "Enchant Weapon - Accuracy", + slot = normalWeapon, + source = "Crafted", + }, + [59621] = { + enchID = 3789, + minIlvl = 60, + name = "Enchant Weapon - Berserking", + slot = normalWeapon, + source = "Crafted", + }, + [59625] = { + enchID = 3790, + minIlvl = 60, + name = "Enchant Weapon - Black Magic", + slot = normalWeapon, + source = "Crafted", + }, + [59636] = { + enchID = 3791, + name = "Enchant Ring - Stamina", + skill = { + Enchanting = 400, + }, + slot = { "finger" }, + source = "Crafted", + }, + [60583] = { + enchID = 3327, + name = "Jormungar Leg Reinforcements", + skill = { + Leatherworking = 405, + }, + slot = { "legs" }, + source = "Crafted", + }, + [60584] = { + enchID = 3328, + name = "Nerubian Leg Reinforcements", + skill = { + Leatherworking = 400, + }, + slot = { "legs" }, + source = "Crafted", + }, + [60606] = { + enchID = 3824, + minIlvl = 60, + name = "Enchant Boots - Assault", + slot = { "feet" }, + source = "Crafted", + }, + [60609] = { + enchID = 3825, + minIlvl = 35, + name = "Enchant Cloak - Speed", + slot = { "back" }, + source = "Crafted", + }, + [60616] = { + enchID = 1600, + minIlvl = 60, + name = "Enchant Bracers - Striking", + slot = { "wrist" }, + source = "Crafted", + }, + [60621] = { + enchID = 1606, + minIlvl = 60, + name = "Enchant Weapon - Greater Potency", + slot = normalWeapon, + source = "Crafted", + }, + [60623] = { + enchID = 3826, + minIlvl = 60, + name = "Enchant Boots - Icewalker", + slot = { "feet" }, + source = "Crafted", + }, + [60653] = { + enchID = 1128, + minIlvl = 60, + name = "Enchant Shield - Greater Intellect", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [60663] = { + enchID = 1099, + minIlvl = 60, + name = "Enchant Cloak - Major Agility", + slot = { "back" }, + source = "Crafted", + }, + [60668] = { + enchID = 1603, + minIlvl = 60, + name = "Enchant Gloves - Crusher", + slot = { "hands" }, + source = "Crafted", + }, + [60691] = { + enchID = 3827, + minIlvl = 60, + name = "Enchant 2H Weapon - Massacre", + slot = normalTwoHand, + source = "Crafted", + }, + [60692] = { + enchID = 3832, + minIlvl = 60, + name = "Enchant Chest - Powerful Stats", + slot = { "chest" }, + source = "Crafted", + }, + [60707] = { + enchID = 3833, + minIlvl = 60, + name = "Enchant Weapon - Superior Potency", + slot = normalWeapon, + source = "Crafted", + }, + [60714] = { + enchID = 3834, + minIlvl = 60, + name = "Enchant Weapon - Mighty Spellpower", + slot = normalWeapon, + source = "Crafted", + }, + [60763] = { + enchID = 1597, + minIlvl = 60, + name = "Enchant Boots - Greater Assault", + slot = { "feet" }, + source = "Crafted", + }, + [60767] = { + enchID = 2332, + minIlvl = 60, + name = "Enchant Bracer - Superior Spellpower", + slot = { "wrist" }, + source = "Crafted", + }, + [61117] = { + enchID = 3835, + name = "Master's Inscription of the Axe", + skill = { + Inscription = 400, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [61118] = { + enchID = 3836, + name = "Master's Inscription of the Crag", + skill = { + Inscription = 400, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [61119] = { + enchID = 3837, + name = "Master's Inscription of the Pinnacle", + skill = { + Inscription = 400, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [61120] = { + enchID = 3838, + name = "Master's Inscription of the Storm", + skill = { + Inscription = 400, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [62158] = { + class = "DEATHKNIGHT", + enchID = 3847, + minLvl = 72, + name = "Rune of the Stoneskin Gargoyle", + slot = normalTwoHand, + source = "Crafted", + }, + [62256] = { + enchID = 3850, + minIlvl = 60, + name = "Enchant Bracer - Major Stamina", + slot = { "wrist" }, + source = "Crafted", + }, + [62948] = { + enchID = 3854, + minIlvl = 60, + name = "Enchant Staff - Greater Spellpower", + slot = { + "two-hand", + ["two-hand"] = { + [true] = { "staff" }, + }, + }, + source = "Crafted", + }, + [62959] = { + enchID = 3855, + minIlvl = 60, + name = "Enchant Staff - Spellpower", + slot = { + "two-hand", + ["two-hand"] = { + [true] = { "staff" }, + }, + }, + source = "Crafted", + }, + [63746] = { + enchID = 3858, + name = "Enchant Boots - Lesser Accuracy", + slot = { "feet" }, + source = "Crafted", + }, + [64441] = { + enchID = 3869, + minLvl = 75, + name = "Enchant Weapon - Blade Ward", + slot = normalWeapon, + source = "Crafted", + }, + [64579] = { + enchID = 3870, + minLvl = 75, + name = "Enchant Weapon - Blood Draining", + slot = normalWeapon, + source = "Crafted", + }, + [70164] = { + class = "DEATHKNIGHT", + enchID = 3883, + minLvl = 72, + name = "Rune of the Nerubian Carapace", + slot = { + "one-hand", + ["one-hand"] = { + [false] = { "fishing pole", "shield" }, + }, + }, + source = "Crafted", + }, + [71692] = { + enchID = 846, + name = "Enchant Gloves - Angler", + slot = { "hands" }, + source = "Crafted", + }, + [74132] = { + enchID = 4061, + minIlvl = 300, + name = "Enchant Gloves - Mastery", + slot = { "hands" }, + source = "Crafted", + }, + [74189] = { + enchID = 4062, + minIlvl = 300, + name = "Enchant Boots - Earthen Vitality", + slot = { "feet" }, + source = "Crafted", + }, + [74191] = { + enchID = 4063, + minIlvl = 300, + name = "Enchant Chest - Mighty Stats", + slot = { "chest" }, + source = "Crafted", + }, + [74192] = { + enchID = 4064, + minIlvl = 300, + name = "Enchant Cloak - Greater Spell Piercing", + slot = { "back" }, + source = "Crafted", + }, + [74193] = { + enchID = 4065, + minIlvl = 300, + name = "Enchant Bracer - Speed", + slot = { "wrist" }, + source = "Crafted", + }, + [74195] = { + enchID = 4066, + minIlvl = 300, + name = "Enchant Weapon - Mending", + slot = normalWeapon, + source = "Crafted", + }, + [74197] = { + enchID = 4067, + minIlvl = 300, + name = "Enchant Weapon - Avalanche", + slot = normalWeapon, + source = "Crafted", + }, + [74198] = { + enchID = 4068, + minIlvl = 300, + name = "Enchant Gloves - Haste", + slot = { "hands" }, + source = "Crafted", + }, + [74199] = { + enchID = 4069, + minIlvl = 300, + name = "Enchant Boots - Haste", + slot = { "feet" }, + source = "Crafted", + }, + [74200] = { + enchID = 4070, + minIlvl = 300, + name = "Enchant Chest - Stamina", + slot = { "chest" }, + source = "Crafted", + }, + [74201] = { + enchID = 4071, + minIlvl = 300, + name = "Enchant Bracer - Critical Strike", + slot = { "wrist" }, + source = "Crafted", + }, + [74202] = { + enchID = 4072, + minIlvl = 300, + name = "Enchant Cloak - Intellect", + slot = { "back" }, + source = "Crafted", + }, + [74207] = { + enchID = 4073, + minIlvl = 300, + name = "Enchant Shield - Protection", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [74211] = { + enchID = 4074, + minIlvl = 300, + name = "Enchant Weapon - Elemental Slayer", + slot = normalWeapon, + source = "Crafted", + }, + [74212] = { + enchID = 4075, + minIlvl = 300, + name = "Enchant Gloves - Exceptional Strength", + slot = { "hands" }, + source = "Crafted", + }, + [74213] = { + enchID = 4076, + minIlvl = 300, + name = "Enchant Boots - Major Agility", + slot = { "feet" }, + source = "Crafted", + }, + [74214] = { + enchID = 4077, + minIlvl = 300, + name = "Enchant Chest - Mighty Resilience", + slot = { "chest" }, + source = "Crafted", + }, + [74215] = { + enchID = 4078, + name = "Enchant Ring - Strength", + skill = { + Enchanting = 475, + }, + slot = { "finger" }, + source = "Crafted", + }, + [74216] = { + enchID = 4079, + name = "Enchant Ring - Agility", + skill = { + Enchanting = 475, + }, + slot = { "finger" }, + source = "Crafted", + }, + [74217] = { + enchID = 4080, + name = "Enchant Ring - Intellect", + skill = { + Enchanting = 475, + }, + slot = { "finger" }, + source = "Crafted", + }, + [74218] = { + enchID = 4081, + name = "Enchant Ring - Greater Stamina", + skill = { + Enchanting = 475, + }, + slot = { "finger" }, + source = "Crafted", + }, + [74220] = { + enchID = 4082, + minIlvl = 300, + name = "Enchant Gloves - Greater Expertise", + slot = { "hands" }, + source = "Crafted", + }, + [74223] = { + enchID = 4083, + minIlvl = 300, + name = "Enchant Weapon - Hurricane", + slot = normalWeapon, + source = "Crafted", + }, + [74225] = { + enchID = 4084, + minIlvl = 300, + name = "Enchant Weapon - Heartsong", + slot = normalWeapon, + source = "Crafted", + }, + [74226] = { + enchID = 4085, + minIlvl = 300, + name = "Enchant Shield - Mastery", + slot = { + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [74229] = { + enchID = 4086, + minIlvl = 300, + name = "Enchant Bracer - Dodge", + slot = { "wrist" }, + source = "Crafted", + }, + [74230] = { + enchID = 4087, + minIlvl = 300, + name = "Enchant Cloak - Critical Strike", + slot = { "back" }, + source = "Crafted", + }, + [74231] = { + enchID = 4088, + minIlvl = 300, + name = "Enchant Chest - Exceptional Spirit", + slot = { "chest" }, + source = "Crafted", + }, + [74232] = { + enchID = 4089, + minIlvl = 300, + name = "Enchant Bracer - Precision", + slot = { "wrist" }, + source = "Crafted", + }, + [74234] = { + enchID = 4090, + minIlvl = 300, + name = "Enchant Cloak - Protection", + slot = { "back" }, + source = "Crafted", + }, + [74235] = { + enchID = 4091, + minIlvl = 300, + name = "Enchant Off-Hand - Superior Intellect", + slot = { + "held in off-hand", + "off hand", + ["off hand"] = { + [true] = { "shield" }, + }, + }, + source = "Crafted", + }, + [74236] = { + enchID = 4092, + minIlvl = 300, + name = "Enchant Boots - Precision", + slot = { "feet" }, + source = "Crafted", + }, + [74237] = { + enchID = 4093, + minIlvl = 300, + name = "Enchant Bracer - Exceptional Spirit", + slot = { "wrist" }, + source = "Crafted", + }, + [74238] = { + enchID = 4094, + minIlvl = 300, + name = "Enchant Boots - Mastery", + slot = { "feet" }, + source = "Crafted", + }, + [74239] = { + enchID = 4095, + minIlvl = 300, + name = "Enchant Bracer - Greater Expertise", + slot = { "wrist" }, + source = "Crafted", + }, + [74240] = { + enchID = 4096, + minIlvl = 300, + name = "Enchant Cloak - Greater Intellect", + slot = { "back" }, + source = "Crafted", + }, + [74242] = { + enchID = 4097, + minIlvl = 300, + name = "Enchant Weapon - Power Torrent", + slot = normalWeapon, + source = "Crafted", + }, + [74244] = { + enchID = 4098, + minIlvl = 300, + name = "Enchant Weapon - Windwalk", + slot = normalWeapon, + source = "Crafted", + }, + [74246] = { + enchID = 4099, + minIlvl = 300, + name = "Enchant Weapon - Landslide", + slot = normalWeapon, + source = "Crafted", + }, + [74247] = { + enchID = 4100, + minIlvl = 300, + name = "Enchant Cloak - Greater Critical Strike", + slot = { "back" }, + source = "Crafted", + }, + [74248] = { + enchID = 4101, + minIlvl = 300, + name = "Enchant Bracer - Greater Critical Strike", + slot = { "wrist" }, + source = "Crafted", + }, + [74250] = { + enchID = 4102, + minIlvl = 300, + name = "Enchant Chest - Peerless Stats", + slot = { "chest" }, + source = "Crafted", + }, + [74251] = { + enchID = 4103, + minIlvl = 300, + name = "Enchant Chest - Greater Stamina", + slot = { "chest" }, + source = "Crafted", + }, + [74252] = { + enchID = 4105, + minIlvl = 300, + name = "Enchant Boots - Assassin's Step", + slot = { "feet" }, + source = "Crafted", + }, + [74253] = { + enchID = 4104, + minIlvl = 300, + name = "Enchant Boots - Lavawalker", + slot = { "feet" }, + source = "Crafted", + }, + [74254] = { + enchID = 4106, + minIlvl = 300, + name = "Enchant Gloves - Mighty Strength", + slot = { "hands" }, + source = "Crafted", + }, + [74255] = { + enchID = 4107, + minIlvl = 300, + name = "Enchant Gloves - Greater Mastery", + slot = { "hands" }, + source = "Crafted", + }, + [74256] = { + enchID = 4108, + minIlvl = 300, + name = "Enchant Bracer - Greater Speed", + slot = { "wrist" }, + source = "Crafted", + }, + [75154] = { + enchID = 4113, + name = "Master's Spellthread", + skill = { + Tailoring = 475, + }, + slot = { "legs" }, + source = "Crafted", + }, + [75155] = { + enchID = 4114, + name = "Sanctified Spellthread", + skill = { + Tailoring = 475, + }, + slot = { "legs" }, + source = "Crafted", + }, + [75172] = { + enchID = 4115, + name = "Lightweave Embroidery", + skill = { + Tailoring = 500, + }, + slot = { "back" }, + source = "Crafted", + }, + [75175] = { + enchID = 4116, + name = "Darkglow Ebroidery", + skill = { + Tailoring = 500, + }, + slot = { "back" }, + source = "Crafted", + }, + [75178] = { + enchID = 4118, + name = "Swordguard Embroidery", + skill = { + Tailoring = 500, + }, + slot = { "back" }, + source = "Crafted", + }, + [85007] = { + enchID = 4189, + name = "Draconic Embossment - Stamina", + skill = { + Leatherworking = 500, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [85008] = { + enchID = 4190, + name = "Draconic Embossment - Agility", + skill = { + Leatherworking = 500, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [85009] = { + enchID = 4191, + name = "Draconic Embossment - Strength", + skill = { + Leatherworking = 500, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [85010] = { + enchID = 4192, + name = "Draconic Embossment - Intellect", + skill = { + Leatherworking = 500, + }, + slot = { "wrist" }, + source = "Crafted", + }, + [85067] = { + enchID = 4126, + name = "Dragonbone Leg Reinforcements", + skill = { + Leatherworking = 465, + }, + slot = { "legs" }, + source = "Crafted", + }, + [85068] = { + enchID = 4127, + name = "Charscale Leg Reinforcements", + skill = { + Leatherworking = 465, + }, + slot = { "legs" }, + source = "Crafted", + }, + [86375] = { + enchID = 4193, + name = "Swiftsteel Inscription", + skill = { + Inscription = 500, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [86401] = { + enchID = 4194, + name = "Lionsmane Inscription", + skill = { + Inscription = 500, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [86402] = { + enchID = 4195, + name = "Inscription of the Earth Prince", + skill = { + Inscription = 500, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [86403] = { + enchID = 4196, + name = "Felfire Inscription", + skill = { + Inscription = 500, + }, + slot = { "shoulder" }, + source = "Crafted", + }, + [95471] = { + enchID = 4227, + minIlvl = 300, + name = "Enchant 2H Weapon - Mighty Agility", + slot = normalTwoHand, + source = "Crafted", + }, + [96261] = { + enchID = 4256, + minIlvl = 300, + name = "Enchant Bracer - Major Strength", + slot = { "wrist" }, + source = "Crafted", + }, + [96262] = { + enchID = 4257, + minIlvl = 300, + name = "Enchant Bracer - Mighty Intellect", + slot = { "wrist" }, + source = "Crafted", + }, + [96264] = { + enchID = 4258, + minIlvl = 300, + name = "Enchant Bracer - Agility", + slot = { "wrist" }, + source = "Crafted", + }, +} diff --git a/slots.lua b/slots.lua new file mode 100644 index 0000000..69aa735 --- /dev/null +++ b/slots.lua @@ -0,0 +1,126 @@ +ww_slotsToSubslots = { + back = { + }, + chest = { + cloth = 1011, + leather = 848, + mail = 797, + plate = 715, + }, + feet = { + cloth = 636, + leather = 688, + mail = 630, + plate = 535, + }, + finger = { + }, + hands = { + cloth = 717, + leather = 786, + mail = 706, + plate = 661, + }, + head = { + cloth = 696, + leather = 632, + mail = 636, + plate = 688, + }, + ["held in off-hand"] = { + }, + legs = { + cloth = 786, + leather = 800, + mail = 732, + plate = 706, + }, + ["main hand"] = { + axe = 41, + dagger = 187, + ["fist weapon"] = 94, + mace = 271, + sword = 133, + }, + neck = { + }, + ["off hand"] = { + axe = 30, + dagger = 38, + ["fist weapon"] = 84, + mace = 13, + shield = 675, + sword = 20, + }, + ["one-hand"] = { + axe = 317, +-- bow = 1, + dagger = 568, + ["fist weapon"] = 54, + mace = 377, + staff = 1, + sword = 461, + }, + projectile = { + arrow = 4, + bullet = 2, + }, + ranged = { + bow = 277, + crossbow = 162, + gun = 289, + wand = 375, + }, + relic = { + idol = 1, + libram = 4, + relic = 295, + sigil = 6, + totem = 1, + }, + shirt = { + }, + shoulder = { + cloth = 614, + leather = 655, + mail = 630, + plate = 646, + }, + tabard = { + }, + thrown = { + thrown = 164, + }, + trinket = { + }, + ["two-hand"] = { + axe = 320, + ["fishing pole"] = 15, + mace = 317, + polearm = 205, + staff = 689, + sword = 337, + }, + waist = { + cloth = 574, + leather = 663, + mail = 607, + plate = 504, + }, + wrist = { + cloth = 536, + leather = 597, + mail = 566, + plate = 460, + }, +} + +local weaponSubslots = {} +for _, slot in ipairs({"main hand", "off hand", "one-hand", "two-hand"}) do + for subslot, count in pairs(ww_slotsToSubslots[slot]) do + if subslot ~= "fishing pole" and subslot ~= "shield" then + weaponSubslots[subslot] = (weaponSubslots[subslot] or 0) + count + end + end +end +ww_slotsToSubslots.weapon = weaponSubslots -- 1.7.9.5