From fbbbfecb115d1d8086fad3201176db22dc019575 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:37:31 -0400 Subject: add the ManaSlipper 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 dae57670..3f31581e 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1427,4 +1427,29 @@ Boots: 700 --> 799 } Priority: 30 }, +{ + Id: 704 + Name: "CraftManaSlippers" + Flag: "CRAFT_TAILORING" + ReturnCode: "ManaSlippers" + SourceItems: + ( + { + FluffyFur: 28 + Pearl: 2 + TortugaShell: 10 + Knife: 1 + }, + ) + CreateItems: + ( + { + ManaSlippers: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 31 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index a295ef70..eb004cb0 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -227,7 +227,8 @@ function read_tailoring { showRecipe(LousyMoccasins, Slippers, CottonBoots, - BanditBoots); + BanditBoots, + ManaSlippers); return; } -- cgit v1.2.3-70-g09d2