From 22c46a967fc34ea48856ed1d7354622563125048 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:28:08 -0400 Subject: add the IronArmbands 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 d9296369..03551031 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1252,6 +1252,31 @@ Boots: 700 --> 799 } Priority: 63 }, +{ + Id: 310 + Name: "CraftIronArmbands" + Flag: "CRAFT_SMITHING" + ReturnCode: "IronArmbands" + SourceItems: + ( + { + IronIngot: 9 + SilverIngot: 4 + Coal: 40 + Dagger: 1 + }, + ) + CreateItems: + ( + { + IronArmbands: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 67 +}, /************************** WEAPONS & TOOLS ************************************ ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index c71ea317..b0d2ec6b 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -162,7 +162,8 @@ function read_smithery { mes(); showRecipe(CopperArmbands, - BromenalGloves); + BromenalGloves, + IronArmbands); return; } -- cgit v1.2.3-70-g09d2