Initial publication

This commit is contained in:
dfj
2026-06-04 00:04:49 +02:00
commit 5284007998
6 changed files with 1597 additions and 0 deletions

503
Amibis/Data/BISLists.lua Normal file
View File

@@ -0,0 +1,503 @@
local _, ns = ...
ns.Data = ns.Data or {}
ns.Data.BISLists = {}
-- =============================================================================
-- BIS DATA STRUCTURE
-- Keys: CLASS -> SPEC -> PHASE -> SLOT -> { itemID, name, source }
-- Slots: Head, Neck, Shoulder, Back, Chest, Wrist, Hands, Waist, Legs, Feet,
-- Finger0, Finger1, Trinket0, Trinket1, MainHand, SecondaryHand, Ranged
-- =============================================================================
-- =============================================================================
-- PRIEST T5
-- =============================================================================
local PRIEST_T5 = {
["Head"] = { itemID = 30152, name = "Cowl of the Avatar", source = "SSC - Lady Vashj", enchant = { id = 35445, name = "Glyph of Renewal" } },
["Neck"] = { itemID = 30018, name = "Lord Sanguinar's Claim", source = "TK - Kael'thas Sunstrider" },
["Shoulder"] = { itemID = 30154, name = "Mantle of the Avatar", source = "TK - Void Reaver", enchant = { id = 2717, name = "Greater Inscription of Faith" } },
["Back"] = { itemID = 29989, name = "Sunshower Light Cloak", source = "TK - Kael'thas Sunstrider", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30150, name = "Vestments of the Avatar", source = "TK - Kael'thas Sunstrider", enchant = { id = 2629, name = "Major Spirit" } },
["Wrist"] = { itemID = 32516, name = "Wraps of Purification", source = "SSC - Hydross the Unstable", enchant = { id = 1953, name = "Superior Healing" } },
["Hands"] = { itemID = 30151, name = "Gloves of the Avatar", source = "SSC - Leotheras the Blind", enchant = { id = 2617, name = "Major Healing" } },
["Waist"] = { itemID = 30036, name = "Belt of the Long Road", source = "Tailoring BoE (375)" },
["Legs"] = { itemID = 30153, name = "Breeches of the Avatar", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2505, name = "Golden Spellthread" } },
["Feet"] = { itemID = 30100, name = "Soul-Strider Boots", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 30110, name = "Coral Band of the Revived", source = "SSC - Lady Vashj", enchant = { id = 2675, name = "Healing Power" } },
["Finger1"] = { itemID = 29290, name = "Violet Signet of the Grand Restorer", source = "The Violet Eye - Exalted", enchant = { id = 2675, name = "Healing Power" } },
["Trinket0"] = { itemID = 29376, name = "Essence of the Martyr", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 30665, name = "Earring of Soulful Meditation", source = "SSC - The Lurker Below" },
["MainHand"] = { itemID = 30108, name = "Lightfathom Scepter", source = "SSC - Lady Vashj", enchant = { id = 2673, name = "Major Healing" } },
["SecondaryHand"] = { itemID = 29170, name = "Windcaller's Orb", source = "Cenarion Expedition - Exalted" },
["Ranged"] = { itemID = 30080, name = "Luminescent Rod of the Naaru", source = "SSC - Morogrim Tidewalker", enchant = { id = 2673, name = "Major Healing" } },
}
local PRIEST_SHADOW_T5 = {
["Head"] = { itemID = 29986, name = "Cowl of the Grand Engineer", source = "TK - Void Reaver", enchant = { id = 35444, name = "Glyph of Power" } },
["Neck"] = { itemID = 30666, name = "Ritssyn's Lost Pendant", source = "Karazhan - Trash" },
["Shoulder"] = { itemID = 21869, name = "Frozen Shadoweave Shoulders", source = "Tailoring (375)", enchant = { id = 2716, name = "Greater Inscription of Discipline" } },
["Back"] = { itemID = 29992, name = "Royal Cloak of the Sunstriders", source = "TK - Kael'thas Sunstrider", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30107, name = "Vestments of the Sea-Witch", source = "SSC - Lady Vashj", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29918, name = "Mindstorm Wristbands", source = "TK - Al'ar", enchant = { id = 2678, name = "Spellpower" } },
["Hands"] = { itemID = 28780, name = "Soul-Eater's Handwraps", source = "Magtheridon's Lair - Magtheridon", enchant = { id = 2676, name = "Major Spellpower" } },
["Waist"] = { itemID = 30038, name = "Belt of Blasting", source = "Tailoring BoP (375)" },
["Legs"] = { itemID = 29972, name = "Trousers of the Astromancer", source = "TK - High Astromancer Solarian", enchant = { id = 2507, name = "Runic Spellthread" } },
["Feet"] = { itemID = 21870, name = "Frozen Shadoweave Boots", source = "Tailoring (375)", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 30109, name = "Ring of Endless Coils", source = "SSC - Lady Vashj", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 29922, name = "Band of Al'ar", source = "TK - Al'ar", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 29370, name = "Icon of the Silver Crescent", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 28789, name = "Eye of Magtheridon", source = "Magtheridon's Lair - Magtheridon" },
["MainHand"] = { itemID = 28770, name = "Nathrezim Mindblade", source = "Karazhan - Prince Malchezaar", enchant = { id = 2674, name = "Soulfrost" } },
["SecondaryHand"] = { itemID = 29272, name = "Orb of the Soul-Eater", source = "Badge of Justice - G'eras" },
["Ranged"] = { itemID = 29982, name = "Wand of the Forgotten Star", source = "TK - High Astromancer Solarian" },
}
-- =============================================================================
-- DRUID T5
-- =============================================================================
local DRUID_BALANCE_T5 = {
["Head"] = { itemID = 30233, name = "Nordrassil Headpiece", source = "SSC - Lady Vashj", enchant = { id = 35444, name = "Glyph of Power" } },
["Neck"] = { itemID = 30015, name = "The Sun King's Talisman", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30235, name = "Nordrassil Wrath-Mantle", source = "TK - Void Reaver", enchant = { id = 2716, name = "Greater Inscription of Discipline" } },
["Back"] = { itemID = 28797, name = "Brute Cloak of the Ogre-Magi", source = "Gruul's Lair - High King Maulgar", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30231, name = "Nordrassil Chestpiece", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29918, name = "Mindstorm Wristbands", source = "TK - Al'ar", enchant = { id = 2678, name = "Spellpower" } },
["Hands"] = { itemID = 30232, name = "Nordrassil Gauntlets", source = "SSC - Leotheras the Blind", enchant = { id = 2676, name = "Major Spellpower" } },
["Waist"] = { itemID = 30038, name = "Belt of Blasting", source = "Tailoring BoP (375)" },
["Legs"] = { itemID = 24262, name = "Spellstrike Pants", source = "Tailoring BoP (375)", enchant = { id = 2507, name = "Runic Spellthread" } },
["Feet"] = { itemID = 30037, name = "Boots of Blasting", source = "Tailoring BoE (375)", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 28753, name = "Ring of Recurrence", source = "Karazhan - Chess Event", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 29302, name = "Band of Eternity", source = "Quest Reward - The Vials of Eternity", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 29370, name = "Icon of the Silver Crescent", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 27683, name = "Quagmirran's Eye", source = "Slave Pens (H) - Quagmirran" },
["MainHand"] = { itemID = 29988, name = "The Nexus Key", source = "TK - Kael'thas Sunstrider", enchant = { id = 2677, name = "Sunfire" } },
["SecondaryHand"] = { itemID = 30015, name = "The Sun King's Talisman", source = "TK - Kael'thas Sunstrider" },
["Ranged"] = { itemID = 27886, name = "Idol of the Raven Goddess", source = "Quest Reward - Vanquish the Raven God" },
}
local DRUID_RESTO_T5 = {
["Head"] = { itemID = 30219, name = "Nordrassil Headguard", source = "SSC - Lady Vashj", enchant = { id = 35445, name = "Glyph of Renewal" } },
["Neck"] = { itemID = 30018, name = "Lord Sanguinar's Claim", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30221, name = "Nordrassil Life-Mantle", source = "TK - Void Reaver", enchant = { id = 2717, name = "Greater Inscription of Faith" } },
["Back"] = { itemID = 29989, name = "Sunshower Light Cloak", source = "TK - Kael'thas Sunstrider", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30216, name = "Nordrassil Chestguard", source = "TK - Kael'thas Sunstrider", enchant = { id = 2629, name = "Major Spirit" } },
["Wrist"] = { itemID = 30062, name = "Grove-Bands of Remulos", source = "SSC - The Lurker Below", enchant = { id = 1953, name = "Superior Healing" } },
["Hands"] = { itemID = 28521, name = "Mitts of the Treemender", source = "Karazhan - Maiden of Virtue", enchant = { id = 2617, name = "Major Healing" } },
["Waist"] = { itemID = 30036, name = "Belt of the Long Road", source = "Tailoring BoE (375)" },
["Legs"] = { itemID = 28591, name = "Earthsoul Leggings", source = "Karazhan - Opera Event", enchant = { id = 2505, name = "Golden Spellthread" } },
["Feet"] = { itemID = 30092, name = "Orca-Hide Boots", source = "SSC - Leotheras the Blind", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 30110, name = "Coral Band of the Revived", source = "SSC - Lady Vashj", enchant = { id = 2675, name = "Healing Power" } },
["Finger1"] = { itemID = 28763, name = "Jade Ring of the Everliving", source = "Karazhan - Prince Malchezaar", enchant = { id = 2675, name = "Healing Power" } },
["Trinket0"] = { itemID = 29376, name = "Essence of the Martyr", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 30841, name = "Lower City Prayerbook", source = "Lower City - Revered" },
["MainHand"] = { itemID = 30108, name = "Lightfathom Scepter", source = "SSC - Lady Vashj", enchant = { id = 2673, name = "Major Healing" } },
["SecondaryHand"] = { itemID = 29274, name = "Tears of Heaven", source = "Badge of Justice - G'eras" },
["Ranged"] = { itemID = 27886, name = "Idol of the Emerald Queen", source = "Shadow Labyrinth - Ambassador Hellmaw" },
}
-- =============================================================================
-- PALADIN T5
-- =============================================================================
local PALADIN_HOLY_T5 = {
["Head"] = { itemID = 30136, name = "Crystalforge Greathelm", source = "SSC - Lady Vashj", enchant = { id = 35445, name = "Glyph of Renewal" } },
["Neck"] = { itemID = 30018, name = "Lord Sanguinar's Claim", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30138, name = "Crystalforge Pauldrons", source = "TK - Void Reaver", enchant = { id = 2717, name = "Greater Inscription of Faith" } },
["Back"] = { itemID = 29989, name = "Sunshower Light Cloak", source = "TK - Kael'thas Sunstrider", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30134, name = "Crystalforge Chestpiece", source = "TK - Kael'thas Sunstrider", enchant = { id = 2602, name = "Restore Mana Prime" } },
["Wrist"] = { itemID = 30047, name = "Blackfathom Warbands", source = "SSC - Hydross the Unstable", enchant = { id = 1953, name = "Superior Healing" } },
["Hands"] = { itemID = 30112, name = "Glorious Gauntlets of Crestfall", source = "SSC - Lady Vashj", enchant = { id = 2617, name = "Major Healing" } },
["Waist"] = { itemID = 30030, name = "Girdle of Fallen Stars", source = "TK - Trash Mobs" },
["Legs"] = { itemID = 29991, name = "Sunhawk Leggings", source = "TK - Kael'thas Sunstrider", enchant = { id = 2505, name = "Golden Spellthread" } },
["Feet"] = { itemID = 30027, name = "Boots of Courage Unending", source = "SSC - Trash Mobs", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 30110, name = "Coral Band of the Revived", source = "SSC - Lady Vashj", enchant = { id = 2675, name = "Healing Power" } },
["Finger1"] = { itemID = 29920, name = "Phoenix-Ring of Rebirth", source = "TK - Al'ar", enchant = { id = 2675, name = "Healing Power" } },
["Trinket0"] = { itemID = 29376, name = "Essence of the Martyr", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 28590, name = "Ribbon of Sacrifice", source = "Karazhan - Opera Event" },
["MainHand"] = { itemID = 30108, name = "Lightfathom Scepter", source = "SSC - Lady Vashj", enchant = { id = 2673, name = "Major Healing" } },
["SecondaryHand"] = { itemID = 29458, name = "Aegis of the Vindicator", source = "Magtheridon's Lair - Magtheridon", enchant = { id = 2655, name = "Intellect" } },
["Ranged"] = { itemID = 25644, name = "Blessed Book of Nagrand", source = "Quest Reward - The Ultimate Bloodsport" },
}
-- =============================================================================
-- SHAMAN T5
-- =============================================================================
local SHAMAN_ELEMENTAL_T5 = {
["Head"] = { itemID = 29035, name = "Cyclone Faceguard", source = "Karazhan - Prince Malchezaar", enchant = { id = 35444, name = "Glyph of Power" } },
["Neck"] = { itemID = 30015, name = "The Sun King's Talisman", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 29037, name = "Cyclone Shoulderguards", source = "Gruul's Lair - High King Maulgar", enchant = { id = 2716, name = "Greater Inscription of Discipline" } },
["Back"] = { itemID = 28797, name = "Brute Cloak of the Ogre-Magi", source = "Gruul's Lair - High King Maulgar", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30169, name = "Cataclysm Chestpiece", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29918, name = "Mindstorm Wristbands", source = "TK - Al'ar", enchant = { id = 2678, name = "Spellpower" } },
["Hands"] = { itemID = 28780, name = "Soul-Eater's Handwraps", source = "Magtheridon's Lair - Magtheridon", enchant = { id = 2676, name = "Major Spellpower" } },
["Waist"] = { itemID = 30038, name = "Belt of Blasting", source = "Tailoring BoP (375)" },
["Legs"] = { itemID = 30172, name = "Cataclysm Leggings", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2507, name = "Runic Spellthread" } },
["Feet"] = { itemID = 30067, name = "Velvet Boots of the Guardian", source = "SSC - The Lurker Below", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 30667, name = "Ring of Unrelenting Storms", source = "Karazhan - Trash Drop", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 30109, name = "Ring of Endless Coils", source = "SSC - Lady Vashj", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 28785, name = "The Lightning Capacitor", source = "Karazhan - Terestian Illhoof" },
["Trinket1"] = { itemID = 29370, name = "Icon of the Silver Crescent", source = "Badge of Justice - G'eras" },
["MainHand"] = { itemID = 29988, name = "The Nexus Key", source = "TK - Kael'thas Sunstrider", enchant = { id = 2679, name = "Major Spellpower" } },
["SecondaryHand"] = { itemID = 29988, name = "The Nexus Key", source = "TK - Kael'thas Sunstrider" },
["Ranged"] = { itemID = 28248, name = "Totem of the Void", source = "Mechanar - Cache of the Legion" },
}
local SHAMAN_ENHANCEMENT_T5 = {
["Head"] = { itemID = 30190, name = "Cataclysm Helm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 30017, name = "Telonicus's Pendant of Mayhem", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30055, name = "Shoulderpads of the Stranger", source = "SSC - Hydross the Unstable", enchant = { id = 2718, name = "Greater Inscription of Vengeance" } },
["Back"] = { itemID = 29994, name = "Thalassian Wildercloak", source = "TK - Kael'thas Sunstrider", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30185, name = "Cataclysm Chestplate", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 30091, name = "True-Aim Stalker Bands", source = "SSC - Leotheras the Blind", enchant = { id = 2671, name = "Brawn" } },
["Hands"] = { itemID = 30189, name = "Cataclysm Gauntlets", source = "SSC - Leotheras the Blind", enchant = { id = 2657, name = "Major Strength" } },
["Waist"] = { itemID = 30106, name = "Belt of One-Hundred Deaths", source = "SSC - Lady Vashj" },
["Legs"] = { itemID = 30192, name = "Cataclysm Legplates", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2506, name = "Nethercobra Leg Armor" } },
["Feet"] = { itemID = 30104, name = "Cobra-Lash Boots", source = "SSC - Lady Vashj", enchant = { id = 2658, name = "Cat's Swiftness" } },
["Finger0"] = { itemID = 29997, name = "Band of the Ranger-General", source = "TK - Kael'thas Sunstrider", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 30052, name = "Ring of Lethality", source = "SSC - Hydross the Unstable", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 28830, name = "Dragonspine Trophy", source = "Gruul's Lair - Gruul the Dragonkiller" },
["Trinket1"] = { itemID = 29383, name = "Bloodlust Brooch", source = "Badge of Justice - G'eras" },
["MainHand"] = { itemID = 32944, name = "Talon of the Phoenix", source = "TK - Al'ar", enchant = { id = 2670, name = "Mongoose" } },
["SecondaryHand"] = { itemID = 29996, name = "Rod of the Sun King", source = "TK - Kael'thas Sunstrider", enchant = { id = 2670, name = "Mongoose" } },
["Ranged"] = { itemID = 27815, name = "Totem of the Astral Winds", source = "Mana Tombs (H) - Pandemonius" },
}
local SHAMAN_RESTO_T5 = {
["Head"] = { itemID = 30166, name = "Cataclysm Headguard", source = "SSC - Lady Vashj", enchant = { id = 35445, name = "Glyph of Renewal" } },
["Neck"] = { itemID = 30018, name = "Lord Sanguinar's Claim", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30168, name = "Cataclysm Shoulderguards", source = "TK - Void Reaver", enchant = { id = 2717, name = "Greater Inscription of Faith" } },
["Back"] = { itemID = 29989, name = "Sunshower Light Cloak", source = "TK - Kael'thas Sunstrider", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30164, name = "Cataclysm Chestguard", source = "TK - Kael'thas Sunstrider", enchant = { id = 2602, name = "Restore Mana Prime" } },
["Wrist"] = { itemID = 30047, name = "Blackfathom Warbands", source = "SSC - Hydross the Unstable", enchant = { id = 1953, name = "Superior Healing" } },
["Hands"] = { itemID = 29976, name = "Worldstorm Gauntlets", source = "TK - High Astromancer Solarian", enchant = { id = 2617, name = "Major Healing" } },
["Waist"] = { itemID = 21873, name = "Primal Mooncloth Belt", source = "Tailoring Trainer (375)" },
["Legs"] = { itemID = 29991, name = "Sunhawk Leggings", source = "TK - Kael'thas Sunstrider", enchant = { id = 2505, name = "Golden Spellthread" } },
["Feet"] = { itemID = 30092, name = "Orca-Hide Boots", source = "SSC - Leotheras the Blind", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 28763, name = "Jade Ring of the Everliving", source = "Karazhan - Prince Malchezaar", enchant = { id = 2675, name = "Healing Power" } },
["Finger1"] = { itemID = 29920, name = "Phoenix-Ring of Rebirth", source = "TK - Al'ar", enchant = { id = 2675, name = "Healing Power" } },
["Trinket0"] = { itemID = 29376, name = "Essence of the Martyr", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 28190, name = "Scarab of the Infinite Cycle", source = "Black Morass - Aeonus" },
["MainHand"] = { itemID = 30108, name = "Lightfathom Scepter", source = "SSC - Lady Vashj", enchant = { id = 2673, name = "Major Healing" } },
["SecondaryHand"] = { itemID = 29458, name = "Aegis of the Vindicator", source = "Magtheridon's Lair - Magtheridon", enchant = { id = 2655, name = "Intellect" } },
["Ranged"] = { itemID = 28523, name = "Totem of Healing Rains", source = "Karazhan - Maiden of Virtue" },
}
-- =============================================================================
-- MAGE T5
-- =============================================================================
local MAGE_ARCANE_T5 = {
["Head"] = { itemID = 30206, name = "Cowl of Tirisfal", source = "SSC - Lady Vashj", enchant = { id = 35444, name = "Glyph of Power" } },
["Neck"] = { itemID = 30015, name = "The Sun King's Talisman", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30210, name = "Mantle of Tirisfal", source = "TK - Void Reaver", enchant = { id = 2715, name = "Greater Inscription of the Orb" } },
["Back"] = { itemID = 29992, name = "Royal Cloak of the Sunstriders", source = "TK - Kael'thas Sunstrider", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30196, name = "Robes of Tirisfal", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29918, name = "Mindstorm Wristbands", source = "TK - Al'ar", enchant = { id = 2678, name = "Spellpower" } },
["Hands"] = { itemID = 29987, name = "Gauntlets of the Sun King", source = "TK - Kael'thas Sunstrider", enchant = { id = 2676, name = "Major Spellpower" } },
["Waist"] = { itemID = 30038, name = "Belt of Blasting", source = "Tailoring BoP (375)" },
["Legs"] = { itemID = 30207, name = "Leggings of Tirisfal", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2507, name = "Runic Spellthread" } },
["Feet"] = { itemID = 30067, name = "Velvet Boots of the Guardian", source = "SSC - The Lurker Below", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 29287, name = "Violet Signet of the Archmage", source = "The Violet Eye - Exalted", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 29302, name = "Band of Eternity", source = "Quest Reward - The Vials of Eternity", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 29370, name = "Icon of the Silver Crescent", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 30720, name = "Serpent-Coil Braid", source = "SSC - Morogrim Tidewalker" },
["MainHand"] = { itemID = 29988, name = "The Nexus Key", source = "TK - Kael'thas Sunstrider", enchant = { id = 2677, name = "Sunfire" } },
["SecondaryHand"] = { itemID = 29988, name = "The Nexus Key", source = "TK - Kael'thas Sunstrider" },
["Ranged"] = { itemID = 28783, name = "Eredar Wand of Obliteration", source = "Magtheridon's Lair - Magtheridon" },
}
local MAGE_FIRE_T5 = {
["Head"] = { itemID = 30206, name = "Cowl of Tirisfal", source = "SSC - Lady Vashj", enchant = { id = 35444, name = "Glyph of Power" } },
["Neck"] = { itemID = 30015, name = "The Sun King's Talisman", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30210, name = "Mantle of Tirisfal", source = "TK - Void Reaver", enchant = { id = 2716, name = "Greater Inscription of Discipline" } },
["Back"] = { itemID = 28797, name = "Brute Cloak of the Ogre-Magi", source = "Gruul's Lair - High King Maulgar", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30107, name = "Vestments of the Sea-Witch", source = "SSC - Lady Vashj", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29918, name = "Mindstorm Wristbands", source = "TK - Al'ar", enchant = { id = 2678, name = "Spellpower" } },
["Hands"] = { itemID = 21847, name = "Spellfire Gloves", source = "Tailoring Trainer (375)", enchant = { id = 2676, name = "Major Spellpower" } },
["Waist"] = { itemID = 30038, name = "Belt of Blasting", source = "Tailoring BoP (375)" },
["Legs"] = { itemID = 24262, name = "Spellstrike Pants", source = "Tailoring BoP (375)", enchant = { id = 2507, name = "Runic Spellthread" } },
["Feet"] = { itemID = 30037, name = "Boots of Blasting", source = "Tailoring BoE (375)", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 29302, name = "Band of Eternity", source = "Quest Reward - The Vials of Eternity", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 28753, name = "Ring of Recurrence", source = "Karazhan - Chess Event", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 29370, name = "Icon of the Silver Crescent", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 30626, name = "Sextant of Unstable Currents", source = "SSC - Fathom-Lord Karathress" },
["MainHand"] = { itemID = 30095, name = "Fang of the Leviathan", source = "SSC - Leotheras the Blind", enchant = { id = 2677, name = "Sunfire" } },
["SecondaryHand"] = { itemID = 29270, name = "Flametongue Seal", source = "Badge of Justice - G'eras" },
["Ranged"] = { itemID = 29982, name = "Wand of the Forgotten Star", source = "TK - High Astromancer Solarian" },
}
local MAGE_FROST_T5 = {
["Head"] = { itemID = 30206, name = "Cowl of Tirisfal", source = "SSC - Lady Vashj", enchant = { id = 35444, name = "Glyph of Power" } },
["Neck"] = { itemID = 30015, name = "The Sun King's Talisman", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30210, name = "Mantle of Tirisfal", source = "TK - Void Reaver", enchant = { id = 2716, name = "Greater Inscription of Discipline" } },
["Back"] = { itemID = 28797, name = "Brute Cloak of the Ogre-Magi", source = "Gruul's Lair - High King Maulgar", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30107, name = "Vestments of the Sea-Witch", source = "SSC - Lady Vashj", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29918, name = "Mindstorm Wristbands", source = "TK - Al'ar", enchant = { id = 2678, name = "Spellpower" } },
["Hands"] = { itemID = 28780, name = "Soul-Eater's Handwraps", source = "Magtheridon's Lair - Magtheridon", enchant = { id = 2676, name = "Major Spellpower" } },
["Waist"] = { itemID = 30038, name = "Belt of Blasting", source = "Tailoring BoP (375)" },
["Legs"] = { itemID = 24262, name = "Spellstrike Pants", source = "Tailoring BoP (375)", enchant = { id = 2507, name = "Runic Spellthread" } },
["Feet"] = { itemID = 21870, name = "Frozen Shadoweave Boots", source = "Tailoring Trainer (375)", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 29302, name = "Band of Eternity", source = "Quest Reward - The Vials of Eternity", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 28753, name = "Ring of Recurrence", source = "Karazhan - Chess Event", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 29370, name = "Icon of the Silver Crescent", source = "Badge of Justice - G'eras" },
["Trinket1"] = { itemID = 27683, name = "Quagmirran's Eye", source = "Slave Pens (H) - Quagmirran" },
["MainHand"] = { itemID = 30095, name = "Fang of the Leviathan", source = "SSC - Leotheras the Blind", enchant = { id = 2677, name = "Sunfire" } },
["SecondaryHand"] = { itemID = 29269, name = "Sapphiron's Wing Bone", source = "Badge of Justice - G'eras" },
["Ranged"] = { itemID = 29982, name = "Wand of the Forgotten Star", source = "TK - High Astromancer Solarian" },
}
-- =============================================================================
-- WARRIOR T5
-- =============================================================================
local WARRIOR_ARMS_T5 = {
["Head"] = { itemID = 30120, name = "Destroyer Battle-Helm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 30022, name = "Pendant of the Perilous", source = "SSC - Trash Mobs" },
["Shoulder"] = { itemID = 30055, name = "Shoulderpads of the Stranger", source = "SSC - Hydross the Unstable", enchant = { id = 2718, name = "Greater Inscription of Vengeance" } },
["Back"] = { itemID = 24259, name = "Vengeance Wrap", source = "Tailoring BoE (365)", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30118, name = "Destroyer Breastplate", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 28795, name = "Bladespire Warbands", source = "Gruul's Lair - High King Maulgar", enchant = { id = 2671, name = "Brawn" } },
["Hands"] = { itemID = 30119, name = "Destroyer Gauntlets", source = "SSC - Leotheras the Blind", enchant = { id = 2657, name = "Major Strength" } },
["Waist"] = { itemID = 30106, name = "Belt of One-Hundred Deaths", source = "SSC - Lady Vashj" },
["Legs"] = { itemID = 30121, name = "Destroyer Greaves", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2506, name = "Nethercobra Leg Armor" } },
["Feet"] = { itemID = 30081, name = "Warboots of Obliteration", source = "SSC - Morogrim Tidewalker", enchant = { id = 2658, name = "Cat's Swiftness" } },
["Finger0"] = { itemID = 29997, name = "Band of the Ranger-General", source = "TK - Kael'thas Sunstrider", enchant = { id = 2671, name = "Brawn" } },
["Finger1"] = { itemID = 30061, name = "Ancestral Ring of Conquest", source = "SSC - The Lurker Below", enchant = { id = 2671, name = "Brawn" } },
["Trinket0"] = { itemID = 28830, name = "Dragonspine Trophy", source = "Gruul's Lair - Gruul the Dragonkiller" },
["Trinket1"] = { itemID = 29383, name = "Bloodlust Brooch", source = "Badge of Justice - G'eras" },
["MainHand"] = { itemID = 29993, name = "Twinblade of the Phoenix", source = "TK - Kael'thas Sunstrider", enchant = { id = 2670, name = "Mongoose" } },
["Ranged"] = { itemID = 30105, name = "Serpent Spine Longbow", source = "SSC - Lady Vashj" },
}
local WARRIOR_FURY_T5 = {
["Head"] = { itemID = 30120, name = "Destroyer Battle-Helm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 30022, name = "Pendant of the Perilous", source = "SSC - Trash Mobs" },
["Shoulder"] = { itemID = 30122, name = "Destroyer Shoulderblades", source = "TK - Void Reaver", enchant = { id = 2718, name = "Greater Inscription of Vengeance" } },
["Back"] = { itemID = 24259, name = "Vengeance Wrap", source = "Tailoring BoE (365)", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30118, name = "Destroyer Breastplate", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 30057, name = "Bracers of Eradication", source = "SSC - The Lurker Below", enchant = { id = 2671, name = "Brawn" } },
["Hands"] = { itemID = 30119, name = "Destroyer Gauntlets", source = "SSC - Leotheras the Blind", enchant = { id = 2657, name = "Major Strength" } },
["Waist"] = { itemID = 30106, name = "Belt of One-Hundred Deaths", source = "SSC - Lady Vashj" },
["Legs"] = { itemID = 29995, name = "Leggings of Murderous Intent", source = "TK - Kael'thas Sunstrider", enchant = { id = 2506, name = "Nethercobra Leg Armor" } },
["Feet"] = { itemID = 30081, name = "Warboots of Obliteration", source = "SSC - Morogrim Tidewalker", enchant = { id = 2658, name = "Cat's Swiftness" } },
["Finger0"] = { itemID = 29997, name = "Band of the Ranger-General", source = "TK - Kael'thas Sunstrider", enchant = { id = 2671, name = "Brawn" } },
["Finger1"] = { itemID = 28757, name = "Ring of a Thousand Marks", source = "Karazhan - Prince Malchezaar", enchant = { id = 2671, name = "Brawn" } },
["Trinket0"] = { itemID = 28830, name = "Dragonspine Trophy", source = "Gruul's Lair - Gruul the Dragonkiller" },
["Trinket1"] = { itemID = 30627, name = "Tsunami Talisman", source = "SSC - Leotheras the Blind" },
["MainHand"] = { itemID = 28439, name = "Dragonstrike", source = "Blacksmithing Trainer (375)", enchant = { id = 2670, name = "Mongoose" } },
["SecondaryHand"] = { itemID = 30082, name = "Talon of Azshara", source = "SSC - Morogrim Tidewalker", enchant = { id = 2670, name = "Mongoose" } },
["Ranged"] = { itemID = 30105, name = "Serpent Spine Longbow", source = "SSC - Lady Vashj" },
}
local WARRIOR_PROT_T5 = {
["Head"] = { itemID = 30115, name = "Destroyer Greathelm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 33066, name = "Veteran's Pendant of Triumph", source = "PvP - Honor Points & EotS Marks" },
["Shoulder"] = { itemID = 30117, name = "Destroyer Shoulderguards", source = "TK - Void Reaver", enchant = { id = 2718, name = "Greater Inscription of Vengeance" } },
["Back"] = { itemID = 29925, name = "Phoenix-Wing Cloak", source = "TK - Al'ar", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30113, name = "Destroyer Chestguard", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 32818, name = "Veteran's Plate Bracers", source = "PvP - Honor & WSG Marks", enchant = { id = 2653, name = "Fortitude" } },
["Hands"] = { itemID = 29947, name = "Gloves of the Searing Grip", source = "TK - Al'ar", enchant = { id = 2659, name = "Threat" } },
["Waist"] = { itemID = 30106, name = "Belt of One-Hundred Deaths", source = "SSC - Lady Vashj" },
["Legs"] = { itemID = 30116, name = "Destroyer Legguards", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2504, name = "Nethercleft Leg Armor" } },
["Feet"] = { itemID = 32793, name = "Veteran's Plate Greaves", source = "PvP - Honor & EotS Marks", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 30834, name = "Shapeshifter's Signet", source = "Lower City - Exalted", enchant = { id = 2671, name = "Brawn" } },
["Finger1"] = { itemID = 30083, name = "Ring of Sundered Souls", source = "SSC - Morogrim Tidewalker", enchant = { id = 2671, name = "Brawn" } },
["Trinket0"] = { itemID = 28121, name = "Icon of Unyielding Courage", source = "Blood Furnace (H) - Keli'dan the Breaker" },
["Trinket1"] = { itemID = 29383, name = "Bloodlust Brooch", source = "Badge of Justice - G'eras" },
["MainHand"] = { itemID = 30058, name = "Mallet of the Tides", source = "SSC - The Lurker Below", enchant = { id = 2670, name = "Mongoose" } },
["SecondaryHand"] = { itemID = 28825, name = "Aldori Legacy Defender", source = "Gruul's Lair - Gruul the Dragonkiller", enchant = { id = 2652, name = "Major Stamina" } },
["Ranged"] = { itemID = 32756, name = "Gyro-Balanced Khorium Destroyer", source = "Engineering Trainer (375)" },
}
-- =============================================================================
-- ROGUE T5
-- =============================================================================
local ROGUE_ASSASSINATION_T5 = {
["Head"] = { itemID = 30146, name = "Deathmantle Helm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 29381, name = "Choker of Vile Intent", source = "Badge of Justice - G'eras" },
["Shoulder"] = { itemID = 30149, name = "Deathmantle Shoulderpads", source = "TK - Void Reaver", enchant = { id = 2718, name = "Greater Inscription of Vengeance" } },
["Back"] = { itemID = 28672, name = "Drape of the Dark Reavers", source = "Karazhan - Shade of Aran", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30101, name = "Bloodsea Brigand's Vest", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29966, name = "Vambraces of Ending", source = "TK - High Astromancer Solarian", enchant = { id = 2671, name = "Assault" } },
["Hands"] = { itemID = 30145, name = "Deathmantle Handguards", source = "SSC - Leotheras the Blind", enchant = { id = 2656, name = "Superior Agility" } },
["Waist"] = { itemID = 30106, name = "Belt of One-Hundred Deaths", source = "SSC - Lady Vashj" },
["Legs"] = { itemID = 30148, name = "Deathmantle Legguards", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2506, name = "Nethercobra Leg Armor" } },
["Feet"] = { itemID = 28545, name = "Edgewalker Longboots", source = "Karazhan - Moroes", enchant = { id = 2658, name = "Cat's Swiftness" } },
["Finger0"] = { itemID = 29997, name = "Band of the Ranger-General", source = "TK - Kael'thas Sunstrider", enchant = { id = 2671, name = "Brawn" } },
["Finger1"] = { itemID = 30052, name = "Ring of Lethality", source = "SSC - Hydross the Unstable", enchant = { id = 2671, name = "Brawn" } },
["Trinket0"] = { itemID = 28830, name = "Dragonspine Trophy", source = "Gruul's Lair - Gruul the Dragonkiller" },
["Trinket1"] = { itemID = 30450, name = "Warp-Spring Coil", source = "TK - Void Reaver" },
["MainHand"] = { itemID = 30103, name = "Fang of Vashj", source = "SSC - Lady Vashj", enchant = { id = 2670, name = "Mongoose" } },
["SecondaryHand"] = { itemID = 29962, name = "Heartrazor", source = "TK - High Astromancer Solarian", enchant = { id = 2670, name = "Mongoose" } },
["Ranged"] = { itemID = 29949, name = "Arcanite Steam-Pistol", source = "TK - Al'ar" },
}
local ROGUE_COMBAT_T5 = {
["Head"] = { itemID = 30146, name = "Deathmantle Helm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 29381, name = "Choker of Vile Intent", source = "Badge of Justice - G'eras" },
["Shoulder"] = { itemID = 30149, name = "Deathmantle Shoulderpads", source = "TK - Void Reaver", enchant = { id = 2718, name = "Greater Inscription of Vengeance" } },
["Back"] = { itemID = 28672, name = "Drape of the Dark Reavers", source = "Karazhan - Shade of Aran", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30101, name = "Bloodsea Brigand's Vest", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29966, name = "Vambraces of Ending", source = "TK - High Astromancer Solarian", enchant = { id = 2671, name = "Assault" } },
["Hands"] = { itemID = 30145, name = "Deathmantle Handguards", source = "SSC - Leotheras the Blind", enchant = { id = 2656, name = "Superior Agility" } },
["Waist"] = { itemID = 30106, name = "Belt of One-Hundred Deaths", source = "SSC - Lady Vashj" },
["Legs"] = { itemID = 30148, name = "Deathmantle Legguards", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2506, name = "Nethercobra Leg Armor" } },
["Feet"] = { itemID = 28545, name = "Edgewalker Longboots", source = "Karazhan - Moroes", enchant = { id = 2658, name = "Cat's Swiftness" } },
["Finger0"] = { itemID = 29997, name = "Band of the Ranger-General", source = "TK - Kael'thas Sunstrider", enchant = { id = 2671, name = "Brawn" } },
["Finger1"] = { itemID = 30052, name = "Ring of Lethality", source = "SSC - Hydross the Unstable", enchant = { id = 2671, name = "Brawn" } },
["Trinket0"] = { itemID = 28830, name = "Dragonspine Trophy", source = "Gruul's Lair - Gruul the Dragonkiller" },
["Trinket1"] = { itemID = 30450, name = "Warp-Spring Coil", source = "TK - Void Reaver" },
["MainHand"] = { itemID = 30082, name = "Talon of Azshara", source = "SSC - Morogrim Tidewalker", enchant = { id = 2670, name = "Mongoose" } },
["SecondaryHand"] = { itemID = 28189, name = "Latro's Shifting Sword", source = "Black Morass - Aeonus", enchant = { id = 2670, name = "Mongoose" } },
["Ranged"] = { itemID = 29949, name = "Arcanite Steam-Pistol", source = "TK - Al'ar" },
}
local ROGUE_SUBTLETY_T5 = ROGUE_COMBAT_T5
-- =============================================================================
-- HUNTER T5
-- =============================================================================
local HUNTER_BM_T5 = {
["Head"] = { itemID = 30141, name = "Rift Stalker Helm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 30017, name = "Telonicus's Pendant of Mayhem", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30143, name = "Rift Stalker Mantle", source = "TK - Void Reaver", enchant = { id = 2718, name = "Greater Inscription of Vengeance" } },
["Back"] = { itemID = 29994, name = "Thalassian Wildercloak", source = "TK - Kael'thas Sunstrider", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30139, name = "Rift Stalker Hauberk", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29966, name = "Vambraces of Ending", source = "TK - High Astromancer Solarian", enchant = { id = 2671, name = "Assault" } },
["Hands"] = { itemID = 30140, name = "Rift Stalker Gauntlets", source = "SSC - Leotheras the Blind", enchant = { id = 2656, name = "Superior Agility" } },
["Waist"] = { itemID = 30040, name = "Belt of Deep Shadow", source = "Leatherworking BoP (375)" },
["Legs"] = { itemID = 29995, name = "Leggings of Murderous Intent", source = "TK - Kael'thas Sunstrider", enchant = { id = 2506, name = "Nethercobra Leg Armor" } },
["Feet"] = { itemID = 30104, name = "Cobra-Lash Boots", source = "SSC - Lady Vashj", enchant = { id = 2658, name = "Cat's Swiftness" } },
["Finger0"] = { itemID = 29997, name = "Band of the Ranger-General", source = "TK - Kael'thas Sunstrider", enchant = { id = 2671, name = "Brawn" } },
["Finger1"] = { itemID = 28791, name = "Ring of the Recalcitrant", source = "Quest Reward - The Fall of Magtheridon", enchant = { id = 2671, name = "Brawn" } },
["Trinket0"] = { itemID = 28830, name = "Dragonspine Trophy", source = "Gruul's Lair - Gruul the Dragonkiller" },
["Trinket1"] = { itemID = 29383, name = "Bloodlust Brooch", source = "Badge of Justice - G'eras" },
["MainHand"] = { itemID = 29993, name = "Twinblade of the Phoenix", source = "TK - Kael'thas Sunstrider", enchant = { id = 2669, name = "Major Agility" } },
["Ranged"] = { itemID = 30105, name = "Serpent Spine Longbow", source = "SSC - Lady Vashj", enchant = { id = 23766, name = "Stabilized Eternium Scope" } },
}
local HUNTER_MM_T5 = HUNTER_BM_T5
local HUNTER_SURVIVAL_T5 = {
["Head"] = { itemID = 30141, name = "Rift Stalker Helm", source = "SSC - Lady Vashj", enchant = { id = 35446, name = "Glyph of Ferocity" } },
["Neck"] = { itemID = 30017, name = "Telonicus's Pendant of Mayhem", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 30143, name = "Rift Stalker Mantle", source = "TK - Void Reaver", enchant = { id = 2715, name = "Greater Inscription of the Blade" } },
["Back"] = { itemID = 29994, name = "Thalassian Wildercloak", source = "TK - Kael'thas Sunstrider", enchant = { id = 2621, name = "Greater Agility" } },
["Chest"] = { itemID = 30139, name = "Rift Stalker Hauberk", source = "TK - Kael'thas Sunstrider", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29966, name = "Vambraces of Ending", source = "TK - High Astromancer Solarian", enchant = { id = 2663, name = "Stats" } },
["Hands"] = { itemID = 28506, name = "Gloves of Dexterous Manipulation", source = "Karazhan - Attumen the Huntsman", enchant = { id = 2656, name = "Superior Agility" } },
["Waist"] = { itemID = 30040, name = "Belt of Deep Shadow", source = "Leatherworking BoP (375)" },
["Legs"] = { itemID = 30142, name = "Rift Stalker Leggings", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2506, name = "Nethercobra Leg Armor" } },
["Feet"] = { itemID = 30104, name = "Cobra-Lash Boots", source = "SSC - Lady Vashj", enchant = { id = 2654, name = "Dexterity" } },
["Finger0"] = { itemID = 29302, name = "Band of Eternity", source = "Quest Reward - The Vials of Eternity", enchant = { id = 2663, name = "Stats" } },
["Finger1"] = { itemID = 28791, name = "Ring of the Recalcitrant", source = "Quest Reward - The Fall of Magtheridon", enchant = { id = 2663, name = "Stats" } },
["Trinket0"] = { itemID = 28830, name = "Dragonspine Trophy", source = "Gruul's Lair - Gruul the Dragonkiller" },
["Trinket1"] = { itemID = 29383, name = "Bloodlust Brooch", source = "Badge of Justice - G'eras" },
["MainHand"] = { itemID = 29993, name = "Twinblade of the Phoenix", source = "TK - Kael'thas Sunstrider", enchant = { id = 2669, name = "Major Agility" } },
["Ranged"] = { itemID = 30105, name = "Serpent Spine Longbow", source = "SSC - Lady Vashj", enchant = { id = 23766, name = "Stabilized Eternium Scope" } },
}
-- =============================================================================
-- WARLOCK T5 (all specs share same gear)
-- =============================================================================
local WARLOCK_T5 = {
["Head"] = { itemID = 30212, name = "Hood of the Corruptor", source = "SSC - Lady Vashj", enchant = { id = 35444, name = "Glyph of Power" } },
["Neck"] = { itemID = 30015, name = "The Sun King's Talisman", source = "Quest Reward - Kael'thas and the Verdant Sphere" },
["Shoulder"] = { itemID = 28967, name = "Voidheart Mantle", source = "Gruul's Lair - High King Maulgar", enchant = { id = 2716, name = "Greater Inscription of Discipline" } },
["Back"] = { itemID = 28766, name = "Ruby Drape of the Mysticant", source = "Karazhan - Prince Malchezaar", enchant = { id = 2623, name = "Subtlety" } },
["Chest"] = { itemID = 30107, name = "Vestments of the Sea-Witch", source = "SSC - Lady Vashj", enchant = { id = 2587, name = "Exceptional Stats" } },
["Wrist"] = { itemID = 29918, name = "Mindstorm Wristbands", source = "TK - Al'ar", enchant = { id = 2678, name = "Spellpower" } },
["Hands"] = { itemID = 28968, name = "Voidheart Gloves", source = "Karazhan - The Curator", enchant = { id = 2676, name = "Major Spellpower" } },
["Waist"] = { itemID = 30038, name = "Belt of Blasting", source = "Tailoring BoP (375)" },
["Legs"] = { itemID = 30213, name = "Leggings of the Corruptor", source = "SSC - Fathom-Lord Karathress", enchant = { id = 2507, name = "Runic Spellthread" } },
["Feet"] = { itemID = 30037, name = "Boots of Blasting", source = "Tailoring BoE (375)", enchant = { id = 2660, name = "Boar's Speed" } },
["Finger0"] = { itemID = 30109, name = "Ring of Endless Coils", source = "SSC - Lady Vashj", enchant = { id = 2676, name = "Spellpower" } },
["Finger1"] = { itemID = 29302, name = "Band of Eternity", source = "Quest Reward - The Vials of Eternity", enchant = { id = 2676, name = "Spellpower" } },
["Trinket0"] = { itemID = 27683, name = "Quagmirran's Eye", source = "Slave Pens (H) - Quagmirran" },
["Trinket1"] = { itemID = 29370, name = "Icon of the Silver Crescent", source = "Badge of Justice - G'eras" },
["MainHand"] = { itemID = 30095, name = "Fang of the Leviathan", source = "SSC - Leotheras the Blind", enchant = { id = 2674, name = "Soulfrost" } },
["SecondaryHand"] = { itemID = 30049, name = "Fathomstone", source = "SSC - Hydross the Unstable" },
["Ranged"] = { itemID = 29982, name = "Wand of the Forgotten Star", source = "TK - High Astromancer Solarian" },
}
-- =============================================================================
-- BIS DATA REGISTRY
-- =============================================================================
local BIS_DATA = {
["PRIEST"] = {
["Discipline"] = { ["T5"] = PRIEST_T5 },
["Holy"] = { ["T5"] = PRIEST_T5 },
["Shadow"] = { ["T5"] = PRIEST_SHADOW_T5 },
},
["DRUID"] = {
["Balance"] = { ["T5"] = DRUID_BALANCE_T5 },
["Restoration"] = { ["T5"] = DRUID_RESTO_T5 },
},
["PALADIN"] = {
["Holy"] = { ["T5"] = PALADIN_HOLY_T5 },
},
["SHAMAN"] = {
["Elemental"] = { ["T5"] = SHAMAN_ELEMENTAL_T5 },
["Enhancement"] = { ["T5"] = SHAMAN_ENHANCEMENT_T5 },
["Restoration"] = { ["T5"] = SHAMAN_RESTO_T5 },
},
["MAGE"] = {
["Arcane"] = { ["T5"] = MAGE_ARCANE_T5 },
["Fire"] = { ["T5"] = MAGE_FIRE_T5 },
["Frost"] = { ["T5"] = MAGE_FROST_T5 },
},
["WARRIOR"] = {
["Arms"] = { ["T5"] = WARRIOR_ARMS_T5 },
["Fury"] = { ["T5"] = WARRIOR_FURY_T5 },
["Protection"] = { ["T5"] = WARRIOR_PROT_T5 },
},
["ROGUE"] = {
["Assassination"] = { ["T5"] = ROGUE_ASSASSINATION_T5 },
["Combat"] = { ["T5"] = ROGUE_COMBAT_T5 },
["Subtlety"] = { ["T5"] = ROGUE_SUBTLETY_T5 },
},
["HUNTER"] = {
["Beast Mastery"] = { ["T5"] = HUNTER_BM_T5 },
["Marksmanship"] = { ["T5"] = HUNTER_MM_T5 },
["Survival"] = { ["T5"] = HUNTER_SURVIVAL_T5 },
},
["WARLOCK"] = {
["Affliction"] = { ["T5"] = WARLOCK_T5 },
["Demonology"] = { ["T5"] = WARLOCK_T5 },
["Destruction"] = { ["T5"] = WARLOCK_T5 },
},
}
-- =============================================================================
-- PUBLIC API
-- =============================================================================
function ns.Data.BISLists:GetBISList(class, spec, phase)
if not BIS_DATA[class] then return nil end
if not BIS_DATA[class][spec] then return nil end
return BIS_DATA[class][spec][phase]
end
function ns.Data.BISLists:GetAvailableClasses()
local classes = {}
for class, _ in pairs(BIS_DATA) do
table.insert(classes, class)
end
return classes
end
function ns.Data.BISLists:GetAvailableSpecs(class)
if not BIS_DATA[class] then return {} end
local specs = {}
for spec, _ in pairs(BIS_DATA[class]) do
table.insert(specs, spec)
end
return specs
end
function ns.Data.BISLists:GetAvailablePhases(class, spec)
if not BIS_DATA[class] or not BIS_DATA[class][spec] then return {} end
local phases = {}
for phase, _ in pairs(BIS_DATA[class][spec]) do
table.insert(phases, phase)
end
return phases
end