From 892170939a8a9fe34e280cdafcd3f3b17d38ba53 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 10:31:53 -0400 Subject: add the LousyMoccasins recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ npc/items/recipes.txt | 10 +++++++++- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/db/craft_db.conf b/db/craft_db.conf index 03551031..f4f59da0 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1277,6 +1277,31 @@ Boots: 700 --> 799 } Priority: 67 }, +{ + Id: 311 + Name: "CraftAssassinGloves" + Flag: "CRAFT_TAILORING" + ReturnCode: "AssassinGloves" + SourceItems: + ( + { + RotoniumIngot: 3 + CottonCloth: 30 + Coal: 20 + Dagger: 1 + }, + ) + CreateItems: + ( + { + AssassinGloves: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 71 +}, /************************** WEAPONS & TOOLS ************************************ ******************************************************************************** @@ -1301,4 +1326,30 @@ Boots: 700 --> 799 **** Reserved range for : 700 --> 799 **** Valid parameters: CRAFT_SMITHERY, CRAFT_TAILORING *******************************************************************************/ + +{ + Id: 700 + Name: "CraftLousyMoccasins" + Flag: "CRAFT_TAILORING" + ReturnCode: "LousyMoccasins" + SourceItems: + ( + { + PiouFeathers: 26 + RattoTail: 4 + Moss: 10 + Knife: 1 + }, + ) + CreateItems: + ( + { + LousyMoccasins: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 10 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index b0d2ec6b..7763ec35 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -216,7 +216,15 @@ function read_tailoring { CottonGloves, BanditGloves, SilkGloves, - LeatherGloves); + LeatherGloves, + AssassinGloves); + + next(); + mes(); + mesf(".:: %s ::.", l("Boots")); + mes(); + + showRecipe(LousyMoccasins); return; } -- cgit v1.2.3-70-g09d2