From 6d3a556934277d59b683133bc749f759b354e56b Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 09:54:40 -0400 Subject: add the SilkPants 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 592d7174..5d49f68c 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -844,6 +844,31 @@ Boots: 700 --> 799 } Priority: 25 }, +{ + Id: 203 + Name: "CraftSilkPants" + Flag: "CRAFT_TAILORING" + ReturnCode: "SilkPants" + SourceItems: + ( + { + SilkCocoon: 40 + CottonCloth: 15 + FluffyFur: 10 + Knife: 1 + }, + ) + CreateItems: + ( + { + SilkPants: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 33 +}, /****************************** GLOVES ***************************************** ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 7e409ba7..5a07cf4c 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -181,7 +181,8 @@ function read_tailoring { showRecipe(CreasedShorts, CottonSkirt, - PirateShorts); + PirateShorts, + SilkPants); return; } -- cgit v1.2.3-70-g09d2