From 470bc5bd99b793e46305310b5fbeb3068eba45f1 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 23:43:35 -0400 Subject: refactor: removed separate crafting recipes and combined them into item YAML --- data/items/consumables/bread.yaml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'data/items/consumables/bread.yaml') 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 -- cgit v1.2.3