Quantcast

Converted all stats to be stored as {[name] = value} instead of {name, value}

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

 Preprocess = {
-	{"|r$", ""},
-	{"^|c[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]", ""},
-	{"Improves", "Increases"},
-	{"Increases your", "Increases"},
-	{"Increases the target's", "Increases"},
-	{"Unique%-Equipped", "Unique"},
-	{"^Use: Teaches you how to permanently enchant ", "Use: Permanently enchant "},
-	{"(%d+) to (%a)", "%1 %2"},
-	{"^Use: .*%.  If you spend at least %d+ seconds eating you will become well fed and gain ([%a%d][%a%d, ]+) for .*%.", "%1"},
-	{"Cat, Bear, Dire Bear, and Moonkin forms", "Cat/Bear/Dire Bear/Moonkin forms"},
-	{"maximum health", "health"},
-	{"Mana every 5 seconds", "MP5"},
+	["|r$"] = "",
+	["^|c[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]"] = "",
+	["Improves"] = "Increases",
+	["Increases your"] = "Increases",
+	["Increases the target's"] = "Increases",
+	["Unique%-Equipped"] = "Unique",
+	["^Use: Teaches you how to permanently enchant "] = "Use: Permanently enchant ",
+	["(%d+) to (%a)"] = "%1 %2",
+	["^Use: .*%.  If you spend at least %d+ seconds eating you will become well fed and gain ([%a%d][%a%d, ]+) for .*%."] = "%1",
+	["Cat, Bear, Dire Bear, and Moonkin forms"] = "Cat/Bear/Dire Bear/Moonkin forms",
+	["maximum health"] = "health",
+	["Mana every 5 seconds"] = "MP5",
 }

 IgnoredLines = {
@@ -67,7 +67,7 @@ MultipleStatLines = {
 SingleStatLines = {
 	{"^Rune of the Stoneskin Gargoyle",
 		function()
-			return {"Defense", "25"}
+			return {["Defense"] = 25}
 		end},
 	{"^Equip: Restores (%d+) mana per 5 sec%.",
 		function(text, pattern)
@@ -94,7 +94,7 @@ SingleStatLines = {
 		function(text, pattern)
 			local start, _, value, name = string.find(text, pattern)
 			if start then
-				return {name, value}
+				return {[name] = tonumber(value)}
 			end
 		end},

@@ -150,7 +150,13 @@ function WeightsWatcher:multipleStats(text)
 	for _, statString in pairs(stringTable) do
 		stat = WeightsWatcher:singleStat(statString)
 		if stat then
-			table.insert(stats, stat)
+			for name, value in pairs(stat) do
+				if stats[name] then
+					stats[name] = stats[name] + value
+				else
+					stats[name] = value
+				end
+			end
 		end
 	end
 	if #(stats) > 0 then
@@ -166,13 +172,13 @@ function WeightsWatcher:damageRange(textL, textR)
 		if added == "+" then
 			added = "Added "
 		end
-		table.insert(stats, {"Minimum " .. added .. name, minVal})
-		table.insert(stats, {"Maximum " .. added .. name, maxVal})
+		stats["Minimum " .. added .. name] = tonumber(minVal)
+		stats["Maximum " .. added .. name] = tonumber(maxVal)
 	end
 	if textR then
 		start, _, speed = string.find(textR, "^Speed (%d[%d.]+)$")
 		if start then
-			table.insert(stats, {"Speed", speed})
+			stats["Speed"] = tonumber(speed)
 		end
 	end
 	if #(stats) > 0 then
@@ -194,7 +200,7 @@ function WeightsWatcher:singleStat(text)
 		else
 			start, _, name, value = string.find(text, regex)
 			if start then
-				stat = {name, value}
+				stat = {[name] = tonumber(value)}
 				break
 			end
 		end
@@ -205,6 +211,6 @@ end
 function WeightsWatcher:singleStatValueOnly(text, pattern, name)
 	local start, _, value = string.find(text, pattern)
 	if start then
-		return {name, value}
+		return {[name] = tonumber(value)}
 	end
 end
diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua
index fa3304b..2715837 100644
--- a/WeightsWatcher.lua
+++ b/WeightsWatcher.lua
@@ -388,8 +388,7 @@ function WeightsWatcher:displayItemStats(tooltip, ttname)
 										for _, gem in ipairs(gemStats) do
 											tooltip:AddDoubleLine("    Using " .. gem[2] .. " (" .. gem[1] .. ")", " ")
 											if keyDetectors[ww_vars.options.tooltip.showIdealGemStats]() then
-												for _, stat in ipairs(gem[4]) do
-													stat, value = unpack(stat)
+												for stat, value in pairs(gem[4]) do
 													tooltip:AddDoubleLine("      " .. stat .. ": " .. value, " ")
 												end
 											end
@@ -463,15 +462,17 @@ end
 function WeightsWatcher:calculateWeight(normalStats, socketBonusActive, socketBonusStat, gemStats, weightsScale)
 	local weight, name, value = 0

-	for _, value in pairs(normalStats) do
-		weight = weight + WeightsWatcher:getWeight(value, weightsScale)
+	for name, value in pairs(normalStats) do
+		weight = weight + WeightsWatcher:getWeight(name, value, weightsScale)
 	end
 	if socketBonusActive and socketBonusStat then
-		weight = weight + WeightsWatcher:getWeight(socketBonusStat, weightsScale)
+		for name, value in pairs(socketBonusStat) do
+			weight = weight + WeightsWatcher:getWeight(name, value, weightsScale)
+		end
 	end
 	for _, value in pairs(gemStats) do
-		for _, value in pairs(value[4]) do
-			weight = weight + WeightsWatcher:getWeight(value, weightsScale)
+		for name, value in pairs(value[4]) do
+			weight = weight + WeightsWatcher:getWeight(name, value, weightsScale)
 		end
 	end
 	if ww_vars.options.normalizeWeights == true then
@@ -489,11 +490,10 @@ function WeightsWatcher:calculateWeight(normalStats, socketBonusActive, socketBo
 	return weight
 end

-function WeightsWatcher:getWeight(stat, weightsScale)
-	local name, value = unpack(stat)
-	name = string.lower(name)
-	if weightsScale[name] then
-		return weightsScale[name] * value
+function WeightsWatcher:getWeight(stat, value, weightsScale)
+	stat = string.lower(stat)
+	if weightsScale[stat] then
+		return weightsScale[stat] * value
 	else
 		return 0
 	end
@@ -573,8 +573,8 @@ function WeightsWatcher:getItemStats(link)
 					for _, regex in pairs(DoubleSlotLines) do
 						if string.find(textL, regex) then
 							matched = true
-							table.insert(normalStats, {"Slot", textL})
-							table.insert(normalStats, {"Subslot", textR})
+							normalStats["Slot"] =  textL
+							normalStats["Subslot"] = textR
 							if textL == "Ranged" or textL == "Projectile" then
 								ranged = true
 							end
@@ -585,7 +585,7 @@ function WeightsWatcher:getItemStats(link)
 						for _, regex in pairs(SingleSlotLines) do
 							if string.find(textL, regex) then
 								matched = true
-								table.insert(normalStats, {"Slot", textL})
+								normalStats["Slot"] =  textL
 								break
 							end
 						end
@@ -595,8 +595,12 @@ function WeightsWatcher:getItemStats(link)
 								if string.find(textL, pattern) then
 									statsList = func(textL, textR)
 									if statsList then
-										for _, stat in pairs(statsList) do
-											table.insert(normalStats, stat)
+										for name, value in pairs(statsList) do
+											if normalStats[name] then
+												normalStats[name] = normalStats[name] + value
+											else
+												normalStats[name] = value
+											end
 										end
 										matched = true
 										break
@@ -606,7 +610,13 @@ function WeightsWatcher:getItemStats(link)
 							if not matched then
 								stat = WeightsWatcher:singleStat(textL)
 								if stat then
-									table.insert(normalStats, stat)
+									for name, value in pairs(stat) do
+										if normalStats[name] then
+											normalStats[name] = normalStats[name] + value
+										else
+											normalStats[name] = value
+										end
+									end
 								end
 							end
 						end
@@ -616,20 +626,14 @@ function WeightsWatcher:getItemStats(link)
 		end
 	end
 	if ranged then
-		for _, stat in ipairs(normalStats) do
-			if stat[1] == "DPS" then
-				stat[1] = "Ranged DPS"
-			end
-		end
+		normalStats["Ranged DPS"] = normalStats["DPS"]
+		normalStats["DPS"] = nil
 	end
 	return normalStats, socketList, socketBonusStat
 end

 function WeightsWatcher:preprocess(text)
-	local pattern, replacement
-
-	for _, regex in pairs(Preprocess) do
-		pattern, replacement = unpack(regex)
+	for pattern, replacement in pairs(Preprocess) do
 		if string.find(text, pattern) then
 			text = gsub(text, pattern, replacement)
 		end