aboutsummaryrefslogtreecommitdiff
path: root/data/items/consumables/bread.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 23:43:35 -0400
committerhistoria <[not public]>2026-06-20 23:43:35 -0400
commit470bc5bd99b793e46305310b5fbeb3068eba45f1 (patch)
treeff268fab1a8e7699cd6404e6e86c2d4bd1c6f2f6 /data/items/consumables/bread.yaml
parent010fa439399581391fcd509d2058191ff4fa74b3 (diff)
downloadthehouseoficarus-470bc5bd99b793e46305310b5fbeb3068eba45f1.tar.gz
refactor: removed separate crafting recipes and combined them into item YAML
Diffstat (limited to 'data/items/consumables/bread.yaml')
-rw-r--r--data/items/consumables/bread.yaml25
1 files changed, 20 insertions, 5 deletions
diff --git a/data/items/consumables/bread.yaml b/data/items/consumables/bread.yaml
index 68cefdc..a00a3ef 100644
--- a/data/items/consumables/bread.yaml
+++ b/data/items/consumables/bread.yaml
@@ -1,8 +1,23 @@
+color: "222"
+craft:
+ consume:
+ - items:
+ - bread_dough
+ quantity: 1
+ fail: burnt_meat
+ fail_message: You burn the bread to a crisp.
+ level: 1
+ message: You bake the dough into a fresh loaf of bread.
+ skill: cooking
+ station:
+ - cooking_range
+ type: cooking
+ wait: 6
+ xp: 40
+description: A fresh loaf of bread, still warm from the oven.
+eat_message: You eat the bread. Warm and satisfying.
+heal_value: 5
id: bread
name: bread
-color: "222"
-description: "A fresh loaf of bread, still warm from the oven."
-value: 5
stackable: false
-heal_value: 5
-eat_message: "You eat the bread. Warm and satisfying."
+value: 5