From bffd702dd040adf7313397c445c66ea8e818be78 Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 09:30:44 -0400 Subject: add the TerraniteArmor recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- db/craft_db.conf | 25 +++++++++++++++++++++++++ npc/items/recipes.txt | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/db/craft_db.conf b/db/craft_db.conf index be1c95d8..62eed9e1 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -637,6 +637,31 @@ Boots: 700 --> 799 } Priority: 71 }, +{ + Id: 119 + Name: "CraftTerraniteArmor" + Flag: "CRAFT_SMITHERY" + ReturnCode: "TerraniteArmor" + SourceItems: + ( + { + TerraniteIngot: 15 + TerraniteOre: 5 + Coal: 35 + Dagger: 1 + }, + ) + CreateItems: + ( + { + TerraniteArmor: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 72 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index d0ef925a..fa458118 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -141,7 +141,8 @@ function read_smithery { LightPlatemail, JustifierChest, LegionIronArmor, - WarlordArmor); + WarlordArmor, + TerraniteArmor); return; } -- cgit v1.2.3-70-g09d2