diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-20 14:00:38 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 |
| commit | 5bf50cd276a568f55fb1d5aedef96e614bed015b (patch) | |
| tree | 94adf4dbed06a407e3b3223175d4e5a4e0a21e22 /data/demands.yaml | |
| parent | 7d721cae4241e01dd3f88b38a7d005d18d647454 (diff) | |
| download | hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar.bz2 hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar.zst | |
generated recipes, adjust duration, rename items, other stuff
Diffstat (limited to 'data/demands.yaml')
| -rw-r--r-- | data/demands.yaml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/data/demands.yaml b/data/demands.yaml index 375eeb8b..08331587 100644 --- a/data/demands.yaml +++ b/data/demands.yaml @@ -1,6 +1,9 @@ -- { from: burger-meal, to: dirty-plate, duration: 15 } -- { from: tomatoburger-meal, to: dirty-plate, duration: 20 } -- { from: tomatosteak-meal, to: dirty-plate, duration: 20 } -- { from: steak-meal, to: dirty-plate, duration: 15 } -- { from: bread-meal, to: dirty-plate, duration: 15 } -- { from: sliced-tomato-meal, to: dirty-plate, duration: 10 } +- { from: bread-plate, to: dirty-plate, duration: 10 } +- { from: steak-plate, to: dirty-plate, duration: 10 } +- { from: sliced-tomato-plate, to: dirty-plate, duration: 10 } + +- { from: bread-steak-plate, to: dirty-plate, duration: 15 } +- { from: bread-sliced-tomato-plate, to: dirty-plate, duration: 15 } +- { from: sliced-tomato-steak-plate, to: dirty-plate, duration: 15 } + +- { from: bread-sliced-tomato-steak-plate, to: dirty-plate, duration: 20 } |