From 0ec906cf3373721604cb17cbc90fde1dcf00cddb Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:45:25 -0400 Subject: add the AssassinBoots 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 3a1879bc..d5a52943 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1552,4 +1552,29 @@ Boots: 700 --> 799 } Priority: 61 }, +{ + Id: 709 + Name: "CraftAssassinBoots" + Flag: "CRAFT_TAILORING" + ReturnCode: "AssassinBoots" + SourceItems: + ( + { + RotoniumIngot: 4 + CottonCloth: 20 + TortugaShell: 34 + Dagger: 1 + }, + ) + CreateItems: + ( + { + AssassinBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 70 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 029fef2f..36e44d26 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -238,7 +238,8 @@ function read_tailoring { ManaSlippers, SquirrelBoots, LeatherBoots, - RidingBoots); + RidingBoots, + AssassinBoots); return; } -- cgit v1.2.3-60-g2f50