From 1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa Mon Sep 17 00:00:00 2001 From: Jesusaves <cpntb1@ymail.com> Date: Fri, 6 Sep 2019 13:32:05 -0300 Subject: Quest-exclusive recipe: [Braknar Shield], automatically unlocked, not a blueprint --- db/craft_db.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index dd1ee65f6..c7f947dd0 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1697,6 +1697,41 @@ craft_db: ( Priority: 20 }, /****************************************************************************/ +{ + Id: 95 + Name: "CraftBraknarShield" + Flag: 16 + ReturnCode: 2709 + //BraknarShield + SourceItems: + ( + { + CopperIngot: 18 + TinIngot: 2 + Coal: 5 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + CopperIngot: 1 + }, + { + CopperIngot: 1 + TinIngot: 1 + }, + { + CopperIngot: 1 + PileOfAsh: 1 + }, + { + PileOfAsh: 1 + }, + ) + Priority: 30 +}, +/****************************************************************************/ // 51~71 → Swords // 72~76 → Bows // 77~81 → Wands -- cgit v1.2.3-70-g09d2