From 89bc00552ab22612082af78562b9b1b281cfb16a Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 22:54:27 -0400 Subject: add the WizardRobe recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 28 ++++++++++++++++++++++++++-- npc/items/recipes.txt | 5 +++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/db/craft_db.conf b/db/craft_db.conf index f2c22fa2..4483b348 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -588,7 +588,7 @@ Boots: 700 --> 799 { Id: 117 Name: "CraftWarlordArmor" - Flag: 16 + Flag: "CRAFT_SMITHERY" ReturnCode: 1309 SourceItems: ( @@ -610,7 +610,31 @@ Boots: 700 --> 799 } Priority: 70 }, - +{ + Id: 118 + Name: "CraftWizardRobe" + Flag: "CRAFT_TAILORING" + ReturnCode: 1323 + SourceItems: + ( + { + SquirrelPelt: 30 + SilkCocoon: 60 + LeatherPatch: 5 + Dagger: 1 + }, + ) + CreateItems: + ( + { + WizardRobe: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 71 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index b500bbf2..cde7d141 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -235,6 +235,11 @@ function read_tailoring { 40, FluffyFur, 20, SilkCocoon, 1, Dagger); + showRecipe(WizardRobe, + 30, SquirrelPelt, + 60, SilkCocoon, + 5, LeatherPatch, + 1, Dagger); return; } -- cgit v1.2.3-70-g09d2