diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 00:41:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 00:41:44 -0300 |
commit | a8020cd4c5c60db1ff70b980977b44d735ef0c8a (patch) | |
tree | 1a6024aecb798420dfdadc65e1683b327d591a52 /db/craft_db.conf | |
parent | 61e6ab6364da84b58d14a38bcfc8cd1d374c7835 (diff) | |
download | serverdata-a8020cd4c5c60db1ff70b980977b44d735ef0c8a.tar.gz serverdata-a8020cd4c5c60db1ff70b980977b44d735ef0c8a.tar.bz2 serverdata-a8020cd4c5c60db1ff70b980977b44d735ef0c8a.tar.xz serverdata-a8020cd4c5c60db1ff70b980977b44d735ef0c8a.zip |
Add the two hand weapons and update JSaves Grimorium
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 |