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.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 2c338390..b8cdfc56 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -391,4 +391,31 @@ craft_db: (
}
Priority: 10
},
+// Example recipe, incl for testing, do not use on live
+{
+ Id: 8
+ Name: "CraftInfantryHelmet"
+ Flag: 16
+ ReturnCode: 2906
+ // InfantryHelmet
+ SourceItems:
+ (
+ {
+ IronOre: 12
+ Coal: 3
+ Moss: 2
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
)