WoWInterface SVN NakasBot

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

Compare with Previous | Blame | View Log


RecipeDB["Enchant Cloak - Greater Agility"] = {
        ["ShortDescription"]="+12 Agility to Cloak",
        ["Link"] = "|cffffd000|Henchant:34004|h[Enchant Cloak - Greater Agility]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant agility cloak",
    ["Price"] = 10000
};

RecipeDB["Enchant Cloak - Spell Penetration"] = {
        ["ShortDescription"]="+20 Penetration to Cloak",
        ["Link"] = "|cffffd000|Henchant:34003|h[Enchant Cloak - Spell Penetration]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant spell penetration cloak",
    ["Price"] = 10000
};

RecipeDB["Enchant Cloak - Major Armor"] = {
        ["ShortDescription"]="+120 Armor to Cloak",
        ["Link"] = "|cffffd000|Henchant:27961|h[Enchant Cloak - Major Armor]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant armor cloak",
    ["Price"] = 10000
};

RecipeDB["Enchant Cloak - Major Resistance"] = {
        ["ShortDescription"]="+7 Resistances to Cloak",
        ["Link"] = "|cffffd000|Henchant:27962|h[Enchant Cloak - Major Resistance]|h|r",
    ["Mats"] = {["Savagery"]=1},
    ["Keywords"] = "enchant resistance cloak",
    ["Price"] = 10000
};

Compare with Previous | Blame