From 085e728d22a3369bd110b77409914cfbe9ebe611 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 16 Jun 2026 04:17:43 -0400 Subject: feat: recipe system, combining items, cooking skill --- data/help/cook.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/help/cook.yaml (limited to 'data/help/cook.yaml') 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 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 -- cgit v1.2.3