aboutsummaryrefslogtreecommitdiff
path: root/data/items/bread_dough.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-17 21:13:07 -0400
committerhistoria <[not public]>2026-06-17 21:13:07 -0400
commitec2e94e3463654a6288464a4c070b48ef9bf7368 (patch)
tree3c5df0f9a6a5968fa4c725a7d331825883ae798c /data/items/bread_dough.yaml
parenteef5ddaa94f8cff6010d092c30fed53d2be01524 (diff)
downloadthehouseoficarus-ec2e94e3463654a6288464a4c070b48ef9bf7368.tar.gz
feat: smithing added, item/object interaction reworked. recipes and menus refactored.
Diffstat (limited to 'data/items/bread_dough.yaml')
-rw-r--r--data/items/bread_dough.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/items/bread_dough.yaml b/data/items/bread_dough.yaml
index 47df9b4..c40d0e0 100644
--- a/data/items/bread_dough.yaml
+++ b/data/items/bread_dough.yaml
@@ -4,8 +4,11 @@ color: "222"
description: "A ball of uncooked bread dough. It needs to be baked."
value: 3
stackable: false
+ticks: 2
made_from:
- items: [pot_of_flour]
qty: 1
- - items: [bucket_of_water]
+ byproducts: [empty_pot]
+ - items: [bucket_of_water, pitcher_of_water]
qty: 1
+ byproducts: [empty_bucket, empty_pitcher]