From b655b957b7bc2901255bb052f51f0593d7964e4e Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:47:00 -0400 Subject: add the WarlordBoots 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 d5a52943..3a15a948 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1577,4 +1577,29 @@ Boots: 700 --> 799 } Priority: 70 }, +{ + Id: 710 + Name: "CraftWarlordBoots" + Flag: "CRAFT_SMITHING" + ReturnCode: "WarlordBoots" + SourceItems: + ( + { + RotoniumIngot: 4 + SilverIngot: 10 + Coal: 20 + Dagger: 1 + }, + ) + CreateItems: + ( + { + WarlordBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 71 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 36e44d26..5ffaab41 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -170,7 +170,8 @@ function read_smithery { mesf(".:: %s ::.", l("Boots")); mes(); - showRecipe(BromenalBoots); + showRecipe(BromenalBoots, + WarlordBoots); return; } -- cgit v1.2.3-60-g2f50