From 2f065729610ea8a7df2fabe3cdcd8d5a06128364 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Apr 2020 06:01:11 -0300 Subject: Terranite Armor and Pants recipe. Nerf Terra Protector blueprint droprate to only 0.12% --- db/craft_db.conf | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) (limited to 'db/craft_db.conf') diff --git a/db/craft_db.conf b/db/craft_db.conf index 472ae86f4..33eb535d6 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -2639,7 +2639,67 @@ craft_db: ( Lifestone: 1 }, ) - Priority: 80 + Priority: 7 +}, +/****************************************************************************/ +{ + Id: 116 + Name: "CraftTerraniteArmor" + Flag: 16 + ReturnCode: 1311 + //TerraniteArmor + SourceItems: + ( + { + TerraniteIngot: 4 + Coal: 45 + IronPowder: 32 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + IronPowder: 1 + }, + { + IronPowder: 2 + }, + { + IronPowder: 1 + }, + ) + Priority: 7 +}, +/****************************************************************************/ +{ + Id: 117 + Name: "CraftTerranitePants" + Flag: 16 + ReturnCode: 2210 + //TerranitePants + SourceItems: + ( + { + TerraniteIngot: 2 + Coal: 15 + LeatherPatch: 32 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + LeatherPatch: 1 + }, + { + LeatherPatch: 2 + }, + { + LeatherPatch: 1 + }, + ) + Priority: 7 }, /****************************************************************************/ ) -- cgit v1.2.3-60-g2f50