From 1db3e28574f91844d2b89ae806d204c7afb8b2fd Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 22:00:48 -0400 Subject: add the SorcererRobe recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 05168587..a3bb5a61 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -535,6 +535,31 @@ Boots: 700 --> 799 } Priority: 53 }, +{ + Id: 115 + Name: "CraftSorcererRobe" + Flag: "CRAFT_TAILORING" + ReturnCode: 1321 + SourceItems: + ( + { + CottonCloth: 60 + FluffyFur: 40 + SilkCocoon: 20 + Dagger: 1 + }, + ) + CreateItems: + ( + { + SorcererRobe: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 60 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** -- cgit v1.2.3-70-g09d2