summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/craft_db.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index fe6979185..3d73ad295 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -975,5 +975,45 @@ craft_db: (
Priority: 50
},
/****************************************************************************/
+// 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: 82
+ Name: "CraftPynRevolver"
+ Flag: 16
+ ReturnCode: 6040
+ //PynRevolver
+ SourceItems:
+ (
+ {
+ LeadIngot: 4
+ TitaniumIngot: 5
+ Coal: 11
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 1
+ LeadOre: 1
+ },
+ {
+ PileOfAsh: 2
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
)