diff options
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 64 |
1 files changed, 64 insertions, 0 deletions
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 |