From aeb41024fbff1cfa1ef589b02592f6ee1733943d Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 21:14:38 -0400 Subject: add the LegionCopperArmor 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 dd2aefb7..64883626 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -355,6 +355,31 @@ Boots: 700 --> 799 } Priority: 32 }, +{ + Id: 108 + Name: "CraftLegionCopperArmor" + Flag: "CRAFT_SMITHERY" + ReturnCode: 1305 + SourceItems: + ( + { + CopperIngot: 10 + IronIngot: 3 + Coal: 10 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + LegionCopperArmor: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 40 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** -- cgit v1.2.3-70-g09d2