From 41f0608321fa3dc9f910c758c88b52a2354e8d2c Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 09:49:01 -0400 Subject: add the CreasedShorts recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 0811b4a3..50972376 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -769,6 +769,32 @@ Boots: 700 --> 799 **** Valid parameters: CRAFT_SMITHERY, CRAFT_TAILORING *******************************************************************************/ +{ + Id: 200 + Name: "CraftCreasedShorts" + Flag: "CRAFT_TAILORING" + ReturnCode: "CreasedShorts" + SourceItems: + ( + { + CottonCloth: 10 + PiouFeathers: 10 + RattoTail: 5 + Knife: 1 + }, + ) + CreateItems: + ( + { + CreasedShorts: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 10 +}, + /****************************** GLOVES ***************************************** ******************************************************************************** **** Reserved range for : 300 --> 399 -- cgit v1.2.3-70-g09d2