From 377ae403b4bf0725065912c93791c218acffa659 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:38:40 -0400 Subject: add the SquirrelBoots 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 3f31581e..d77bfb84 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1452,4 +1452,29 @@ Boots: 700 --> 799 } Priority: 31 }, +{ + Id: 705 + Name: "CraftSquirrelBoots" + Flag: "CRAFT_TAILORING" + ReturnCode: "SquirrelBoots" + SourceItems: + ( + { + SquirrelPelt: 36 + CottonCloth: 10 + TortugaShell: 18 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + SquirrelBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 40 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index eb004cb0..889924bc 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -228,7 +228,8 @@ function read_tailoring { Slippers, CottonBoots, BanditBoots, - ManaSlippers); + ManaSlippers, + SquirrelBoots); return; } -- cgit v1.2.3-70-g09d2