From 8dd725a3abd8085a589924eda702bea84f2a6b24 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 21:27:24 -0400 Subject: add SquirrelPelt and the PeltJacket recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 25 +++++++++++++++++++++++++ db/re/item_db.conf | 6 ++++++ 2 files changed, 31 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 7c4f4f38..47975199 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -405,6 +405,31 @@ Boots: 700 --> 799 } Priority: 41 }, +{ + Id: 110 + Name: "CraftPeltJacket" + Flag: "CRAFT_TAILORING" + ReturnCode: 1319 + SourceItems: + ( + { + SquirrelPelt: 25 + LeatherPatch: 10 + Moss: 15 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + PeltJacket: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 42 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 67d47fd2..da83e537 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2265,6 +2265,12 @@ item_db: ( AegisName: "LeatherPatch" Name: "Leather Patch" }, +{ + Id: 812 + AegisName: "SquirrelPelt" + Name: "Squirrel Pelt" +}, + // Necklaces { -- cgit v1.2.3-70-g09d2