From a8020cd4c5c60db1ff70b980977b44d735ef0c8a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Jun 2019 00:41:44 -0300 Subject: Add the two hand weapons and update JSaves Grimorium --- db/craft_db.conf | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 195015cf8..36e590933 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -809,6 +809,70 @@ craft_db: ( Priority: 40 }, /****************************************************************************/ +// 61~71 two hand swords I guess +{ + Id: 61 + Name: "CraftMiereCleaver" + Flag: 16 + ReturnCode: 3523 + //MiereCleaver + SourceItems: + ( + { + SilverIngot: 12 + TinIngot: 1 + Coal: 8 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + { + TinIngot: 1 + PileOfAsh: 1 + }, + { + PileOfAsh: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 62 + Name: "CraftBroadsword" + Flag: 16 + ReturnCode: 3524 + //Broadsword + SourceItems: + ( + { + SilverIngot: 27 + TinIngot: 1 + Coal: 20 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 2 + }, + { + TinIngot: 1 + PileOfAsh: 1 + }, + { + PileOfAsh: 3 + }, + ) + Priority: 20 +}, +/****************************************************************************/ + // 51~71 → Swords // 72~76 → Bows // 77~81 → Wands -- cgit v1.2.3-60-g2f50