From 3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:39:40 -0400 Subject: add the LeatherBoots 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 d77bfb84..dcd01351 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1477,4 +1477,29 @@ Boots: 700 --> 799 } Priority: 40 }, +{ + Id: 706 + Name: "CraftLeatherBoots" + Flag: "CRAFT_TAILORING" + ReturnCode: "LeatherBoots" + SourceItems: + ( + { + LeatherPatch: 40 + RattoTail: 16 + TortugaShell: 22 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + LeatherBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 50 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 889924bc..339173db 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -229,7 +229,8 @@ function read_tailoring { CottonBoots, BanditBoots, ManaSlippers, - SquirrelBoots); + SquirrelBoots, + LeatherBoots); return; } -- cgit v1.2.3-70-g09d2