summaryrefslogtreecommitdiff
path: root/json/recipes/food/snack.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/snack.json')
-rw-r--r--json/recipes/food/snack.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/json/recipes/food/snack.json b/json/recipes/food/snack.json
new file mode 100644
index 0000000..456e51c
--- /dev/null
+++ b/json/recipes/food/snack.json
@@ -0,0 +1,25 @@
+[
+ {
+ "type": "recipe",
+ "result": "sandwich_cucumber",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_SNACK",
+ "skill_used": "cooking",
+ "time": "1 m",
+ "autolearn": true,
+ "batch_time_factors": [ 50, 3 ],
+ "qualities": [ { "id": "CUT", "level": 1 } ],
+ "components": [
+ [
+ [ "flatbread", 2 ],
+ [ "bread", 2 ],
+ [ "cornbread", 2 ],
+ [ "wastebread", 2 ],
+ [ "sourdough_bread", 2 ],
+ [ "brioche", 2 ]
+ ],
+ [ [ "cucumber", 1 ], [ "irradiated_cucumber", 1 ] ],
+ [ [ "mayonnaise", 1 ], [ "mustard", 1 ], [ "horseradish", 1 ], [ "seasoning_salt", 1 ] ]
+ ]
+ }
+]