aboutsummaryrefslogtreecommitdiff
path: root/data/recipes_raw.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/recipes_raw.yaml')
-rw-r--r--data/recipes_raw.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/recipes_raw.yaml b/data/recipes_raw.yaml
new file mode 100644
index 00000000..75939c11
--- /dev/null
+++ b/data/recipes_raw.yaml
@@ -0,0 +1,37 @@
+
+- tile: cutting-plate
+ inputs: [tomato]
+ outputs: [sliced-tomato]
+ duration: 3
+ active: true
+
+- tile: sink
+ inputs: [empty-bottle]
+ outputs: [water-bottle]
+ instant: true
+
+- tile: dishwasher
+ inputs: [dirty-dish]
+ output: [empty-dish]
+ duration: 10
+
+- tile: table
+ inputs: [steak, herbs]
+ outputs: [steak-with-herbs]
+ ordered: true
+ instant: true
+
+- tile: table
+ inputs: [apple-juice-bottle, carbonated-water-bottle]
+ outputs: [apply-soda-bottle, empty-bottle]
+ instant: true
+
+- tile: table
+ inputs: [empty-cup, <a>-bottle]
+ outputs: [<a>-cup, empty-bottle]
+ instant: true
+
+- tile: flour-bag
+ outputs: [flour]
+ instant: true
+