From ea8e897ddb0285a2b41a678b3c89bf752f598cb3 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:26:26 -0400 Subject: add the BromenalGloves recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 25 +++++++++++++++++++++++++ npc/items/recipes.txt | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/db/craft_db.conf b/db/craft_db.conf index 4d3fbe06..d9296369 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1227,6 +1227,31 @@ Boots: 700 --> 799 } Priority: 52 }, +{ + Id: 309 + Name: "CraftBromenalGloves" + Flag: "CRAFT_SMITHING" + ReturnCode: "BromenalGloves" + SourceItems: + ( + { + CopperIngot: 8 + LeatherPatch: 30 + Coal: 25 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + BromenalGloves: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 63 +}, /************************** WEAPONS & TOOLS ************************************ ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 6d0e707e..c71ea317 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -161,7 +161,8 @@ function read_smithery { mesf(".:: %s ::.", l("Gloves")); mes(); - showRecipe(CopperArmbands); + showRecipe(CopperArmbands, + BromenalGloves); return; } -- cgit v1.2.3-70-g09d2