From 1fc59241ed6bc4283ad2863c3daf83341544e41d Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:33:50 -0400 Subject: add the Slippers 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 f4f59da0..387f8f7a 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1352,4 +1352,29 @@ Boots: 700 --> 799 } Priority: 10 }, +{ + Id: 701 + Name: "CraftSlippers" + Flag: "CRAFT_TAILORING" + ReturnCode: "Slippers" + SourceItems: + ( + { + FluffyFur: 16 + SilkCocoon: 20 + TortugaShell: 6 + Knife: 1 + }, + ) + CreateItems: + ( + { + Slippers: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 11 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 7763ec35..158ed4b6 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -224,7 +224,8 @@ function read_tailoring { mesf(".:: %s ::.", l("Boots")); mes(); - showRecipe(LousyMoccasins); + showRecipe(LousyMoccasins, + Slippers); return; } -- cgit v1.2.3-70-g09d2