From b011e60971b74e4c9e5f445d554373a022a9fe15 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 16:19:29 -0300 Subject: Halberd and Immortal Sword can be crafted - add the recipes and blueprints. Note: Miere Cleaver and Broadsword were reclassified. --- db/craft_db.conf | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 9476c01a5..81dadb061 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1074,6 +1074,74 @@ craft_db: ( Priority: 20 }, /****************************************************************************/ +// ID 63 Priority 30 reserved for Kanabo or successor +/****************************************************************************/ +// ID 64 Priority 40 reserved for Zambacutou or successor +/****************************************************************************/ +{ + Id: 65 + Name: "CraftHalberd" + Flag: 16 + ReturnCode: 3534 + //Halberd + SourceItems: + ( + { + SilverIngot: 45 + TinIngot: 5 + Coal: 34 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + TinIngot: 1 + PileOfAsh: 2 + }, + { + TinIngot: 2 + PileOfAsh: 1 + }, + { + PileOfAsh: 3 + }, + ) + Priority: 50 +}, +/****************************************************************************/ +{ + Id: 66 + Name: "CraftImmortalSword" + Flag: 16 + ReturnCode: 3532 + //ImmortalSword + SourceItems: + ( + { + SilverIngot: 40 + PlatinumIngot: 2 + IridiumIngot: 3 + BlueManaPearl: 1 + }, + ) + CreateItems: + ( + { + SilverIngot: 1 + PileOfAsh: 2 + }, + { + SilverIngot: 2 + PileOfAsh: 1 + }, + { + PileOfAsh: 3 + }, + ) + Priority: 50 +}, +/****************************************************************************/ // 51~71 → Swords // 72~76 → Bows -- cgit v1.2.3-60-g2f50