aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-20 14:00:32 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:21:49 +0200
commit7d721cae4241e01dd3f88b38a7d005d18d647454 (patch)
tree6b92414136d3a921c8d23ec0d56e6988af48ba7d
parent2520370a10782bd41fccc54589362467b809939f (diff)
downloadhurrycurry-7d721cae4241e01dd3f88b38a7d005d18d647454.tar
hurrycurry-7d721cae4241e01dd3f88b38a7d005d18d647454.tar.bz2
hurrycurry-7d721cae4241e01dd3f88b38a7d005d18d647454.tar.zst
generated recipes, adjust duration, rename items, other stuff
-rw-r--r--data/recipes.yaml84
1 files changed, 0 insertions, 84 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml
deleted file mode 100644
index 2f0b4660..00000000
--- a/data/recipes.yaml
+++ /dev/null
@@ -1,84 +0,0 @@
-- { tile: trash, action: !instant , inputs: [raw-steak] }
-- { tile: trash, action: !instant , inputs: [steak] }
-- { tile: trash, action: !instant , inputs: [tomato] }
-- { tile: trash, action: !instant , inputs: [flour] }
-- { tile: trash, action: !instant , inputs: [dough] }
-- { tile: trash, action: !instant , inputs: [steak-meal] }
-
-- tile: tomato-crate # Tomato pipeline
- outputs: [tomato]
- action: !instant
-- tile: cuttingboard
- inputs: [tomato]
- outputs: [sliced-tomato]
- action: !active 2
-- tile: counter
- inputs: [sliced-tomato, plate]
- outputs: [sliced-tomato-meal]
- action: !instant
-
-- tile: flour-crate # Bread pipeline
- outputs: [flour]
- action: !instant
-- tile: counter
- inputs: [flour]
- outputs: [dough]
- action: !active 3
-- tile: oven
- inputs: [dough]
- outputs: [bread]
- action: !passive 20
-- tile: counter
- inputs: [bread, plate]
- outputs: [bread-meal]
- action: !instant
-
-- tile: raw-steak-crate # Steak pipeline
- action: !instant
- outputs: [raw-steak]
-- tile: pan
- inputs: [raw-steak]
- outputs: [steak]
- action: !passive 15
-- tile: counter
- inputs: [steak, plate]
- outputs: [steak-meal]
- action: !instant
-
-- tile: counter # Combination meals
- inputs: [steak-meal, bread]
- outputs: [burger-meal]
- action: !instant
-- tile: counter
- inputs: [steak-meal, sliced-tomato]
- outputs: [tomatosteak-meal]
- action: !instant
-- tile: counter
- inputs: [burger-meal, sliced-tomato]
- outputs: [tomatoburger-meal]
- action: !instant
-- tile: counter
- inputs: [tomatosteak-meal, bread]
- outputs: [tomatoburger-meal]
- action: !instant
-
-- tile: watercooler # Cups
- inputs: [glass]
- outputs: [water]
- action: !passive 2
-- tile: sink
- inputs: [water]
- outputs: [glass]
- action: !instant
-
-- tile: dirty-plate-crate # Cleaning
- outputs: [dirty-plate]
- action: !instant
-- tile: sink
- inputs: [dirty-glass]
- outputs: [glass]
- action: !active 5
-- tile: sink
- inputs: [dirty-plate]
- outputs: [plate]
- action: !active 3