From d3d6e4229fa49ecda7f95008e97fff72a01ecbf4 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:05:41 -0400 Subject: add the LeatherTrousers 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 29c0c0b2..0a195998 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -944,6 +944,31 @@ Boots: 700 --> 799 } Priority: 49 }, +{ + Id: 207 + Name: "CraftLeatherTrousers" + Flag: "CRAFT_TAILORING" + ReturnCode: "LeatherTrousers" + SourceItems: + ( + { + LeatherPatch: 45 + SquirrelPelt: 35 + CottonCloth: 5 + Knife: 1 + }, + ) + CreateItems: + ( + { + LeatherTrousers: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 49 +}, /****************************** GLOVES ***************************************** ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index fb1a794a..7a70f2b7 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -185,7 +185,8 @@ function read_tailoring { SilkPants, BrownTrousers, BanditTrousers, - JeansChaps); + JeansChaps, + LeatherTrousers); return; } -- cgit v1.2.3-70-g09d2