diff options
Diffstat (limited to 'data/items/consumables/bread.yaml')
| -rw-r--r-- | data/items/consumables/bread.yaml | 25 |
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 |
