diff options
| -rw-r--r-- | data/recipes.yaml | 84 | 
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 | 
