From 1e0b90b3916c9a3421da6efbd308eb9dec20c49d Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 21:44:48 -0400 Subject: add the LightPlatemail recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 4a59f87a..c53611a9 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -54,6 +54,11 @@ craft_db: ( }, ******************************************************************************/ +/* +TODO: allow ReturnCode to be a constant +FIXME: use a regex find-replace to change ReturnCode to the corresponding AegisName constants +*/ + /************** Cooking: 000 --> 099 Chest Armor: 100 --> 199 @@ -480,6 +485,31 @@ Boots: 700 --> 799 } Priority: 51 }, +{ + Id: 113 + Name: "CraftLightPlatemail" + Flag: "CRAFT_SMITHERY" + ReturnCode: 1318 + SourceItems: + ( + { + IronIngot: 25 + SilverIngot: 5 + Coal: 25 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + LightPlatemail: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 52 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** -- cgit v1.2.3-70-g09d2