From 2ec0d2bb68b7c5613b9f33926e1ecd96ffa7b310 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 21:39:29 -0400 Subject: add SnakeScale and the Snakeplate recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 25 +++++++++++++++++++++++++ db/re/item_db.conf | 5 +++++ 2 files changed, 30 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 7aef95a8..4a59f87a 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -455,6 +455,31 @@ Boots: 700 --> 799 } Priority: 50 }, +{ + Id: 112 + Name: "CraftSnakeplate" + Flag: "CRAFT_SMITHERY" + ReturnCode: 1320 + SourceItems: + ( + { + SnakeScale: 55 + IronIngot: 3 + Moss: 15 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + Snakeplate: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 51 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** diff --git a/db/re/item_db.conf b/db/re/item_db.conf index da83e537..19b20b62 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2265,6 +2265,11 @@ item_db: ( AegisName: "LeatherPatch" Name: "Leather Patch" }, +{ + Id: 811 + AegisName: "SnakeScale" + Name: "Snake Scale" +}, { Id: 812 AegisName: "SquirrelPelt" -- cgit v1.2.3-70-g09d2