summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf32
1 files changed, 32 insertions, 0 deletions
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
+},
)