From 675ee9cb27ee1ef50d43d3af60e12f80d427166c Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 22:49:14 -0400 Subject: add the WarlordArmor recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 2e9a0876..f2c22fa2 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -585,6 +585,32 @@ Boots: 700 --> 799 } Priority: 61 }, +{ + Id: 117 + Name: "CraftWarlordArmor" + Flag: 16 + ReturnCode: 1309 + SourceItems: + ( + { + RotoniumIngot: 11 + SilverIngot: 20 + Coal: 50 + Dagger: 1 + }, + ) + CreateItems: + ( + { + WarlordArmor: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 70 +}, + /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** -- cgit v1.2.3-70-g09d2