From f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 09:52:30 -0400 Subject: add the CottonSkirt 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 67c9a9e2..7f3415fa 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -794,6 +794,31 @@ Boots: 700 --> 799 } Priority: 10 }, +{ + Id: 201 + Name: "CraftCottonSkirt" + Flag: "CRAFT_TAILORING" + ReturnCode: "CottonSkirt" + SourceItems: + ( + { + CottonCloth: 15 + PiouFeathers: 5 + Moss: 10 + Knife: 1 + }, + ) + CreateItems: + ( + { + CottonSkirt: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 20 +}, /****************************** GLOVES ***************************************** ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 28d78548..ee4990ff 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -179,7 +179,8 @@ function read_tailoring { mesf(".:: %s ::.", l("Leg Armor")); mes(); - showRecipe(CreasedShorts); + showRecipe(CreasedShorts, + CottonSkirt); return; } -- cgit v1.2.3-70-g09d2