Added the "Origami Beetle" recipe from Inscription that is now available in game since 4.1
mike [05-15-11 - 05:16]
Added the "Origami Beetle" recipe from Inscription that is now available in game since 4.1
diff --git a/Database/Custom.lua b/Database/Custom.lua
index 3aedfe0..5daad86 100644
--- a/Database/Custom.lua
+++ b/Database/Custom.lua
@@ -75,6 +75,7 @@ function addon:InitCustom(DB)
AddCustom("REMOVED_FROM_GAME")
AddCustom("VASHJ'IR_RANDOM_INSC")
AddCustom("DEEPHOLM_RANDOM_INSC")
+ AddCustom("ULDUM_RANDOM_INSC")
AddCustom("ENG_DISC")
self.InitCustom = nil
diff --git a/Database/Recipes/Inscription.lua b/Database/Recipes/Inscription.lua
index a0e8cee..23b4bc4 100644
--- a/Database/Recipes/Inscription.lua
+++ b/Database/Recipes/Inscription.lua
@@ -3079,6 +3079,14 @@ function addon:InitInscription()
recipe:SetSkillLevels(490, 490, 490, 490, 500)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.WORLD_DROP, F.IBOE, F.RBOP)
recipe:AddCustom("DEEPHOLM_RANDOM_INSC")
+
+ -- Origami Beetle -- 86646
+ recipe = AddRecipe(86646, V.CATA, Q.COMMON)
+ recipe:SetRecipeItemID(65651)
+ recipe:SetCraftedItemID(63246)
+ recipe:SetSkillLevels(500, 500, 500, 500, 510)
+ recipe:AddFilters(F.ALLIANCE, F.HORDE, F.WORLD_DROP, F.IBOE, F.RBOP)
+ recipe:AddCustom("ULDUM_RANDOM_INSC")
-- Etched Horn -- 86647
recipe = AddRecipe(86647, V.CATA, Q.COMMON)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 1a59bdc..10a099d 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -1206,6 +1206,7 @@ L["Twilight Fire Guard"] = "Twilight Fire Guard"
L["Two Hand"] = "Two Hand"
L["UI_SCALE_DESC"] = "Changes the scale of the UI. Ranges from .5 to 1.5 (1 is default)"
L["ULDUAR_RANDOM"] = "Random drop off of Ulduar bosses."
+L["ULDUM_RANDOM_INSC"] = "This recipe drops from mobs in Uldum."
L["UNIT_MAX_TOOLTIPS_DESC"] = "Maximum number of recipes to show in tooltips."
L["UNIT_TOOLTIPS_DESC"] = "Toggles whether or not to display unknown recipes in the tooltips of the vendors, trainers, or mobs which carry them."
L["UNKNOWN_DESC"] = "Include all unknown recipes in the scan."