summaryrefslogtreecommitdiff
path: root/json/recipes/food/meat.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/meat.json')
-rw-r--r--json/recipes/food/meat.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json
index 000a8ee..d977b63 100644
--- a/json/recipes/food/meat.json
+++ b/json/recipes/food/meat.json
@@ -566,5 +566,31 @@
[ [ "water", 2 ], [ "water_clean", 2 ] ],
[ [ "bag_plastic", 1 ] ]
]
+ },
+ {
+ "type": "recipe",
+ "result": "bratwurst_sausage",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "1 h",
+ "book_learn": [ [ "family_cookbook", 2 ], [ "scots_cookbook", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
+ "components": [
+ [ [ "meat_red", 2, "LIST" ], [ "can_chicken", 2 ] ],
+ [ [ "edible_fat", 1, "LIST" ], [ "edible_tallow_lard", 2, "LIST" ] ],
+ [
+ [ "salt", 4 ],
+ [ "soysauce", 2 ],
+ [ "seasoning_italian", 4 ],
+ [ "wild_herbs", 4 ],
+ [ "seasoning_salt", 4 ],
+ [ "pepper", 4 ]
+ ],
+ [ [ "sausage_casings", 10 ], [ "stomach", 1 ], [ "stomach_large", 1 ] ]
+ ]
}
]