From 5e80c025ae54c4d5317a7ec1572cfc84e0231011 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:41:28 -0400 Subject: add the BromenalBoots recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 25 +++++++++++++++++++++++++ npc/items/recipes.txt | 7 +++++++ 2 files changed, 32 insertions(+) diff --git a/db/craft_db.conf b/db/craft_db.conf index dcd01351..9de9fc3b 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1502,4 +1502,29 @@ Boots: 700 --> 799 } Priority: 50 }, +{ + Id: 707 + Name: "CraftBromenalBoots" + Flag: "CRAFT_SMITHING" + ReturnCode: "BromenalBoots" + SourceItems: + ( + { + CopperIngot: 4 + LeatherPatch: 24 + TortugaShell: 26 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + BromenalBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 60 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 339173db..2f36e016 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -165,6 +165,13 @@ function read_smithery { BromenalGloves, IronArmbands); + next(); + mes(); + mesf(".:: %s ::.", l("Boots")); + mes(); + + showRecipe(BromenalBoots); + return; } -- cgit v1.2.3-60-g2f50