From 9c66ddc6397aff0772b7e621ce5d12e861d5f18c Mon Sep 17 00:00:00 2001 From: gumi Date: Fri, 14 Aug 2020 09:39:32 -0400 Subject: add the GoldenWarlordPlate 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 1127d1e8..9ac2426e 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -712,6 +712,31 @@ Boots: 700 --> 799 } Priority: 80 }, +{ + Id: 122 + Name: "CraftGoldenWarlordPlate" + Flag: "CRAFT_SMITHERY" + ReturnCode: "GoldenWarlordPlate" + SourceItems: + ( + { + GoldIngot: 30 + WarlordPlate: 1 + TopazShard: 5 + Dagger: 1 + }, + ) + CreateItems: + ( + { + GoldenWarlordPlate: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 81 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index cfc2f82f..f7e1210b 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -144,7 +144,8 @@ function read_smithery { WarlordArmor, TerraniteArmor, AssassinChest, - BlackArmor); + BlackArmor, + GoldenWarlordPlate); return; } -- cgit v1.2.3-70-g09d2