From 6139bddfeee6844e1eedade2264b248e716f3a36 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:47:51 -0300 Subject: Why not forging a Golden Ring full of bonuses, I wonder. --- db/craft_db.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index a21aa5d19..d357ea0c3 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1109,5 +1109,37 @@ craft_db: ( Priority: 40 }, /****************************************************************************/ +// 51~71 → Swords +// 72~76 → Bows +// 77~81 → Wands +// 82 → Reserved for guns +// 83~87 → Armor Chestplates +// 88~92 → Armor Helmets +// 93~97 → Shields +// 98, 99, 100 → Reserved for guns +////////////////////////////////////////////////////////////////////////////// +{ + Id: 101 + Name: "CraftGoldenRing" + Flag: 16 + ReturnCode: 2501 + //GoldenRing + SourceItems: + ( + { + GoldPieces: 5 + TitaniumIngot: 1 + Coal: 8 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + ) + Priority: 10 +}, ) -- cgit v1.2.3-60-g2f50