Quantcast

Added name and quality information to all gems

Kevin Lyles [09-28-09 - 16:43]
Added name and quality information to all gems
fixed the code to handle the new layout
Filename
GemIds.lua
WeightsWatcher.lua
diff --git a/GemIds.lua b/GemIds.lua
index 5becbaf..e332ead 100644
--- a/GemIds.lua
+++ b/GemIds.lua
@@ -1,2410 +1,3613 @@
+-- format:
+-- 	[gemId] = {
+-- 		"color",
+-- 		"name(s)",
+-- 		rarity (see table),
+-- 		stats
+-- 	}
+--
+-- rarity:
+-- 	1: BC white
+-- 	2: BC green
+-- 	3: BC blue
+-- 	4: BC epic
+-- 	5: BC UE
+-- 	6: wrath green
+-- 	7: perfect wrath green
+-- 	8: wrath blue
+-- 	9: wrath epic
+-- 	10: wrath UE
+-- 	11: wrath JC-only
+
 GemIds = {
-	[2686] = {
-		"Red",
-		{{"Strength", 8}},
-	},
-	[2688] = {
-		"Yellow",
-		{{"Stamina", 8}},
-	},
+-- 	[2686] = {
+-- 		"Red",
+-- 		{{"Strength", 8}},
+-- 	},
+-- 	[2688] = {
+-- 		"Yellow",
+-- 		{{"Stamina", 8}},
+-- 	},
 	[2690] = {
 		"Red",
+		"Teardrop Blood Garnet",
+		2,
 		{{"Spell Power", 7}},
 	},
 	[2691] = {
 		"Red",
+		"Bold Blood Garnet",
+		2,
 		{{"Strength", 6}},
 	},
 	[2692] = {
 		"Red",
+		"Runed Blood Garnet",
+		2,
 		{{"Spell Power", 7}},
 	},
 	[2693] = {
 		"Red",
+		"Delicate Blood Garnet",
+		2,
 		{{"Agility", 6}},
 	},
 	[2694] = {
 		"Yellow",
+		"Brilliant Golden Draenite",
+		2,
 		{{"Intellect", 6}},
 	},
 	[2695] = {
 		"Yellow",
+		"Smooth Golden Draenite",
+		2,
 		{{"Critical Strike Rating", 6}},
 	},
 	[2696] = {
 		"Yellow",
+		"Thick Golden Draenite",
+		2,
 		{{"Defense Rating", 6}},
 	},
 	[2697] = {
 		"Yellow",
+		"Rigid Golden Draenite",
+		2,
 		{{"Hit Rating", 6}},
 	},
 	[2698] = {
 		"Blue",
+		"Solid Azure Moonstone",
+		2,
 		{{"Stamina", 9}},
 	},
 	[2699] = {
 		"Blue",
+		"Sparkling Azure Moonstone",
+		2,
 		{{"Spirit", 6}},
 	},
 	[2700] = {
 		"Blue",
+		"Stormy Azure Moonstone",
+		2,
 		{{"Spell Penetration", 8}},
 	},
 	[2701] = {
 		"Blue",
+		"Lustrous Azure Moonstone",
+		2,
 		{{"MP5", 3}},
 	},
 	[2705] = {
 		"Orange",
+		"Luminous Flame Spessarite",
+		2,
 		{{"Spell Power", 4}, {"Intellect", 3}},
 	},
 	[2706] = {
 		"Green",
+		"Enduring Deep Peridot",
+		2,
 		{{"Defense Rating", 3}, {"Stamina", 4}},
 	},
 	[2707] = {
 		"Green",
+		"Dazzling Deep Peridot",
+		2,
 		{{"Intellect", 3}, {"MP5", 2}},
 	},
 	[2708] = {
 		"Purple",
+		"Glowing Shadow Draenite",
+		2,
 		{{"Spell Power", 4}, {"Stamina", 4}},
 	},
 	[2709] = {
 		"Purple",
+		"Royal Shadow Draenite",
+		2,
 		{{"Spell Power", 4}, {"MP5", 2}},
 	},
 	[2710] = {
 		"Purple",
+		"Shifting Shadow Draenite",
+		2,
 		{{"Agility", 3}, {"Stamina", 4}},
 	},
 	[2711] = {
 		"Purple",
+		"Sovereign Shadow Draenite",
+		2,
 		{{"Strength", 3}, {"Stamina", 4}},
 	},
 	[2725] = {
 		"Red",
+		"Bold Living Ruby",
+		3,
 		{{"Strength", 8}},
 	},
 	[2726] = {
 		"Red",
+		"Delicate Living Ruby",
+		3,
 		{{"Agility", 8}},
 	},
 	[2727] = {
 		"Red",
+		"Teardrop Living Ruby",
+		3,
 		{{"Spell Power", 9}},
 	},
 	[2728] = {
 		"Red",
+		"Runed Living Ruby",
+		3,
 		{{"Spell Power", 9}},
 	},
 	[2729] = {
 		"Red",
+		"Bright Living Ruby",
+		3,
 		{{"Attack Power", 16}},
 	},
 	[2730] = {
 		"Red",
+		"Subtle Living Ruby",
+		3,
 		{{"Dodge Rating", 8}},
 	},
 	[2731] = {
 		"Blue",
+		"Solid Star of Elune",
+		3,
 		{{"Stamina", 12}},
 	},
 	[2732] = {
 		"Blue",
+		"Sparkling Star of Elune",
+		3,
 		{{"Spirit", 8}},
 	},
 	[2733] = {
 		"Blue",
+		"Lustrous Star of Elune",
+		3,
 		{{"MP5", 4}},
 	},
 	[2734] = {
 		"Yellow",
+		"Brilliant Dawnstone",
+		3,
 		{{"Intellect", 8}},
 	},
 	[2735] = {
 		"Yellow",
+		"Smooth Dawnstone",
+		3,
 		{{"Critical Strike Rating", 8}},
 	},
 	[2736] = {
 		"Yellow",
+		"Gleaming Dawnstone",
+		3,
 		{{"Critical Strike Rating", 8}},
 	},
 	[2737] = {
 		"Yellow",
+		"Thick Dawnstone",
+		3,
 		{{"Defense Rating", 8}},
 	},
 	[2738] = {
 		"Purple",
+		"Sovereign Nightseye",
+		3,
 		{{"Strength", 4}, {"Stamina", 6}},
 	},
 	[2739] = {
 		"Purple",
+		"Shifting Nightseye",
+		3,
 		{{"Agility", 4}, {"Stamina", 6}},
 	},
 	[2740] = {
 		"Purple",
+		"Glowing Nightseye",
+		3,
 		{{"Spell Power", 5}, {"Stamina", 6}},
 	},
 	[2741] = {
 		"Purple",
+		"Royal Nightseye",
+		3,
 		{{"Spell Power", 5}, {"MP5", 2}},
 	},
 	[2742] = {
 		"Orange",
+		"Luminous Noble Topaz",
+		4,
 		{{"Spell Power", 5}, {"Intellect", 4}},
 	},
 	[2743] = {
 		"Green",
+		"Enduring Talasite",
+		3,
 		{{"Defense Rating", 4}, {"Stamina", 6}},
 	},
 	[2744] = {
 		"Green",
+		"Dazzling Talasite",
+		3,
 		{{"Intellect", 4}, {"MP5", 2}},
 	},
 	[2752] = {
 		"Orange",
+		"Inscribed Flame Spesarite",
+		2,
 		{{"Critical Strike Rating", 3}, {"Strength", 3}},
 	},
 	[2753] = {
 		"Orange",
+		"Inscribed Noble Topaz",
+		3,
 		{{"Critical Strike Rating", 4}, {"Strength", 4}},
 	},
 	[2754] = {
 		"Red",
+		"Flashing Living Ruby",
+		3,
 		{{"Parry Rating", 8}},
 	},
 	[2755] = {
 		"Orange",
+		"Glinting Flame Spessarite",
+		2,
 		{{"Hit Rating", 3}, {"Agility", 3}},
 	},
 	[2756] = {
 		"Orange",
+		"Glinting Noble Topaz",
+		3,
 		{{"Hit Rating", 4}, {"Agility", 4}},
 	},
 	[2757] = {
 		"Green",
+		"Jagged Deep Peridot",
+		2,
 		{{"Critical Strike Rating", 3}, {"Stamina", 4}},
 	},
 	[2758] = {
 		"Green",
+		"Jagged Talasite",
+		3,
 		{{"Critical Strike Rating", 4}, {"Stamina", 6}},
 	},
 	[2759] = {
 		"Yellow",
+		"Mystic Dawnstone",
+		3,
 		{{"Resilience Rating", 8}},
 	},
 	[2760] = {
 		"Orange",
+		"Potent Flame Spessarite",
+		2,
 		{{"Critical Strike Rating", 3}, {"Spell Power", 4}},
 	},
 	[2761] = {
 		"Orange",
+		"Potent Noble Topaz",
+		3,
 		{{"Critical Strike Rating", 4}, {"Spell Power", 5}},
 	},
 	[2762] = {
 		"Green",
+		"Radiant Deep Peridot",
+		2,
 		{{"Critical Strike Rating", 3}, {"Spell Penetration", 4}},
 	},
 	[2763] = {
 		"Green",
+		"Radiant Talasite",
+		3,
 		{{"Critical Strike Rating", 4}, {"Spell Penetration", 5}},
 	},
 	[2764] = {
 		"Yellow",
+		"Great Dawnstone",
+		3,
 		{{"Hit Rating", 8}},
 	},
 	[2765] = {
 		"Blue",
+		"Stormy Star of Elune",
+		3,
 		{{"Spell Penetration", 10}},
 	},
 	[2827] = {
 		"Meta",
+		"Destructive Skyfire Diamond",
+		3,
 		{{"Critical Strike Rating", 14}, {"Spell Reflect Percent", 1}},
 	},
 	[2828] = {
 		"Meta",
+		"Mystical Skyfire Diamond",
+		3,
 		{{"Chance to Increase Spell Cast Speed", 1}},
 	},
 	[2829] = {
 		"Meta",
+		"Swift Skyfire Diamond",
+		3,
 		{{"Attack Power", 24}, {"Minor Run Speed", 1}},
 	},
 	[2830] = {
 		"Meta",
+		"Egnimatic Skyfire Diamond",
+		3,
 		{{"Critical Strike Rating", 12}, {"Snare/Root Duration Percent", -10}},
 	},
 	[2831] = {
 		"Meta",
+		"Powerful Earthstorm Diamond",
+		3,
 		{{"Stamina", 18}, {"Stun Duration Percent", -15}},
 	},
 	[2832] = {
 		"Meta",
+		"Bracing Earthstorm Diamond",
+		3,
 		{{"Spell Power", 14}, {"Threat Percent", -2}},
 	},
 	[2833] = {
 		"Meta",
+		"Tenacious Earthstorm Diamond",
+		3,
 		{{"Defense Rating", 12}, {"Chance to Restore Health on hit", 1}},
 	},
 	[2834] = {
 		"Meta",
+		"Brutal Earthstorm Diamond",
+		3,
 		{{"Weapon Damage", 3}, {"Chance to Stun Target", 1}},
 	},
 	[2835] = {
 		"Meta",
+		"Insightful Earthstorm Diamond",
+		3,
 		{{"Intellect", 12}, {"Chance to restore mana on spellcast", 1}},
 	},
 	[2891] = {
 		"Yellow",
+		"Sublime Mystic Dawnstone",
+		5,
 		{{"Resilience Rating", 10}},
 	},
-	[2894] = {
-		"Red",
-		{{"Strength", 7}},
-	},
+-- 	[2894] = {
+-- 		"Red",
+-- 		{{"Strength", 7}},
+-- 	},
 	[2896] = {
 		"Red",
+		"Stark Blood Garnet",
+		3,
 		{{"Spell Power", 8}},
 	},
 	[2898] = {
 		"Green",
+		"Notched Deep Peridot",
+		3,
 		{{"Stamina", 3}, {"Critical Strike Rating", 4}},
 	},
 	[2899] = {
 		"Green",
+		"Barbed Deep Peridot",
+		3,
 		{{"Stamina", 3}, {"Critical Strike Rating", 4}},
 	},
-	[2911] = {
-		"Red",
-		{{"Strength", 10}},
-	},
+-- 	[2911] = {
+-- 		"Red",
+-- 		{{"Strength", 10}},
+-- 	},
 	[2912] = {
 		"Red",
+		"Runed Ornate Ruby",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[2913] = {
 		"Yellow",
+		"Smooth Ornate Dawnstone",
+		4,
 		{{"Critical Strike Rating", 10}},
 	},
 	[2914] = {
 		"Yellow",
+		"Gleaming Ornate Dawnstone",
+		4,
 		{{"Critical Strike Rating", 10}},
 	},
 	[2915] = {
 		"Orange",
+		"Inscribed Pyrestone",
+		4,
 		{{"Strength", 5}, {"Critical Strike Rating", 5}},
 	},
 	[2916] = {
 		"Orange",
+		"Potent Pyrestone",
+		4,
 		{{"Critical Strike Rating", 5}, {"Spell Power", 6}},
 	},
-	[2918] = {
-		"Green",
-		{{"Stamina", 3}, {"Critical Strike Rating", 4}},
-	},
+-- 	[2918] = {
+-- 		"Green",
+-- 		{{"Stamina", 3}, {"Critical Strike Rating", 4}},
+-- 	},
 	[2921] = {
 		"Green",
+		"Barbed Deep Peridot",
+		3,
 		{{"Stamina", 3}, {"Critical Strike Rating", 4}},
 	},
-	[2922] = {
-		"Red",
-		{{"Strength", 7}},
-	},
+-- 	[2922] = {
+-- 		"Red",
+-- 		{{"Strength", 7}},
+-- 	},
 	[2923] = {
 		"Green",
+		"Notched Deep Peridot",
+		3,
 		{{"Stamina", 3}, {"Critical Strike Rating", 4}},
 	},
 	[2924] = {
 		"Red",
+		"Stark Blood Garnet",
+		3,
 		{{"Spell Power", 8}},
 	},
 	[2942] = {
 		"Yellow",
+		"Gleaming Golden Draenite",
+		2,
 		{{"Critical Strike Rating", 6}},
 	},
 	[2943] = {
 		"Red",
+		"Mighty Blood Garnet",
+		3,
 		{{"Attack Power", 14}},
 	},
 	[2944] = {
 		"Red",
+		"Mighty Blood Garnet",
+		3,
 		{{"Attack Power", 14}},
 	},
 	[2945] = {
 		"Red",
+		"Bold Ornate Ruby",
+		4,
 		{{"Attack Power", 20}},
 	},
 	[2946] = {
 		"Orange",
+		"Inscribed Ornate Topaz",
+		4,
 		{{"Attack Power", 10}, {"Critical Strike Rating", 5}},
 	},
 	[2947] = {
 		"Prismatic",
+		"Prismatic Sphere",
+		3,
 		{{"All Resistances", 3}},
 	},
 	[2948] = {
 		"Prismatic",
+		"Void Sphere",
+		4,
 		{{"All Resistances", 4}},
 	},
 	[2949] = {
 		"Red",
+		"Bold Ornate Ruby",
+		4,
 		{{"Attack Power", 20}},
 	},
-	[2950] = {
-		"Yellow",
-		{{"Critical Strike Rating", 10}},
-	},
+-- 	[2950] = {
+-- 		"Yellow",
+-- 		{{"Critical Strike Rating", 10}},
+-- 	},
 	[2956] = {
 		"Red",
+		"Bold Tourmaline",
+		1,
 		{{"Strength", 4}},
 	},
 	[2957] = {
 		"Red",
+		"Delicate Tourmaline",
+		1,
 		{{"Agility", 4}},
 	},
 	[2958] = {
 		"Red",
+		"Teardrop Tourmaline",
+		1,
 		{{"Spell Power", 5}},
 	},
 	[2959] = {
 		"Red",
+		"Runed Tourmaline",
+		1,
 		{{"Spell Power", 5}},
 	},
 	[2960] = {
 		"Red",
+		"Bright Tourmaline",
+		1,
 		{{"Attack Power", 8}},
 	},
 	[2961] = {
 		"Blue",
+		"Solid Zircon",
+		1,
 		{{"Stamina", 6}},
 	},
 	[2962] = {
 		"Blue",
+		"Sparkling Zircon",
+		1,
 		{{"Spirit", 4}},
 	},
 	[2963] = {
 		"Blue",
+		"Lustrous Zircon",
+		1,
 		{{"MP5", 2}},
 	},
 	[2964] = {
 		"Yellow",
+		"Brilliant Amber",
+		1,
 		{{"Intellect", 4}},
 	},
 	[2965] = {
 		"Yellow",
+		"Smooth Amber",
+		1,
 		{{"Critical Strike Rating", 4}},
 	},
 	[2966] = {
 		"Yellow",
+		"Rigid Amber",
+		1,
 		{{"Hit Rating", 4}},
 	},
 	[2967] = {
 		"Yellow",
+		"Gleaming Amber",
+		1,
 		{{"Critical Strike Rating", 4}},
 	},
 	[2968] = {
 		"Yellow",
+		"Thick Amber",
+		1,
 		{{"Defense Rating", 4}},
 	},
 	[2969] = {
 		"Meta",
+		"Swift Windfire Diamond",
+		3,
 		{{"Attack Power", 20}, {"Minor Run Speed", 1}},
 	},
 	[2970] = {
 		"Meta",
+		"Swift Starfire Diamond",
+		3,
 		{{"Spell Power", 12}, {"Minor Run Speed", 1}},
 	},
 	[2971] = {
 		"Red",
+		"Bright Blood Garnet",
+		2,
 		{{"Attack Power", 12}},
 	},
 	[3045] = {
 		"Purple",
+		"Sovereign Tanzanite",
+		4,
 		{{"Strength", 5}, {"Stamina", 6}},
 	},
 	[3046] = {
 		"Orange",
+		"Luminous Fire Opal",
+		4,
 		{{"Spell Power", 6}, {"Intellect", 4}},
 	},
 	[3047] = {
 		"Green",
+		"Polished Chrysoprase",
+		4,
 		{{"Stamina", 6}, {"Critical Strike Rating", 5}},
 	},
 	[3048] = {
 		"Purple",
+		"Shifting Tanzanite",
+		4,
 		{{"Agility", 5}, {"Stamina", 6}},
 	},
 	[3049] = {
 		"Green",
+		"Sundered Chrysoprase",
+		4,
 		{{"Critical Strike Rating", 5}, {"MP5", 2}},
 	},
 	[3050] = {
 		"Orange",
+		"Infused Fire Opal",
+		4,
 		{{"Spell Power", 6}, {"Intellect", 4}},
 	},
 	[3051] = {
 		"Purple",
+		"Blessed Tanzanite",
+		4,
 		{{"Spell Power", 6}, {"Stamina", 6}},
 	},
 	[3052] = {
 		"Orange",
+		"Pristine Fire Opal",
+		4,
 		{{"Attack Power", 10}, {"Hit Rating", 4}},
 	},
 	[3053] = {
 		"Orange",
+		"Stalwart Fire Opal",
+		4,
 		{{"Defense Rating", 5}, {"Dodge Rating", 4}},
 	},
 	[3054] = {
 		"Purple",
+		"Glowing Tanzanite",
+		4,
 		{{"Spell Power", 6}, {"Stamina", 6}},
 	},
 	[3055] = {
 		"Orange",
+		"Glinting Fire Opal",
+		4,
 		{{"Agility", 5}, {"Hit Rating", 4}},
 	},
 	[3056] = {
 		"Orange",
+		"Glimmering Fire Opal",
+		4,
 		{{"Parry Rating", 5}, {"Defense Rating", 4}},
 	},
 	[3057] = {
 		"Orange",
+		"Etched Fire Opal",
+		4,
 		{{"Strength", 5}, {"Hit Rating", 4}},
 	},
 	[3058] = {
 		"Green",
+		"Rune Covered Chrysoprase",
+		4,
 		{{"Critical Strike Rating", 5}, {"MP5", 2}},
 	},
 	[3060] = {
 		"Purple",
+		"Regal Tanzanite",
+		4,
 		{{"Dodge Rating", 5}, {"Stamina", 6}},
 	},
 	[3061] = {
 		"Orange",
+		"Shining Fire Opal",
+		4,
 		{{"Hit Rating", 5}, {"Spell Power", 6}},
 	},
 	[3062] = {
 		"Orange",
+		"Assassin's Fire Opal",
+		4,
 		{{"Critical Strike Rating", 6}, {"Dodge Rating", 5}},
 	},
 	[3063] = {
 		"Purple",
+		"Defender's Tanzanite",
+		4,
 		{{"Parry Rating", 5}, {"Stamina", 6}},
 	},
 	[3064] = {
 		"Purple",
+		"Imperial Tanzanite",
+		4,
 		{{"Spirit", 5}, {"Spell Power", 5}},
 	},
 	[3065] = {
 		"Red",
+		"Don Rodrigo's Heart",
+		5,
 		{{"Strength", 8}},
 	},
 	[3066] = {
 		"Orange",
+		"Mysterious Fire Opal",
+		4,
 		{{"Spell Power", 6}, {"Spell Penetration", 5}},
 	},
 	[3067] = {
 		"Purple",
+		"Brutal Tanzanite",
+		4,
 		{{"Attack Power", 10}, {"Stamina", 6}},
 	},
 	[3068] = {
 		"Orange",
+		"Nimble Fire Opal",
+		4,
 		{{"Dodge Rating", 5}, {"Hit Rating", 4}},
 	},
 	[3069] = {
 		"Orange",
+		"Durable Fire Opal",
+		4,
 		{{"Spell Power", 6}, {"Resilience Rating", 4}},
 	},
 	[3070] = {
 		"Orange",
+		"Deadly Fire Opal",
+		4,
 		{{"Attack Power", 8}, {"Critical Strike Rating", 5}},
 	},
 	[3071] = {
 		"Green",
+		"Timeless Chrysoprase",
+		4,
 		{{"Intellect", 5}, {"Stamina", 6}},
 	},
 	[3072] = {
 		"Orange",
+		"Enscribed Fire Opal", -- No, that's not a typo on my part
+		4,
 		{{"Strength", 5}, {"Critical Strike Rating", 4}},
 	},
 	[3073] = {
 		"Orange",
+		"Glistening Fire Opal",
+		4,
 		{{"Agility", 4}, {"Defense Rating", 5}},
 	},
 	[3074] = {
 		"Green",
+		"Seer's Chrysoprase",
+		4,
 		{{"Intellect", 4}, {"Spirit", 5}},
 	},
 	[3075] = {
 		"Orange",
+		"Champion's Fire Poal",
+		4,
 		{{"Strength", 5}, {"Defense Rating", 4}},
 	},
 	[3076] = {
 		"Orange",
+		"Potent Fire Opal",
+		4,
 		{{"Critical Strike Rating", 4}, {"Spell Power", 6}},
 	},
 	[3077] = {
 		"Green",
+		"Dazzling Chrysoprase",
+		4,
 		{{"Intellect", 5}, {"MP5", 2}},
 	},
 	[3078] = {
 		"Green",
+		"Enduring Chrysoprase",
+		4,
 		{{"Stamina", 6}, {"Defense Rating", 5}},
 	},
 	[3079] = {
 		"Orange",
+		"Empowered Fire Opal",
+		4,
 		{{"Attack Power", 8}, {"Resilience Rating", 5}},
 	},
 	[3080] = {
 		"Green",
+		"Steady Chrysoprase",
+		4,
 		{{"Stamina", 6}, {"Resilience Rating", 5}},
 	},
 	[3081] = {
 		"Orange",
+		"Iridescent Fire Opal",
+		4,
 		{{"Spell Power", 6}, {"Critical Strike Rating", 4}},
 	},
 	[3082] = {
 		"Green",
+		"Effulgent Chrysoprase",
+		4,
 		{{"Defense Rating", 5}, {"MP5", 2}},
 	},
 	[3083] = {
 		"Purple",
+		"Fluorescent Tanzanite",
+		4,
 		{{"Spell Power", 6}, {"Spirit", 4}},
 	},
 	[3084] = {
 		"Orange",
+		"Beaming Fire Opal",
+		4,
 		{{"Dodge Rating", 5}, {"Resilience Rating", 4}},
 	},
 	[3085] = {
 		"Green",
+		"Jagged Chrysoprase",
+		4,
 		{{"Stamina", 6}, {"Critical Strike Rating", 5}},
 	},
 	[3086] = {
 		"Purple",
+		"Royal Tanzanite",
+		4,
 		{{"Spell Power", 6}, {"MP5", 2}},
 	},
 	[3087] = {
 		"Orange",
+		"Resplendent Fire Opal",
+		4,
 		{{"Strength", 5}, {"Resilience Rating", 4}},
 	},
 	[3088] = {
 		"Green",
+		"Vivid Chrysoprase",
+		4,
 		{{"Hit Rating", 5}, {"Stamina", 6}},
 	},
 	[3089] = {
 		"Green",
+		"Lambent Chrysoprase",
+		4,
 		{{"Hit Rating", 5}, {"MP5", 2}},
 	},
 	[3090] = {
 		"Orange",
+		"Splendid Fire Opal",
+		4,
 		{{"Parry Rating", 5}, {"Resilience Rating", 4}},
 	},
 	[3091] = {
 		"Green",
+		"Radiant Chrysoprase",
+		4,
 		{{"Critical Strike Rating", 5}, {"Spell Penetration", 5}},
 	},
 	[3099] = {
 		"Purple",
+		"Infused Amethyst",
+		4,
 		{{"Spell Power", 6}, {"Stamina", 6}},
 	},
 	[3100] = {
 		"Purple",
+		"Soothing Amethyst",
+		4,
 		{{"Spell Power", 6}, {"Stamina", 6}},
 	},
 	[3101] = {
 		"Purple",
+		"Pulsing Amethyst",
+		4,
 		{{"Attack Power", 10}, {"Stamina", 6}},
 	},
 	[3103] = {
 		"Red",
+		"Don Amancio's Heart",
+		5,
 		{{"Strength", 8}},
 	},
 	[3104] = {
 		"Yellow",
+		"Great Golden Draenite",
+		2,
 		{{"Hit Rating", 6}},
 	},
 	[3105] = {
 		"Yellow",
+		"Rigid Dawnstone",
+		3,
 		{{"Hit Rating", 8}},
 	},
 	[3106] = {
 		"Purple",
+		"Balanced Shadow Draenite",
+		2,
 		{{"Attack Power", 6}, {"Stamina", 4}},
 	},
 	[3107] = {
 		"Purple",
+		"Balanced Nightseye",
+		3,
 		{{"Attack Power", 8}, {"Stamina", 6}},
 	},
 	[3108] = {
 		"Purple",
+		"Infused Shadow Draenite",
+		2,
 		{{"Attack Power", 6}, {"MP5", 1}},
 	},
 	[3109] = {
 		"Purple",
+		"Infused Nightseye",
+		3,
 		{{"Attack Power", 8}, {"MP5", 2}},
 	},
 	[3110] = {
 		"Orange",
+		"Veiled Flame Spessarite",
+		2,
 		{{"Hit Rating", 3}, {"Spell Power", 4}},
 	},
 	[3111] = {
 		"Orange",
+		"Veiled Noble Topaz",
+		3,
 		{{"Hit Rating", 4}, {"Spell Power", 5}},
 	},
 	[3112] = {
 		"Orange",
+		"Wicked Noble Topaz",
+		3,
 		{{"Critical Strike Rating", 4}, {"Attack Power", 8}},
 	},
 	[3113] = {
 		"Orange",
+		"Wicked Flame Spessarite",
+		2,
 		{{"Critical Strike Rating", 3}, {"Attack Power", 6}},
 	},
 	[3115] = {
 		"Red",
+		"Bold Crimson Spinel",
+		4,
 		{{"Strength", 10}},
 	},
 	[3116] = {
 		"Red",
+		"Delicate Crimson Spinel",
+		4,
 		{{"Agility", 10}},
 	},
 	[3117] = {
 		"Red",
+		"Teardrop Crimson Spinel",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[3118] = {
 		"Red",
+		"Runed Crimson Spinel",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[3119] = {
 		"Red",
+		"Bright Crimson Spinel",
+		4,
 		{{"Attack Power", 20}},
 	},
 	[3120] = {
 		"Red",
+		"Subtle Crimson Spinel",
+		4,
 		{{"Dodge Rating", 10}},
 	},
 	[3121] = {
 		"Red",
+		"Flashing Crimson Spinel",
+		4,
 		{{"Parry Rating", 10}},
 	},
 	[3122] = {
 		"Blue",
+		"Solid Empyrean Sapphire",
+		4,
 		{{"Stamina", 15}},
 	},
 	[3123] = {
 		"Blue",
+		"Sparkling Empyrean Sapphire",
+		4,
 		{{"Spirit", 10}},
 	},
 	[3124] = {
 		"Blue",
+		"Lustrous Empyrean Sapphire",
+		5,
 		{{"MP5", 5}},
 	},
 	[3125] = {
 		"Blue",
+		"Stormy Empyrean Sapphire",
+		4,
 		{{"Spell Penetration", 13}},
 	},
 	[3126] = {
 		"Yellow",
+		"Brilliant Lionseye",
+		4,
 		{{"Intellect", 10}},
 	},
 	[3127] = {
 		"Yellow",
+		"Smooth Lionseye",
+		4,
 		{{"Critical Strike Rating", 10}},
 	},
 	[3128] = {
 		"Yellow",
+		"Rigid Lionseye",
+		4,
 		{{"Hit Rating", 10}},
 	},
 	[3129] = {
 		"Yellow",
+		"Gleaming Lionseye",
+		4,
 		{{"Critical Strike Rating", 10}},
 	},
 	[3130] = {
 		"Yellow",
+		"Thick Lionseye",
+		4,
 		{{"Defense Rating", 10}},
 	},
 	[3131] = {
 		"Yellow",
+		"Mystic Lionseye",
+		4,
 		{{"Resilience Rating", 10}},
 	},
 	[3132] = {
 		"Yellow",
+		"Great Lionseye",
+		4,
 		{{"Hit Rating", 10}},
 	},
 	[3133] = {
 		"Purple",
+		"Sovereign Shadowsong Amethyst",
+		4,
 		{{"Strength", 5}, {"Stamina", 7}},
 	},
 	[3134] = {
 		"Purple",
+		"Shifting Shadowsong Amethyst",
+		4,
 		{{"Agility", 5}, {"Stamina", 7}},
 	},
 	[3135] = {
 		"Purple",
+		"Balanced Shadowsong Amethyst",
+		4,
 		{{"Attack Power", 10}, {"Stamina", 7}},
 	},
 	[3136] = {
 		"Purple",
+		"Infused Shadowsong Amethyst",
+		4,
 		{{"Attack Power", 10}, {"MP5", 3}},
 	},
 	[3137] = {
 		"Purple",
+		"Glowing Shadowsong Amethyst",
+		4,
 		{{"Spell Power", 6}, {"Stamina", 7}},
 	},
 	[3138] = {
 		"Purple",
+		"Royal Shadowsong Amethyst",
+		4,
 		{{"Spell Power", 6}, {"MP5", 3}},
 	},
 	[3139] = {
 		"Orange",
+		"Inscribed Pyrestone",
+		4,
 		{{"Critical Strike Rating", 5}, {"Strength", 5}},
 	},
 	[3140] = {
 		"Orange",
+		"Potent Ornate Topaz",
+		4,
 		{{"Critical Strike Rating", 5}, {"Spell Power", 6}},
 	},
 	[3141] = {
 		"Orange",
+		"Luminous Pyrestone",
+		4,
 		{{"Spell Power", 6}, {"Intellect", 5}},
 	},
 	[3142] = {
 		"Orange",
+		"Glinting Pyrestone",
+		4,
 		{{"Hit Rating", 5}, {"Agility", 5}},
 	},
 	[3143] = {
 		"Orange",
+		"Shining Fire Opal",
+		4,
 		{{"Hit Rating", 5}, {"Spell Power", 6}},
 	},
 	[3144] = {
 		"Orange",
+		"Inscribed Ornate Topaz",
+		4,
 		{{"Critical Strike Rating", 5}, {"Attack Power", 10}},
 	},
 	[3145] = {
 		"Green",
+		"Enduring Seaspray Emerald",
+		4,
 		{{"Defense Rating", 5}, {"Stamina", 7}},
 	},
 	[3146] = {
 		"Green",
+		"Radiant Seaspray Emerald",
+		4,
 		{{"Critical Strike Rating", 5}, {"Spell Penetration", 6}},
 	},
 	[3147] = {
 		"Green",
+		"Dazzling Seaspray Emerald",
+		4,
 		{{"Intellect", 5}, {"MP5", 3}},
 	},
 	[3148] = {
 		"Green",
+		"Jagged Seaspray Emerald",
+		4,
 		{{"Critical Strike Rating", 5}, {"Stamina", 7}},
 	},
 	[3154] = {
 		"Meta",
+		"Relentless Earthstorm Diamond",
+		3,
 		{{"Agility", 12}, {"Critical Damage Percent", 3}},
 	},
 	[3155] = {
 		"Meta",
+		"Thundering Skyfire Diamond",
+		3,
 		{{"Chance to Increase Melee/Ranged Attack Speed", 1}},
 	},
 	[3156] = {
 		"Purple",
+		"Unstable Amethyst",
+		5,
 		{{"Attack Power", 8}, {"Stamina", 6}},
 	},
 	[3157] = {
 		"Green",
+		"Untable Peridot",
+		5,
 		{{"Intellect", 4}, {"Stamina", 6}},
 	},
 	[3158] = {
 		"Blue",
+		"Unstable Sapphire",
+		3,
 		{{"Spell Power", 5}, {"Spirit", 4}},
 	},
 	[3159] = {
 		"Orange",
+		"Unstable Citrine",
+		5,
 		{{"Attack Power", 8}, {"Critical Strike Rating", 4}},
 	},
 	[3160] = {
 		"Orange",
+		"Unstable Topaz",
+		5,
 		{{"Spell Power", 5}, {"Intellect", 4}},
 	},
 	[3161] = {
 		"Green",
+		"Unstable Talasite",
+		5,
 		{{"Stamina", 4}, {"Critical Strike Rating", 4}},
 	},
 	[3162] = {
 		"Meta",
+		"Potent Unstable Diamond",
+		3,
 		{{"Attack Power", 24}, {"Stun Resistance Percent", 5}},
 	},
 	[3163] = {
 		"Meta",
+		"Imbued Unstable Diamond",
+		3,
 		{{"Spell Power", 14}, {"Stun Resistance Percent", 5}},
 	},
 	[3197] = {
 		"Green",
+		"Radiant Spencerite",
+		5,
 		{{"Attack Power", 20}},
 	},
 	[3201] = {
 		"Purple",
+		"Purified Jaggal Pearl",
+		2,
 		{{"Spell Power", 4}, {"Spirit", 3}},
 	},
 	[3202] = {
 		"Purple",
+		"Purified Shadow Pearl",
+		3,
 		{{"Spell Power", 5}, {"Spirit", 4}},
 	},
 	[3208] = {
 		"Red",
+		"Crimson Sun",
+		5,
 		{{"Attack Power", 24}},
 	},
 	[3209] = {
 		"Red",
+		"Delicate Fire Ruby",
+		5,
 		{{"Agility", 12}},
 	},
 	[3210] = {
 		"Red",
+		"Don Julio's Heart",
+		5,
 		{{"Spell Power", 14}},
 	},
 	[3211] = {
 		"Red",
+		"Kailee's Rose",
+		5,
 		{{"Spell Power", 14}},
 	},
 	[3212] = {
 		"Blue",
+		"Falling Star",
+		5,
 		{{"Stamina", 18}},
 	},
 	[3214] = {
 		"Blue",
+		"Sparkling Falling Star",
+		5,
 		{{"Spirit", 12}},
 	},
 	[3215] = {
 		"Yellow",
+		"Mystic Bladestone",
+		5,
 		{{"Resilience Rating", 12}},
 	},
 	[3216] = {
 		"Yellow",
+		"Brilliant Bladestone",
+		5,
 		{{"Intellect", 12}},
 	},
 	[3217] = {
 		"Yellow",
+		"Blood of Amber",
+		5,
 		{{"Critical Strike Rating", 12}},
 	},
 	[3218] = {
 		"Yellow",
+		"Great Bladestone",
+		5,
 		{{"Hit Rating", 12}},
 	},
 	[3219] = {
 		"Yellow",
+		"Rigid Bladestone",
+		5,
 		{{"Hit Rating", 12}},
 	},
 	[3220] = {
 		"Yellow",
+		"Stone of Blades",
+		5,
 		{{"Critical Strike Rating", 12}},
 	},
 	[3221] = {
 		"Yellow",
+		"Facet of Eternity",
+		5,
 		{{"Defense Rating", 12}},
 	},
 	[3226] = {
 		"Green",
+		"Steady Talasite",
+		3,
 		{{"Resilience Rating", 4}, {"Stamina", 6}},
 	},
-	[3242] = {
-		"Prismatic",
-		{{"All Resistances", 5}},
-	},
-	[3254] = {
-		"Prismatic",
-		{{"All Stats", 4}},
-	},
+-- 	[3242] = {
+-- 		"Prismatic",
+-- 		{{"All Resistances", 5}},
+-- 	},
+-- 	[3254] = {
+-- 		"Prismatic",
+-- 		{{"All Stats", 4}},
+-- 	},
 	[3261] = {
 		"Meta",
+		"Chaotic Skyfire Diamond",
+		3,
 		{{"Critical Strike Rating", 12}, {"Critical Damage Percent", 3}},
 	},
 	[3262] = {
 		"Blue",
+		"Charmed Amani Jewel",
+		5,
 		{{"Stamina", 15}},
 	},
 	[3268] = {
 		"Blue",
+		"Eye of the Sea",
+		5,
 		{{"Stamina", 15}},
 	},
 	[3270] = {
 		"Yellow",
+		"Quick Dawnstone",
+		3,
 		{{"Haste Rating", 8}},
 	},
 	[3271] = {
 		"Orange",
+		"Reckless Noble Topaz",
+		3,
 		{{"Haste Rating", 4}, {"Spell Power", 5}},
 	},
 	[3272] = {
 		"Green",
+		"Foreceful Talasite",
+		3,
 		{{"Haste Rating", 4}, {"Stamina", 6}},
 	},
 	[3274] = {
 		"Meta",
+		"Eternal Earthstorm Diamond",
+		3,
 		{{"Defense Rating", 12}, {"Block Value Percent", 5}},
 	},
 	[3275] = {
 		"Meta",
+		"Ember Skyfire Diamond",
+		3,
 		{{"Spell Power", 14}, {"Intellect Percent", 2}},
 	},
 	[3276] = {
 		"Red",
+		"Bright Crimson Spinel",
+		4,
 		{{"Attack Power", 20}},
 	},
 	[3277] = {
 		"Red",
+		"Runed Crimson Spinel",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[3278] = {
 		"Red",
+		"Teardrop Crimson Spinel",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[3280] = {
 		"Purple",
+		"Regal Nightseye",
+		3,
 		{{"Dodge Rating", 4}, {"Stamina", 6}},
 	},
 	[3281] = {
 		"Red",
+		"Bright Crimson Spinel",
+		4,
 		{{"Attack Power", 20}},
 	},
 	[3282] = {
 		"Red",
+		"Runed Crimson Spinel",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[3283] = {
 		"Red",
+		"Teardrop Crimson Spinel",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[3284] = {
 		"Green",
+		"Steady Seaspray Emerald",
+		4,
 		{{"Resilience Rating", 5}, {"Stamina", 7}},
 	},
 	[3285] = {
 		"Green",
+		"Forceful Seaspray Emerald",
+		4,
 		{{"Haste Rating", 5}, {"Stamina", 7}},
 	},
 	[3286] = {
 		"Orange",
+		"Reckless Pyrestone",
+		4,
 		{{"Haste Rating", 5}, {"Spell Power", 6}},
 	},
 	[3287] = {
 		"Yellow",
+		"Quick Lionseye",
+		4,
 		{{"Haste Rating", 10}},
 	},
 	[3292] = {
 		"Red",
+		"Bright Dragon's Eye",
+		11,
 		{{"Attack Power", 68}},
 	},
 	[3293] = {
 		"Blue",
+		"Solid Dragon's Eye",
+		11,
 		{{"Stamina", 51}},
 	},
-	[3317] = {
-		"Blue",
-		{{"Stamina", 21}},
-	},
+-- 	[3317] = {
+-- 		"Blue",
+-- 		{{"Stamina", 21}},
+-- 	},
 	[3318] = {
 		"Purple",
+		"Purified Shadowsong Amethyst",
+		4,
 		{{"Spell Power", 6}, {"Spirit", 5}},
 	},
-	[3321] = {
-		"Red",
-		{{"Armor", 150}},
-	},
+-- 	[3321] = {
+-- 		"Red",
+-- 		{{"Armor", 150}},
+-- 	},
 	[3335] = {
 		"Red",
+		"Bold Ornate Ruby",
+		4,
 		{{"Attack Power", 20}},
 	},
 	[3336] = {
 		"Yellow",
+		"Gleaming Ornate Dawnstone",
+		4,
 		{{"Critical Strike Rating", 10}},
 	},
 	[3337] = {
 		"Orange",
+		"Inscribed Ornate Topaz",
+		4,
 		{{"Attack Power", 10}, {"Critical Strike Rating", 5}},
 	},
 	[3338] = {
 		"Orange",
+		"Potent Ornate Topaz",
+		4,
 		{{"Spell Power", 6}, {"Critical Strike Rating", 5}},
 	},
 	[3339] = {
 		"Red",
+		"Runed Ornate Ruby",
+		4,
 		{{"Spell Power", 12}},
 	},
 	[3340] = {
 		"Yellow",
+		"Smooth Ornate Dawnstone",
+		4,
 		{{"Critical Strike Rating", 10}},
 	},
 	[3371] = {
 		"Red",
+		"Bold Bloodstone",
+		6,
 		{{"Strength", 12}},
 	},
 	[3374] = {
 		"Red",
+		"Delicate Bloodstone",
+		6,
 		{{"Agility", 12}},
 	},
 	[3375] = {
 		"Red",
+		"Bright Bloodstone",
+		6,
 		{{"Attack Power", 24}},
 	},
 	[3376] = {
 		"Red",
+		"Subtle Bloodstone",
+		6,
 		{{"Dodge Rating", 12}},
 	},
 	[3377] = {
 		"Red",
+		"Flashing Bloodstone",
+		6,
 		{{"Parry Rating", 12}},
 	},
 	[3378] = {
 		"Red",
+		"Fractured Bloodstone",
+		6,
 		{{"Armor Penetration Rating", 12}},
 	},
 	[3379] = {
 		"Red",
+		"Precise Bloodstone",
+		6,
 		{{"Expertise Rating", 12}},
 	},
 	[3380] = {
 		"Red",
+		"Runed Bloodstone",
+		6,
 		{{"Spell Power", 14}},
 	},
 	[3381] = {
 		"Yellow",
+		"Brilliant Sun Crystal",
+		6,
 		{{"Intellect", 12}},
 	},
 	[3382] = {
 		"Yellow",
+		"Smooth Sun Crystal",
+		6,
 		{{"Critical Strike Rating", 12}},
 	},
 	[3383] = {
 		"Yellow",
+		"Rigid Sun Crystal",
+		6,
 		{{"Hit Rating", 12}},
 	},
 	[3384] = {
 		"Yellow",
+		"Thick Sun Crystal",
+		6,
 		{{"Defense Rating", 12}},
 	},
 	[3385] = {
 		"Yellow",
+		"Mystic Sun Crystal",
+		6,
 		{{"Resilience Rating", 12}},
 	},
 	[3386] = {
 		"Yellow",
+		"Quick Sun Crystal",
+		6,
 		{{"Haste Rating", 12}},
 	},
 	[3387] = {
 		"Blue",
+		"Solid Chalcedony",
+		6,
 		{{"Stamina", 18}},
 	},
 	[3388] = {
 		"Blue",
+		"Sparkling Chalcedony",
+		6,
 		{{"Spirit", 12}},
 	},
 	[3389] = {
 		"Blue",
+		"Lustrous Chalcedony",
+		6,
 		{{"MP5", 6}},
 	},
 	[3390] = {
 		"Blue",
+		"Stormy Chalcedony",
+		2,
 		{{"Spell Penetration", 15}},
 	},
 	[3391] = {
 		"Purple",
+		"Puissant Shadow Crystal",
+		6,
 		{{"Armor Penetration Rating", 6}, {"Stamina", 9}},
 	},
 	[3392] = {
 		"Purple",
+		"Sovereign Shadow Crystal",
+		6,
 		{{"Strength", 6}, {"Stamina", 9}},
 	},
 	[3393] = {
 		"Purple",
+		"Shifting Shadow Crystal",
+		6,
 		{{"Agility", 6}, {"Stamina", 9}},
 	},
 	[3394] = {
 		"Purple",
+		"Glowing Shadow Crystal",
+		6,
 		{{"Spell Power", 7}, {"Stamina", 9}},
 	},
 	[3395] = {
 		"Purple",
+		"Balanced Shadow Crystal",
+		6,
 		{{"Attack Power", 12}, {"Stamina", 9}},
 	},
 	[3396] = {
 		"Purple",
+		"Regal Shadow Crystal",
+		6,
 		{{"Dodge Rating", 6}, {"Stamina", 9}},
 	},
 	[3397] = {
 		"Purple",
+		"Defender's Shadow Crystal",
+		6,
 		{{"Parry Rating", 6}, {"Stamina", 9}},
 	},
 	[3398] = {
 		"Purple",
+		"Guardian's Shadow Crystal",
+		6,
 		{{"Expertise Rating", 6}, {"Stamina", 9}},
 	},
 	[3399] = {
 		"Purple",
+		"Purified Shadow Crystal",
+		6,
 		{{"Spell Power", 7}, {"Spirit", 6}},
 	},
 	[3400] = {
 		"Purple",
+		"Tenuous Shadow Crystal",
+		6,
 		{{"Agility", 6}, {"MP5", 3}},
 	},
 	[3401] = {
 		"Purple",
+		"Royal Shadow Crystal",
+		6,
 		{{"Spell Power", 7}, {"MP5", 3}},
 	},
 	[3402] = {
 		"Purple",
+		"Infused Shadow Crystal",
+		6,
 		{{"Attack Power", 12}, {"MP5", 3}},
 	},
 	[3403] = {
 		"Purple",
+		"Mysterious Shadow Crystal",
+		6,
 		{{"Spell Power", 7}, {"Spell Penetration", 8}},
 	},
 	[3404] = {
 		"Orange",
+		"Luminous Huge Citrine",
+		6,
 		{{"Spell Power", 7}, {"Intellect", 6}},
 	},
 	[3405] = {
 		"Orange",
+		"Inscribed Huge Citrine",
+		6,
 		{{"Strength", 6}, {"Critical Strike Rating", 6}},
 	},
 	[3406] = {
 		"Orange",
+		"Glinting Huge Citrine",
+		6,
 		{{"Agility", 6}, {"Hit Rating", 6}},
 	},
 	[3407] = {
 		"Orange",
+		"Champion's Huge Citrine",
+		6,
 		{{"Strength", 6}, {"Defense Rating", 6}},
 	},
 	[3408] = {
 		"Orange",
+		"Resplendent Huge Citrine",
+		6,
 		{{"Strength", 6}, {"Resilience Rating", 6}},
 	},
 	[3409] = {
 		"Orange",
+		"Fierce Huge Citrine",
+		6,
 		{{"Strength", 6}, {"Haste Rating", 6}},
 	},
 	[3410] = {
 		"Orange",
+		"Deadly Huge Ditrine",
+		6,
 		{{"Agility", 6}, {"Critical Strike Rating", 6}},
 	},
 	[3411] = {
 		"Orange",
+		"Etched Huge Citrine",
+		6,
 		{{"Strength", 6}, {"Hit Rating", 6}},
 	},
 	[3412] = {
 		"Orange",
+		"Lucent Huge Citrine",
+		6,
 		{{"Agility", 6}, {"Resilience Rating", 6}},
 	},
 	[3413] = {
 		"Orange",
+		"Deft Huge Citrine",
+		6,
 		{{"Agility", 6}, {"Haste Rating", 6}},
 	},
 	[3414] = {
 		"Orange",
+		"Potent Huge Citrine",
+		6,
 		{{"Spell Power", 7}, {"Critical Strike Rating", 6}},
 	},
 	[3415] = {
 		"Orange",
+		"Veiled Huge Citrine",
+		6,
 		{{"Spell Power", 7}, {"Hit Rating", 6}},
 	},
 	[3416] = {
 		"Orange",
+		"Durable Huge Citrine",
+		6,
 		{{"Spell Power", 7}, {"Resilience Rating", 6}},
 	},
 	[3417] = {
 		"Orange",
+		"Reckless Huge Citrine",
+		6,
 		{{"Spell Power", 7}, {"Haste Rating", 6}},
 	},
 	[3418] = {
 		"Orange",
+		"Swalwart Huge Citrine",
+		6,
 		{{"Dodge Rating", 6}, {"Defense Rating", 6}},
 	},
 	[3419] = {
 		"Orange",
+		"Glimmering Huge Citrine",
+		6,
 		{{"Parry Rating", 6}, {"Defense Rating", 6}},
 	},
 	[3420] = {
 		"Orange",
+		"Accurate Huge Citrine",
+		6,
 		{{"Expertise Rating", 6}, {"Hit Rating", 6}},
 	},
 	[3421] = {
 		"Orange",
+		"Resolute Huge Citrine",
+		6,
 		{{"Expertise Rating", 6}, {"Defense Rating", 6}},
 	},
 	[3422] = {
 		"Orange",
+		"Wicked Huge Citrine",
+		6,
 		{{"Attack Power", 12}, {"Critical Strike Rating", 6}},
 	},
 	[3423] = {
 		"Orange",
+		"Pristine Huge Citrine",
+		6,
 		{{"Attack Power", 12}, {"Hit Rating", 6}},
 	},
 	[3424] = {
 		"Orange",
+		"Empowered Huge Citrine",
+		6,
 		{{"Attack Power", 12}, {"Resilience Rating", 6}},
 	},
 	[3426] = {
 		"Orange",
+		"Stark Huge Citrine",
+		6,
 		{{"Attack Power", 12}, {"Haste Rating", 6}},
 	},
 	[3427] = {
 		"Green",
+		"Timeless Dark Jade",
+		6,
 		{{"Intellect", 6}, {"Stamina", 9}},
 	},
 	[3428] = {
 		"Green",
+		"Jagged Dark Jade",
+		6,
 		{{"Critical Strike Rating", 6}, {"Stamina", 9}},
 	},
 	[3429] = {
 		"Green",
+		"Vivid Dark Jade",
+		6,
 		{{"Hit Rating", 6}, {"Stamina", 9}},
 	},
 	[3430] = {
 		"Green",
+		"Enduring Dark Jade",
+		6,
 		{{"Defense Rating", 6}, {"Stamina", 9}},
 	},
 	[3431] = {
 		"Green",
+		"Steady Dark Jade",
+		6,
 		{{"Resilience Rating", 6}, {"Stamina", 9}},
 	},
 	[3432] = {
 		"Green",
+		"Forceful Dark Jade",
+		6,
 		{{"Haste Rating", 6}, {"Stamina", 9}},
 	},
 	[3433] = {
 		"Green",
+		"Seer's Dark Jade",
+		6,
 		{{"Intellect", 6}, {"Spirit", 6}},
 	},
 	[3434] = {
 		"Green",
+		"Misty Dark Jade",
+		6,
 		{{"Critical Strike Rating", 6}, {"Spirit", 6}},
 	},
 	[3435] = {
 		"Green",
+		"Shining Dark Jade",
+		6,
 		{{"Hit Rating", 6}, {"Spirit", 6}},
 	},
 	[3436] = {
 		"Green",
+		"Turbid Dark Jade",
+		6,
 		{{"Resilience Rating", 6}, {"Spirit", 6}},
 	},
 	[3437] = {
 		"Green",
+		"Intricate Dark Jade",
+		6,
 		{{"Haste Rating", 6}, {"Spirit", 6}},
 	},
 	[3438] = {
 		"Green",
+		"Dazzling Dark Jade",
+		6,
 		{{"Intellect", 6}, {"MP5", 3}},
 	},
 	[3439] = {
 		"Green",
+		"Sundered Dark Jade",
+		6,
 		{{"Critical Strike Rating", 6}, {"MP5", 3}},
 	},
 	[3440] = {
 		"Green",
+		"Lambent Dark Jade",
+		6,
 		{{"Hit Rating", 6}, {"MP5", 3}},
 	},
 	[3441] = {
 		"Green",
+		"Opaque Dark Jade",
+		6,
 		{{"Resilience Rating", 6}, {"MP5", 3}},
 	},
 	[3442] = {
 		"Green",
+		"Energized Dark Jade",
+		6,
 		{{"Haste Rating", 6}, {"MP5", 3}},
 	},
 	[3443] = {
 		"Green",
+		"Sundered Dark Jade",
+		6,
 		{{"Critical Strike Rating", 6}, {"Spell Penetration", 8}},
 	},
 	[3444] = {
 		"Green",
+		"Tense Dark Jade",
+		6,
 		{{"Hit Rating", 6}, {"Spell Penetration", 8}},
 	},
 	[3445] = {
 		"Green",
+		"Shattered Dark Jade",
+		6,
 		{{"Haste Rating", 6}, {"Spell Penetration", 8}},
 	},
 	[3446] = {
 		"Red",
+		"Bold Scarlet Ruby",
+		8,
 		{{"Strength", 16}},
 	},
 	[3447] = {
 		"Red",
+		"Delicate Scarlet Ruby",
+		8,
 		{{"Agility", 16}},
 	},
 	[3448] = {
 		"Red",
+		"Runed Scarlet Ruby",
+		8,
 		{{"Spell Power", 19}},
 	},
 	[3449] = {
 		"Red",
+		"Bright Scarlet Ruby",
+		8,
 		{{"Attack Power", 32}},
 	},
 	[3450] = {
 		"Red",
+		"Subtle Scarlet Ruby",
+		8,
 		{{"Dodge Rating", 16}},
 	},
 	[3451] = {
 		"Red",
+		"Flashing Scarlet Ruby",
+		8,
 		{{"Parry Rating", 16}},
 	},
 	[3452] = {
 		"Red",
+		"Fractured Scarlet Ruby",
+		8,
 		{{"Armor Penetration Rating", 16}},
 	},
 	[3453] = {
 		"Red",
+		"Precise Scarlet Ruby",
+		8,
 		{{"Expertise Rating", 16}},
 	},
 	[3454] = {
 		"Blue",
+		"Solid Sky Sapphire",
+		8,
 		{{"Stamina", 24}},
 	},
 	[3455] = {
 		"Blue",
+		"Sparkling Sky Sapphire",
+		8,
 		{{"Spirit", 16}},
 	},
 	[3456] = {
 		"Blue",
+		"Lustrous Sky Sapphire",
+		8,
 		{{"MP5", 8}},
 	},
 	[3457] = {
 		"Blue",
+		"Stormy Sky Sapphire",
+		8,
 		{{"Spell Penetration", 20}},
 	},
 	[3458] = {
 		"Yellow",
+		"Brilliant Autumn's Glow",
+		8,
 		{{"Intellect", 16}},
 	},
 	[3459] = {
 		"Yellow",
+		"Smooth Autumn's Glow",
+		8,
 		{{"Critical Strike Rating", 16}},
 	},
 	[3460] = {
 		"Yellow",
+		"Rigid Autumn's Glow",
+		8,
 		{{"Hit Rating", 16}},
 	},
 	[3461] = {
 		"Yellow",
+		"Thick Autumn's Glow",
+		8,
 		{{"Defense Rating", 16}},
 	},
 	[3462] = {
 		"Yellow",
+		"Mystic Autumn's Glow",
+		8,
 		{{"Resilience Rating", 16}},
 	},
 	[3463] = {
 		"Yellow",
+		"Quick Autumn's Glow",
+		8,
 		{{"Haste Rating", 16}},
 	},
 	[3464] = {
 		"Purple",
+		"Sovereign Twilight Opal",
+		8,
 		{{"Strength", 8}, {"Stamina", 12}},
 	},
 	[3465] = {
 		"Purple",
+		"Shifting Twilight Opal",
+		8,
 		{{"Agility", 8}, {"Stamina", 12}},
 	},
 	[3466] = {
 		"Purple",
+		"Glowing Twilight Opal",
+		8,
 		{{"Spell Power", 9}, {"Stamina", 12}},
 	},
 	[3467] = {
 		"Purple",
+		"Balanced Twilight Opal",
+		8,
 		{{"Attack Power", 16}, {"Stamina", 12}},
 	},
 	[3468] = {
 		"Purple",
+		"Regal Twilight Opal",
+		8,
 		{{"Dodge Rating", 8}, {"Stamina", 12}},
 	},
 	[3469] = {
 		"Purple",
+		"Defender's Twilight Opal",
+		8,
 		{{"Parry Rating", 8}, {"Stamina", 12}},
 	},
 	[3470] = {
 		"Purple",
+		"Pusiiant Twilight Opal",
+		8,
 		{{"Armor Penetration Rating", 8}, {"Stamina", 12}},
 	},
 	[3471] = {
 		"Purple",
+		"Guardian's Twilight Opal",
+		8,
 		{{"Expertise Rating", 8}, {"Stamina", 12}},
 	},
 	[3472] = {
 		"Purple",
+		"Purified Twilight Opal",
+		8,
 		{{"Spell Power", 9}, {"Spirit", 8}},
 	},
 	[3473] = {
 		"Purple",
+		"Royal Twilight Opal",
+		8,
 		{{"Spell Power", 9}, {"MP5", 4}},
 	},
 	[3474] = {
 		"Purple",
+		"Tenuous Twilight Opal",
+		8,
 		{{"Agility", 8}, {"MP5", 4}},
 	},
 	[3475] = {
 		"Purple",
+		"Infused Twilight Opal",
+		8,
 		{{"Attack Power", 16}, {"MP5", 4}},
 	},
 	[3476] = {
 		"Purple",
+		"Mysterious Twilight Opal",
+		8,
 		{{"Spell Power", 9}, {"Spell Penetration", 10}},
 	},
 	[3477] = {
 		"Orange",
+		"Inscribed Monarch Topaz",
+		8,
 		{{"Strength", 8}, {"Critical Strike Rating", 8}},
 	},
 	[3478] = {
 		"Orange",
+		"Etched Monarch Topaz",
+		8,
 		{{"Strength", 8}, {"Hit Rating", 8}},
 	},
 	[3479] = {
 		"Orange",
+		"Champion's Monarch Topaz",
+		8,
 		{{"Strength", 8}, {"Defense Rating", 8}},
 	},
 	[3480] = {
 		"Orange",
+		"Resplendent Monarch Topaz",
+		8,
 		{{"Strength", 8}, {"Resilience Rating", 8}},
 	},
 	[3481] = {
 		"Orange",
+		"Fierce Monarch Topaz",
+		8,
 		{{"Strength", 8}, {"Haste Rating", 8}},
 	},
 	[3482] = {
 		"Orange",
+		"Deadly Monarch Topaz",
+		8,
 		{{"Agility", 8}, {"Critical Strike Rating", 8}},
 	},
 	[3483] = {
 		"Orange",
+		"Glinting Monarch Topaz",
+		8,
 		{{"Agility", 8}, {"Hit Rating", 8}},
 	},
 	[3484] = {
 		"Orange",
+		"Lucent Monarch Topaz",
+		8,
 		{{"Agility", 8}, {"Resilience Rating", 8}},
 	},
 	[3485] = {
 		"Orange",
+		"Deft Monarch Topaz",
+		8,
 		{{"Agility", 8}, {"Haste Rating", 8}},
 	},
 	[3486] = {
 		"Orange",
+		"Luminous Monarch Topaz",
+		8,
 		{{"Spell Power", 9}, {"Intellect", 8}},
 	},
 	[3487] = {
 		"Orange",
+		"Potent Monarch Topaz",
+		8,
 		{{"Spell Power", 9}, {"Critical Strike Rating", 8}},
 	},
 	[3488] = {
 		"Orange",
+		"Veiled Monarch Topaz",
+		8,
 		{{"Spell Power", 9}, {"Hit Rating", 8}},
 	},
 	[3489] = {
 		"Orange",
+		"Durable Monarch Topaz",
+		8,
 		{{"Spell Power", 9}, {"Resilience Rating", 8}},
 	},
 	[3490] = {
 		"Orange",
+		"Reckless Monarch Topaz",
+		8,
 		{{"Spell Power", 9}, {"Haste Rating", 8}},
 	},
 	[3491] = {
 		"Orange",
+		"Wicked Monarch Topaz",
+		8,
 		{{"Attack Power", 16}, {"Critical Strike Rating", 8}},
 	},
 	[3492] = {
 		"Orange",
+		"Pristine Monarch Topaz",
+		8,
 		{{"Attack Power", 16}, {"Hit Rating", 8}},
 	},
 	[3493] = {
 		"Orange",
+		"Empowered Monarch Topaz",
+		8,
 		{{"Attack Power", 16}, {"Resilience Rating", 8}},
 	},
 	[3494] = {
 		"Orange",
+		"Stark Monarch Topaz",
+		8,
 		{{"Attack Power", 16}, {"Haste Rating", 8}},
 	},
 	[3495] = {
 		"Orange",
+		"Stalwart Monarch Topaz",
+		8,
 		{{"Dodge Rating", 8}, {"Defense Rating", 8}},
 	},
 	[3496] = {
 		"Orange",
+		"Glimmering Monarch Topaz",
+		8,
 		{{"Parry Rating", 8}, {"Defense Rating", 8}},
 	},
 	[3497] = {
 		"Orange",
+		"Accurate Monarch Topaz",
+		8,
 		{{"Expertise Rating", 8}, {"Hit Rating", 8}},
 	},
 	[3498] = {
 		"Orange",
+		"Resolute Monarch Topaz",
+		8,
 		{{"Expertise Rating", 8}, {"Defense Rating", 8}},
 	},
 	[3499] = {
 		"Green",
+		"Timeless Forest Emerald",
+		8,
 		{{"Intellect", 8}, {"Stamina", 12}},
 	},
 	[3500] = {
 		"Green",
+		"Jagged Forest Emerald",
+		8,
 		{{"Critical Strike Rating", 8}, {"Stamina", 12}},
 	},
 	[3501] = {
 		"Green",
+		"Vivid Forest Emerald",
+		8,
 		{{"Hit Rating", 8}, {"Stamina", 12}},
 	},
 	[3502] = {
 		"Green",
+		"Enduring Forest Emerald",
+		8,
 		{{"Defense Rating", 8}, {"Stamina", 12}},
 	},
 	[3503] = {
 		"Green",
+		"Steady Forest Emerald",
+		8,
 		{{"Resilience Rating", 8}, {"Stamina", 12}},
 	},
 	[3504] = {
 		"Green",
+		"Forceful Forest Emerald",
+		8,
 		{{"Haste Rating", 8}, {"Stamina", 12}},
 	},
 	[3505] = {
 		"Green",
+		"Seer's Forest Emerald",
+		8,
 		{{"Intellect", 8}, {"Spirit", 8}},
 	},
 	[3506] = {
 		"Green",
+		"Misty Forest Emerald",
+		8,
 		{{"Critical Strike Rating", 8}, {"Spirit", 8}},
 	},
 	[3507] = {
 		"Green",
+		"Shining Forest Emerald",
+		8,
 		{{"Hit Rating", 8}, {"Spirit", 8}},
 	},
 	[3508] = {
 		"Green",
+		"Turbid Forest Emerald",
+		8,
 		{{"Resilience Rating", 8}, {"Spirit", 8}},
 	},
 	[3509] = {
 		"Green",
+		"Intricate Forest Emerald",
+		8,
 		{{"Haste Rating", 8}, {"Spirit", 8}},
 	},
 	[3510] = {
 		"Green",
+		"Dazzling Forest Emerald",
+		8,
 		{{"Intellect", 8}, {"MP5", 4}},
 	},
 	[3511] = {
 		"Green",
+		"Sundered Forest Emerald",
+		8,
 		{{"Critical Strike Rating", 8}, {"MP5", 4}},
 	},
 	[3512] = {
 		"Green",
+		"Lambent Forest Emerald",
+		8,
 		{{"Hit Rating", 8}, {"MP5", 4}},
 	},
 	[3513] = {
 		"Green",
+		"Opaque Forest Emerald",
+		8,
 		{{"Resilience Rating", 8}, {"MP5", 4}},
 	},
 	[3514] = {
 		"Green",
+		"Energized Forest Emerald",
+		8,
 		{{"Haste Rating", 8}, {"MP5", 4}},
 	},
 	[3515] = {
 		"Green",
+		"Radiant Forest Emerald",
+		8,
 		{{"Critical Strike Rating", 8}, {"Spell Penetration", 10}},
 	},
 	[3516] = {
 		"Green",
+		"Tense Forest Emerald",
+		8,
 		{{"Hit Rating", 8}, {"Spell Penetration", 10}},
 	},
 	[3517] = {
 		"Green",
+		"Shattered Forest Emerald",
+		8,
 		{{"Haste Rating", 8}, {"Spell Penetration", 10}},
 	},
 	[3518] = {
 		"Red",
+		"Bold Cardinal Ruby",
+		9,
 		{{"Strength", 20}},
 	},
 	[3519] = {
 		"Red",
+		"Delicate Cardinal Ruby",
+		9,
 		{{"Agility", 20}},
 	},
 	[3520] = {
 		"Red",
+		"Runed Cardinal Ruby",
+		9,
 		{{"Spell Power", 23}},
 	},
 	[3521] = {
 		"Red",
+		"Bright Cardinal Ruby",
+		9,
 		{{"Attack Power", 40}},
 	},
 	[3522] = {
 		"Red",
+		"Subtle Cardinal Ruby",
+		9,
 		{{"Dodge Rating", 20}},
 	},
 	[3523] = {
 		"Red",
+		"Flashing Cardinal Ruby",
+		9,
 		{{"Parry Rating", 20}},
 	},
 	[3524] = {
 		"Red",
+		"Precise Cardinal Ruby",
+		9,
 		{{"Expertise Rating", 20}},
 	},
 	[3525] = {
 		"Red",
+		"Fractured Cardinal Ruby",
+		9,
 		{{"Armor Penetration Rating", 20}},
 	},
 	[3526] = {
 		"Yellow",
+		"Brilliant King's Amber",
+		9,
 		{{"Intellect", 20}},
 	},
 	[3527] = {
 		"Yellow",
+		"Smooth King's Amber",
+		9,
 		{{"Critical Strike Rating", 20}},
 	},
 	[3528] = {
 		"Yellow",
+		"Rigid King's Amber",
+		9,
 		{{"Hit Rating", 20}},
 	},
 	[3529] = {
 		"Yellow",
+		"Thick King's Amber",
+		9,
 		{{"Defense Rating", 20}},
 	},
 	[3530] = {
 		"Yellow",
+		"Mystic King's Amber",
+		9,
 		{{"Resilience Rating", 20}},
 	},
 	[3531] = {
 		"Yellow",
+		"Quick King's Amber",
+		9,
 		{{"Haste Rating", 20}},
 	},
 	[3532] = {
 		"Blue",
+		"Solid Majestic Zircon",
+		9,
 		{{"Stamina", 30}},
 	},
 	[3533] = {
 		"Blue",
+		"Sparkling Majestic Zircon",
+		9,
 		{{"Spirit", 20}},
 	},
 	[3534] = {
 		"Blue",
+		"Lustrous Majestic Zircon",
+		9,
 		{{"MP5", 10}},
 	},
 	[3535] = {
 		"Blue",
+		"Stormy Majestic Zircon",
+		9,
 		{{"Spell Penetration", 25}},
 	},
 	[3536] = {
 		"Purple",
+		"Sovereign Dreadstone",
+		9,
 		{{"Strength", 10}, {"Stamina", 15}},
 	},
 	[3537] = {
 		"Purple",
+		"Shifting Dreadstone",
+		9,
 		{{"Agility", 10}, {"Stamina", 15}},
 	},
 	[3538] = {
 		"Purple",
+		"Glowing Dreadstone",
+		9,
 		{{"Spell Power", 12}, {"Stamina", 15}},
 	},
 	[3539] = {
 		"Purple",
+		"Balanced Dreadstone",
+		9,
 		{{"Attack Power", 20}, {"Stamina", 15}},
 	},
 	[3540] = {
 		"Purple",
+		"Regal Dreadstone",
+		9,
 		{{"Dodge Rating", 10}, {"Stamina", 15}},
 	},
 	[3541] = {
 		"Purple",
+		"Defender's Dreadstone",
+		9,
 		{{"Parry Rating", 10}, {"Stamina", 15}},
 	},
 	[3542] = {
 		"Purple",
+		"Guardian's Dreadstone",
+		9,
 		{{"Expertise Rating", 10}, {"Stamina", 15}},
 	},
 	[3543] = {
 		"Purple",
+		"Puissant Dreadstone",
+		9,
 		{{"Armor Penetration Rating", 10}, {"Stamina", 15}},
 	},
 	[3544] = {
 		"Purple",
+		"Tenuous Dreadstone",
+		9,
 		{{"Agility", 10}, {"MP5", 5}},
 	},
 	[3545] = {
 		"Purple",
+		"Purified Dreadstone",
+		9,
 		{{"Spell Power", 12}, {"Spirit", 10}},
 	},
 	[3546] = {
 		"Purple",
+		"Royal Dreadstone",
+		9,
 		{{"Spell Power", 12}, {"MP5", 5}},
 	},
 	[3547] = {
 		"Purple",
+		"Infused Dreadstone",
+		9,
 		{{"Attack Power", 20}, {"MP5", 5}},
 	},
 	[3548] = {
 		"Purple",
+		"Mysterious Dreadstone",
+		9,
 		{{"Spell Power", 12}, {"Spell Penetration", 13}},
 	},
 	[3549] = {
 		"Orange",
+		"Inscribed Ametrine",
+		9,
 		{{"Strength", 10}, {"Critical Strike Rating", 10}},
 	},
 	[3550] = {
 		"Orange",
+		"Etched Ametrine",
+		9,
 		{{"Strength", 10}, {"Hit Rating", 10}},
 	},
 	[3551] = {
 		"Orange",
+		"Champion's Ametrine",
+		9,
 		{{"Strength", 10}, {"Defense Rating", 10}},
 	},
 	[3552] = {
 		"Orange",
+		"Resplendent Ametrine",
+		9,
 		{{"Strength", 10}, {"Resilience Rating", 10}},
 	},
 	[3553] = {
 		"Orange",
+		"Fierce Ametrine",
+		9,
 		{{"Strength", 10}, {"Haste Rating", 10}},
 	},
 	[3554] = {
 		"Orange",
+		"Deadly Ametrine",
+		9,
 		{{"Agility", 10}, {"Critical Strike Rating", 10}},
 	},
 	[3555] = {
 		"Orange",
+		"Glinting Ametrine",
+		9,
 		{{"Agility", 10}, {"Hit Rating", 10}},
 	},
 	[3556] = {
 		"Orange",
+		"Lucent Ametrine",
+		9,
 		{{"Agility", 10}, {"Resilience Rating", 10}},
 	},
 	[3557] = {
 		"Orange",
+		"Deft Ametrine",
+		9,
 		{{"Agility", 10}, {"Haste Rating", 10}},
 	},
 	[3558] = {
 		"Orange",
+		"Luminous Ametrine",
+		9,
 		{{"Spell Power", 12}, {"Intellect", 10}},
 	},
 	[3559] = {
 		"Orange",
+		"Potent Ametrine",
+		9,
 		{{"Spell Power", 12}, {"Critical Strike Rating", 10}},
 	},
 	[3560] = {
 		"Orange",
+		"Veiled Ametrine",
+		9,
 		{{"Spell Power", 12}, {"Hit Rating", 10}},
 	},
 	[3561] = {
 		"Orange",
+		"Durable Ametrine",
+		9,
 		{{"Spell Power", 12}, {"Resilience Rating", 10}},
 	},
 	[3563] = {
 		"Orange",
+		"Reckless Ametrine",
+		9,
 		{{"Spell Power", 12}, {"Haste Rating", 10}},
 	},
 	[3564] = {
 		"Orange",
+		"Wicked Ametrine",
+		9,
 		{{"Attack Power", 20}, {"Critical Strike Rating", 10}},
 	},
 	[3565] = {
 		"Orange",
+		"Pristine Ametrine",
+		9,
 		{{"Attack Power", 20}, {"Hit Rating", 10}},
 	},
 	[3566] = {
 		"Orange",
+		"Empowered Ametrine",
+		9,
 		{{"Attack Power", 20}, {"Resilience Rating", 10}},
 	},
 	[3567] = {
 		"Orange",
+		"Stark Ametrine",
+		9,
 		{{"Attack Power", 20}, {"Haste Rating", 10}},
 	},
 	[3568] = {
 		"Orange",
+		"Stalwart Ametrine",
+		9,
 		{{"Dodge Rating", 10}, {"Defense Rating", 10}},
 	},
 	[3569] = {
 		"Orange",
+		"Glimmering Ametrine",
+		9,
 		{{"Parry Rating", 10}, {"Defense Rating", 10}},
 	},
 	[3570] = {
 		"Orange",
+		"Accurate Ametrine",
+		9,
 		{{"Expertise Rating", 10}, {"Hit Rating", 10}},
 	},
 	[3571] = {
 		"Orange",
+		"Resolute Ametrine",
+		9,
 		{{"Expertise Rating", 10}, {"Defense Rating", 10}},
 	},
 	[3572] = {
 		"Green",
+		"Timeless Eye of Zul",
+		9,
 		{{"Intellect", 10}, {"Stamina", 15}},
 	},
 	[3573] = {
 		"Green",
+		"Jagged Eye of Zul",
+		9,
 		{{"Critical Strike Rating", 10}, {"Stamina", 15}},
 	},
 	[3574] = {
 		"Green",
+		"Vivid Eye of Zul",
+		9,
 		{{"Hit Rating", 10}, {"Stamina", 15}},
 	},
 	[3575] = {
 		"Green",
+		"Enduring Eye of Zul",
+		9,
 		{{"Defense Rating", 10}, {"Stamina", 15}},
 	},
 	[3576] = {
 		"Green",
+		"Steady Eye of Zul",
+		9,
 		{{"Resilience Rating", 10}, {"Stamina", 15}},
 	},
 	[3577] = {
 		"Green",
+		"Forceful Eye of Zul",
+		9,
 		{{"Haste Rating", 10}, {"Stamina", 15}},
 	},
 	[3578] = {
 		"Green",
+		"Seer's Eye of Zul",
+		9,
 		{{"Intellect", 10}, {"Spirit", 10}},
 	},
 	[3579] = {
 		"Green",
+		"Misty Eye of Zul",
+		9,
 		{{"Critical Strike Rating", 10}, {"Spirit", 10}},
 	},
 	[3580] = {
 		"Green",
+		"Shining Eye of Zul",
+		9,
 		{{"Hit Rating", 10}, {"Spirit", 10}},
 	},
 	[3581] = {
 		"Green",
+		"Turbid Eye of Zul",
+		9,
 		{{"Resilience Rating", 10}, {"Spirit", 10}},
 	},
 	[3582] = {
 		"Green",
+		"Intricate Eye of Zul",
+		9,
 		{{"Haste Rating", 10}, {"Spirit", 10}},
 	},
 	[3583] = {
 		"Green",
+		"Dazzling Eye of Zul",
+		9,
 		{{"Intellect", 10}, {"MP5", 5}},
 	},
 	[3584] = {
 		"Green",
+		"Sundered Eye of Zul",
+		9,
 		{{"Critical Strike Rating", 10}, {"MP5", 5}},
 	},
 	[3585] = {
 		"Green",
+		"Lambent Eye of Zul",
+		9,
 		{{"Hit Rating", 10}, {"MP5", 5}},
 	},
 	[3586] = {
 		"Green",
+		"Opaque Eye of Zul",
+		9,
 		{{"Resilience Rating", 10}, {"MP5", 5}},
 	},
 	[3587] = {
 		"Green",
+		"Energized Eye of Zul",
+		9,
 		{{"Haste Rating", 10}, {"MP5", 5}},
 	},
 	[3588] = {
 		"Green",
+		"Radiant Eye of Zul",
+		9,
 		{{"Critical Strike Rating", 10}, {"Spell Penetration", 13}},
 	},
 	[3589] = {
 		"Green",
+		"Tense Eye of Zul",
+		9,
 		{{"Hit Rating", 10}, {"Spell Penetration", 13}},
 	},
 	[3590] = {
 		"Green",
+		"Shattered Eye of Zul",
+		9,
 		{{"Haste Rating", 10}, {"Spell Penetration", 13}},
 	},
 	[3621] = {
 		"Meta",
+		"Chaotic Skyflare Diamond",
+		8,
 		{{"Critical Strike Rating", 21}, {"Critical Damage Percent", 3}},
 	},
 	[3622] = {
 		"Meta",
+		"Destructive Skyflare Diamond",
+		8,
 		{{"Critical Strike Rating", 25}, {"Spell Reflect Percent", 1}},
 	},
 	[3623] = {
 		"Meta",
+		"Ember Skyflare Diamond",
+		8,
 		{{"Spell Power", 25}, {"Intellect Percent", 2}},
 	},
 	[3624] = {
 		"Meta",
+		"Egnimatic Skyflare Diamond",
+		8,
 		{{"Critical Strike Rating", 21}, {"Snare/Root Duration Percent", -10}},
 	},
 	[3625] = {
 		"Meta",
+		"Swift Skyflare Diamond",
+		8,
 		{{"Attack Power", 42}, {"Minor Run Speed", 1}},
 	},
 	[3626] = {
 		"Meta",
+		"Bracing Earthsiege Diamond",
+		8,
 		{{"Spell Power", 25}, {"Threat Percent", -2}},
 	},
 	[3627] = {
 		"Meta",
+		"Insightful Earthsiege Diamond",
+		8,
 		{{"Intellect", 21}, {"Chance to restore mana on spellcast", 1}},
 	},
 	[3628] = {
 		"Meta",
+		"Relentless Earthsiege Diamond",
+		8,
 		{{"Agility", 21}, {"Critical Damage Percent", 3}},
 	},
 	[3631] = {
 		"Meta",
+		"Eternal Earthsiege Diamond",
+		8,
 		{{"Defense Rating", 21}, {"Block Value Percent", 5}},
 	},
 	[3632] = {
 		"Meta",
+		"Tireless Skyflare Diamond",
+		8,
 		{{"Spell Power", 25}, {"Minor Run Speed", 1}},
 	},
 	[3633] = {
 		"Meta",
+		"Revitalizing Skyflare Diamond",
+		8,
 		{{"MP5", 11}, {"Critical Healing Percent", 3}},
 	},
 	[3634] = {
 		"Meta",
+		"Effulgent Skyflare Diamond",
+		8,
 		{{"Stamina", 32}, {"Spell Damage Taken Percent", -2}},
 	},
 	[3635] = {
 		"Meta",
+		"Forlorn Skyflare Diamond",
+		8,
 		{{"Spell Power", 25}, {"Silence Duration Percent", -10}},
 	},
 	[3636] = {
 		"Meta",
+		"Impassive Skyflare Diamond",
+		8,
 		{{"Critical Strike Rating", 21}, {"Fear Duration Percent", -10}},
 	},
 	[3637] = {
 		"Meta",
+		"Austere Earthsiege Diamond",
+		8,
 		{{"Stamina", 32}, {"Armor from Items Percent", 2}},
 	},
 	[3638] = {
 		"Meta",
+		"Persistent Earthsiege Diamond",
+		8,
 		{{"Attack Power", 42}, {"Stun Duration Percent", -10}},
 	},
 	[3639] = {
 		"Meta",
+		"Trenchant Earthsiege Diamond",
+		8,
 		{{"Spell Power", 25}, {"Stun Duration Percent", -10}},
 	},
 	[3640] = {
 		"Meta",
+		"Invigorating Earthsiege Diamond",
+		8,
 		{{"Attack Power", 42}, {"Sometimes Heal on Your Crits", 1}},
 	},
 	[3641] = {
 		"Meta",
+		"Beaming Earthsiege Diamond",
+		8,
 		{{"Critical Strike Rating", 21}, {"Mana Percent", 2}},
 	},
 	[3642] = {
 		"Meta",
+		"Powerful Earthsiege Diamond",
+		8,
 		{{"Stamina", 32}, {"Stun Duration Percent", -10}},
 	},
 	[3643] = {
 		"Meta",
+		"Thundering Skyflare Diamond",
+		8,
 		{{"Chance to Increase Melee/Ranged Attack Speed", 1}},
 	},
 	[3644] = {
 		"Red",
+		"Perfect Delicate Bloodstone",
+		7,
 		{{"Agility", 14}},
 	},
 	[3646] = {
 		"Red",
+		"Perfect Subtle Bloodstone",
+		7,
 		{{"Dodge Rating", 14}},
 	},
 	[3647] = {
 		"Red",
+		"Perfect Precise Bloodstone",
+		7,
 		{{"Expertise Rating", 14}},
 	},
 	[3648] = {
 		"Red",
+		"Perfect Flashing Bloodstone",
+		7,
 		{{"Parry Rating", 14}},
 	},
 	[3649] = {
 		"Red",
+		"Perfect Bold Bloodstone",
+		7,
 		{{"Strength", 14}},
 	},
 	[3650] = {
 		"Red",
+		"Perfect Runed Bloodstone",
+		7,
 		{{"Spell Power", 16}},
 	},
 	[3651] = {
 		"Red",
+		"Perfect Bright Bloodstone",
+		7,
 		{{"Attack Power", 28}},
 	},
 	[3652] = {
 		"Red",
+		"Perfect Fractured Bloodstone",
+		7,
 		{{"Armor Penetration Rating", 14}},
 	},
 	[3653] = {
 		"Blue",
+		"Perfect Sparkling Chalcedony",
+		7,
 		{{"Spirit", 14}},
 	},
 	[3654] = {
 		"Blue",
+		"Perfect Lustrous Chalcedony",
+		7,
 		{{"MP5", 7}},
 	},
 	[3655] = {
 		"Blue",
+		"Perfect Solid Chalcedony",
+		7,
 		{{"Stamina", 21}},
 	},
 	[3656] = {
 		"Blue",
+		"Perfect Stormy Chalcedony",
+		7,
 		{{"Spell Penetration", 18}},
 	},
 	[3657] = {
 		"Yellow",
+		"Perfect Smooth Sun Crystal",
+		7,
 		{{"Critical Strike Rating", 14}},
 	},
 	[3658] = {
 		"Yellow",
+		"Perfect Thick Sun Crystal",
+		7,
 		{{"Defense Rating", 14}},
 	},
 	[3659] = {
 		"Yellow",
+		"Perfect Quick Sun Crystal",
+		7,
 		{{"Haste Rating", 14}},
 	},
 	[3660] = {
 		"Yellow",
+		"Perfect Rigid Sun Crystal",
+		7,
 		{{"Hit Rating", 14}},
 	},
 	[3661] = {
 		"Yellow",
+		"Perfect Brilliant Sun Crystal",
+		7,
 		{{"Intellect", 14}},
 	},
 	[3662] = {
 		"Yellow",
+		"Perfect Mystic Sun Crystal",
+		7,
 		{{"Resilience Rating", 14}},
 	},
 	[3663] = {
 		"Purple",
+		"Perfect Infused Shadow Crystal",
+		7,
 		{{"Attack Power", 14}, {"MP5", 4}},
 	},
 	[3664] = {
 		"Purple",
+		"Perfect Balanced Shadow Crystal",
+		7,
 		{{"Attack Power", 14}, {"Stamina", 11}},
 	},
 	[3665] = {
 		"Purple",
+		"Perfect Puissant Shadow Crystal",
+		7,
 		{{"Armor Penetration Rating", 7}, {"Stamina", 11}},
 	},
 	[3666] = {
 		"Purple",
+		"Perfect Tenuous Shadow Crystal",
+		7,
 		{{"Agility", 7}, {"MP5", 4}},
 	},
 	[3667] = {
 		"Purple",
+		"Perfect Shifting Shadow Crystal",
+		7,
 		{{"Agility", 7}, {"Stamina", 11}},
 	},
 	[3668] = {
 		"Purple",
+		"Perfect Regal Shadow Crystal",
+		7,
 		{{"Dodge Rating", 7}, {"Stamina", 11}},
 	},
 	[3669] = {
 		"Purple",
+		"Perfect Guardian's Shadow Crystal",
+		7,
 		{{"Expertise Rating", 7}, {"Stamina", 11}},
 	},
 	[3670] = {
 		"Purple",
+		"Perfect Defender's Shadow Crystal",
+		7,
 		{{"Parry Rating", 7}, {"Stamina", 11}},
 	},
 	[3671] = {
 		"Purple",
+		"Perfect Sovereign Shadow Crystal",
+		7,
 		{{"Strength", 7}, {"Stamina", 11}},
 	},
 	[3672] = {
 		"Purple",
+		"Perfect Royal Shadow Crystal",
+		7,
 		{{"Spell Power", 8}, {"MP5", 4}},
 	},
 	[3673] = {
 		"Purple",
+		"Perfect Purified Shadow Crystal",
+		7,
 		{{"Spell Power", 8}, {"Spirit", 7}},
 	},
 	[3674] = {
 		"Purple",
+		"Perfect Mysterious Shadow Crystal",
+		7,
 		{{"Spell Power", 8}, {"Spell Penetration", 9}},
 	},
 	[3675] = {
 		"Purple",
+		"Perfect Glowing Shadow Crystal",
+		7,
 		{{"Spell Power", 8}, {"Stamina", 11}},
 	},
 	[3677] = {
 		"Orange",
+		"Perfect Deft Huge Citrine",
+		7,
 		{{"Agility", 7}, {"Haste Rating", 7}},
 	},
 	[3678] = {
 		"Orange",
+		"Perfect Stark Huge Citrine",
+		7,
 		{{"Attack Power", 14}, {"Haste Rating", 7}},
 	},
 	[3679] = {
 		"Orange",
+		"Perfect Pristine Huge Citrine",
+		7,
 		{{"Attack Power", 14}, {"Hit Rating", 7}},
 	},
 	[3680] = {
 		"Orange",
+		"Perfect Empowered Huge Citrine",
+		7,
 		{{"Attack Power", 14}, {"Resilience Rating", 7}},
 	},
 	[3681] = {
 		"Orange",
+		"Perfect Inscribed Huge Citrine",
+		7,
 		{{"Strength", 7}, {"Critical Strike Rating", 7}},
 	},
 	[3682] = {
 		"Orange",
+		"Perfect Etched Huge Citrine",
+		7,
 		{{"Strength", 7}, {"Hit Rating", 7}},
 	},
 	[3683] = {
 		"Orange",
+		"Perfect Champion's Huge Citrine",
+		7,
 		{{"Strength", 7}, {"Defense Rating", 7}},
 	},
 	[3684] = {
 		"Orange",
+		"Perfect Resplendent Huge Citrine",
+		7,
 		{{"Strength", 7}, {"Resilience Rating", 7}},
 	},
 	[3685] = {
 		"Orange",
+		"Perfect Fierce Huge Citrine",
+		7,
 		{{"Strength", 7}, {"Haste Rating", 7}},
 	},
 	[3686] = {
 		"Orange",
+		"Perfect Deadly Huge Citrine",
+		7,
 		{{"Agility", 7}, {"Critical Strike Rating", 7}},
 	},
 	[3687] = {
 		"Orange",
+		"Perfect Glinting Huge Citrine",
+		7,
 		{{"Agility", 7}, {"Hit Rating", 7}},
 	},
 	[3688] = {
 		"Orange",
+		"Perfect Lucent Huge Citrine",
+		7,
 		{{"Agility", 7}, {"Resilience Rating", 7}},
 	},
 	[3689] = {
 		"Orange",
+		"Perfect Luminous Huge Citrine",
+		7,
 		{{"Spell Power", 8}, {"Intellect", 7}},
 	},
 	[3690] = {
 		"Orange",
+		"Perfect Potent Huge Citrine",
+		7,
 		{{"Spell Power", 8}, {"Critical Strike Rating", 7}},
 	},
 	[3691] = {
 		"Orange",
+		"Perfect Veiled Huge Citrine",
+		7,
 		{{"Spell Power", 8}, {"Hit Rating", 7}},
 	},
 	[3692] = {
 		"Orange",
+		"Perfect Durable Huge Citrine",
+		7,
 		{{"Spell Power", 8}, {"Resilience Rating", 7}},
 	},
 	[3693] = {
 		"Orange",
+		"Perfect Reckless Huge Citrine",
+		7,
 		{{"Spell Power", 8}, {"Haste Rating", 7}},
 	},
 	[3694] = {
 		"Orange",
+		"Perfect Stalwart Huge Citrine",
+		7,
 		{{"Dodge Rating", 7}, {"Defense Rating", 7}},
 	},
 	[3695] = {
 		"Orange",
+		"Perfect Glimmering Huge Citrine",
+		7,
 		{{"Parry Rating", 7}, {"Defense Rating", 7}},
 	},
 	[3696] = {
 		"Orange",
+		"Perfect Accurate Huge Citrine",
+		7,
 		{{"Expertise Rating", 7}, {"Hit Rating", 7}},
 	},
 	[3697] = {
 		"Orange",
+		"Perfect Resolute Huge Citrine",
+		7,
 		{{"Expertise Rating", 7}, {"Defense Rating", 7}},
 	},
 	[3698] = {
 		"Green",
+		"Perfect Misty Dark Jade",
+		7,
 		{{"Critical Strike Rating", 7}, {"Spirit", 7}},
 	},
 	[3699] = {
 		"Green",
+		"Perfect Jagged Dark Jade",
+		7,
 		{{"Critical Strike Rating", 7}, {"Stamina", 11}},
 	},
 	[3700] = {
 		"Green",
+		"Perfect Enduring Dark Jade",
+		7,
 		{{"Defense Rating", 7}, {"Stamina", 11}},
 	},
 	[3701] = {
 		"Green",
+		"Perfect Intricate Dark Jade",
+		7,
 		{{"Haste Rating", 7}, {"Spirit", 7}},
 	},
 	[3702] = {
 		"Green",
+		"Perfect Forceful Dark Jade",
+		7,
 		{{"Haste Rating", 7}, {"Stamina", 11}},
 	},
 	[3703] = {
 		"Green",
+		"Perfect Shining Dark Jade",
+		7,
 		{{"Hit Rating", 7}, {"Spirit", 7}},
 	},
 	[3704] = {
 		"Green",
+		"Perfect Vivid Dark Jade",
+		7,
 		{{"Hit Rating", 7}, {"Stamina", 11}},
 	},
 	[3705] = {
 		"Green",
+		"Perfect Seer's Dark Jade",
+		7,
 		{{"Intellect", 7}, {"Spirit", 7}},
 	},
 	[3706] = {
 		"Green",
+		"Perfect Timeless Dark Jade",
+		7,
 		{{"Intellect", 7}, {"Stamina", 11}},
 	},
 	[3707] = {
 		"Green",
+		"Perfect Turbid Dark Jade",
+		7,
 		{{"Resilience Rating", 7}, {"Spirit", 7}},
 	},
 	[3708] = {
 		"Green",
+		"Perfect Steady Dark Jade",
+		7,
 		{{"Resilience Rating", 7}, {"Stamina", 11}},
 	},
 	[3709] = {
 		"Green",
+		"Perfect Radiant Dark Jade",
+		7,
 		{{"Critical Strike Rating", 7}, {"Spell Penetration", 9}},
 	},
 	[3710] = {
 		"Green",
+		"Perfect Sundered Dark Jade",
+		7,
 		{{"Critical Strike Rating", 7}, {"MP5", 4}},
 	},
 	[3711] = {
 		"Green",
+		"Perfect Dazzling Dark Jade",
+		7,
 		{{"Intellect", 7}, {"MP5", 4}},
 	},
 	[3712] = {
 		"Green",
+		"Perfect Lambent Dark Jade",
+		7,
 		{{"Hit Rating", 7}, {"MP5", 4}},
 	},
 	[3713] = {
 		"Green",
+		"Perfect Opaque Dark Jade",
+		7,
 		{{"Resilience Rating", 7}, {"MP5", 4}},
 	},
 	[3714] = {
 		"Green",
+		"Perfect Energized Dark Jade",
+		7,
 		{{"Haste Rating", 7}, {"MP5", 4}},
 	},
 	[3715] = {
 		"Green",
+		"Perfect Tense Dark Jade",
+		7,
 		{{"Hit Rating", 7}, {"Spell Penetration", 9}},
 	},
 	[3716] = {
 		"Green",
+		"Perfect Shattered Dark Jade",
+		7,
 		{{"Haste Rating", 7}, {"Spell Penetration", 9}},
 	},
 	[3732] = {
 		"Red",
+		"Bold Dragon's Eye",
+		11,
 		{{"Strength", 34}},
 	},
 	[3733] = {
 		"Red",
+		"Delicate Dragon's Eye",
+		11,
 		{{"Agility", 34}},
 	},
 	[3734] = {
 		"Red",
+		"Runed Dragon's Eye",
+		11,
 		{{"Spell Power", 39}},
 	},
 	[3735] = {
 		"Blue",
+		"Sparkling Dragon's Eye",
+		11,
 		{{"Spirit", 34}},
 	},
 	[3736] = {
 		"Blue",
+		"Lustrous Dragon's Eye",
+		11,
 		{{"MP5", 17}},
 	},
 	[3737] = {
 		"Yellow",
+		"Brilliant Dragon's Eye",
+		11,
 		{{"Intellect", 34}},
 	},
 	[3738] = {
 		"Yellow",
+		"Smooth Dragon's Eye",
+		11,
 		{{"Critical Strike Rating", 34}},
 	},
 	[3739] = {
 		"Yellow",
+		"Quick Dragon's Eye",
+		11,
 		{{"Haste Rating", 34}},
 	},
 	[3740] = {
 		"Red",
+		"Subtle Dragon's Eye",
+		11,
 		{{"Dodge Rating", 34}},
 	},
 	[3741] = {
 		"Red",
+		"Flashing Dragon's Eye",
+		34,
 		{{"Parry Rating", 34}},
 	},
 	[3742] = {
 		"Yellow",
+		"Rigid Dragon's Eye",
+		11,
 		{{"Hit Rating", 34}},
 	},
 	[3743] = {
 		"Yellow",
+		"Thick Dragon's Eye",
+		11,
 		{{"Defense Rating", 34}},
 	},
 	[3744] = {
 		"Yellow",
+		"Mystic Dragon's Eye",
+		11,
 		{{"Resilience Rating", 34}},
 	},
 	[3745] = {
 		"Red",
+		"Fractured Dragon's Eye",
+		11,
 		{{"Armor Penetration Rating", 34}},
 	},
 	[3746] = {
 		"Red",
+		"Precise Dragon's Eye",
+		11,
 		{{"Expertise Rating", 34}},
 	},
 	[3747] = {
 		"Blue",
+		"Stormy Dragon's Eye",
+		11,
 		{{"Spell Penetration", 43}},
 	},
 	[3749] = {
 		"Prismatic",
+		"Enchanted Pearl",
+		10,
 		{{"All Stats", 4}},
 	},
 	[3750] = {
 		"Prismatic",
+		"Enchanted Tear",
+		10,
 		{{"All Stats", 6}},
 	},
 	[3767] = {
 		"Orange",
+		"Perfect Wicked Huge Citrine",
+		7,
 		{{"Attack Power", 14}, {"Critical Strike Rating", 7}},
 	},
 	[3792] = {
 		"Yellow",
+		"Kharmaa's Grace",
+		9,
 		{{"Resilience Rating", 20}},
 	},
 	[3798] = {
 		"Meta",
+		"Swift Starflare Diamond",
+		8,
 		{{"Attack Power", 34}, {"Minor Run Speed", 1}},
 	},
 	[3799] = {
 		"Meta",
+		"Tireless Starflare Diamond",
+		8,
 		{{"Spell Power", 20}, {"Minor Run Speed", 1}},
 	},
 	[3800] = {
 		"Meta",
+		"Impassive Starflare Diamond",
+		8,
 		{{"Critical Strike Rating", 17}, {"Fear Duration Percent", -10}},
 	},
 	[3801] = {
 		"Meta",
+		"Egnimatic Starflare Diamond",
+		8,
 		{{"Critical Strike Rating", 17}, {"Snare/Root Duration Percent", -10}},
 	},
 	[3802] = {
 		"Meta",
+		"Forlorn Starflare Diamond",
+		8,
 		{{"Spell Power", 20}, {"Silence Duration Percent", -10}},
 	},
 	[3803] = {
 		"Meta",
+		"Persistent Earthshatter Diamond",
+		8,
 		{{"Attack Power", 34}, {"Stun Duration Percent", -10}},
 	},
 	[3804] = {
 		"Meta",
+		"Powerful Earthshatter Diamond",
+		8,
 		{{"Stamina", 26}, {"Stun Duration Percent", -10}},
 	},
 	[3805] = {
 		"Meta",
+		"Trenchant Earthshatter Diamond",
+		8,
 		{{"Spell Power", 20}, {"Stun Duration Percent", -10}},
 	},
 	[3861] = {
 		"Red",
+		"Bold Stormjewel",
+		9,
 		{{"Strength", 20}},
 	},
 	[3862] = {
 		"Red",
+		"Delicate Stormjewel",
+		9,
 		{{"Agility", 20}},
 	},
 	[3863] = {
 		"Blue",
+		"Solid Stormjewel",
+		9,
 		{{"Stamina", 30}},
 	},
 	[3864] = {
 		"Blue",
+		"Sparkling Stormjewel",
+		9,
 		{{"Spirit", 20}},
 	},
 	[3865] = {
 		"Yellow",
+		"Brilliant Stormjewel",
+		9,
 		{{"Intellect", 20}},
 	},
 	[3866] = {
 		"Red",
+		"Runed Stormjewel",
+		9,
 		{{"Spell Power", 23}},
 	},
 	[3867] = {
 		"Yellow",
+		"Rigid Stormjewel",
+		9,
 		{{"Hit Rating", 20}},
 	},
 	[3879] = {
 		"Prismatic",
+		"Nightmare Tear",
+		10,
 		{{"All Stats", 10}},
 	},
 }
diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua
index d975a31..c35bc44 100644
--- a/WeightsWatcher.lua
+++ b/WeightsWatcher.lua
@@ -158,7 +158,7 @@ function WeightsWatcher:calculateWeight(normalStats, socketBonusActive, socketBo
 		weight = weight + WeightsWatcher:getWeight(socketBonusStat, weightsScale)
 	end
 	for _, value in pairs(gemStats) do
-		for _, value in pairs(value[2]) do
+		for _, value in pairs(value[4]) do
 			weight = weight + WeightsWatcher:getWeight(value, weightsScale)
 		end
 	end