WoWInterface SVN NakasBot

[/] [trunk/] [NakasBot/] [GloveEnchants.lua] - Rev 3

Compare with Previous | Blame | View Log

RecipeDB["Enchant Gloves - Major Spellpower"] = {
        ["ShortDescription"]="+20 Spellpower to Gloves",
        ["Link"] = "|cffffd000|Henchant:33997|h[Enchant Gloves - Major Spellpower]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant spell power damage gloves",
    ["Price"] = 10000
};

RecipeDB["Enchant Gloves - Spell Strike"] = {
        ["ShortDescription"]="15 Spell Hit Rating to Gloves",
        ["Link"] = "|cffffd000|Henchant:33994|h[Enchant Gloves - Spell Strike]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant spell hit rating gloves",
    ["Price"] = 10000
};

RecipeDB["Enchant Gloves - Major Healing"] = {
        ["ShortDescription"]="+35 Healing to Gloves",
        ["Link"] = "|cffffd000|Henchant:33999|h[Enchant Gloves - Major Healing]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant healing gloves",
    ["Price"] = 10000
};

RecipeDB["Enchant Gloves - Assault"] = {
        ["ShortDescription"]="+26 Attack Power to Gloves",
        ["Link"] = "|cffffd000|Henchant:33996|h[Enchant Gloves - Assault]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant attack power ap gloves",
    ["Price"] = 10000
};

RecipeDB["Enchant Gloves - Blasting"] = {
        ["ShortDescription"]="+10 Spell Critical Strike Rating to Gloves",
        ["Link"] = "|cffffd000|Henchant:33993|h[Enchant Gloves - Blasting]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant spell critical rating gloves",
    ["Price"] = 10000
};

RecipeDB["Enchant Gloves - Major Strength"] = {
        ["ShortDescription"]="+15 Strength to Gloves",
        ["Link"] = "|cffffd000|Henchant:33995|h[Enchant Gloves - Major Strength]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant strength gloves",
    ["Price"] = 10000
};

Compare with Previous | Blame