From 753a853faefe1d9518c895c22f1a2895183949e1 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Tue, 18 Jun 2024 11:45:46 +0300 Subject: game design document; not fully still TODO --- data/recipes.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/recipes.yaml b/data/recipes.yaml index 8c59a057..17c4b7f3 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -59,19 +59,20 @@ outputs: [burger-meal] action: !instant - tile: table - inputs: [steak-meal, tomato] + inputs: [steak-meal, sliced-tomato] outputs: [tomatosteak-meal] action: !instant - tile: table - inputs: [burger-meal, tomato] + inputs: [burger-meal, sliced-tomato] outputs: [tomatoburger-meal] action: !instant - tile: table inputs: [tomatosteak-meal, bread] outputs: [tomatoburger-meal] - action: !instant # cups - + action: !instant + + # cups - tile: watercooler inputs: [glass] outputs: [water] -- cgit v1.2.3-70-g09d2