aboutsummaryrefslogtreecommitdiff
path: root/data/items.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-20 14:00:38 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:21:49 +0200
commit5bf50cd276a568f55fb1d5aedef96e614bed015b (patch)
tree94adf4dbed06a407e3b3223175d4e5a4e0a21e22 /data/items.yaml
parent7d721cae4241e01dd3f88b38a7d005d18d647454 (diff)
downloadhurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar
hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar.bz2
hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar.zst
generated recipes, adjust duration, rename items, other stuff
Diffstat (limited to 'data/items.yaml')
-rw-r--r--data/items.yaml78
1 files changed, 0 insertions, 78 deletions
diff --git a/data/items.yaml b/data/items.yaml
deleted file mode 100644
index ddca5e11..00000000
--- a/data/items.yaml
+++ /dev/null
@@ -1,78 +0,0 @@
-# tomato pipeline
-tomato:
- traits:
- - raw
- expires: 5
-sliced-tomato:
- traits:
- - food
-sliced-tomato-meal:
- traits:
- - meal
-# bread pipeline
-flour:
- traits:
- - raw
- expires: 180
-dough:
- traits:
- - bakeable
-bread:
- traits:
- - food
-bread-meal:
- traits:
- - meal
-# steak pipeline
-raw-steak:
- traits:
- - raw
- expires: 2
-steak:
- traits:
- - food
-steak-meal:
- traits:
- - meal
-
-# combination meals
-tomatosteak-meal:
- traits:
- - meal
-burger-meal:
- traits:
- - meal
-tomatoburger-meal:
- traits:
- - meal
-
-# containers
-glass:
- traits:
- - container
- - cup
- - empty-cup
-water:
- traits:
- - container
- - cup
-plate:
- traits:
- - container
- contains:
- - food
- - glass
-dirty-glass:
- traits:
- - dirty
- - glass
-dirty-plate:
- traits:
- - dirty
-
-# liquid
-liquid-water:
- traits:
- - raw
- - liquid
- expires: 1000