Mercurial > wow > askmrrobot
diff enchants.lua @ 0:ec731d2fe6ba
Version 1.2.12.0
author | Adam tegen <adam.tegen@gmail.com> |
---|---|
date | Tue, 20 May 2014 21:43:23 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/enchants.lua Tue May 20 21:43:23 2014 -0500 @@ -0,0 +1,4247 @@ +local _, AskMrRobot = ... + +local enchantNames = { +[-1000]="Belt Buckle", +[2]="Frostbrand", +[5]="Flametongue", +[13]="Sharpened (+3 Damage)", +[14]="Sharpened (+4 Damage)", +[15]="8 Armor", +[16]="16 Armor", +[17]="24 Armor", +[18]="32 Armor", +[19]="Weighted (+2 Damage)", +[20]="Weighted (+3 Damage)", +[21]="Weighted (+4 Damage)", +[24]="+5 Mana", +[25]="Shadow Oil", +[26]="Frost Oil", +[27]="Sundered", +[28]="+4 All Resistances", +[30]="Scope (+1 Damage)", +[31]="+4 Beastslaying", +[32]="Scope (+2 Damage)", +[33]="Scope (+3 Damage)", +[34]="20 Haste", +[36]="Enchant: Fiery Blaze", +[37]="Steel Weapon Chain", +[38]="5 Dodge", +[39]="Sharpened (+1 Damage)", +[40]="Sharpened (+2 Damage)", +[41]="+5 Health", +[43]="Iron Spike (8-12)", +[44]="Absorption (10)", +[63]="Absorption (25)", +[64]="3 Spirit", +[65]="+1 All Resistances", +[66]="1 Stam", +[67]="+1 Damage", +[68]="1 Str", +[69]="2 Str", +[70]="3 Str", +[71]="1 Stam", +[72]="2 Stam", +[73]="3 Stam", +[74]="1 Agi", +[75]="2 Agi", +[76]="3 Agi", +[77]="+2 Damage", +[78]="+3 Damage", +[79]="1 Int", +[80]="2 Int", +[81]="3 Int", +[82]="1 Spirit", +[83]="2 Spirit", +[84]="3 Spirit", +[85]="3 Armor", +[86]="8 Armor", +[87]="12 Armor", +[89]="16 Armor", +[90]="4 Agi", +[91]="5 Agi", +[92]="6 Agi", +[93]="7 Agi", +[94]="4 Int", +[95]="5 Int", +[96]="6 Int", +[97]="7 Int", +[98]="4 Spirit", +[99]="5 Spirit", +[100]="6 Spirit", +[101]="7 Spirit", +[102]="4 Stam", +[103]="5 Stam", +[104]="6 Stam", +[105]="7 Stam", +[106]="4 Str", +[107]="5 Str", +[108]="6 Str", +[109]="7 Str", +[110]="1 Dodge", +[111]="2 Dodge", +[112]="3 Dodge", +[113]="4 Dodge", +[114]="5 Dodge", +[115]="6 Dodge", +[116]="7 Dodge", +[117]="+4 Damage", +[118]="+5 Damage", +[119]="+6 Damage", +[120]="+7 Damage", +[121]="20 Armor", +[122]="24 Armor", +[123]="28 Armor", +[125]="+1 Sword Skill", +[126]="+2 Sword Skill", +[127]="+3 Sword Skill", +[128]="+4 Sword Skill", +[129]="+5 Sword Skill", +[130]="+6 Sword Skill", +[131]="+7 Sword Skill", +[132]="+1 Two-Handed Sword Skill", +[133]="+2 Two-Handed Sword Skill", +[134]="+3 Two-Handed Sword Skill", +[135]="+4 Two-Handed Sword Skill", +[136]="+5 Two-Handed Sword Skill", +[137]="+6 Two-Handed Sword Skill", +[138]="+7 Two-Handed Sword Skill", +[139]="+1 Mace Skill", +[140]="+2 Mace Skill", +[141]="+3 Mace Skill", +[142]="+4 Mace Skill", +[143]="+5 Mace Skill", +[144]="+6 Mace Skill", +[145]="+7 Mace Skill", +[146]="+1 Two-Handed Mace Skill", +[147]="+2 Two-Handed Mace Skill", +[148]="+3 Two-Handed Mace Skill", +[149]="+4 Two-Handed Mace Skill", +[150]="+5 Two-Handed Mace Skill", +[151]="+6 Two-Handed Mace Skill", +[152]="+7 Two-Handed Mace Skill", +[153]="+1 Axe Skill", +[154]="+2 Axe Skill", +[155]="+3 Axe Skill", +[156]="+4 Axe Skill", +[157]="+5 Axe Skill", +[158]="+6 Ase Skill", +[159]="+7 Axe Skill", +[160]="+1 Two-Handed Axe Skill", +[161]="+2 Two-Handed Axe Skill", +[162]="+3 Two-Handed Axe Skill", +[163]="+4 Two-Handed Axe Skill", +[164]="+5 Two-Handed Axe Skill", +[165]="+6 Two-Handed Axe Skill", +[166]="+7 Two-Handed Axe Skill", +[167]="+1 Dagger Skill", +[168]="+2 Dagger Skill", +[169]="+3 Dagger Skill", +[170]="+4 Dagger Skill", +[171]="+5 Dagger Skill", +[172]="+6 Dagger Skill", +[173]="+7 Dagger Skill", +[174]="+1 Gun Skill", +[175]="+2 Gun Skill", +[176]="+3 Gun Skill", +[177]="+4 Gun Skill", +[178]="+5 Gun Skill", +[179]="+6 Gun Skill", +[180]="+7 Gun Skill", +[181]="+1 Bow Skill", +[182]="+2 Bow Skill", +[183]="+3 Bow Skill", +[184]="+4 Bow Skill", +[185]="+5 Bow Skill", +[186]="+6 Bow Skill", +[187]="+7 Bow Skill", +[188]="+2 Beast Slaying", +[189]="+4 Beast Slaying", +[190]="+6 Beast Slaying", +[191]="+8 Beast Slaying", +[192]="+10 Beast Slaying", +[193]="+12 Beast Slaying", +[194]="+14 Beast Slaying", +[195]="14 Crit", +[196]="28 Crit", +[197]="42 Crit", +[198]="56 Crit", +[199]="10% On Get Hit: Shadow Bolt (10 Damage)", +[200]="10% On Get Hit: Shadow Bolt (20 Damage)", +[201]="10% On Get Hit: Shadow Bolt (30 Damage)", +[202]="10% On Get Hit: Shadow Bolt (40 Damage)", +[203]="10% On Get Hit: Shadow Bolt (50 Damage)", +[204]="10% On Get Hit: Shadow Bolt (60 Damage)", +[205]="10% On Get Hit: Shadow Bolt (70 Damage)", +[206]="1 SP", +[207]="2 SP", +[208]="4 SP", +[209]="5 SP", +[210]="6 SP", +[211]="7 SP", +[212]="8 SP", +[213]="+1 Fire Spell Damage", +[214]="+3 Fire Spell Damage", +[215]="+4 Fire Spell Damage", +[216]="+6 Fire Spell Damage", +[217]="+7 Fire Spell Damage", +[218]="+9 Fire Spell Damage", +[219]="+10 Fire Spell Damage", +[220]="+1 Nature Spell Damage", +[221]="+3 Nature Spell Damage", +[222]="+4 Nature Spell Damage", +[223]="+6 Nature Spell Damage", +[224]="+7 Nature Spell Damage", +[225]="+9 Nature Spell Damage", +[226]="+10 Nature Spell Damage", +[227]="+1 Frost Spell Damage", +[228]="+3 Frost Spell Damage", +[229]="+4 Frost Spell Damage", +[230]="+6 Frost Spell Damage", +[231]="+7 Frost Spell Damage", +[232]="+9 Frost Spell Damage", +[233]="+10 Frost Spell Damage", +[234]="+1 Shadow Spell Damage", +[235]="+3 Shadow Spell Damage", +[236]="+4 Shadow Spell Damage", +[237]="+6 Shadow Spell Damage", +[238]="+7 Shadow Spell Damage", +[239]="+9 Shadow Spell Damage", +[240]="+10 Shadow Spell Damage", +[241]="+2 Weapon Damage", +[242]="+15 Health", +[243]="1 Spirit", +[244]="4 Int", +[245]="5 Armor", +[246]="+20 Mana", +[247]="1 Agi", +[248]="1 Str", +[249]="+2 Beastslaying", +[250]="+1 Weapon Damage", +[251]="1 Int", +[252]="6 Spirit", +[253]="Absorption (50)", +[254]="+25 Health", +[255]="3 Spirit", +[256]="+5 Fire Resistance", +[257]="10 Armor", +[263]="Fishing Lure (+25 Fishing Skill)", +[264]="Fishing Lure (+50 Fishing Skill)", +[265]="Fishing Lure (+75 Fishing Skill)", +[266]="Fishing Lure (+100 Fishing Skill)", +[283]="Windfury", +[286]="+2 Weapon Fire Damage", +[287]="+4 Weapon Fire Damage", +[288]="+6 Weapon Fire Damage", +[289]="+8 Weapon Fire Damage", +[290]="+0 Weapon Fire Damage", +[291]="+12 Weapon Fire Damage", +[292]="+14 Weapon Fire Damage", +[303]="Orb of Fire", +[343]="8 Agi", +[344]="32 Armor", +[345]="40 Armor", +[346]="36 Armor", +[347]="44 Armor", +[348]="48 Armor", +[349]="9 Agi", +[350]="8 Int", +[351]="8 Spirit", +[352]="8 Str", +[353]="8 Stam", +[354]="9 Int", +[355]="9 Spirit", +[356]="9 Stam", +[357]="9 Str", +[358]="10 Agi", +[359]="10 Int", +[360]="10 Spirit", +[361]="10 Stam", +[362]="10 Str", +[363]="11 Agi", +[364]="11 Int", +[365]="11 Spirit", +[366]="11 Stam", +[367]="11 Str", +[368]="12 Agi", +[369]="12 Int", +[370]="12 Spirit", +[371]="12 Stam", +[372]="12 Str", +[383]="52 Armor", +[384]="56 Armor", +[385]="60 Armor", +[386]="16 Armor", +[387]="17 Armor", +[388]="18 Armor", +[389]="19 Armor", +[403]="13 Agi", +[404]="14 Agi", +[405]="13 Int", +[406]="14 Int", +[407]="13 Spirit", +[408]="14 Spirit", +[409]="13 Stam", +[410]="13 Str", +[411]="14 Stam", +[412]="14 Str", +[423]="1 SP", +[424]="2 SP", +[425]="Black Temple Dummy", +[426]="5 SP", +[427]="6 SP", +[428]="7 SP", +[429]="8 SP", +[430]="9 SP", +[431]="11 SP", +[432]="12 SP", +[433]="+11 Fire Spell Damage", +[434]="+13 Fire Spell Damage", +[435]="+14 Fire Spell Damage", +[436]="70 Crit", +[437]="+11 Frost Spell Damage", +[438]="+13 Frost Spell Damage", +[439]="+14 Frost Spell Damage", +[440]="9 SP", +[441]="11 SP", +[442]="12 SP", +[443]="+11 Nature Spell Damage", +[444]="+13 Nature Spell Damage", +[445]="+14 Nature Spell Damage", +[446]="+11 Shadow Spell Damage", +[447]="+13 Shadow Spell Damage", +[448]="+14 Shadow Spell Damage", +[463]="Mithril Spike (16-20)", +[464]="+4% Mount Speed", +[483]="Sharpened (+6 Damage)", +[484]="Weighted (+6 Damage)", +[583]="1 Agi, 1 Spirit", +[584]="1 Agi, 1 Int", +[585]="1 Agi, 1 Stam", +[586]="1 Agi, 1 Str", +[587]="1 Int, 1 Spirit", +[588]="1 Int, 1 Stam", +[589]="1 Int, 1 Str", +[590]="1 Stam, 1 Spirit", +[591]="1 Str, 1 Spirit", +[592]="1 Stam, 1 Str", +[663]="Scope (+5 Damage)", +[664]="Scope (+7 Damage)", +[684]="15 Str", +[723]="3 Int", +[724]="3 Stam", +[743]="+2 Stealth", +[744]="20 Armor", +[763]="+5 Shield Block", +[783]="10 Armor", +[803]="Fiery Weapon", +[804]="+10 Shadow Resistance", +[805]="+4 Weapon Damage", +[823]="3 Str", +[843]="+30 Mana", +[844]="+2 Mining", +[845]="+2 Herbalism", +[846]="+5 Fishing", +[847]="1 Str, 1 Agi, 1 Stam, 1 Int, 1 Spirit", +[848]="30 Armor", +[849]="3 Agi", +[850]="+35 Health", +[851]="5 Spirit", +[852]="5 Stam", +[853]="+6 Beastslaying", +[854]="+6 Elemental Slayer", +[855]="+5 Fire Resistance", +[856]="5 Str", +[857]="+50 Mana", +[863]="10 Parry", +[864]="+4 Weapon Damage", +[865]="+5 Skinning", +[866]="2 Str, 2 Agi, 2 Stam, 2 Int, 2 Spirit", +[883]="15 Agi", +[884]="50 Armor", +[903]="+3 All Resistances", +[904]="5 Agi", +[905]="5 Int", +[906]="+5 Mining", +[907]="7 Spirit", +[908]="+50 Health", +[909]="+5 Herbalism", +[910]="8 Agi, 8 Dodge", +[911]=", Run Speed", +[912]="Demonslaying", +[913]="+65 Mana", +[923]="5 Dodge", +[924]="2 Dodge", +[925]="3 Dodge", +[926]="+8 Frost Resistance", +[927]="7 Str", +[928]="3 Str, 3 Agi, 3 Stam, 3 Int, 3 Spirit", +[929]="7 Stam", +[930]="+2% Mount Speed", +[931]="10 Haste", +[943]="+3 Weapon Damage", +[963]="+7 Weapon Damage", +[983]="16 Agi", +[1003]="Venomhide Poison", +[1043]="16 Str", +[1044]="17 Str", +[1045]="18 Str", +[1046]="19 Str", +[1047]="20 Str", +[1048]="21 Str", +[1049]="22 Str", +[1050]="23 Str", +[1051]="24 Str", +[1052]="25 Str", +[1053]="26 Str", +[1054]="27 Str", +[1055]="28 Str", +[1056]="29 Str", +[1057]="30 Str", +[1058]="31 Str", +[1059]="32 Str", +[1060]="33 Str", +[1061]="34 Str", +[1062]="35 Str", +[1063]="36 Str", +[1064]="37 Str", +[1065]="38 Str", +[1066]="39 Str", +[1067]="40 Str", +[1068]="15 Stam", +[1069]="16 Stam", +[1070]="17 Stam", +[1071]="18 Stam", +[1072]="19 Stam", +[1073]="20 Stam", +[1074]="21 Stam", +[1075]="22 Stam", +[1076]="23 Stam", +[1077]="24 Stam", +[1078]="25 Stam", +[1079]="26 Stam", +[1080]="27 Stam", +[1081]="28 Stam", +[1082]="29 Stam", +[1083]="30 Stam", +[1084]="31 Stam", +[1085]="32 Stam", +[1086]="33 Stam", +[1087]="34 Stam", +[1088]="35 Stam", +[1089]="36 Stam", +[1090]="37 Stam", +[1091]="38 Stam", +[1092]="39 Stam", +[1093]="40 Stam", +[1094]="17 Agi", +[1095]="18 Agi", +[1096]="19 Agi", +[1097]="20 Agi", +[1098]="21 Agi", +[1099]="22 Agi", +[1100]="23 Agi", +[1101]="24 Agi", +[1102]="25 Agi", +[1103]="26 Agi", +[1104]="27 Agi", +[1105]="28 Agi", +[1106]="29 Agi", +[1107]="30 Agi", +[1108]="31 Agi", +[1109]="32 Agi", +[1110]="33 Agi", +[1111]="34 Agi", +[1112]="35 Agi", +[1113]="36 Agi", +[1114]="37 Agi", +[1115]="38 Agi", +[1116]="39 Agi", +[1117]="40 Agi", +[1118]="15 Int", +[1119]="16 Int", +[1120]="17 Int", +[1121]="18 Int", +[1122]="19 Int", +[1123]="20 Int", +[1124]="21 Int", +[1125]="22 Int", +[1126]="23 Int", +[1127]="24 Int", +[1128]="25 Int", +[1129]="26 Int", +[1130]="27 Int", +[1131]="28 Int", +[1132]="29 Int", +[1133]="30 Int", +[1134]="31 Int", +[1135]="32 Int", +[1136]="33 Int", +[1137]="34 Int", +[1138]="35 Int", +[1139]="36 Int", +[1140]="37 Int", +[1141]="38 Int", +[1142]="39 Int", +[1143]="40 Int", +[1144]="15 Spirit", +[1145]="16 Spirit", +[1146]="17 Spirit", +[1147]="18 Spirit", +[1148]="19 Spirit", +[1149]="20 Spirit", +[1150]="21 Spirit", +[1151]="22 Spirit", +[1152]="23 Spirit", +[1153]="24 Spirit", +[1154]="25 Spirit", +[1155]="26 Spirit", +[1156]="27 Spirit", +[1157]="28 Spirit", +[1158]="29 Spirit", +[1159]="30 Spirit", +[1160]="31 Spirit", +[1161]="32 Spirit", +[1162]="33 Spirit", +[1163]="34 Spirit", +[1164]="36 Spirit", +[1165]="37 Spirit", +[1166]="38 Spirit", +[1167]="39 Spirit", +[1168]="40 Spirit", +[1183]="35 Spirit", +[1203]="41 Str", +[1204]="42 Str", +[1205]="43 Str", +[1206]="44 Str", +[1207]="45 Str", +[1208]="46 Str", +[1209]="41 Stam", +[1210]="42 Stam", +[1211]="43 Stam", +[1212]="44 Stam", +[1213]="45 Stam", +[1214]="46 Stam", +[1215]="41 Agi", +[1216]="42 Agi", +[1217]="43 Agi", +[1218]="44 Agi", +[1219]="45 Agi", +[1220]="46 Agi", +[1221]="41 Int", +[1222]="42 Int", +[1223]="43 Int", +[1224]="44 Int", +[1225]="45 Int", +[1226]="46 Int", +[1227]="41 Spirit", +[1228]="42 Spirit", +[1229]="43 Spirit", +[1230]="44 Spirit", +[1231]="45 Spirit", +[1232]="46 Spirit", +[1243]="+1 Arcane Resistance", +[1244]="+2 Arcane Resistance", +[1245]="+3 Arcane Resistance", +[1246]="+4 Arcane Resistance", +[1247]="+5 Arcane Resistance", +[1248]="+6 Arcane Resistance", +[1249]="+7 Arcane Resistance", +[1250]="+8 Arcane Resistance", +[1251]="+9 Arcane Resistance", +[1252]="+10 Arcane Resistance", +[1253]="+11 Arcane Resistance", +[1254]="+12 Arcane Resistance", +[1255]="+13 Arcane Resistance", +[1256]="+14 Arcane Resistance", +[1257]="+15 Arcane Resistance", +[1258]="+16 Arcane Resistance", +[1259]="+17 Arcane Resistance", +[1260]="+18 Arcane Resistance", +[1261]="+19 Arcane Resistance", +[1262]="+20 Arcane Resistance", +[1263]="+21 Arcane Resistance", +[1264]="+22 Arcane Resistance", +[1265]="+23 Arcane Resistance", +[1266]="+24 Arcane Resistance", +[1267]="+25 Arcane Resistance", +[1268]="+26 Arcane Resistance", +[1269]="+27 Arcane Resistance", +[1270]="+28 Arcane Resistance", +[1271]="+29 Arcane Resistance", +[1272]="+30 Arcane Resistance", +[1273]="+31 Arcane Resistance", +[1274]="+32 Arcane Resistance", +[1275]="+33 Arcane Resistance", +[1276]="+34 Arcane Resistance", +[1277]="+35 Arcane Resistance", +[1278]="+36 Arcane Resistance", +[1279]="+37 Arcane Resistance", +[1280]="+38 Arcane Resistance", +[1281]="+39 Arcane Resistance", +[1282]="+40 Arcane Resistance", +[1283]="+41 Arcane Resistance", +[1284]="+42 Arcane Resistance", +[1285]="+43 Arcane Resistance", +[1286]="+44 Arcane Resistance", +[1287]="+45 Arcane Resistance", +[1288]="+46 Arcane Resistance", +[1289]="+1 Frost Resistance", +[1290]="+2 Frost Resistance", +[1291]="+3 Frost Resistance", +[1292]="+4 Frost Resistance", +[1293]="+5 Frost Resistance", +[1294]="+6 Frost Resistance", +[1295]="+7 Frost Resistance", +[1296]="+8 Frost Resistance", +[1297]="+9 Frost Resistance", +[1298]="+10 Frost Resistance", +[1299]="+11 Frost Resistance", +[1300]="+12 Frost Resistance", +[1301]="+13 Frost Resistance", +[1302]="+14 Frost Resistance", +[1303]="+15 Frost Resistance", +[1304]="+16 Frost Resistance", +[1305]="+17 Frost Resistance", +[1306]="+18 Frost Resistance", +[1307]="+19 Frost Resistance", +[1308]="+20 Frost Resistance", +[1309]="+21 Frost Resistance", +[1310]="+22 Frost Resistance", +[1311]="+23 Frost Resistance", +[1312]="+24 Frost Resistance", +[1313]="+25 Frost Resistance", +[1314]="+26 Frost Resistance", +[1315]="+27 Frost Resistance", +[1316]="+28 Frost Resistance", +[1317]="+29 Frost Resistance", +[1318]="+30 Frost Resistance", +[1319]="+31 Frost Resistance", +[1320]="+32 Frost Resistance", +[1321]="+33 Frost Resistance", +[1322]="+34 Frost Resistance", +[1323]="+35 Frost Resistance", +[1324]="+36 Frost Resistance", +[1325]="+37 Frost Resistance", +[1326]="+38 Frost Resistance", +[1327]="+39 Frost Resistance", +[1328]="+40 Frost Resistance", +[1329]="+41 Frost Resistance", +[1330]="+42 Frost Resistance", +[1331]="+43 Frost Resistance", +[1332]="+44 Frost Resistance", +[1333]="+45 Frost Resistance", +[1334]="+46 Frost Resistance", +[1335]="+1 Fire Resistance", +[1336]="+2 Fire Resistance", +[1337]="+3 Fire Resistance", +[1338]="+4 Fire Resistance", +[1339]="+5 Fire Resistance", +[1340]="+6 Fire Resistance", +[1341]="+7 Fire Resistance", +[1342]="+8 Fire Resistance", +[1343]="+9 Fire Resistance", +[1344]="+10 Fire Resistance", +[1345]="+11 Fire Resistance", +[1346]="+12 Fire Resistance", +[1347]="+13 Fire Resistance", +[1348]="+14 Fire Resistance", +[1349]="+15 Fire Resistance", +[1350]="+16 Fire Resistance", +[1351]="+17 Fire Resistance", +[1352]="+18 Fire Resistance", +[1353]="+19 Fire Resistance", +[1354]="+20 Fire Resistance", +[1355]="+21 Fire Resistance", +[1356]="+22 Fire Resistance", +[1357]="+23 Fire Resistance", +[1358]="+24 Fire Resistance", +[1359]="+25 Fire Resistance", +[1360]="+26 Fire Resistance", +[1361]="+27 Fire Resistance", +[1362]="+28 Fire Resistance", +[1363]="+29 Fire Resistance", +[1364]="+30 Fire Resistance", +[1365]="+31 Fire Resistance", +[1366]="+32 Fire Resistance", +[1367]="+33 Fire Resistance", +[1368]="+34 Fire Resistance", +[1369]="+35 Fire Resistance", +[1370]="+36 Fire Resistance", +[1371]="+37 Fire Resistance", +[1372]="+38 Fire Resistance", +[1373]="+39 Fire Resistance", +[1374]="+40 Fire Resistance", +[1375]="+41 Fire Resistance", +[1376]="+42 Fire Resistance", +[1377]="+43 Fire Resistance", +[1378]="+44 Fire Resistance", +[1379]="+45 Fire Resistance", +[1380]="+46 Fire Resistance", +[1381]="+1 Nature Resistance", +[1382]="+2 Nature Resistance", +[1383]="+3 Nature Resistance", +[1384]="+4 Nature Resistance", +[1385]="+5 Nature Resistance", +[1386]="+6 Nature Resistance", +[1387]="+7 Nature Resistance", +[1388]="+8 Nature Resistance", +[1389]="+9 Nature Resistance", +[1390]="+10 Nature Resistance", +[1391]="+11 Nature Resistance", +[1392]="+12 Nature Resistance", +[1393]="+13 Nature Resistance", +[1394]="+14 Nature Resistance", +[1395]="+15 Nature Resistance", +[1396]="+16 Nature Resistance", +[1397]="+17 Nature Resistance", +[1398]="+18 Nature Resistance", +[1399]="+19 Nature Resistance", +[1400]="+20 Nature Resistance", +[1401]="+21 Nature Resistance", +[1402]="+22 Nature Resistance", +[1403]="+23 Nature Resistance", +[1404]="+24 Nature Resistance", +[1405]="+25 Nature Resistance", +[1406]="+26 Nature Resistance", +[1407]="+27 Nature Resistance", +[1408]="+28 Nature Resistance", +[1409]="+29 Nature Resistance", +[1410]="+30 Nature Resistance", +[1411]="+31 Nature Resistance", +[1412]="+32 Nature Resistance", +[1413]="+33 Nature Resistance", +[1414]="+34 Nature Resistance", +[1415]="+35 Nature Resistance", +[1416]="+36 Nature Resistance", +[1417]="+37 Nature Resistance", +[1418]="+38 Nature Resistance", +[1419]="+39 Nature Resistance", +[1420]="+40 Nature Resistance", +[1421]="+41 Nature Resistance", +[1422]="+42 Nature Resistance", +[1423]="+43 Nature Resistance", +[1424]="+44 Nature Resistance", +[1425]="+45 Nature Resistance", +[1426]="+46 Nature Resistance", +[1427]="+1 Shadow Resistance", +[1428]="+2 Shadow Resistance", +[1429]="+3 Shadow Resistance", +[1430]="+4 Shadow Resistance", +[1431]="+5 Shadow Resistance", +[1432]="+6 Shadow Resistance", +[1433]="+7 Shadow Resistance", +[1434]="+8 Shadow Resistance", +[1435]="+9 Shadow Resistance", +[1436]="+10 Shadow Resistance", +[1437]="+11 Shadow Resistance", +[1438]="+12 Shadow Resistance", +[1439]="+13 Shadow Resistance", +[1440]="+14 Shadow Resistance", +[1441]="+15 Shadow Resistance", +[1442]="+16 Shadow Resistance", +[1443]="+17 Shadow Resistance", +[1444]="+18 Shadow Resistance", +[1445]="+19 Shadow Resistance", +[1446]="+20 Shadow Resistance", +[1447]="+21 Shadow Resistance", +[1448]="+22 Shadow Resistance", +[1449]="+23 Shadow Resistance", +[1450]="+24 Shadow Resistance", +[1451]="+25 Shadow Resistance", +[1452]="+26 Resist Shadow", +[1453]="+27 Shadow Resistance", +[1454]="+28 Shadow Resistance", +[1455]="+29 Shadow Resistance", +[1456]="+30 Shadow Resistance", +[1457]="+31 Shadow Resistance", +[1458]="+32 Shadow Resistance", +[1459]="+33 Shadow Resistance", +[1460]="+34 Shadow Resistance", +[1461]="+35 Shadow Resistance", +[1462]="+36 Shadow Resistance", +[1463]="+37 Shadow Resistance", +[1464]="+38 Shadow Resistance", +[1465]="+39 Shadow Resistance", +[1466]="+40 Shadow Resistance", +[1467]="+41 Shadow Resistance", +[1468]="+42 Shadow Resistance", +[1469]="+43 Shadow Resistance", +[1470]="+44 Shadow Resistance", +[1471]="+45 Shadow Resistance", +[1472]="+46 Shadow Resistance", +[1483]="+150 Mana", +[1503]="+100 Health", +[1504]="125 Armor", +[1505]="+20 Fire Resistance", +[1506]="8 Str", +[1507]="8 Stam", +[1508]="8 Agi", +[1509]="8 Int", +[1510]="8 Spirit", +[1523]="+85 Mana and +14 Fire Resistance", +[1524]="+75 Health and +14 Fire Resistance", +[1525]="110 Armor", +[1526]="10 Str", +[1527]="10 Stam", +[1528]="10 Agi", +[1529]="10 Int", +[1530]="10 Spirit", +[1531]="10 Str, 10 Stam", +[1532]="15 Str", +[1543]="15 Int", +[1563]="2 AP", +[1583]="4 AP", +[1584]="6 AP", +[1585]="8 AP", +[1586]="10 AP", +[1587]="12 AP", +[1588]="14 AP", +[1589]="16 AP", +[1590]="18 AP", +[1591]="20 AP", +[1592]="22 AP", +[1593]="24 AP", +[1594]="26 AP", +[1595]="28 AP", +[1596]="30 AP", +[1597]="32 AP", +[1598]="34 AP", +[1599]="36 AP", +[1600]="38 AP", +[1601]="32 AP", +[1602]="42 AP", +[1603]="44 AP", +[1604]="46 AP", +[1605]="48 AP", +[1606]="50 AP", +[1607]="52 AP", +[1608]="54 AP", +[1609]="56 AP", +[1610]="58 AP", +[1611]="60 AP", +[1612]="62 AP", +[1613]="64 AP", +[1614]="66 AP", +[1615]="68 AP", +[1616]="70 AP", +[1617]="72 AP", +[1618]="74 AP", +[1619]="76 AP", +[1620]="78 AP", +[1621]="80 AP", +[1622]="82 AP", +[1623]="84 AP", +[1624]="86 AP", +[1625]="88 AP", +[1626]="90 AP", +[1627]="92 AP", +[1643]="Sharpened (+8 Damage)", +[1703]="Weighted (+8 Damage)", +[1704]="Thorium Spike (20-30)", +[1723]="Omen of Clarity", +[1743]="MHTest02", +[1763]="Cold Blood", +[1803]="Firestone 1", +[1823]="Firestone 2", +[1824]="Firestone 3", +[1825]="Firestone 4", +[1843]="40 Armor", +[1883]="7 Int", +[1884]="9 Spirit", +[1885]="9 Str", +[1886]="9 Stam", +[1887]="7 Agi", +[1888]="+5 All Resistances", +[1889]="70 Armor", +[1890]="10 Stam, 10 Spirit", +[1891]="4 Str, 4 Agi, 4 Stam, 4 Int, 4 Spirit", +[1892]="+100 Health", +[1893]="+100 Mana", +[1894]="Icy Chill", +[1895]="+9 Damage", +[1896]="+9 Weapon Damage", +[1897]="+5 Weapon Damage", +[1898]="Lifestealing", +[1899]="Unholy Weapon", +[1900]="Crusader", +[1901]="9 Int", +[1903]="9 Spirit", +[1904]="9 Int", +[1923]="+3 Fire Resistance", +[1943]="12 Dodge", +[1944]="8 Dodge", +[1945]="9 Dodge", +[1946]="10 Dodge", +[1947]="11 Dodge", +[1948]="13 Dodge", +[1949]="14 Dodge", +[1950]="15 Dodge", +[1951]="18 Dodge", +[1952]="20 Dodge", +[1953]="22 Dodge", +[1954]="25 Dodge", +[1955]="32 Dodge", +[1956]="17 Dodge", +[1957]="18 Dodge", +[1958]="19 Dodge", +[1959]="21 Dodge", +[1960]="23 Dodge", +[1961]="24 Dodge", +[1962]="26 Dodge", +[1963]="27 Dodge", +[1964]="28 Dodge", +[1965]="29 Dodge", +[1966]="30 Dodge", +[1967]="31 Dodge", +[1968]="33 Dodge", +[1969]="34 Dodge", +[1970]="35 Dodge", +[1971]="36 Dodge", +[1972]="37 Dodge", +[1973]="38 Dodge", +[1983]="+5 Block", +[1984]="+10 Block", +[1985]="+15 Block", +[1986]="+20 Block", +[1987]="Block Level 14", +[1988]="Block Level 15", +[1989]="Block Level 16", +[1990]="Block Level 17", +[1991]="Block Level 18", +[1992]="Block Level 19", +[1993]="Block Level 20", +[1994]="Block Level 21", +[1995]="Block Level 22", +[1996]="Block Level 23", +[1997]="Block Level 24", +[1998]="Block Level 25", +[1999]="Block Level 26", +[2000]="Block Level 27", +[2001]="Block Level 28", +[2002]="Block Level 29", +[2003]="Block Level 30", +[2004]="Block Level 31", +[2005]="Block Level 32", +[2006]="Block Level 33", +[2007]="Block Level 34", +[2008]="Block Level 35", +[2009]="Block Level 36", +[2010]="Block Level 37", +[2011]="Block Level 38", +[2012]="Block Level 39", +[2013]="Block Level 40", +[2014]="Block Level 41", +[2015]="Block Level 42", +[2016]="Block Level 43", +[2017]="Block Level 44", +[2018]="Block Level 45", +[2019]="Block Level 46", +[2020]="Block Level 47", +[2021]="Block Level 48", +[2022]="Block Level 49", +[2023]="Block Level 50", +[2024]="Block Level 51", +[2025]="Block Level 52", +[2026]="Block Level 53", +[2027]="Block Level 54", +[2028]="Block Level 55", +[2029]="Block Level 56", +[2030]="Block Level 57", +[2031]="Block Level 58", +[2032]="Block Level 59", +[2033]="Block Level 60", +[2034]="Block Level 61", +[2035]="Block Level 62", +[2036]="Block Level 63", +[2037]="Block Level 64", +[2038]="Block Level 65", +[2039]="Block Level 66", +[2040]="+2 Ranged Attack Power", +[2041]="+5 Ranged Attack Power", +[2042]="+7 Ranged Attack Power", +[2043]="+10 Ranged Attack Power", +[2044]="+12 Ranged Attack Power", +[2045]="+14 Ranged Attack Power", +[2046]="+17 Ranged Attack Power", +[2047]="+19 Ranged Attack Power", +[2048]="+22 Ranged Attack Power", +[2049]="+24 Ranged Attack Power", +[2050]="+26 Ranged Attack Power", +[2051]="+29 Ranged Attack Power", +[2052]="+31 Ranged Attack Power", +[2053]="+34 Ranged Attack Power", +[2054]="+36 Ranged Attack Power", +[2055]="+38 Ranged Attack Power", +[2056]="+41 Ranged Attack Power", +[2057]="+43 Ranged Attack Power", +[2058]="+46 Ranged Attack Power", +[2059]="+48 Ranged Attack Power", +[2060]="+50 Ranged Attack Power", +[2061]="+53 Ranged Attack Power", +[2062]="+55 Ranged Attack Power", +[2063]="+58 Ranged Attack Power", +[2064]="+60 Ranged Attack Power", +[2065]="+62 Ranged Attack Power", +[2066]="+65 Ranged Attack Power", +[2067]="+67 Ranged Attack Power", +[2068]="+70 Ranged Attack Power", +[2069]="+72 Ranged Attack Power", +[2070]="+74 Ranged Attack Power", +[2071]="+77 Ranged Attack Power", +[2072]="+79 Ranged Attack Power", +[2073]="+82 Ranged Attack Power", +[2074]="+84 Ranged Attack Power", +[2075]="+86 Ranged Attack Power", +[2076]="+89 Ranged Attack Power", +[2077]="+91 Ranged Attack Power", +[2078]="12 Dodge", +[2079]="+1 Arcane Spell Damage", +[2080]="+3 Arcane Spell Damage", +[2081]="+4 Arcane Spell Damage", +[2082]="+6 Arcane Spell Damage", +[2083]="+7 Arcane Spell Damage", +[2084]="+9 Arcane Spell Damage", +[2085]="+10 Arcane Spell Damage", +[2086]="+11 Arcane Spell Damage", +[2087]="+13 Arcane Spell Damage", +[2088]="+14 Arcane Spell Damage", +[2089]="+16 Arcane Spell Damage", +[2090]="+17 Arcane Spell Damage", +[2091]="+19 Arcane Spell Damage", +[2092]="+20 Arcane Spell Damage", +[2093]="+21 Arcane Spell Damage", +[2094]="+23 Arcane Spell Damage", +[2095]="+24 Arcane Spell Damage", +[2096]="+26 Arcane Spell Damage", +[2097]="+27 Arcane Spell Damage", +[2098]="+29 Arcane Spell Damage", +[2099]="+30 Arcane Spell Damage", +[2100]="+31 Arcane Spell Damage", +[2101]="+33 Arcane Spell Damage", +[2102]="+34 Arcane Spell Damage", +[2103]="+36 Arcane Spell Damage", +[2104]="+37 Arcane Spell Damage", +[2105]="+39 Arcane Spell Damage", +[2106]="+40 Arcane Spell Damage", +[2107]="+41 Arcane Spell Damage", +[2108]="+43 Arcane Spell Damage", +[2109]="+44 Arcane Spell Damage", +[2110]="+46 Arcane Spell Damage", +[2111]="+47 Arcane Spell Damage", +[2112]="+49 Arcane Spell Damage", +[2113]="+50 Arcane Spell Damage", +[2114]="+51 Arcane Spell Damage", +[2115]="+53 Arcane Spell Damage", +[2116]="+54 Arcane Spell Damage", +[2117]="+1 Shadow Spell Damage", +[2118]="+3 Shadow Spell Damage", +[2119]="+4 Shadow Spell Damage", +[2120]="+6 Shadow Spell Damage", +[2121]="+7 Shadow Spell Damage", +[2122]="+9 Shadow Spell Damage", +[2123]="+10 Shadow Spell Damage", +[2124]="+11 Shadow Spell Damage", +[2125]="+13 Shadow Spell Damage", +[2126]="+14 Shadow Spell Damage", +[2127]="+16 Shadow Spell Damage", +[2128]="+17 Shadow Spell Damage", +[2129]="+19 Shadow Spell Damage", +[2130]="+20 Shadow Spell Damage", +[2131]="+21 Shadow Spell Damage", +[2132]="+23 Shadow Spell Damage", +[2133]="+24 Shadow Spell Damage", +[2134]="+26 Shadow Spell Damage", +[2135]="+27 Shadow Spell Damage", +[2136]="+29 Shadow Spell Damage", +[2137]="+30 Shadow Spell Damage", +[2138]="+31 Shadow Spell Damage", +[2139]="+33 Shadow Spell Damage", +[2140]="+34 Shadow Spell Damage", +[2141]="+36 Shadow Spell Damage", +[2142]="+37 Shadow Spell Damage", +[2143]="+39 Shadow Spell Damage", +[2144]="+40 Shadow Spell Damage", +[2145]="+41 Shadow Spell Damage", +[2146]="+43 Shadow Spell Damage", +[2147]="+44 Shadow Spell Damage", +[2148]="+46 Shadow Spell Damage", +[2149]="+47 Shadow Spell Damage", +[2150]="+49 Shadow Spell Damage", +[2151]="+50 Shadow Spell Damage", +[2152]="+51 Shadow Spell Damage", +[2153]="+53 Shadow Spell Damage", +[2154]="+54 Shadow Spell Damage", +[2155]="+1 Fire Spell Damage", +[2156]="+3 Fire Spell Damage", +[2157]="+4 Fire Spell Damage", +[2158]="+6 Fire Spell Damage", +[2159]="+7 Fire Spell Damage", +[2160]="+9 Fire Spell Damage", +[2161]="+10 Fire Spell Damage", +[2162]="+11 Fire Spell Damage", +[2163]="+13 Fire Spell Damage", +[2164]="+14 Fire Spell Damage", +[2165]="+16 Fire Spell Damage", +[2166]="+17 Fire Spell Damage", +[2167]="+19 Fire Spell Damage", +[2168]="+20 Fire Spell Damage", +[2169]="+21 Fire Spell Damage", +[2170]="+23 Fire Spell Damage", +[2171]="+24 Fire Spell Damage", +[2172]="+26 Fire Spell Damage", +[2173]="+27 Fire Spell Damage", +[2174]="+29 Fire Spell Damage", +[2175]="+30 Fire Spell Damage", +[2176]="+31 Fire Spell Damage", +[2177]="+33 Fire Spell Damage", +[2178]="+34 Fire Spell Damage", +[2179]="+36 Fire Spell Damage", +[2180]="+37 Fire Spell Damage", +[2181]="+39 Fire Spell Damage", +[2182]="+40 Fire Spell Damage", +[2183]="+41 Fire Spell Damage", +[2184]="+43 Fire Spell Damage", +[2185]="+44 Fire Spell Damage", +[2186]="+46 Fire Spell Damage", +[2187]="+47 Fire Spell Damage", +[2188]="+49 Fire Spell Damage", +[2189]="+50 Fire Spell Damage", +[2190]="+51 Fire Spell Damage", +[2191]="+53 Fire Spell Damage", +[2192]="+54 Fire Spell Damage", +[2193]="+1 Holy Spell Damage", +[2194]="+3 Holy Spell Damage", +[2195]="+4 Holy Spell Damage", +[2196]="+6 Holy Spell Damage", +[2197]="+7 Holy Spell Damage", +[2198]="+9 Holy Spell Damage", +[2199]="+10 Holy Spell Damage", +[2200]="+11 Holy Spell Damage", +[2201]="+13 Holy Spell Damage", +[2202]="+14 Holy Spell Damage", +[2203]="+16 Holy Spell Damage", +[2204]="+17 Holy Spell Damage", +[2205]="+19 Holy Spell Damage", +[2206]="+20 Holy Spell Damage", +[2207]="+21 Holy Spell Damage", +[2208]="+23 Holy Spell Damage", +[2209]="+24 Holy Spell Damage", +[2210]="+26 Holy Spell Damage", +[2211]="+27 Holy Spell Damage", +[2212]="+29 Holy Spell Damage", +[2213]="+30 Holy Spell Damage", +[2214]="+31 Holy Spell Damage", +[2215]="+33 Holy Spell Damage", +[2216]="+34 Holy Spell Damage", +[2217]="+36 Holy Spell Damage", +[2218]="+37 Holy Spell Damage", +[2219]="+39 Holy Spell Damage", +[2220]="+40 Holy Spell Damage", +[2221]="+41 Holy Spell Damage", +[2222]="+43 Holy Spell Damage", +[2223]="+44 Holy Spell Damage", +[2224]="+46 Holy Spell Damage", +[2225]="+47 Holy Spell Damage", +[2226]="+49 Holy Spell Damage", +[2227]="+50 Holy Spell Damage", +[2228]="+51 Holy Spell Damage", +[2229]="+53 Holy Spell Damage", +[2230]="+54 Holy Spell Damage", +[2231]="+1 Frost Spell Damage", +[2232]="+3 Frost Spell Damage", +[2233]="+4 Frost Spell Damage", +[2234]="+6 Frost Spell Damage", +[2235]="+7 Frost Spell Damage", +[2236]="+9 Frost Spell Damage", +[2237]="+10 Frost Spell Damage", +[2238]="+11 Frost Spell Damage", +[2239]="+13 Frost Spell Damage", +[2240]="+14 Frost Spell Damage", +[2241]="+16 Frost Spell Damage", +[2242]="+17 Frost Spell Damage", +[2243]="+19 Frost Spell Damage", +[2244]="+20 Frost Spell Damage", +[2245]="+21 Frost Spell Damage", +[2246]="+23 Frost Spell Damage", +[2247]="+24 Frost Spell Damage", +[2248]="+26 Frost Spell Damage", +[2249]="+27 Frost Spell Damage", +[2250]="+29 Frost Spell Damage", +[2251]="+30 Frost Spell Damage", +[2252]="+31 Frost Spell Damage", +[2253]="+33 Frost Spell Damage", +[2254]="+34 Frost Spell Damage", +[2255]="+36 Frost Spell Damage", +[2256]="+37 Frost Spell Damage", +[2257]="+39 Frost Spell Damage", +[2258]="+40 Frost Spell Damage", +[2259]="+41 Frost Spell Damage", +[2260]="+43 Frost Spell Damage", +[2261]="+44 Frost Spell Damage", +[2262]="+46 Frost Spell Damage", +[2263]="+47 Frost Spell Damage", +[2264]="+49 Frost Spell Damage", +[2265]="+50 Frost Spell Damage", +[2266]="+51 Frost Spell Damage", +[2267]="+53 Frost Spell Damage", +[2268]="+54 Frost Spell Damage", +[2269]="+1 Nature Spell Damage", +[2270]="+3 Nature Spell Damage", +[2271]="+4 Nature Spell Damage", +[2272]="+6 Nature Spell Damage", +[2273]="+7 Nature Spell Damage", +[2274]="+9 Nature Spell Damage", +[2275]="+10 Nature Spell Damage", +[2276]="+11 Nature Spell Damage", +[2277]="+13 Nature Spell Damage", +[2278]="+14 Nature Spell Damage", +[2279]="+16 Nature Spell Damage", +[2280]="+17 Nature Spell Damage", +[2281]="+19 Nature Spell Damage", +[2282]="+20 Nature Spell Damage", +[2283]="+21 Nature Spell Damage", +[2284]="+23 Nature Spell Damage", +[2285]="+24 Nature Spell Damage", +[2286]="+26 Nature Spell Damage", +[2287]="+27 Nature Spell Damage", +[2288]="+29 Nature Spell Damage", +[2289]="+30 Nature Spell Damage", +[2290]="+31 Nature Spell Damage", +[2291]="+33 Nature Spell Damage", +[2292]="+34 Nature Spell Damage", +[2293]="+36 Nature Spell Damage", +[2294]="+37 Nature Spell Damage", +[2295]="+39 Nature Spell Damage", +[2296]="+40 Nature Spell Damage", +[2297]="+41 Nature Spell Damage", +[2298]="+43 Nature Spell Damage", +[2299]="+44 Nature Spell Damage", +[2300]="+46 Nature Spell Damage", +[2301]="+47 Nature Spell Damage", +[2302]="+49 Nature Spell Damage", +[2303]="+50 Nature Spell Damage", +[2304]="+51 Nature Spell Damage", +[2305]="+53 Nature Spell Damage", +[2306]="+54 Nature Spell Damage", +[2307]="1 SP", +[2308]="2 SP", +[2309]="4 SP", +[2310]="5 SP", +[2311]="6 SP", +[2312]="7 SP", +[2313]="8 SP", +[2314]="9 SP", +[2315]="11 SP", +[2316]="12 SP", +[2317]="13 SP", +[2318]="14 SP", +[2319]="15 SP", +[2320]="16 SP", +[2321]="18 SP", +[2322]="19 SP", +[2323]="20 SP", +[2324]="21 SP", +[2325]="22 SP", +[2326]="23 SP", +[2327]="25 SP", +[2328]="26 SP", +[2329]="27 SP", +[2330]="28 SP", +[2331]="29 SP", +[2332]="30 SP", +[2333]="32 SP", +[2334]="33 SP", +[2335]="34 SP", +[2336]="35 SP", +[2337]="36 SP", +[2338]="37 SP", +[2339]="39 SP", +[2340]="40 SP", +[2341]="41 SP", +[2342]="42 SP", +[2343]="43 SP", +[2344]="44 SP", +[2363]="+1 mana every 5 sec.", +[2364]="+1 mana every 5 sec.", +[2365]="+1 mana every 5 sec.", +[2366]="+2 mana every 5 sec.", +[2367]="+2 mana every 5 sec.", +[2368]="+2 mana every 5 sec.", +[2369]="+3 mana every 5 sec.", +[2370]="+3 mana every 5 sec.", +[2371]="+4 mana every 5 sec.", +[2372]="+4 mana every 5 sec.", +[2373]="+4 mana every 5 sec.", +[2374]="+5 mana every 5 sec.", +[2375]="+5 mana every 5 sec.", +[2376]="+6 mana every 5 sec.", +[2377]="+6 mana every 5 sec.", +[2378]="+6 mana every 5 sec.", +[2379]="+7 mana every 5 sec.", +[2380]="+7 mana every 5 sec.", +[2381]="20 Spirit", +[2382]="+8 mana every 5 sec.", +[2383]="+8 mana every 5 sec.", +[2384]="+9 mana every 5 sec.", +[2385]="+9 mana every 5 sec.", +[2386]="24 Spirit", +[2387]="25 Spirit", +[2388]="26 Spirit", +[2389]="27 Spirit", +[2390]="28 Spirit", +[2391]="29 Spirit", +[2392]="30 Spirit", +[2393]="31 Spirit", +[2394]="32 Spirit", +[2395]="33 Spirit", +[2396]="+14 mana every 5 sec.", +[2397]="+14 mana every 5 sec.", +[2398]="+14 mana every 5 sec.", +[2399]="+15 mana every 5 sec.", +[2400]="+15 mana every 5 sec.", +[2401]="+1 health every 5 sec.", +[2402]="+1 health every 5 sec.", +[2403]="+1 health every 5 sec.", +[2404]="+1 health every 5 sec.", +[2405]="+1 health every 5 sec.", +[2406]="+2 health every 5 sec.", +[2407]="+2 health every 5 sec.", +[2408]="+2 health every 5 sec.", +[2409]="+2 health every 5 sec.", +[2410]="+3 health every 5 sec.", +[2411]="+3 health every 5 sec.", +[2412]="+5 health every 5 sec.", +[2413]="+5 health every 5 sec.", +[2414]="+4 health every 5 sec.", +[2415]="+4 health every 5 sec.", +[2416]="+4 health every 5 sec.", +[2417]="+4 health every 5 sec.", +[2418]="+5 health every 5 sec.", +[2419]="+5 health every 5 sec.", +[2420]="+5 health every 5 sec.", +[2421]="+5 health every 5 sec.", +[2422]="+6 health every 5 sec.", +[2423]="+6 health every 5 sec.", +[2424]="+6 health every 5 sec.", +[2425]="+6 health every 5 sec.", +[2426]="+7 health every 5 sec.", +[2427]="+7 health every 5 sec.", +[2428]="+7 health every 5 sec.", +[2429]="+7 health every 5 sec.", +[2430]="+8 health every 5 sec.", +[2431]="+8 health every 5 sec.", +[2432]="+8 health every 5 sec.", +[2433]="+8 health every 5 sec.", +[2434]="+9 health every 5 sec.", +[2435]="+9 health every 5 sec.", +[2436]="+9 health every 5 sec.", +[2437]="+9 health every 5 sec.", +[2438]="+10 health every 5 sec.", +[2443]="+7 Frost Spell Damage", +[2463]="+7 Fire Resistance", +[2483]="+5 Fire Resistance", +[2484]="+5 Frost Resistance", +[2485]="+5 Arcane Resistance", +[2486]="+5 Nature Resistance", +[2487]="+5 Shadow Resistance", +[2488]="+5 All Resistances", +[2503]="5 Dodge", +[2504]="30 SP", +[2505]="29 SP", +[2506]="+28 Melee Critical Strike", +[2523]="30 Hit", +[2543]="10 Haste", +[2544]="8 SP", +[2545]="12 Dodge", +[2563]="15 Str", +[2564]="15 Agi", +[2565]="9 Spirit", +[2566]="13 SP", +[2567]="20 Spirit", +[2568]="22 Int", +[2583]="10 Dodge", +[2584]="10 Int, 10 Dodge", +[2585]="28 AP, 12 Dodge", +[2586]="10 Stam, 10 Hit", +[2587]="13 SP, 15 Int", +[2588]="18 SP, 8 Hit", +[2589]="18 SP, 10 Stam", +[2590]="10 Int, 10 Spirit", +[2591]="10 Int", +[2603]="+2 Fishing", +[2604]="18 SP", +[2605]="18 SP", +[2606]="30 AP", +[2607]="12 SP", +[2608]="13 SP", +[2609]="15 SP", +[2610]="14 SP", +[2611]="zzOLDBlank", +[2612]="18 SP", +[2613]="+2% Threat", +[2614]="+20 Shadow Spell Power", +[2615]="+20 Frost Spell Power", +[2616]="+20 Fire Spell Power", +[2617]="16 SP", +[2618]="15 Agi", +[2619]="+15 Fire Resistance", +[2620]="+15 Nature Resistance", +[2621]="2% Reduced Threat", +[2622]="12 Dodge", +[2623]="Minor Wizard Oil", +[2624]="Minor Mana Oil", +[2625]="Lesser Mana Oil", +[2626]="Lesser Wizard Oil", +[2627]="Wizard Oil", +[2628]="Brilliant Wizard Oil", +[2629]="Brilliant Mana Oil", +[2645]="Firestone 5", +[2646]="25 Agi", +[2647]="12 Str", +[2648]="14 Dodge", +[2649]="12 Stam", +[2650]="15 SP", +[2651]="12 SP", +[2652]="11 SP", +[2653]="12 Dodge", +[2654]="12 Int", +[2655]="15 Parry", +[2656]="10 Stam, 10 Spirit", +[2657]="12 Agi", +[2658]="10 Hit, 10 Crit", +[2659]="+150 Health", +[2660]="+150 Mana", +[2661]="6 Str, 6 Agi, 6 Stam, 6 Int, 6 Spirit", +[2662]="120 Armor", +[2663]="+7 Resist All", +[2664]="+7 Resist All", +[2665]="35 Spirit", +[2666]="30 Int", +[2667]="70 AP", +[2668]="20 Str", +[2669]="40 SP", +[2670]="35 Agi", +[2671]="+50 Arcane and Fire Spell Power", +[2672]="+54 Shadow and Frost Spell Power", +[2673]="Mongoose", +[2674]="Spellsurge", +[2675]="Battlemaster", +[2676]="Superior Mana Oil", +[2677]="Superior Mana Oil", +[2678]="Superior Wizard Oil", +[2679]="12 Spirit", +[2680]="+7 Resist All", +[2681]="+10 Nature Resistance", +[2682]="+10 Frost Resistance", +[2683]="+10 Shadow Resistance", +[2684]="+100 Attack Power vs Undead", +[2685]="+60 Spell Power vs Undead", +[2686]="8 Str", +[2687]="8 Agi", +[2688]="8 Stam", +[2689]="+8 mana every 5 sec.", +[2690]="6 Int", +[2691]="6 Str", +[2692]="7 Int", +[2693]="6 Agi", +[2694]="6 Int", +[2695]="6 Crit", +[2696]="6 Dodge", +[2697]="6 Hit", +[2698]="9 Stam", +[2699]="6 Spirit", +[2700]="6 PvP Pow", +[2701]="6 Spirit", +[2702]="12 Agi", +[2703]="+4 Agility per different colored gem", +[2704]="+12 Strength if 4 blue gems equipped", +[2705]="3 Int, 3 Haste", +[2706]="4 Stam, 3 Dodge", +[2707]="3 Int, 3 Spirit", +[2708]="3 Int, 4 Stam", +[2709]="3 Int, 3 Spirit", +[2710]="3 Agi, 4 Stam", +[2711]="3 Str, 4 Stam", +[2712]="Sharpened (+12 Damage)", +[2713]="14 Crit", +[2714]="Felsteel Spike (26-38)", +[2715]="16 SP", +[2716]="16 Stam, 100 Armor", +[2717]="26 AP, 14 Crit", +[2718]="Lesser Rune of Warding", +[2719]="Lesser Ward of Shielding", +[2720]="Greater Ward of Shielding", +[2721]="15 SP, 14 Crit", +[2722]="Scope (+10 Damage)", +[2723]="Scope (+12 Damage)", +[2724]="28 Crit", +[2725]="8 Str", +[2726]="8 Agi", +[2727]="8 Int", +[2728]="8 Int", +[2729]="8 Agi", +[2730]="8 Dodge", +[2731]="12 Stam", +[2732]="8 Spirit", +[2733]="8 Spirit", +[2734]="8 Int", +[2735]="8 Crit", +[2736]="8 Crit", +[2737]="8 Dodge", +[2738]="4 Str, 6 Stam", +[2739]="4 Agi, 6 Stam", +[2740]="5 Int, 6 Stam", +[2741]="4 Int, 4 Spirit", +[2742]="4 Int, 4 Haste", +[2743]="6 Stam, 4 Dodge", +[2744]="4 Int, 4 Spirit", +[2745]="25 SP, 15 Stam", +[2746]="35 SP, 20 Stam", +[2747]="25 SP, 15 Stam", +[2748]="35 SP, 20 Stam", +[2749]="12 Int", +[2750]="6 mana per 5 sec.", +[2751]="14 Crit", +[2752]="3 Str, 3 Crit", +[2753]="4 Str, 4 Crit", +[2754]="8 Parry", +[2755]="3 Agi, 3 Hit", +[2756]="4 Agi, 4 Hit", +[2757]="4 Stam, 3 Crit", +[2758]="6 Stam, 4 Crit", +[2759]="8 Resil", +[2760]="3 Int, 3 Crit", +[2761]="4 Int, 4 Crit", +[2762]="3 PvP Pow, 3 Crit", +[2763]="4 PvP Pow, 4 Crit", +[2764]="8 Hit", +[2765]="8 PvP Pow", +[2766]="8 Int", +[2767]="8 Hit", +[2768]="16 SP", +[2769]="11 Hit", +[2770]="7 SP", +[2771]="8 Crit", +[2772]="14 Crit", +[2773]="16 Crit", +[2774]="11 Int", +[2775]="11 Crit", +[2776]="8 Spirit", +[2777]="13 Spirit", +[2778]="13 PvP Pow", +[2779]="16 Spirit", +[2780]="16 PvP Pow", +[2781]="19 Stam", +[2782]="10 Agi", +[2783]="14 Hit", +[2784]="12 Hit", +[2785]="13 Hit", +[2786]="7 Hit", +[2787]="8 Crit", +[2788]="9 Resil", +[2789]="15 Resil", +[2790]="ZZOLDLesser Rune of Warding", +[2791]="Greater Rune of Warding", +[2792]="8 Stam", +[2793]="8 Dodge", +[2794]="8 Spirit", +[2795]="Comfortable Insoles", +[2796]="15 Dodge", +[2797]="9 Dodge", +[2798]="1 Int", +[2799]="1 Stam", +[2800]="1 Armor", +[2801]="8 Resil", +[2802]="1 Agi", +[2803]="1 Stam", +[2804]="1 Int", +[2805]="1 Str", +[2806]="1 Spirit", +[2807]="+1 Arcane Damage", +[2808]="+1 Fire Damage", +[2809]="+1 Nature Damage", +[2810]="+1 Frost Damage", +[2811]="+1 Shadow Damage", +[2812]="+1 Healing", +[2813]="1 Dodge", +[2814]="+1 Health per 5 sec.", +[2815]="1 Dodge", +[2816]="+1 Mana Per 5 sec.", +[2817]="+1 Arcane Resistance", +[2818]="+1 Fire Resistance", +[2819]="+1 Frost Resistance", +[2820]="+1 Nature Resistance", +[2821]="+1 Shadow Resistance", +[2822]="1 Crit", +[2823]="1 Crit", +[2824]="1 SP", +[2825]="1 AP", +[2826]="+1 Block", +[2827]="14 Crit", +[2828]="Chance to Increase Spell Cast Speed", +[2829]="12 Crit", +[2830]="12 Crit", +[2831]="18 Stam", +[2832]="12 Int", +[2833]="12 Dodge", +[2834]="+3 Melee Damage and Chance to Stun Target", +[2835]="12 Int", +[2836]="3 mana per 5 sec.", +[2837]="7 Spirit", +[2838]="7 Crit", +[2839]="14 Crit", +[2840]="21 Stam", +[2841]="10 Stam", +[2842]="8 Spirit", +[2843]="8 Crit", +[2844]="8 Hit", +[2845]="11 Hit", +[2846]="4 mana per 5 sec.", +[2847]="4 mana per 5 sec.", +[2848]="5 mana per 5 sec.", +[2849]="7 Dodge", +[2850]="13 Crit", +[2851]="19 Stam", +[2852]="7 mana per 5 sec", +[2853]="8 mana per 5 sec", +[2854]="3 mana per 5 sec", +[2855]="5 mana per 5 sec.", +[2856]="4 Resil", +[2857]="2 Crit", +[2858]="2 Crit", +[2859]="3 Resil", +[2860]="3 Hit", +[2861]="3 Dodge", +[2862]="3 Resil", +[2863]="3 Int", +[2864]="4 Crit", +[2865]="4 Spirit", +[2866]="3 Spirit", +[2867]="2 Resil", +[2868]="6 Stam", +[2869]="4 Int", +[2870]="3 Parry", +[2871]="4 Dodge", +[2872]="5 SP", +[2873]="4 Hit", +[2874]="4 Crit", +[2875]="3 Crit", +[2876]="3 Dodge", +[2877]="4 Agi", +[2878]="4 Resil", +[2879]="3 Str", +[2880]="3 Hit", +[2881]="2 Spirit", +[2882]="6 Stam", +[2883]="4 Stam", +[2884]="2 Crit", +[2885]="2 Crit", +[2886]="2 Hit", +[2887]="3 Crit", +[2888]="+6 Block Value", +[2889]="5 SP", +[2890]="4 Spirit", +[2891]="10 Resil", +[2892]="4 Str", +[2893]="3 Agi", +[2894]="7 Str", +[2895]="4 Stam", +[2896]="7 Int", +[2897]="3 Stam", +[2898]="3 Stam, 4 Crit", +[2899]="3 Stam, 4 Crit", +[2900]="4 SP", +[2901]="2 SP", +[2902]="2 Crit", +[2906]="1 Stam, 1 Int", +[2907]="2 Parry", +[2908]="4 Hit", +[2909]="2 Hit", +[2910]="3 SP", +[2911]="10 Str", +[2912]="10 Int", +[2913]="10 Crit", +[2914]="10 Crit", +[2915]="5 Str", +[2916]="5 Int, 5 Crit", +[2917]="gem test enchantment", +[2918]="3 Stam", +[2919]="7 Str", +[2921]="3 Stam, 4 Crit", +[2922]="7 Str", +[2923]="3 Stam, 4 Crit", +[2924]="7 Int", +[2925]="3 Stam", +[2926]="2 Dodge", +[2927]="4 Str", +[2928]="10 Int", +[2929]="+2 Weapon Damage", +[2930]="10 Int", +[2931]="4 Str, 4 Agi, 4 Stam, 4 Int, 4 Spirit", +[2932]="4 Dodge", +[2933]="15 Resil", +[2934]="10 Crit", +[2935]="15 Hit", +[2936]="8 AP", +[2937]="20 SP", +[2938]="16 PvP Pow", +[2939]="6 Agi, Run Speed", +[2940]="9 Stam, Run Speed", +[2941]="2 Hit", +[2942]="6 Crit", +[2943]="7 Agi", +[2944]="7 Agi", +[2945]="10 Agi", +[2946]="5 Agi, 5 Crit", +[2947]="+3 Resist All", +[2948]="+4 Resist All", +[2949]="10 Agi", +[2950]="10 Crit", +[2951]="4 Crit", +[2952]="4 Crit", +[2953]="2 SP", +[2954]="Weighted (+12 Damage)", +[2955]="14 Crit", +[2956]="4 Str", +[2957]="4 Agi", +[2958]="4 Int", +[2959]="4 Int", +[2960]="4 Agi", +[2961]="6 Stam", +[2962]="4 Spirit", +[2963]="4 Spirit", +[2964]="4 Int", +[2965]="4 Crit", +[2966]="4 Hit", +[2967]="4 Crit", +[2968]="4 Dodge", +[2969]="10 Crit", +[2970]="10 Int", +[2971]="6 Agi", +[2972]="+4 Block", +[2973]="6 AP", +[2974]="4 SP", +[2975]="+5 Block Value", +[2976]="2 Dodge", +[2977]="13 Dodge", +[2978]="15 Stam, 15 Dodge", +[2979]="15 SP", +[2980]="15 Int, 10 Spirit", +[2981]="15 SP", +[2982]="18 SP, 10 Crit", +[2983]="26 AP", +[2984]="8 Stam", +[2985]="8 Stam", +[2986]="30 AP, 10 Crit", +[2987]="8 Stam", +[2988]="8 Stam", +[2989]="8 Stam", +[2990]="13 Dodge", +[2991]="15 Parry, 10 Dodge", +[2992]="12 Spirit", +[2993]="10 Int, 16 Spirit", +[2994]="13 Crit", +[2995]="12 SP, 15 Crit", +[2996]="13 Crit", +[2997]="20 AP, 15 Crit", +[2998]="+7 All Resistances", +[2999]="16 Parry, 17 Dodge", +[3000]="18 Stam, 12 Resil", +[3001]="16 Int, 18 Spirit", +[3002]="22 SP, 14 Hit", +[3003]="34 AP, 16 Hit", +[3004]="18 Stam, 20 Resil", +[3005]="+20 Nature Resistance", +[3006]="+20 Arcane Resistance", +[3007]="+20 Fire Resistance", +[3008]="+20 Frost Resistance", +[3009]="+20 Shadow Resistance", +[3010]="40 AP, 10 Crit", +[3011]="30 Stam, 10 Agi", +[3012]="50 AP, 12 Crit", +[3013]="40 Stam, 12 Agi", +[3015]="2 Str", +[3016]="2 Int", +[3017]="+3 Block", +[3021]="Rockbiter", +[3045]="5 Str, 6 Stam", +[3046]="5 Int, 4 Haste", +[3047]="6 Stam, 5 Crit", +[3048]="5 Agi, 6 Stam", +[3049]="5 Crit, 4 Spirit", +[3050]="5 Int, 4 Haste", +[3051]="5 Int, 6 Stam", +[3052]="5 Agi, 4 Hit", +[3053]="5 Parry, 4 Dodge", +[3054]="5 Int, 6 Stam", +[3055]="5 Agi, 4 Hit", +[3056]="5 Parry, 4 Dodge", +[3057]="5 Str, 4 Hit", +[3058]="5 Crit, 4 Spirit", +[3059]="5 Crit", +[3060]="6 Stam, 5 Dodge", +[3061]="5 Int, 4 Hit", +[3062]="6 Stam, 5 Crit", +[3063]="6 Stam, 5 Parry", +[3064]="5 Int, 5 Spirit", +[3065]="8 Str", +[3066]="5 Int, 5 PvP Pow", +[3067]="5 Agi, 6 Stam", +[3068]="5 Dodge, 4 Hit", +[3069]="5 Int, 4 Resil", +[3070]="5 Agi, 4 Crit", +[3071]="5 Int, 6 Stam", +[3072]="5 Str, 4 Crit", +[3073]="4 Agi, 5 Dodge", +[3074]="5 Int, 4 Spirit", +[3075]="5 Str, 4 Dodge", +[3076]="5 Int, 4 Crit", +[3077]="5 Int, 4 Spirit", +[3078]="6 Stam, 5 Dodge", +[3079]="5 Agi, 4 Resil", +[3080]="6 Stam, 5 Resil", +[3081]="5 Int, 4 Crit", +[3082]="6 Stam, 5 Dodge", +[3083]="5 Int, 4 Spirit", +[3084]="5 Resil, 6 Stam", +[3085]="6 Stam, 5 Crit", +[3086]="5 Int, 4 Spirit", +[3087]="5 Str, 4 Resil", +[3088]="5 Hit, 4 Dodge", +[3089]="5 Hit, 4 Haste", +[3090]="4 Resil, 5 Parry", +[3091]="5 PvP Pow, 5 Crit", +[3092]="3 Crit", +[3093]="+150 Attack Power vs Undead and Demons", +[3094]="4 Exp", +[3095]="+8 Resist All", +[3096]="17 Str, 16 Int", +[3097]="2 Spirit", +[3098]="2 SP", +[3099]="5 Int, 6 Stam", +[3100]="5 Int, 6 Stam", +[3101]="5 Str, 6 Stam", +[3102]="Poison", +[3103]="8 Str", +[3104]="6 Hit", +[3105]="8 Hit", +[3106]="3 Agi, 4 Stam", +[3107]="4 Agi, 6 Stam", +[3108]="3 Agi, 4 Stam", +[3109]="4 Agi, 4 Hit", +[3110]="3 Int, 3 Hit", +[3111]="4 Int, 4 Hit", +[3112]="4 Agi, 4 Crit", +[3113]="3 Agi, 3 Crit", +[3114]="4 AP", +[3115]="10 Str", +[3116]="10 Agi", +[3117]="10 Int", +[3118]="10 Int", +[3119]="10 Agi", +[3120]="10 Dodge", +[3121]="10 Parry", +[3122]="15 Stam", +[3123]="10 Spirit", +[3124]="10 Spirit", +[3125]="10 PvP Pow", +[3126]="10 Int", +[3127]="10 Crit", +[3128]="10 Hit", +[3129]="10 Crit", +[3130]="10 Dodge", +[3131]="10 Resil", +[3132]="10 Hit", +[3133]="5 Str, 7 Stam", +[3134]="5 Agi, 7 Stam", +[3135]="5 Agi, 7 Stam", +[3136]="5 Agi, 5 Hit", +[3137]="5 Int, 7 Stam", +[3138]="5 Int, 5 Spirit", +[3139]="5 Str, 5 Crit", +[3140]="5 Int, 5 Crit", +[3141]="5 Int, 5 Haste", +[3142]="5 Agi, 5 Hit", +[3143]="5 Int, 5 Hit", +[3144]="5 Agi, 5 Crit", +[3145]="7 Stam, 5 Dodge", +[3146]="5 PvP Pow, 5 Crit", +[3147]="5 Int, 5 Spirit", +[3148]="7 Stam, 5 Crit", +[3149]="2 Agi", +[3150]="14 Spirit", +[3151]="2 SP", +[3152]="2 Crit", +[3153]="2 SP", +[3154]="12 Agi", +[3155]="Chance to Increase Melee/Ranged Attack Speed", +[3156]="5 Agi, 6 Stam", +[3157]="4 Int, 6 Stam", +[3158]="5 Int, 4 Spirit", +[3159]="5 Agi, 4 Crit", +[3160]="5 Int, 4 Haste", +[3161]="4 Stam, 4 Crit", +[3162]="12 Crit", +[3163]="12 Int", +[3164]="3 Stam", +[3197]="10 Agi", +[3198]="5 SP", +[3199]="170 Armor", +[3200]="5 SP, 4 Spirit", +[3201]="3 Int, 3 Spirit", +[3202]="4 Int, 4 Spirit", +[3204]="3 Crit", +[3205]="3 Crit", +[3206]="8 Agi", +[3207]="12 Str", +[3208]="12 Agi", +[3209]="12 Agi", +[3210]="12 Int", +[3211]="12 Int", +[3212]="18 Stam", +[3213]="+6 Mana every 5 seconds", +[3214]="12 Spirit", +[3215]="12 Resil", +[3216]="12 Int", +[3217]="12 Crit", +[3218]="12 Hit", +[3219]="12 Hit", +[3220]="12 Crit", +[3221]="12 Dodge", +[3222]="20 Agi", +[3223]="Adamantite Weapon Chain", +[3224]="6 Agi", +[3225]="Executioner", +[3226]="4 Resil, 6 Stam", +[3227]="10 Crit", +[3228]="34 AP", +[3229]="12 Resil", +[3230]="+20 Frost Resistance", +[3231]="15 Exp", +[3232]="15 Stam, Run Speed", +[3233]="+250 Mana", +[3234]="20 Hit", +[3235]="+12 Resist All", +[3236]="+200 Health", +[3237]="+10 Weapon Damage", +[3238]="Gatherer", +[3239]="Icebreaker Weapon", +[3240]="23 SP", +[3241]="Lifeward", +[3242]="+5 Resist All", +[3243]="28 PvP Pow", +[3244]="14 Stam, 14 Spirit", +[3245]="20 Resil", +[3246]="28 SP", +[3247]="+140 Attack Power versus Undead", +[3248]="18 Exp", +[3249]="16 Crit", +[3250]="Icewalker", +[3251]="Giantslaying", +[3252]="8 All Stats", +[3253]="10 Parry", +[3254]="4 Str, 4 Agi, 4 Stam, 4 Int, 4 Spirit", +[3255]="55 SP, 20 Spirit", +[3256]="10 Agi, 40 Armor", +[3257]="54 SP", +[3258]="18 SP", +[3259]="22 Stam", +[3260]="24 Stam", +[3261]="12 Crit", +[3262]="15 Stam", +[3263]="4 Crit", +[3264]="150 Armor", +[3265]="Blessed Weapon Coating", +[3266]="Righteous Weapon Coating", +[3267]="4 Haste", +[3268]="15 Stam", +[3269]="+3 Fishing", +[3270]="8 Haste", +[3271]="4 Int, 4 Haste", +[3272]="6 Stam, 4 Haste", +[3273]="Deathfrost", +[3274]="12 Dodge", +[3275]="12 Int", +[3276]="20 AP", +[3277]="12 SP", +[3278]="12 SP", +[3279]="3 SP", +[3280]="6 Stam, 4 Dodge", +[3281]="10 Agi", +[3282]="10 Int", +[3283]="10 Int", +[3284]="5 Resil, 7 Stam", +[3285]="7 Stam, 5 Haste", +[3286]="5 Int, 5 Haste", +[3287]="10 Haste", +[3288]="Test Riding Crop Enchant", +[3289]="+10% Mount Speed", +[3290]="Use: Reduce your fall speed for 10 sec. (5 Min Cooldown) (5 Min Cooldown)", +[3292]="34 Agi", +[3293]="51 Stam", +[3294]="25 Stam", +[3295]="16 Haste", +[3296]="10 Spirit", +[3297]="+275 Health", +[3298]="Exceptional Mana Oil", +[3299]="Exceptional Wizard Oil", +[3300]="19 SP", +[3301]="6 Crit", +[3302]="8 Dodge", +[3303]="8 Haste", +[3304]="8 Dodge", +[3305]="12 Stam", +[3306]="2 mana per 5 sec.", +[3307]="9 Stam", +[3308]="4 Haste", +[3309]="6 Haste", +[3310]="6 Int", +[3311]="6 Spirit", +[3312]="8 Str", +[3313]="8 Agi", +[3314]="8 Crit", +[3315]="+3% Mount Speed", +[3316]="6 Crit", +[3317]="21 Stam", +[3318]="5 Int, 5 Spirit", +[3319]="Test Add Sockets Enchant", +[3320]="Test Skill Req Enchant", +[3321]="150 Armor", +[3322]="Frozen Rune Weapon", +[3324]="10 Crit", +[3325]="45 Stam, 15 Agi", +[3326]="55 AP, 15 Crit", +[3327]="55 Stam, 22 Agi", +[3328]="75 AP, 22 Crit", +[3329]="12 Stam", +[3330]="18 Stam", +[3331]="72 Stam, 35 Agi", +[3332]="100 AP, 36 Crit", +[3333]="QA Test Blank Purple Gem Enchant", +[3334]="Northrend Flight", +[3335]="10 Agi", +[3336]="10 Crit", +[3337]="5 Agi, 5 Crit", +[3338]="5 Int, 5 Crit", +[3339]="10 Int", +[3340]="10 Crit", +[3341]="Frozen Rune Weapon 2", +[3342]="Frozen Rune Weapon 3", +[3343]="Frozen Rune Weapon 4", +[3344]="Frozen Rune Weapon 5", +[3345]="Earthliving", +[3351]="6 Hit", +[3352]="8 Spirit", +[3353]="8 Int", +[3354]="12 Stam", +[3355]="6 Agi", +[3356]="12 AP", +[3357]="6 Str", +[3358]="6 Dodge", +[3359]="4 Parry", +[3360]="8 Parry", +[3361]="+6 Block", +[3362]="6 Exp", +[3363]="+9 Block Value", +[3364]="Empower Rune Weapon", +[3365]="Swordshattering", +[3366]="Lichbane", +[3367]="Spellshattering", +[3368]="Fallen Crusader", +[3369]="Cinderglacier", +[3370]="Razorice", +[3371]="12 Str", +[3374]="12 Agi", +[3375]="12 Agi", +[3376]="12 Dodge", +[3377]="12 Parry", +[3378]="12 Crit", +[3379]="12 Exp", +[3380]="12 Int", +[3381]="12 Int", +[3382]="12 Crit", +[3383]="12 Hit", +[3384]="12 Dodge", +[3385]="12 Resil", +[3386]="12 Haste", +[3387]="18 Stam", +[3388]="12 Spirit", +[3389]="12 Spirit", +[3390]="12 PvP Pow", +[3391]="9 Stam, 6 Crit", +[3392]="6 Str, 9 Stam", +[3393]="6 Agi, 9 Stam", +[3394]="6 Int, 9 Stam", +[3395]="6 Agi, 9 Stam", +[3396]="9 Stam, 6 Dodge", +[3397]="9 Stam, 6 Parry", +[3398]="9 Stam, 6 Exp", +[3399]="6 Int, 6 Spirit", +[3400]="6 Agi, 6 Hit", +[3401]="6 Int, 6 Spirit", +[3402]="6 Agi, 6 Hit", +[3403]="6 Int, 6 PvP Pow", +[3404]="6 Int, 6 Haste", +[3405]="6 Str, 6 Crit", +[3406]="6 Agi, 6 Hit", +[3407]="6 Str, 6 Dodge", +[3408]="6 Str, 6 Resil", +[3409]="6 Str, 6 Haste", +[3410]="6 Agi, 6 Crit", +[3411]="6 Str, 6 Hit", +[3412]="6 Agi, 6 Resil", +[3413]="6 Agi, 6 Haste", +[3414]="6 Int, 6 Crit", +[3415]="6 Int, 6 Hit", +[3416]="6 Int, 6 Resil", +[3417]="6 Int, 6 Haste", +[3418]="6 Dodge, 6 Parry", +[3419]="6 Parry, 6 Dodge", +[3420]="6 Exp, 6 Hit", +[3421]="6 Exp, 6 Dodge", +[3422]="6 Agi, 6 Crit", +[3423]="6 Agi, 6 Hit", +[3424]="6 Agi, 6 Resil", +[3426]="6 Agi, 6 Haste", +[3427]="6 Int, 9 Stam", +[3428]="9 Stam, 6 Crit", +[3429]="6 Hit, 6 Dodge", +[3430]="9 Stam, 6 Dodge", +[3431]="6 Resil, 9 Stam", +[3432]="9 Stam, 6 Haste", +[3433]="6 Int, 6 Spirit", +[3434]="6 Crit, 6 Spirit", +[3435]="6 Hit, 6 Haste", +[3436]="6 Resil, 6 Spirit", +[3437]="6 Haste, 6 Spirit", +[3438]="6 Int, 6 Spirit", +[3439]="6 Crit, 6 Spirit", +[3440]="6 Hit, 6 Haste", +[3441]="6 Resil, 6 Spirit", +[3442]="6 Haste, 6 Spirit", +[3443]="6 PvP Pow, 6 Crit", +[3444]="6 PvP Pow, 6 Crit", +[3445]="6 PvP Pow, 6 Haste", +[3446]="16 Str", +[3447]="16 Agi", +[3448]="16 Int", +[3449]="16 Agi", +[3450]="16 Dodge", +[3451]="16 Parry", +[3452]="16 Crit", +[3453]="16 Exp", +[3454]="24 Stam", +[3455]="16 Spirit", +[3456]="16 Spirit", +[3457]="16 PvP Pow", +[3458]="16 Int", +[3459]="16 Crit", +[3460]="16 Hit", +[3461]="16 Dodge", +[3462]="16 Resil", +[3463]="16 Haste", +[3464]="8 Str, 12 Stam", +[3465]="8 Agi, 12 Stam", +[3466]="8 Int, 12 Stam", +[3467]="8 Agi, 12 Stam", +[3468]="12 Stam, 8 Dodge", +[3469]="12 Stam, 8 Parry", +[3470]="12 Stam, 8 Crit", +[3471]="12 Stam, 8 Exp", +[3472]="8 Int, 8 Spirit", +[3473]="8 Int, 8 Spirit", +[3474]="8 Agi, 8 Hit", +[3475]="8 Agi, 8 Hit", +[3476]="8 Int, 8 PvP Pow", +[3477]="8 Str, 8 Crit", +[3478]="8 Str, 8 Hit", +[3479]="8 Str, 8 Dodge", +[3480]="8 Str, 8 Resil", +[3481]="8 Str, 8 Haste", +[3482]="8 Agi, 8 Crit", +[3483]="8 Agi, 8 Hit", +[3484]="8 Agi, 8 Resil", +[3485]="8 Agi, 8 Haste", +[3486]="8 Int, 8 Haste", +[3487]="8 Int, 8 Crit", +[3488]="8 Int, 8 Hit", +[3489]="8 Int, 8 Resil", +[3490]="8 Int, 8 Haste", +[3491]="8 Agi, 8 Crit", +[3492]="8 Agi, 8 Hit", +[3493]="8 Agi, 8 Resil", +[3494]="8 Agi, 8 Haste", +[3495]="8 Dodge, 8 Parry", +[3496]="8 Parry, 8 Dodge", +[3497]="8 Exp, 8 Hit", +[3498]="8 Exp, 8 Dodge", +[3499]="8 Int, 12 Stam", +[3500]="12 Stam, 8 Crit", +[3501]="8 Hit, 8 Dodge", +[3502]="12 Stam, 8 Dodge", +[3503]="8 Resil, 12 Stam", +[3504]="12 Stam, 8 Haste", +[3505]="8 Int, 8 Spirit", +[3506]="8 Crit, 8 Spirit", +[3507]="8 Hit, 8 Haste", +[3508]="8 Resil, 8 Spirit", +[3509]="8 Haste, 8 Spirit", +[3510]="8 Int, 8 Spirit", +[3511]="8 Crit, 8 Spirit", +[3512]="8 Hit, 8 Haste", +[3513]="8 Resil, 8 Spirit", +[3514]="8 Haste, 8 Spirit", +[3515]="8 PvP Pow, 8 Crit", +[3516]="8 PvP Pow, 8 Crit", +[3517]="8 PvP Pow, 8 Haste", +[3518]="20 Str", +[3519]="20 Agi", +[3520]="20 Int", +[3521]="20 Agi", +[3522]="20 Dodge", +[3523]="20 Parry", +[3524]="20 Exp", +[3525]="20 Crit", +[3526]="20 Int", +[3527]="20 Crit", +[3528]="20 Hit", +[3529]="20 Dodge", +[3530]="20 Resil", +[3531]="20 Haste", +[3532]="30 Stam", +[3533]="20 Spirit", +[3534]="20 Spirit", +[3535]="20 PvP Pow", +[3536]="10 Str, 15 Stam", +[3537]="10 Agi, 15 Stam", +[3538]="10 Int, 15 Stam", +[3539]="10 Agi, 15 Stam", +[3540]="15 Stam, 10 Dodge", +[3541]="15 Stam, 10 Parry", +[3542]="15 Stam, 10 Exp", +[3543]="15 Stam, 10 Crit", +[3544]="10 Agi, 10 Hit", +[3545]="10 Int, 10 Spirit", +[3546]="10 Int, 10 Spirit", +[3547]="10 Agi, 10 Hit", +[3548]="10 Int, 10 PvP Pow", +[3549]="10 Str, 10 Crit", +[3550]="10 Str, 10 Hit", +[3551]="10 Str, 10 Dodge", +[3552]="10 Str, 10 Resil", +[3553]="10 Str, 10 Haste", +[3554]="10 Agi, 10 Crit", +[3555]="10 Agi, 10 Hit", +[3556]="10 Agi, 10 Resil", +[3557]="10 Agi, 10 Haste", +[3558]="10 Int, 10 Spirit", +[3559]="10 Int, 10 Crit", +[3560]="10 Int, 10 Hit", +[3561]="10 Int, 10 Resil", +[3563]="10 Int, 10 Haste", +[3564]="10 Agi, 10 Crit", +[3565]="10 Agi, 10 Hit", +[3566]="10 Agi, 10 Resil", +[3567]="10 Agi, 10 Haste", +[3568]="10 Dodge, 10 Parry", +[3569]="10 Parry, 10 Dodge", +[3570]="10 Exp, 10 Hit", +[3571]="10 Exp, 10 Dodge", +[3572]="10 Int, 15 Stam", +[3573]="15 Stam, 10 Crit", +[3574]="10 Hit, 10 Dodge", +[3575]="15 Stam, 10 Dodge", +[3576]="10 Resil, 15 Stam", +[3577]="15 Stam, 10 Haste", +[3578]="10 Int, 10 Spirit", +[3579]="10 Crit, 10 Spirit", +[3580]="10 Hit, 10 Haste", +[3581]="10 Resil, 10 Spirit", +[3582]="10 Haste, 10 Spirit", +[3583]="10 Int, 10 Spirit", +[3584]="10 Crit, 10 Spirit", +[3585]="10 Hit, 10 Haste", +[3586]="10 Resil, 10 Spirit", +[3587]="10 Haste, 10 Spirit", +[3588]="10 PvP Pow, 10 Crit", +[3589]="10 PvP Pow, 10 Crit", +[3590]="10 PvP Pow, 10 Haste", +[3591]="4 Int", +[3592]="+100 Spell Power vs Undead", +[3593]="+170 Attack Power vs Undead", +[3594]="Swordbreaking", +[3595]="Spellbreaking", +[3596]="5 SP", +[3597]="Master Firestone", +[3599]="Use: Stuns all nearby Mechanical units for 3 sec. (1 Min Cooldown)", +[3600]="6 Resil", +[3601]="Use: Detatch and throw a thermal grenade, inflicting 10,000 Fire damage and incapacitating targets for 3 sec in a 3 yard radius. Any damage will break the effect. (1 Min Cooldown)", +[3602]="7 SP", +[3603]="Use: Fires an explosive rocket at an enemy for 1,165 Fire damage. (45 Sec Cooldown)", +[3604]="Use: Increases your haste by 240 for 12 sec. (1 Min Cooldown)", +[3605]="Use: Reduces your falling speed for 30 sec. (1 Min Cooldown)", +[3607]="40 Haste", +[3608]="40 Crit", +[3609]="Firestone", +[3610]="Firestone", +[3611]="Greater Firestone", +[3612]="Major Firestone", +[3613]="Fel Firestone", +[3614]="Grand Firestone", +[3615]="Spellstone", +[3616]="Greater Spellstone", +[3617]="Major Spellstone", +[3618]="Master Spellstone", +[3619]="Demonic Spellstone", +[3620]="Grand Spellstone", +[3621]="21 Crit", +[3622]="25 Crit", +[3623]="21 Int", +[3624]="21 Crit", +[3625]="21 Crit", +[3626]="21 Int", +[3627]="21 Int", +[3628]="21 Agi", +[3630]="21 Dodge", +[3631]="21 Dodge", +[3632]="21 Int", +[3633]="22 Spirit", +[3634]="32 Stam", +[3635]="21 Int", +[3636]="21 Crit", +[3637]="32 Stam", +[3638]="21 Crit", +[3639]="21 Int", +[3640]="21 Haste", +[3641]="21 Crit", +[3642]="32 Stam", +[3643]="Chance to Increase Melee/Ranged Attack Speed", +[3644]="14 Agi", +[3646]="14 Dodge", +[3647]="14 Exp", +[3648]="14 Parry", +[3649]="14 Str", +[3650]="14 Int", +[3651]="14 Agi", +[3652]="14 Crit", +[3653]="14 Spirit", +[3654]="14 Spirit", +[3655]="21 Stam", +[3656]="14 PvP Pow", +[3657]="14 Crit", +[3658]="14 Dodge", +[3659]="14 Haste", +[3660]="14 Hit", +[3661]="14 Int", +[3662]="14 Resil", +[3663]="7 Agi, 7 Hit", +[3664]="7 Agi, 10 Stam", +[3665]="10 Stam, 7 Crit", +[3666]="7 Agi, 7 Hit", +[3667]="7 Agi, 10 Stam", +[3668]="10 Stam, 7 Dodge", +[3669]="10 Stam, 7 Exp", +[3670]="10 Stam, 7 Parry", +[3671]="7 Str, 10 Stam", +[3672]="7 Int, 7 Spirit", +[3673]="7 Int, 7 Spirit", +[3674]="7 Int, 7 PvP Pow", +[3675]="7 Int, 10 Stam", +[3676]="14 AP, 7 Crit", +[3677]="7 Agi, 7 Haste", +[3678]="7 Agi, 7 Haste", +[3679]="7 Agi, 7 Hit", +[3680]="7 Agi, 7 Resil", +[3681]="7 Str, 7 Crit", +[3682]="7 Str, 7 Hit", +[3683]="7 Str, 7 Dodge", +[3684]="7 Str, 7 Resil", +[3685]="7 Str, 7 Haste", +[3686]="7 Agi, 7 Crit", +[3687]="7 Agi, 7 Hit", +[3688]="7 Agi, 7 Resil", +[3689]="7 Int, 7 Spirit", +[3690]="7 Int, 7 Crit", +[3691]="7 Int, 7 Hit", +[3692]="7 Int, 7 Resil", +[3693]="7 Int, 7 Haste", +[3694]="7 Dodge, 7 Parry", +[3695]="7 Parry, 7 Dodge", +[3696]="7 Exp, 7 Hit", +[3697]="7 Exp, 7 Dodge", +[3698]="7 Crit, 7 Spirit", +[3699]="10 Stam, 7 Crit", +[3700]="10 Stam, 7 Dodge", +[3701]="7 Haste, 7 Spirit", +[3702]="10 Stam, 7 Haste", +[3703]="7 Hit, 7 Haste", +[3704]="7 Hit, 7 Dodge", +[3705]="7 Int, 7 Spirit", +[3706]="7 Int, 10 Stam", +[3707]="7 Resil, 7 Spirit", +[3708]="7 Resil, 10 Stam", +[3709]="7 PvP Pow, 7 Crit", +[3710]="7 Crit, 7 Spirit", +[3711]="7 Int, 7 Spirit", +[3712]="7 Hit, 7 Haste", +[3713]="7 Resil, 7 Spirit", +[3714]="7 Haste, 7 Spirit", +[3715]="7 PvP Pow, 7 Crit", +[3716]="7 PvP Pow, 7 Haste", +[3717]="Socket Bracer", +[3718]="35 SP, 12 Spirit", +[3719]="50 SP, 20 Spirit", +[3720]="35 SP, 20 Stam", +[3721]="50 SP, 30 Stam", +[3722]="Lightweave 1", +[3723]="Socket Gloves", +[3726]="1 Haste", +[3727]="1 Hit", +[3728]="Darkglow 1", +[3729]="Socket Belt", +[3730]="Swordguard 1", +[3731]="28 Hit", +[3732]="34 Str", +[3733]="34 Agi", +[3734]="34 Int", +[3735]="34 Spirit", +[3736]="34 Spirit", +[3737]="34 Int", +[3738]="34 Crit", +[3739]="34 Haste", +[3740]="34 Dodge", +[3741]="34 Parry", +[3742]="34 Hit", +[3743]="34 Dodge", +[3744]="34 Resil", +[3745]="34 Crit", +[3746]="34 Exp", +[3747]="34 PvP Pow", +[3748]="Titanium Spike (45-67)", +[3749]="4 Str, 4 Agi, 4 Stam, 4 Int, 4 Spirit", +[3750]="6 Str, 6 Agi, 6 Stam, 6 Int, 6 Spirit", +[3751]="6 Dodge", +[3752]="5 SP", +[3753]="9 SP", +[3754]="24 AP", +[3755]="28 AP", +[3756]="130 AP", +[3757]="102 Stam", +[3758]="57 Int", +[3759]="102 Stam", +[3760]="102 Stam", +[3761]="102 Stam", +[3762]="102 Stam", +[3763]="102 Stam", +[3764]="12 AP", +[3765]="4 Crit", +[3766]="12 Stam", +[3767]="7 Agi, 7 Crit", +[3775]="30 SP, 15 Crit", +[3776]="45 AP, 15 Crit", +[3777]="22 Stam, 20 Dodge", +[3778]="8 Exp", +[3788]="25 Hit, 25 Crit", +[3789]="Berserking", +[3790]="Black Magic", +[3791]="30 Stam", +[3792]="20 Resil", +[3793]="40 AP, 15 Resil", +[3794]="23 SP, 15 Resil", +[3795]="50 AP, 20 Resil", +[3796]="29 SP, 20 Resil", +[3797]="29 SP, 20 Resil", +[3798]="17 Crit", +[3799]="17 Int", +[3800]="17 Crit", +[3801]="17 Crit", +[3802]="17 Int", +[3803]="17 Crit", +[3804]="26 Stam", +[3805]="17 Int", +[3806]="18 SP, 10 Crit", +[3807]="15 Int, 10 Spirit", +[3808]="40 AP, 15 Crit", +[3809]="21 Int, 16 Spirit", +[3810]="24 SP, 15 Crit", +[3811]="22 Stam, 20 Dodge", +[3812]="30 Stam", +[3813]="30 Stam", +[3814]="30 Stam", +[3815]="30 Stam", +[3816]="30 Stam", +[3817]="50 AP, 20 Crit", +[3818]="37 Stam, 20 Dodge", +[3819]="26 Int, 20 Spirit", +[3820]="26 Int, 20 Crit", +[3821]="8 Resil", +[3822]="55 Stam, 22 Agi", +[3823]="75 AP, 22 Crit", +[3824]="24 AP", +[3825]="15 Haste", +[3826]="12 Hit, 12 Crit", +[3827]="110 AP", +[3828]="85 AP", +[3829]="35 AP", +[3830]="50 SP", +[3831]="23 Haste", +[3832]="10 All Stats", +[3833]="65 AP", +[3834]="63 SP", +[3835]="120 AP, 15 Crit", +[3836]="60 Int, 15 Spirit", +[3837]="60 Dodge, 15 Parry", +[3838]="70 SP, 15 Crit", +[3839]="40 AP", +[3840]="20 Int", +[3841]="23 SP", +[3842]="30 Stam, 25 Resil", +[3843]="Scope (+15 Damage)", +[3844]="45 Spirit", +[3845]="50 AP", +[3846]="40 SP", +[3847]="Stoneskin Gargoyle", +[3848]="Socket Staff", +[3849]="Titanium Plating", +[3850]="40 Stam", +[3851]="50 Stam", +[3852]="30 Stam, 15 Resil", +[3853]="40 Resil, 28 Stam", +[3854]="81 SP", +[3855]="69 SP", +[3856]="100 Agi", +[3857]="6 Dodge", +[3858]="5 Hit", +[3859]="Use: Reduces your falling speed for 30 sec. (1 Min Cooldown)", +[3860]="Use: Increases your armor by 700 for 14 sec. (1 Min Cooldown)", +[3861]="20 Str", +[3862]="20 Agi", +[3863]="30 Stam", +[3864]="20 Spirit", +[3865]="20 Int", +[3866]="20 Int", +[3867]="20 Hit", +[3868]="Fishing Lure (+100 Fishing Skill)", +[3869]="Blade Ward", +[3870]="Blood Draining", +[3871]="6 Parry", +[3872]="50 SP, 20 Spirit", +[3873]="50 SP, 30 Stam", +[3874]="130 AP", +[3875]="30 AP, 10 Crit", +[3876]="15 Dodge, 10 Parry", +[3877]="16 AP", +[3879]="10 All Stats", +[3880]="6 Crit", +[3881]="+17 Mana every 5 seconds", +[3882]="8 Crit", +[3883]="Nerubian Carapace", +[3884]="24 Stam, 24 Agi", +[3885]="15 Mastery, 15 Spirit", +[3886]="15 Mastery, 15 Hit", +[3887]="18 Mastery, 17 Spirit", +[3888]="18 Mastery, 17 Hit", +[3889]="30 Str", +[3890]="30 Agi", +[3891]="30 Parry", +[3892]="30 Int", +[3893]="30 Exp", +[3894]="45 Stam", +[3895]="30 Spirit", +[3896]="30 PvP Pow", +[3897]="30 Hit", +[3898]="30 Dodge", +[3899]="30 Resil", +[3900]="30 Haste", +[3901]="30 Mastery", +[3902]="15 Str, 23 Stam", +[3903]="23 Stam, 15 Parry", +[3904]="15 Agi, 23 Stam", +[3905]="15 Int, 23 Stam", +[3906]="23 Stam, 15 Exp", +[3907]="15 Int, 15 Spirit", +[3908]="15 Str, 15 Hit", +[3909]="15 Agi, 15 Hit", +[3910]="15 Parry, 15 Hit", +[3911]="15 Int, 15 Hit", +[3912]="15 Exp, 15 Hit", +[3913]="15 Agi, 15 Dodge", +[3914]="15 Exp, 15 Dodge", +[3915]="15 Str, 15 Crit", +[3916]="15 Agi, 15 Crit", +[3917]="15 Int, 15 Crit", +[3918]="15 Str, 15 Haste", +[3919]="15 Agi, 15 Haste", +[3920]="15 Int, 15 Haste", +[3921]="15 Str, 15 Mastery", +[3922]="15 Agi, 15 Mastery", +[3923]="15 Parry, 15 Mastery", +[3924]="15 Int, 15 Mastery", +[3925]="15 Exp, 15 Mastery", +[3926]="23 Stam, 15 Dodge", +[3927]="15 Dodge, 15 Hit", +[3928]="23 Stam, 15 Crit", +[3929]="15 Crit, 15 Hit", +[3930]="15 Resil, 23 Stam", +[3931]="23 Stam, 15 Haste", +[3932]="15 Haste, 15 Hit", +[3933]="23 Stam, 15 Mastery", +[3936]="30 Crit", +[3937]="18 Str, 17 Hit", +[3938]="18 Int, 17 Spirit", +[3939]="26 Stam, 18 Exp", +[3940]="18 Int, 26 Stam", +[3941]="26 Stam, 18 Parry", +[3942]="18 Agi, 23 Stam", +[3943]="18 Str, 26 Stam", +[3944]="35 Mastery", +[3945]="35 Haste", +[3946]="35 Resil", +[3947]="35 Crit", +[3948]="35 Dodge", +[3949]="35 Hit", +[3950]="35 PvP Pow", +[3951]="35 Spirit", +[3952]="53 Stam", +[3953]="35 Exp", +[3954]="35 Int", +[3955]="35 Parry", +[3956]="35 Agi", +[3957]="35 Str", +[3958]="26 Stam, 18 Mastery", +[3959]="18 Haste, 17 Hit", +[3960]="26 Stam, 18 Haste", +[3961]="18 Resil, 26 Stam", +[3962]="18 Crit, 17 Hit", +[3963]="26 Stam, 18 Crit", +[3964]="18 Dodge, 17 Hit", +[3965]="26 Stam, 18 Dodge", +[3966]="18 Exp, 17 Mastery", +[3967]="18 Int, 17 Mastery", +[3968]="18 Parry, 17 Mastery", +[3969]="18 Agi, 17 Mastery", +[3970]="18 Str, 17 Mastery", +[3971]="18 Int, 17 Haste", +[3972]="18 Agi, 17 Haste", +[3973]="18 Str, 17 Haste", +[3974]="18 Int, 17 Crit", +[3975]="18 Agi, 17 Crit", +[3976]="18 Str, 17 Crit", +[3977]="18 Exp, 17 Dodge", +[3978]="18 Agi, 17 Dodge", +[3979]="18 Exp, 17 Hit", +[3980]="18 Int, 17 Hit", +[3981]="18 Parry, 17 Hit", +[3982]="18 Agi, 17 Hit", +[3983]="20 Exp, 20 Hit", +[3984]="30 Stam, 20 Parry", +[3985]="20 Str, 20 Hit", +[3986]="20 Int, 20 Hit", +[3987]="20 Agi, 20 Hit", +[3988]="30 Stam, 20 Exp", +[3989]="20 Parry, 20 Hit", +[3990]="20 Int, 20 Spirit", +[3991]="20 Agi, 30 Stam", +[3992]="20 Str, 30 Stam", +[3993]="20 Int, 30 Stam", +[3994]="40 Str", +[3995]="40 Int", +[3996]="40 Agi", +[3997]="40 Parry", +[3998]="40 Exp", +[3999]="40 Mastery", +[4000]="40 Resil", +[4001]="40 Haste", +[4002]="40 Crit", +[4003]="40 Dodge", +[4004]="40 Hit", +[4005]="60 Stam", +[4006]="40 Spirit", +[4007]="40 PvP Pow", +[4008]="20 Agi, 20 Mastery", +[4009]="20 Int, 20 Mastery", +[4010]="20 Int, 20 Haste", +[4011]="20 Agi, 20 Crit", +[4012]="20 Agi, 20 Haste", +[4013]="20 Str, 20 Haste", +[4014]="20 Parry, 20 Mastery", +[4015]="20 Str, 20 Crit", +[4016]="20 Exp, 20 Mastery", +[4017]="20 Agi, 20 Dodge", +[4018]="20 Int, 20 Crit", +[4019]="20 Str, 20 Mastery", +[4020]="20 Exp, 20 Dodge", +[4021]="30 Stam, 20 Haste", +[4022]="30 Stam, 20 Crit", +[4023]="20 Haste, 20 Hit", +[4024]="20 Dodge, 20 Hit", +[4025]="20 Crit, 20 Hit", +[4026]="30 Stam, 20 Mastery", +[4027]="30 Stam, 20 Dodge", +[4028]="20 Mastery, 20 Hit", +[4029]="20 Resil, 30 Stam", +[4030]="20 Mastery, 20 Spirit", +[4031]="67 Str", +[4032]="67 Int", +[4033]="67 Agi", +[4034]="67 Parry", +[4035]="67 Mastery", +[4036]="67 Resil", +[4037]="67 Exp", +[4038]="67 Haste", +[4039]="67 Hit", +[4040]="67 Crit", +[4041]="101 Stam", +[4042]="67 Spirit", +[4043]="67 PvP Pow", +[4044]="67 Dodge", +[4045]="54 Mastery", +[4046]="54 Crit", +[4047]="54 Int", +[4048]="81 Stam", +[4049]="81 Stam", +[4050]="81 Stam", +[4051]="54 Int", +[4052]="54 Spirit", +[4053]="54 Crit", +[4054]="81 Stam", +[4055]="54 Crit", +[4056]="54 Crit", +[4057]="54 Int", +[4058]="1 Exp", +[4059]="1 Mastery", +[4060]="1 Parry", +[4061]="50 Mastery", +[4062]="30 Stam, Run Speed", +[4063]="15 All Stats", +[4064]="56 PvP Pow", +[4065]="50 Haste", +[4066]="Mending", +[4067]="Avalanche", +[4068]="50 Haste", +[4069]="50 Haste", +[4070]="55 Stam", +[4071]="50 Crit", +[4072]="30 Int", +[4073]="16 Stam", +[4074]="Elemental Slayer", +[4075]="35 Str", +[4076]="35 Agi", +[4077]="40 Resil", +[4078]="40 Str", +[4079]="40 Agi", +[4080]="40 Int", +[4081]="60 Stam", +[4082]="50 Exp", +[4083]="Hurricane", +[4084]="Heartsong", +[4085]="50 Mastery", +[4086]="50 Dodge", +[4087]="50 Crit", +[4088]="40 Spirit", +[4089]="50 Hit", +[4090]="30 Stam", +[4091]="40 Int", +[4092]="50 Hit", +[4093]="50 Spirit", +[4094]="50 Mastery", +[4095]="50 Exp", +[4096]="50 Int", +[4097]="Power Torrent", +[4098]="Windwalk", +[4099]="Landslide", +[4100]="65 Crit", +[4101]="65 Crit", +[4102]="20 All Stats", +[4103]="75 Stam", +[4104]="35 Mastery, Run Speed", +[4105]="25 Agi, Run Speed", +[4106]="50 Str", +[4107]="65 Mastery", +[4108]="65 Haste", +[4109]="55 Int, 45 Spirit", +[4110]="95 Int, 55 Spirit", +[4111]="55 Int, 65 Stam", +[4112]="95 Int, 80 Stam", +[4113]="95 Int, 80 Stam", +[4114]="95 Int, 55 Spirit", +[4115]="Lightweave 2", +[4116]="Darkglow 2", +[4117]="Swordguard Embroidery", +[4118]="Swordguard 2", +[4119]="50 Str", +[4120]="36 Stam", +[4121]="44 Stam", +[4122]="110 AP, 45 Crit", +[4123]="10 Mastery", +[4124]="85 Stam, 45 Agi", +[4125]="30 Spirit", +[4126]="190 AP, 55 Crit", +[4127]="145 Stam, 55 Agi", +[4128]="30 Haste", +[4129]="20 Spirit", +[4130]="20 Crit", +[4131]="10 Crit", +[4132]="30 Crit", +[4134]="30 Stam", +[4135]="10 Str", +[4136]="20 Str", +[4137]="20 Mastery", +[4138]="30 Mastery", +[4139]="20 Parry", +[4140]="20 Haste", +[4141]="20 Hit", +[4142]="10 Spirit", +[4143]="10 Int", +[4144]="20 Int", +[4145]="30 Agi", +[4146]="10 Haste", +[4147]="10 Parry", +[4148]="30 Parry", +[4149]="20 Int", +[4150]="30 Int", +[4151]="10 Crit", +[4152]="20 Crit", +[4153]="30 Crit", +[4154]="15 Stam", +[4155]="10 Dodge", +[4156]="20 Dodge", +[4157]="30 Dodge", +[4158]="30 Str", +[4159]="45 Stam", +[4160]="10 Hit", +[4161]="20 Hit", +[4162]="30 Hit", +[4163]="10 Exp", +[4164]="20 Exp", +[4165]="30 Exp", +[4166]="208 Dodge", +[4167]="208 Crit", +[4168]="208 Haste", +[4169]="208 Mastery", +[4170]="208 Exp", +[4171]="208 Parry", +[4172]="208 Hit", +[4173]="208 Spirit", +[4175]="Gnomish X-Ray", +[4176]="88 Hit", +[4177]="88 Haste", +[4178]="900 Armor", +[4179]="Use: Increases your Intellect, Agility, or Strength by 480 for 10 sec. Your highest stat is always chosen. (1 Min Cooldown)", +[4180]="Use: Increases your armor by 1,500 for 13 sec. (1 Min Cooldown)", +[4181]="Use: Fires an electrified ball at an enemy for 4,800 Nature damage. (2 Min Cooldown)", +[4184]="10 Resil", +[4185]="20 Resil", +[4186]="30 Resil", +[4187]="Use: Activates a personal invisibility field. Cannot be used in combat. (3 Min Cooldown)", +[4188]="Use: Protects you with a shield of force that stops 18,000 damage for 8 sec. The strong magnetic field sometimes has strange side effects... (5 Min Cooldown)", +[4189]="195 Stam", +[4190]="130 Agi", +[4191]="130 Str", +[4192]="130 Int", +[4193]="130 Agi, 25 Mastery", +[4194]="130 Str, 25 Crit", +[4195]="195 Stam, 25 Dodge", +[4196]="130 Int, 25 Haste", +[4197]="45 Stam, 20 Dodge", +[4198]="75 Stam, 25 Dodge", +[4199]="30 Int, 20 Haste", +[4200]="50 Int, 25 Haste", +[4201]="30 Str, 20 Crit", +[4202]="50 Str, 25 Crit", +[4203]="30 Agi, 20 Mastery", +[4204]="50 Agi, 25 Mastery", +[4205]="30 Agi, 20 Mastery", +[4206]="90 Stam, 35 Dodge", +[4207]="60 Int, 35 Crit", +[4208]="60 Str, 35 Mastery", +[4209]="60 Agi, 35 Haste", +[4211]="10 Haste", +[4212]="7 Str", +[4213]="7 Str", +[4214]="Use: Summons a Cardboard Assassin to draw the attention of enemies. (5 Min Cooldown)", +[4215]="Elementium Spike (90-133)", +[4216]="Pyrium Spike (210-350)", +[4217]="40 Hit", +[4222]="Use: Engage in mental combat with a humanoid target in an attempt to pacify or control them. (10 Min Cooldown)", +[4223]="Use: Greatly increase your run speed for 5 sec. (3 Min Cooldown)", +[4225]="Fishing Lure (+150 Fishing Skill)", +[4227]="130 Agi", +[4236]="20 Int, 20 Resil", +[4237]="20 Agi, 20 Resil", +[4238]="20 Str, 20 Resil", +[4239]="208 Resil", +[4244]="20 Resil, 20 PvP Pow", +[4245]="60 Int, 35 Resil", +[4246]="60 Agi, 35 Resil", +[4247]="60 Str, 35 Resil", +[4248]="50 Int, 25 Resil", +[4249]="50 Str, 25 Resil", +[4250]="50 Agi, 25 Resil", +[4251]="54 Agi", +[4252]="54 Str", +[4253]="54 Int", +[4256]="50 Str", +[4257]="50 Int", +[4258]="50 Agi", +[4259]="+1 Fishing", +[4262]="30 Stam", +[4263]="20 Spirit", +[4264]="Fishing Lure (+15 Fishing Skill)", +[4265]="50 Int", +[4266]="50 Agi", +[4267]="Flintlocke's", +[4270]="145 Stam, 55 Dodge", +[4273]="50 Hit", +[4274]="50 PvP Pow", +[4275]="50 Spirit", +[4276]="75 Stam", +[4277]="25 Spirit, 25 Crit", +[4278]="25 Crit, 25 Hit", +[4279]="25 Haste, 25 Hit", +[4280]="25 Hit, 25 Mastery", +[4281]="25 PvP Pow, 25 Mastery", +[4282]="25 Spirit, 25 Mastery", +[4283]="25 Resil, 25 Hit", +[4284]="25 PvP Pow, 25 Resil", +[4285]="25 Resil, 25 Spirit", +[4286]="25 PvP Pow, 25 Crit", +[4287]="25 PvP Pow, 25 Haste", +[4288]="25 Haste, 25 Spirit", +[4289]="37 Stam, 25 Crit", +[4290]="37 Stam, 25 Dodge", +[4291]="37 Stam, 25 Haste", +[4292]="25 Hit, 25 Dodge", +[4293]="37 Stam, 25 Mastery", +[4294]="25 Resil, 37 Stam", +[4295]="25 Agi, 25 Crit", +[4296]="25 Exp, 25 Crit", +[4297]="25 Int, 25 Crit", +[4298]="25 Str, 25 Crit", +[4299]="25 Agi, 25 Dodge", +[4300]="25 Exp, 25 Dodge", +[4301]="25 Parry, 25 Dodge", +[4302]="25 Str, 25 Dodge", +[4303]="25 Agi, 25 Haste", +[4304]="25 Exp, 25 Haste", +[4305]="25 Int, 25 Haste", +[4306]="25 Str, 25 Haste", +[4307]="25 Agi, 25 Mastery", +[4308]="25 Exp, 25 Mastery", +[4309]="25 Int, 25 Mastery", +[4310]="25 Parry, 25 Mastery", +[4311]="25 Str, 25 Mastery", +[4312]="25 Agi, 25 Resil", +[4313]="25 Resil, 25 Exp", +[4314]="25 Int, 25 Resil", +[4315]="25 Resil, 25 Parry", +[4316]="25 Str, 25 Resil", +[4317]="25 Agi, 25 Hit", +[4318]="25 Exp, 25 Hit", +[4319]="25 Int, 25 Hit", +[4320]="25 Parry, 25 Hit", +[4321]="25 Str, 25 Hit", +[4322]="25 Int, 25 PvP Pow", +[4323]="25 Int, 25 Spirit", +[4324]="25 Agi, 37 Stam", +[4325]="37 Stam, 25 Exp", +[4326]="25 Int, 37 Stam", +[4327]="37 Stam, 25 Parry", +[4328]="25 Str, 37 Stam", +[4329]="50 Agi", +[4330]="50 Exp", +[4331]="50 Int", +[4332]="50 Parry", +[4333]="50 Str", +[4334]="50 Crit", +[4335]="50 Dodge", +[4336]="50 Haste", +[4337]="50 Mastery", +[4338]="50 Resil", +[4359]="160 Agi", +[4360]="160 Int", +[4361]="240 Stam", +[4411]="170 Mastery", +[4412]="170 Dodge", +[4414]="180 Int", +[4415]="180 Str", +[4416]="180 Agi", +[4417]="200 Resil", +[4418]="200 Spirit", +[4419]="80 All Stats", +[4420]="300 Stam", +[4421]="180 Hit", +[4422]="200 Stam", +[4423]="180 Int", +[4424]="180 Crit", +[4426]="175 Haste", +[4427]="175 Hit", +[4428]="140 Agi, Run Speed", +[4429]="140 Mastery, Run Speed", +[4430]="170 Haste", +[4431]="170 Exp", +[4432]="170 Str", +[4433]="170 Mastery", +[4434]="165 Int", +[4435]="145 Stam, 55 Dodge", +[4436]="145 Stam, 55 Agi", +[4437]="190 AP, 55 Crit", +[4438]="145 Stam, 55 Dodge", +[4439]="145 Stam, 55 Agi", +[4440]="190 AP, 55 Crit", +[4441]="Windsong", +[4442]="Jade Spirit", +[4443]="Elemental Force", +[4444]="Dancing Steel", +[4445]="Colossus", +[4446]="River's Song", +[4453]="240 Hit", +[4454]="240 PvP Pow", +[4455]="240 Spirit", +[4456]="180 Stam", +[4457]="120 Spirit, 120 Crit", +[4458]="120 Crit, 120 Hit", +[4459]="120 Haste, 120 Hit", +[4460]="120 Hit, 120 Mastery", +[4461]="120 PvP Pow, 120 Mastery", +[4462]="120 Spirit, 120 Mastery", +[4463]="120 Resil, 120 Hit", +[4464]="120 PvP Pow, 120 Resil", +[4465]="120 Resil, 120 Spirit", +[4466]="120 PvP Pow, 120 Crit", +[4467]="120 PvP Pow, 120 Haste", +[4468]="120 Haste, 120 Spirit", +[4469]="90 Stam, 120 Crit", +[4470]="90 Stam, 120 Dodge", +[4471]="90 Stam, 120 Haste", +[4472]="90 Stam, 120 Hit", +[4473]="90 Stam, 120 Mastery", +[4474]="120 Resil, 90 Stam", +[4475]="60 Agi, 120 Crit", +[4476]="120 Exp, 120 Crit", +[4477]="60 Int, 120 Crit", +[4478]="60 Str, 120 Crit", +[4479]="60 Agi, 120 Dodge", +[4480]="120 Exp, 120 Dodge", +[4481]="120 Parry, 120 Dodge", +[4482]="60 Str, 120 Dodge", +[4483]="60 Agi, 120 Haste", +[4484]="120 Exp, 120 Haste", +[4485]="60 Int, 120 Haste", +[4486]="60 Str, 120 Haste", +[4487]="60 Agi, 120 Mastery", +[4488]="120 Exp, 120 Mastery", +[4489]="60 Int, 120 Mastery", +[4490]="120 Parry, 120 Mastery", +[4491]="60 Str, 120 Mastery", +[4492]="60 Agi, 120 Resil", +[4493]="120 Resil, 120 Exp", +[4494]="60 Int, 120 Resil", +[4495]="120 Resil, 120 Parry", +[4496]="60 Str, 120 Resil", +[4497]="60 Agi, 120 Hit", +[4498]="120 Exp, 120 Hit", +[4499]="60 Int, 120 Hit", +[4500]="120 Parry, 120 Hit", +[4501]="60 Str, 120 Hit", +[4502]="60 Int, 120 PvP Pow", +[4503]="60 Int, 120 Spirit", +[4504]="60 Agi, 90 Stam", +[4505]="90 Stam, 120 Exp", +[4506]="60 Int, 90 Stam", +[4507]="90 Stam, 120 Parry", +[4508]="60 Str, 90 Stam", +[4509]="120 Agi", +[4511]="240 Exp", +[4512]="120 Int", +[4513]="240 Parry", +[4514]="120 Str", +[4515]="240 Crit", +[4516]="240 Dodge", +[4517]="240 Haste", +[4518]="240 Mastery", +[4519]="240 Resil", +[4520]="320 Hit", +[4521]="320 PvP Pow", +[4522]="320 Spirit", +[4523]="240 Stam", +[4524]="160 Spirit, 160 Crit", +[4525]="160 Crit, 160 Hit", +[4526]="160 Haste, 160 Hit", +[4527]="160 Hit, 160 Mastery", +[4528]="160 PvP Pow, 160 Mastery", +[4529]="160 Spirit, 160 Mastery", +[4530]="160 Resil, 160 Hit", +[4531]="160 PvP Pow, 160 Resil", +[4532]="160 Resil, 160 Spirit", +[4533]="160 PvP Pow, 160 Crit", +[4535]="160 PvP Pow, 160 Haste", +[4536]="160 Haste, 160 Spirit", +[4537]="120 Stam, 160 Crit", +[4538]="120 Stam, 160 Dodge", +[4539]="120 Stam, 160 Haste", +[4540]="120 Stam, 160 Hit", +[4541]="120 Stam, 160 Mastery", +[4542]="160 Resil, 120 Stam", +[4543]="80 Agi, 160 Crit", +[4544]="160 Exp, 160 Crit", +[4545]="80 Int, 160 Crit", +[4546]="80 Str, 160 Crit", +[4547]="80 Agi, 160 Dodge", +[4548]="160 Exp, 160 Dodge", +[4549]="160 Parry, 160 Dodge", +[4550]="80 Str, 160 Dodge", +[4551]="80 Agi, 160 Haste", +[4552]="160 Exp, 160 Haste", +[4553]="80 Int, 160 Haste", +[4554]="80 Str, 160 Haste", +[4555]="80 Agi, 160 Mastery", +[4556]="160 Exp, 160 Mastery", +[4557]="80 Int, 160 Mastery", +[4558]="160 Parry, 160 Mastery", +[4559]="80 Str, 160 Mastery", +[4560]="80 Agi, 160 Resil", +[4561]="160 Resil, 160 Exp", +[4562]="80 Int, 160 Resil", +[4563]="160 Resil, 160 Parry", +[4564]="80 Str, 160 Resil", +[4565]="80 Agi, 160 Hit", +[4566]="160 Exp, 160 Hit", +[4567]="80 Int, 160 Hit", +[4568]="160 Parry, 160 Hit", +[4569]="80 Str, 160 Hit", +[4570]="80 Int, 160 PvP Pow", +[4571]="80 Int, 160 Spirit", +[4572]="80 Agi, 120 Stam", +[4573]="120 Stam, 160 Exp", +[4574]="80 Int, 120 Stam", +[4575]="120 Stam, 160 Parry", +[4576]="80 Str, 120 Stam", +[4577]="160 Agi", +[4578]="320 Exp", +[4579]="160 Int", +[4580]="320 Parry", +[4581]="160 Str", +[4582]="320 Crit", +[4583]="320 Dodge", +[4584]="320 Haste", +[4585]="320 Mastery", +[4586]="320 Resil", +[4587]="320 Hit", +[4588]="320 PvP Pow", +[4589]="320 Spirit", +[4590]="240 Stam", +[4591]="160 Spirit, 160 Crit", +[4592]="160 Crit, 160 Hit", +[4593]="160 Haste, 160 Hit", +[4594]="160 Hit, 160 Mastery", +[4595]="160 PvP Pow, 160 Mastery", +[4596]="160 Spirit, 160 Mastery", +[4597]="160 Resil, 160 Hit", +[4598]="160 PvP Pow, 160 Resil", +[4599]="160 Resil, 160 Spirit", +[4600]="160 PvP Pow, 160 Crit", +[4601]="160 PvP Pow, 160 Haste", +[4602]="160 Haste, 160 Spirit", +[4603]="120 Stam, 160 Crit", +[4604]="120 Stam, 160 Dodge", +[4605]="120 Stam, 160 Haste", +[4606]="120 Stam, 160 Hit", +[4607]="120 Stam, 160 Mastery", +[4608]="160 Resil, 120 Stam", +[4609]="80 Agi, 160 Crit", +[4610]="160 Exp, 160 Crit", +[4611]="80 Int, 160 Crit", +[4612]="80 Str, 160 Crit", +[4613]="80 Agi, 160 Dodge", +[4614]="160 Exp, 160 Dodge", +[4615]="160 Parry, 160 Dodge", +[4616]="80 Str, 160 Dodge", +[4617]="80 Agi, 160 Haste", +[4618]="160 Exp, 160 Haste", +[4619]="80 Int, 160 Haste", +[4620]="80 Str, 160 Haste", +[4621]="80 Agi, 160 Mastery", +[4622]="160 Exp, 160 Mastery", +[4623]="80 Int, 160 Mastery", +[4624]="160 Parry, 160 Mastery", +[4625]="80 Str, 160 Mastery", +[4626]="80 Agi, 160 Resil", +[4627]="160 Resil, 160 Exp", +[4628]="80 Int, 160 Resil", +[4629]="160 Resil, 160 Parry", +[4630]="80 Str, 160 Resil", +[4631]="80 Agi, 160 Hit", +[4632]="160 Exp, 160 Hit", +[4633]="80 Int, 160 Hit", +[4634]="160 Parry, 160 Hit", +[4635]="80 Str, 160 Hit", +[4636]="80 Int, 160 PvP Pow", +[4637]="80 Int, 160 Spirit", +[4638]="80 Agi, 120 Stam", +[4640]="80 Int, 120 Stam", +[4641]="120 Stam, 160 Parry", +[4642]="80 Str, 120 Stam", +[4643]="160 Agi", +[4644]="160 Int", +[4645]="320 Parry", +[4646]="160 Str", +[4647]="320 Crit", +[4648]="320 Dodge", +[4649]="320 Haste", +[4650]="320 Mastery", +[4651]="320 Resil", +[4652]="120 Stam, 160 Exp", +[4653]="320 Exp", +[4654]="24 Hit", +[4655]="216 Int", +[4656]="216 Agi", +[4657]="216 Str", +[4658]="216 Int", +[4659]="432 Mastery", +[4660]="432 Spirit", +[4661]="432 Crit", +[4662]="324 Stam", +[4664]="432 Crit", +[4665]="432 Crit", +[4666]="216 Int", +[4667]="324 Stam", +[4668]="432 Dodge", +[4669]="324 Stam", +[4671]="10 Str", +[4672]="25 Resil, 25 Hit", +[4673]="25 PvP Pow, 25 Mastery", +[4674]="25 Agi, 25 Resil", +[4675]="25 Int, 25 PvP Pow", +[4676]="50 Resil", +[4677]="25 PvP Pow, 25 Crit", +[4678]="25 Str, 25 Resil", +[4679]="25 PvP Pow, 25 Haste", +[4680]="25 Resil, 25 Parry", +[4681]="25 Resil, 37 Stam", +[4682]="50 PvP Pow", +[4683]="25 Resil, 25 Exp", +[4684]="25 Resil, 25 Spirit", +[4685]="25 PvP Pow, 25 Resil", +[4686]="25 Int, 25 Resil", +[4687]="160 Agi", +[4688]="Samurai", +[4697]="Use: Increases your dodge by 480 for 10 sec. (1 Min Cooldown)", +[4698]="Use: Launches a cluster of highly explosive fireworks that detonate on impact for 14,000 Fire damage over 3 sec. (45 Sec Cooldown)", +[4699]="Blastington's", +[4700]="Mirror Scope", +[4701]="200 Str", +[4702]="400 Str", +[4717]="Pandamonium", +[4719]="Placeholder Shoulder Enchant", +[4720]="+5 Health", +[4721]="1 Stam", +[4722]="1 Stam", +[4723]="+2 Weapon Damage", +[4724]="1 Agi", +[4725]="1 Agi", +[4726]="3 Spirit", +[4727]="3 Spirit", +[4728]="3 Spirit", +[4729]="3 Int", +[4730]="3 Stam", +[4731]="3 Stam", +[4732]="+5 Fishing", +[4733]="30 Armor", +[4734]="3 Agi", +[4735]="5 Spirit", +[4736]="5 Spirit", +[4737]="5 Stam", +[4738]="5 Stam", +[4739]="5 Str", +[4740]="5 Agi", +[4741]="7 Spirit", +[4742]="7 Str", +[4743]="7 Stam", +[4744]="7 Stam", +[4745]="+3 Weapon Damage", +[4746]="+7 Weapon Damage", +[4747]="16 Agi", +[4748]="16 Agi", +[4750]="Use: Injects a Mythical Healing Potion directly into your bloodstream, increasing potency and healing you for 30,000. (1 Min Cooldown)", +[4753]="1 Str, 1 Agi, 1 Stam, 1 Int, 1 Spirit", +[4755]="3 Str, 3 Agi, 3 Stam, 3 Int, 3 Spirit", +[4757]="5 Str, 5 Agi, 5 Stam, 5 Int, 5 Spirit", +[4759]="7 Str, 7 Agi, 7 Stam, 7 Int, 7 Spirit", +[4760]="9 Str, 9 Agi, 9 Stam, 9 Int, 9 Spirit", +[4761]="3 Str, 3 Agi, 3 Stam, 3 Int, 3 Spirit", +[4762]="5 Str, 5 Agi, 5 Stam, 5 Int, 5 Spirit", +[4803]="200 Str, 100 Crit", +[4804]="200 Agi, 100 Crit", +[4805]="300 Stam, 100 Dodge", +[4806]="200 Int, 100 Crit", +[4807]="160 Str", +[4808]="Magic Weapon", +[4810]="320 Str", +[4811]="320 Int", +[4812]="320 Agi", +[4813]="480 Parry", +[4814]="480 Mastery", +[4815]="480 Exp", +[4816]="480 Haste", +[4817]="480 Hit", +[4818]="480 Crit", +[4819]="480 Dodge", +[4820]="480 Stam", +[4821]="480 Spirit", +[4822]="285 Agi, 165 Crit", +[4823]="285 Str, 165 Crit", +[4824]="430 Stam, 165 Dodge", +[4825]="285 Int, 165 Crit", +[4826]="285 Int, 165 Spirit", +[4827]="60 Agi", +[4828]="120 Agi", +[4829]="180 Agi", +[4830]="60 Str", +[4831]="60 Int", +[4832]="90 Stam", +[4833]="60 Crit", +[4834]="60 Mastery", +[4835]="60 Hit", +[4836]="60 Haste", +[4837]="60 Exp", +[4838]="60 Spirit", +[4839]="60 Dodge", +[4840]="60 Parry", +[4841]="60 PvP Pow", +[4842]="60 Resil", +[4843]="120 Crit", +[4844]="120 Dodge", +[4845]="120 Exp", +[4846]="120 Haste", +[4847]="120 Hit", +[4848]="120 Int", +[4849]="120 Mastery", +[4850]="120 Parry", +[4851]="120 Resil", +[4852]="120 Spirit", +[4853]="120 Str", +[4854]="180 Stam", +[4855]="180 Crit", +[4856]="180 Dodge", +[4857]="180 Exp", +[4858]="180 Haste", +[4859]="180 Hit", +[4860]="180 Int", +[4861]="180 Mastery", +[4862]="180 Parry", +[4863]="180 Resil", +[4864]="120 PvP Pow", +[4865]="180 PvP Pow", +[4866]="180 Spirit", +[4867]="270 Stam", +[4868]="180 Str", +[4869]="150 Stam", +[4870]="250 Stam, 100 Dodge", +[4871]="170 Agi, 100 Crit", +[4872]="170 Str, 100 Crit", +[4873]="57 Agi", +[4874]="57 Str", +[4875]="500 Agi", +[4877]="500 Int", +[4878]="750 Stam", +[4879]="500 Str", +[4880]="285 Agi, 165 Crit", +[4881]="285 Str, 165 Crit", +[4882]="430 Stam, 165 Dodge", +[4883]="95 Agi, 55 Crit", +[4884]="143 Stam, 55 Dodge", +[4885]="95 Str, 55 Crit", +[4886]="37 Agi, 22 Crit", +[4887]="55 Stam, 22 Dodge", +[4888]="37 Str, 22 Crit", +[4891]="Pandaren Fishing Lure", +[4892]="Lightweave 3", +[4893]="Darkglow 3", +[4894]="Swordguard 3", +[4895]="285 Int, 165 Crit", +[4896]="285 Int, 165 Spirit", +[4897]="Use: Reduces your falling speed for 2 min. (3 Min Cooldown)", +[4898]="Use: Increases your Intellect, Agility, or Strength by 1,920 for 10 sec. Your highest stat is always chosen. (1 Min Cooldown)", +[4899]="600 Parry", +[4900]="600 Mastery", +[4901]="600 Exp", +[4902]="600 Haste", +[4903]="600 Hit", +[4904]="600 Crit", +[4905]="600 Spirit", +[4906]="600 Dodge", +[4907]="120 Str, 80 Crit", +[4908]="120 Agi, 80 Crit", +[4909]="120 Int, 80 Crit", +[4910]="180 Stam, 80 Dodge", +[4911]="520 Str, 100 Crit", +[4912]="780 Stam, 100 Dodge", +[4913]="520 Str, 100 Crit", +[4914]="520 Agi, 100 Crit", +[4915]="520 Int, 100 Crit", +[4916]="520 Spirit, 100 Crit", +[4918]="200 Exp", +[4919]="Fishing Lure (+150 Fishing Skill)", +[4920]="+10 Maximum Health", +[4921]="200 Exp, 200 Hit", +[4922]="150 Stam, 200 Parry", +[4923]="100 Str, 200 Hit", +[4924]="100 Agi, 200 Hit", +[4925]="150 Stam, 200 Exp", +[4926]="100 Int, 200 Spirit", +[4927]="200 Parry, 200 Hit", +[4928]="100 Agi, 150 Stam", +[4929]="100 Str, 150 Stam", +[4930]="100 Int, 150 Stam", +[4931]="100 Int, 200 Hit", +[4932]="200 Resil, 200 Hit", +[4933]="200 PvP Pow, 200 Mastery", +[4934]="200 Haste, 200 Spirit", +[4935]="100 Str, 200 Hit", +[4936]="150 Stam, 200 Haste", +[4937]="150 Stam, 200 Crit", +[4938]="200 Haste, 200 Hit", +[4939]="200 Spirit, 200 Crit", +[4940]="150 Stam, 200 Hit", +[4941]="200 Crit, 200 Hit", +[4942]="150 Stam, 200 Mastery", +[4943]="200 PvP Pow, 200 Crit", +[4944]="150 Stam, 200 Dodge", +[4945]="200 Hit, 200 Mastery", +[4946]="200 PvP Pow, 200 Haste", +[4947]="200 Resil, 150 Stam", +[4948]="200 Resil, 200 Spirit", +[4949]="200 PvP Pow, 200 Resil", +[4950]="200 Spirit, 200 Mastery", +[4951]="100 Agi, 200 Mastery", +[4952]="100 Int, 200 Mastery", +[4953]="100 Str, 200 Dodge", +[4954]="200 Exp, 200 Crit", +[4955]="100 Agi, 200 Crit", +[4956]="100 Agi, 200 Haste", +[4957]="100 Str, 200 Haste", +[4958]="200 Parry, 200 Mastery", +[4959]="100 Str, 200 Crit", +[4960]="200 Exp, 200 Mastery", +[4961]="100 Agi, 200 Resil", +[4962]="100 Agi, 200 Dodge", +[4963]="100 Int, 200 Crit", +[4964]="100 Int, 200 Haste", +[4965]="200 Exp, 200 Dodge", +[4966]="100 Str, 200 Resil", +[4967]="100 Str, 200 Mastery", +[4968]="200 Resil, 200 Parry", +[4969]="200 Parry, 200 Dodge", +[4970]="200 Resil, 200 Exp", +[4971]="200 Exp, 200 Haste", +[4972]="100 Int, 200 Resil", +[4973]="100 Int, 200 PvP Pow", +[4984]="80 Str, 160 PvP Pow", +[4985]="60 Str, 120 PvP Pow", +[4986]="80 Str, 160 PvP Pow", +[4987]="100 Str, 200 PvP Pow", +[4988]="60 Agi, 120 PvP Pow", +[4989]="80 Agi, 160 PvP Pow", +[4990]="80 Agi, 160 PvP Pow", +[4991]="100 Agi, 200 PvP Pow", +[4992]="254 Str", +[4993]="170 Parry", +[4994]="Breath of the Agile Prince", +[4996]="500 Agi", +[4997]="500 Str", +[4998]="500 Int", +[5000]="Use: Allows you to walk on water and increases swim speed for up to 6 sec. (30 Sec Cooldown)", +[5001]="Ghost Iron Spike (600-1000)", +[5002]="Socket Belt", +[5003]="170 Int, 100 Crit", +[5004]="170 Int, 100 Spirit", +[5030]="324 Stam", +[5031]="324 Int", +[5032]="324 Crit", +[5033]="324 Crit", +[5034]="665 PvP Pow, 775 Resil", +[5035]="Tyranny", +[5125]="Bloody Dancing Steel"} + +local enchantItemIds = { + [-1000]=90046, + [1099]=44457, + [1597]=44469, + [3222]=38967, + [3246]=38979, + [3260]=34207, + [3845]=44815, + [3850]=44944, + [4061]=52687, + [4062]=52743, + [4063]=52744, + [4064]=52745, + [4065]=52746, + [4066]=52747, + [4067]=45872, + [4068]=52749, + [4069]=52750, + [4070]=52751, + [4071]=52752, + [4072]=52753, + [4073]=52754, + [4075]=52756, + [4076]=52757, + [4077]=52758, + [4082]=52759, + [4083]=52760, + [4084]=52761, + [4085]=52762, + [4086]=52763, + [4087]=52764, + [4088]=52765, + [4089]=52766, + [4090]=52767, + [4091]=52768, + [4092]=52769, + [4093]=52770, + [4094]=52771, + [4095]=52772, + [4096]=52773, + [4097]=52774, + [4098]=52775, + [4099]=52776, + [4100]=52777, + [4101]=52778, + [4102]=52779, + [4103]=52780, + [4104]=52782, + [4105]=52781, + [4106]=52783, + [4107]=52784, + [4108]=52785, + [4109]=54449, + [4110]=54450, + [4111]=54447, + [4112]=54448, + [4122]=56502, + [4124]=56503, + [4126]=56550, + [4127]=56551, + [4175]=59594, + [4176]=59595, + [4177]=59596, + [4197]=62321, + [4198]=62333, + [4199]=62342, + [4200]=62343, + [4201]=62344, + [4202]=62345, + [4204]=62346, + [4205]=62347, + [4217]=55057, + [4227]=68134, + [4248]=68772, + [4249]=68773, + [4250]=68774, + [4256]=68788, + [4257]=68786, + [4258]=68784, + [4267]=70139, + [4270]=71720, + [4411]=74700, + [4412]=74701, + [4414]=74703, + [4415]=74704, + [4416]=74705, + [4417]=74706, + [4418]=74707, + [4419]=74708, + [4420]=74709, + [4421]=74710, + [4422]=74711, + [4423]=74712, + [4424]=74713, + [4426]=74715, + [4427]=74716, + [4428]=74717, + [4429]=74718, + [4430]=74719, + [4431]=74720, + [4432]=74721, + [4433]=74722, + [4434]=74729, + [4441]=74723, + [4442]=74724, + [4443]=74725, + [4444]=74726, + [4445]=74727, + [4446]=74728, + [4699]=77529, + [4700]=77531, + [4803]=83006, + [4804]=83007, + [4805]=87560, + [4806]=87559, + [4822]=83764, + [4823]=83765, + [4824]=83763, + [4825]=82445, + [4826]=82444, + [4869]=85559, + [4870]=85570, + [4871]=85569, + [4872]=85568, + [4907]=87580, + [4908]=87579, + [4909]=87578, + [4910]=87577, + [4912]=87581, + [4913]=87585, + [4914]=87584, + [4915]=87582, + [4918]=86597, + [4993]=89737, + [5003]=82443, + [5004]=82442, + [5035]=95349, + [5125]=98163} + +local enchantSpellIds = { + [-1000]=122632, + [1099]=60663, + [1597]=60763, + [3222]=44529, + [3246]=44592, + [3255]=56039, + [3260]=44770, + [3365]=53323, + [3368]=53344, + [3369]=53341, + [3370]=53343, + [3594]=54446, + [3722]=55642, + [3728]=55769, + [3730]=55776, + [3757]=57690, + [3758]=57691, + [3845]=44575, + [3847]=62158, + [3850]=62256, + [3873]=56034, + [3883]=70164, + [4061]=74132, + [4062]=74189, + [4063]=74191, + [4064]=74192, + [4065]=74193, + [4066]=74195, + [4067]=74197, + [4068]=74198, + [4069]=74199, + [4070]=74200, + [4071]=74201, + [4072]=74202, + [4073]=74207, + [4075]=74212, + [4076]=74213, + [4077]=74214, + [4078]=74215, + [4079]=74216, + [4080]=74217, + [4081]=74218, + [4082]=74220, + [4083]=74223, + [4084]=74225, + [4085]=74226, + [4086]=74229, + [4087]=74230, + [4088]=74231, + [4089]=74232, + [4090]=74234, + [4091]=74235, + [4092]=44488, + [4093]=74237, + [4094]=74238, + [4095]=74239, + [4096]=74240, + [4097]=74242, + [4098]=74244, + [4099]=74246, + [4100]=74247, + [4101]=74248, + [4102]=74250, + [4103]=74251, + [4104]=74253, + [4105]=74252, + [4106]=74254, + [4107]=74255, + [4108]=74256, + [4109]=75255, + [4110]=75310, + [4111]=75250, + [4112]=75309, + [4113]=75154, + [4114]=75155, + [4115]=74172, + [4116]=75175, + [4118]=75177, + [4122]=78419, + [4124]=78420, + [4126]=78477, + [4127]=78478, + [4175]=84428, + [4176]=84408, + [4177]=84410, + [4189]=85007, + [4190]=85008, + [4191]=85009, + [4192]=85010, + [4193]=86375, + [4194]=86401, + [4195]=86402, + [4196]=86403, + [4217]=76442, + [4227]=95741, + [4256]=96261, + [4257]=96262, + [4258]=96264, + [4267]=100587, + [4270]=101599, + [4359]=103461, + [4360]=103462, + [4361]=103463, + [4411]=104338, + [4412]=104385, + [4414]=104389, + [4415]=104390, + [4416]=104391, + [4417]=104392, + [4418]=104393, + [4419]=104395, + [4420]=104397, + [4421]=104398, + [4422]=104401, + [4423]=104403, + [4424]=104404, + [4426]=104407, + [4427]=104408, + [4428]=104409, + [4429]=104414, + [4430]=104416, + [4431]=104417, + [4432]=104419, + [4433]=104420, + [4434]=104445, + [4441]=104425, + [4442]=104427, + [4443]=104430, + [4444]=104434, + [4445]=104440, + [4446]=104442, + [4699]=127115, + [4700]=127116, + [4803]=126997, + [4804]=126996, + [4805]=126994, + [4806]=126995, + [4807]=103465, + [4822]=124129, + [4823]=124127, + [4824]=124128, + [4825]=125555, + [4826]=125554, + [4869]=124628, + [4870]=124125, + [4871]=124124, + [4872]=124126, + [4873]=57683, + [4874]=124549, + [4875]=124551, + [4877]=124552, + [4878]=124553, + [4879]=124554, + [4880]=124559, + [4881]=124561, + [4882]=124563, + [4883]=124564, + [4884]=124565, + [4885]=124566, + [4886]=124567, + [4887]=124568, + [4888]=124569, + [4892]=125481, + [4893]=125482, + [4894]=125489, + [4895]=125496, + [4896]=125497, + [4907]=127016, + [4908]=127017, + [4909]=127018, + [4910]=127019, + [4912]=127024, + [4913]=127020, + [4914]=127021, + [4915]=127023, + [4918]=131929, + [4993]=130758, + [5003]=125553, + [5004]=125552, + [5035]=139631, + [5125]=142468} + +local enchantMaterials = { + [-1000]={[72104]=1}, + [1099]={[34054]=8, [34055]=2, [34052]=2}, + [1597]={[34055]=4, [34052]=4}, + [3222]={[34052]=1, [34055]=4}, + [3246]={[34054]=4, [34056]=1}, + [3255]={[38426]=1}, + [3260]={[23793]=4, [22452]=3}, + [3722]={[38426]=1}, + [3728]={[38426]=1}, + [3730]={[38426]=1}, + [3757]={[38426]=1}, + [3758]={[38426]=1}, + [3845]={[34055]=6, [34054]=24}, + [3850]={[34055]=4, [34057]=1}, + [3873]={[38426]=1}, + [4061]={[52718]=1, [52555]=1}, + [4062]={[52555]=2}, + [4063]={[52718]=2}, + [4064]={[52555]=3}, + [4065]={[52718]=1, [52555]=2}, + [4066]={[52719]=3, [52555]=11}, + [4067]={[52719]=6, [52555]=4}, + [4068]={[52718]=1, [52555]=4}, + [4069]={[52719]=1, [52555]=2}, + [4070]={[52555]=5, [52718]=1}, + [4071]={[52718]=2, [52555]=4}, + [4072]={[52555]=6}, + [4073]={[52719]=1, [52327]=15}, + [4075]={[52719]=2, [52555]=3}, + [4076]={[52719]=2, [52555]=4}, + [4077]={[52555]=9}, + [4078]={[52721]=1}, + [4079]={[52721]=1}, + [4080]={[52721]=1}, + [4081]={[52721]=1}, + [4082]={[52719]=2, [52555]=5}, + [4083]={[52721]=6, [52328]=6}, + [4084]={[52721]=3, [52719]=3, [52555]=9, [52329]=3}, + [4085]={[52555]=12}, + [4086]={[52719]=5, [52328]=1}, + [4087]={[52555]=8, [52719]=2}, + [4088]={[52555]=10, [52719]=2}, + [4089]={[52719]=1, [52555]=12}, + [4090]={[52555]=8, [52719]=3}, + [4091]={[52719]=4, [52555]=6}, + [4092]={[52719]=2, [52555]=2, [58094]=1}, + [4093]={[52719]=3, [52555]=9}, + [4094]={[52719]=3, [52555]=10}, + [4095]={[52719]=6, [52555]=4}, + [4096]={[52555]=9, [52719]=4}, + [4097]={[52722]=4, [52721]=8, [52555]=14}, + [4098]={[52722]=6, [52721]=6, [52719]=4}, + [4099]={[52722]=5, [52721]=5, [52719]=5, [52555]=6}, + [4100]={[52722]=5}, + [4101]={[52722]=1, [52721]=2, [52719]=3, [52555]=15}, + [4102]={[52722]=3, [52721]=3}, + [4103]={[52555]=10, [52721]=4, [52722]=2}, + [4104]={[52722]=1, [52721]=2, [52719]=10}, + [4105]={[52722]=1, [52721]=2, [52719]=7, [52555]=5}, + [4106]={[52722]=2, [52719]=8, [52555]=4}, + [4107]={[52722]=2, [52719]=5, [52555]=10}, + [4108]={[52722]=1, [52721]=2, [52719]=4, [52555]=12}, + [4109]={[53643]=3, [52326]=6}, + [4110]={[54440]=1}, + [4111]={[53643]=3, [52325]=6}, + [4112]={[54440]=1}, + [4113]={[38426]=2}, + [4114]={[38426]=2}, + [4115]={[38426]=2}, + [4116]={[38426]=2}, + [4118]={[38426]=2}, + [4122]={[52976]=6, [52325]=4}, + [4124]={[52976]=6, [52326]=4}, + [4126]={[52979]=20, [52980]=1}, + [4127]={[52980]=1, [52325]=20}, + [4189]={[38426]=1}, + [4190]={[38426]=1}, + [4191]={[38426]=1}, + [4192]={[38426]=1}, + [4217]={[51950]=1}, + [4227]={[52721]=3, [52719]=3, [52555]=3}, + [4256]={[52722]=2, [52555]=6, [52327]=25}, + [4257]={[52722]=2, [52326]=15, [52719]=4, [52555]=4}, + [4258]={[52722]=2, [52555]=12, [52328]=15}, + [4270]={[52980]=1, [52327]=20}, + [4359]={[74249]=2}, + [4360]={[74249]=2}, + [4361]={[74249]=2}, + [4411]={[74249]=4}, + [4412]={[74249]=8, [74250]=2}, + [4414]={[74248]=3}, + [4415]={[74248]=3}, + [4416]={[74248]=3}, + [4417]={[74249]=3, [74250]=1}, + [4418]={[74249]=4}, + [4419]={[74249]=2, [74250]=3}, + [4420]={[74249]=4, [74250]=1}, + [4421]={[74249]=7}, + [4422]={[74247]=2}, + [4423]={[74249]=3, [74250]=3}, + [4424]={[74250]=1}, + [4426]={[74249]=2, [74250]=1}, + [4427]={[74249]=2, [74250]=1}, + [4428]={[74247]=2}, + [4429]={[74249]=4, [74250]=3}, + [4430]={[74249]=4}, + [4431]={[74250]=2}, + [4432]={[74249]=3, [74250]=1, [74247]=1}, + [4433]={[74250]=3}, + [4434]={[74250]=3}, + [4441]={[74249]=12, [74247]=1}, + [4442]={[74250]=4, [74248]=10}, + [4443]={[74250]=3}, + [4444]={[74249]=12, [74248]=10}, + [4445]={[74247]=3}, + [4446]={[74250]=50, [76138]=1}, + [4699]={[72096]=27, [76131]=2, [76061]=1}, + [4700]={[72096]=12, [76133]=2}, + [4803]={[39354]=1, [79255]=3}, + [4804]={[39354]=1, [79255]=3}, + [4805]={[39354]=1, [79255]=3}, + [4806]={[39354]=1, [79255]=3}, + [4807]={[74249]=2}, + [4822]={[72163]=1, [76061]=1}, + [4823]={[72163]=1, [76061]=1}, + [4824]={[72163]=1, [76061]=1}, + [4825]={[82447]=1}, + [4826]={[82447]=1}, + [4869]={[72120]=4}, + [4870]={[79101]=12}, + [4871]={[72120]=12}, + [4872]={[72120]=12}, + [4873]={[38426]=1}, + [4874]={[38426]=1}, + [4875]={[38426]=1}, + [4877]={[38426]=1}, + [4878]={[38426]=1}, + [4879]={[38426]=1}, + [4880]={[38426]=1}, + [4881]={[38426]=1}, + [4882]={[38426]=1}, + [4883]={[38426]=1}, + [4884]={[38426]=1}, + [4885]={[38426]=1}, + [4886]={[38426]=1}, + [4887]={[38426]=1}, + [4888]={[38426]=1}, + [4892]={[38426]=3}, + [4893]={[38426]=3}, + [4894]={[38426]=3}, + [4895]={[38426]=3}, + [4896]={[38426]=3}, + [4907]={[39354]=1, [79254]=3}, + [4908]={[39354]=1, [79254]=3}, + [4909]={[39354]=1, [79254]=3}, + [4910]={[39354]=1, [79254]=3}, + [4912]={[39354]=1, [79254]=3}, + [4913]={[39354]=1, [79254]=3}, + [4914]={[39354]=1, [79254]=3}, + [4915]={[39354]=1, [79254]=3}, + [4918]={[72104]=1}, + [4993]={[74250]=3, [74247]=1}, + [5003]={[72988]=20}, + [5004]={[72988]=20}, + [5035]={[74249]=12, [74248]=10}, + [5125]={[74249]=12, [74248]=10}} + +local enchantIconNames = { +'ability_parry', +'inv_belt_42', +'inv_belt_42c', +'inv_belt_robe_pvpmage_d_01', +'inv_bracer_69', +'inv_enchant_formulagood_01', +'inv_enchant_formulasuperior_01', +'inv_inscription_runescrolloffortitude_blue', +'inv_inscription_runescrolloffortitude_yellow', +'inv_misc_armorkit_08', +'inv_misc_armorkit_26', +'inv_misc_armorkit_28', +'inv_misc_armorkit_29', +'inv_misc_armorkit_mop_00', +'inv_misc_armorkit_mop_01', +'inv_misc_armorkit_mop_02', +'inv_misc_armorkit_mop_04', +'inv_misc_cataclysmarmorkit_01', +'inv_misc_cataclysmarmorkit_02', +'inv_misc_cataclysmarmorkit_08', +'inv_misc_cataclysmarmorkit_10', +'inv_misc_cataclysmarmorkit_11', +'inv_misc_cataclysmarmorkit_12', +'inv_misc_enggizmos_37', +'inv_misc_gem_bloodstone_02', +'inv_misc_gem_crystal_01', +'inv_misc_gem_emeraldrough_02', +'inv_misc_gem_goldendraenite_01', +'inv_misc_mastersinscription', +'inv_misc_monsterscales_14', +'inv_misc_monsterscales_20', +'inv_misc_note_01', +'inv_misc_pelt_10', +'inv_misc_pelt_11', +'inv_misc_pelt_12', +'inv_misc_pelt_13', +'inv_misc_scopea', +'inv_misc_scopeb', +'inv_misc_scopec', +'inv_misc_steelweaponchain', +'inv_misc_thread_01', +'inv_misc_thread_eternium', +'inv_sword_130', +'inv_sword_61', +'item_spellcloththread', +'spell_fire_masterofelements', +'spell_frost_frostarmor', +'spell_holy_greaterheal', +'spell_holy_retributionaura', +'spell_nature_astralrecal', +'spell_nature_astralrecalgroup', +'spell_shadow_chilltouch', +'trade_engraving'} + +local enchantIconIndexes = { +[-1000]=4, +[1099]=48, +[1597]=6, +[3222]=48, +[3246]=48, +[3255]=51, +[3260]=10, +[3365]=1, +[3368]=49, +[3369]=52, +[3370]=47, +[3594]=1, +[3722]=41, +[3728]=41, +[3730]=41, +[3757]=33, +[3758]=34, +[3845]=6, +[3847]=43, +[3850]=7, +[3873]=51, +[3883]=44, +[4061]=48, +[4062]=48, +[4063]=48, +[4064]=48, +[4065]=48, +[4066]=48, +[4067]=48, +[4068]=48, +[4069]=48, +[4070]=48, +[4071]=48, +[4072]=48, +[4073]=48, +[4075]=48, +[4076]=48, +[4077]=48, +[4078]=48, +[4079]=48, +[4080]=48, +[4081]=48, +[4082]=48, +[4083]=48, +[4084]=48, +[4085]=48, +[4086]=48, +[4087]=48, +[4088]=48, +[4089]=48, +[4090]=48, +[4091]=48, +[4092]=48, +[4093]=48, +[4094]=48, +[4095]=48, +[4096]=48, +[4097]=6, +[4098]=6, +[4099]=6, +[4100]=6, +[4101]=6, +[4102]=6, +[4103]=6, +[4104]=6, +[4105]=6, +[4106]=6, +[4107]=6, +[4108]=6, +[4109]=50, +[4110]=51, +[4111]=45, +[4112]=42, +[4113]=51, +[4114]=51, +[4115]=41, +[4116]=41, +[4118]=41, +[4122]=11, +[4124]=13, +[4126]=30, +[4127]=31, +[4175]=37, +[4176]=39, +[4177]=24, +[4189]=33, +[4190]=36, +[4191]=35, +[4192]=34, +[4193]=29, +[4194]=29, +[4195]=29, +[4196]=29, +[4197]=26, +[4198]=26, +[4199]=25, +[4200]=25, +[4201]=27, +[4202]=27, +[4204]=28, +[4205]=28, +[4206]=46, +[4207]=46, +[4208]=46, +[4209]=46, +[4217]=40, +[4227]=48, +[4256]=7, +[4257]=7, +[4258]=7, +[4267]=38, +[4270]=20, +[4359]=32, +[4360]=32, +[4361]=32, +[4411]=32, +[4412]=32, +[4414]=7, +[4415]=7, +[4416]=7, +[4417]=32, +[4418]=32, +[4419]=32, +[4420]=32, +[4421]=32, +[4422]=32, +[4423]=32, +[4424]=32, +[4426]=32, +[4427]=32, +[4428]=32, +[4429]=32, +[4430]=32, +[4431]=32, +[4432]=32, +[4433]=32, +[4434]=32, +[4441]=7, +[4442]=7, +[4443]=7, +[4444]=7, +[4445]=7, +[4446]=7, +[4699]=38, +[4700]=37, +[4803]=9, +[4804]=9, +[4805]=9, +[4806]=9, +[4807]=32, +[4822]=19, +[4823]=17, +[4824]=15, +[4825]=2, +[4826]=3, +[4869]=12, +[4870]=14, +[4871]=18, +[4872]=16, +[4873]=36, +[4874]=35, +[4875]=36, +[4877]=34, +[4878]=33, +[4879]=35, +[4880]=23, +[4881]=22, +[4882]=21, +[4883]=23, +[4884]=21, +[4885]=22, +[4886]=23, +[4887]=21, +[4888]=22, +[4892]=41, +[4893]=41, +[4894]=41, +[4895]=51, +[4896]=51, +[4907]=8, +[4908]=8, +[4909]=8, +[4910]=8, +[4912]=29, +[4913]=29, +[4914]=29, +[4915]=29, +[4918]=40, +[4993]=48, +[5003]=42, +[5004]=5, +[5035]=53, +[5125]=7} +-- return 'none', the name of the enchant, or 'unknown (id)' +function AskMrRobot.getEnchantName(enchantId) + if enchantId == 0 then return 'none' end + local enchantName = enchantNames[enchantId] + if not enchantName then return 'unknown (' .. enchantId .. ')' end + return enchantName +end + +-- return the spell id, if we have it, otherwise nil +function AskMrRobot.getEnchantSpellId(enchantId) + if not enchantId then return nil end + return enchantSpellIds[enchantId] +end + +-- return the item id, if we have it, otherwise nil +function AskMrRobot.getEnchantItemId(enchantId) + if not enchantId then return nil end + return enchantItemIds[enchantId] +end + +-- return the enchant icon, if we have it, otherwise nil +function AskMrRobot.getEnchantIcon(enchantId) + if not enchantId then return nil end + local index = enchantIconIndexes[enchantId] + if not index then return nil end + return enchantIconNames[index] +end + +-- material list -> itemId -> count +function AskMrRobot.addEnchantMaterials(materialList, enchantId) + local materials = enchantMaterials[enchantId] + if materials then + for materialId, count in pairs(materials) do + local existingCount = materialList[materialId] + if existingCount then + existingCount.total = existingCount.total + count + else + materialList[materialId] = {count = 0, total = count} + end + end + end +end