diff options
| author | historia <[not public]> | 2026-06-16 04:17:43 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-16 04:17:43 -0400 |
| commit | 085e728d22a3369bd110b77409914cfbe9ebe611 (patch) | |
| tree | eeb88cb1ceb91cc9ea2b5a1877c3c66328fab503 /data/help/cook.yaml | |
| parent | 43f21aabae8924f35c12c8485e690aeefe0089fb (diff) | |
| download | thehouseoficarus-085e728d22a3369bd110b77409914cfbe9ebe611.tar.gz | |
feat: recipe system, combining items, cooking skill
Diffstat (limited to 'data/help/cook.yaml')
| -rw-r--r-- | data/help/cook.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/help/cook.yaml b/data/help/cook.yaml new file mode 100644 index 0000000..20ee72f --- /dev/null +++ b/data/help/cook.yaml @@ -0,0 +1,29 @@ +name: "cook" +category: "Skills" +description: | + Cook raw food on a fire or cooking range. + + Usage: cook <item> Cook a specific item + cook Show all items you can cook right now + + Cooking requires a heat source — either a lit fire or a cooking + range. Some recipes (like baking bread) require a cooking range + and cannot be done on an open fire. The fire does not need to + stay lit throughout — cooking continues regardless. + + Each item takes 6 ticks to cook. A Cooking skill check determines + whether you produce a cooked item or a burnt one. On failure, you + get a burnt variant instead of the cooked food. + + Typing "cook" with no arguments shows a menu of everything you + can cook with your current inventory and the available station. + If only one thing can be cooked, it starts immediately. + + If multiple recipes exist for the same ingredient, a menu appears + letting you choose which to make. + + You can also cook by using items on a cooking station: + use trout on fire + use raw shrimps on range + + See also: eat, use, recipe |
