blob: ec26e203a8e836888d32b83d30dc9e22ddd2b8c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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.
Before cooking starts, you are prompted "How many?" — press
return for all, type a number, or type anything else to cancel.
A Cooking skill check determines whether you produce a cooked
item or a burnt one. On failure, you get a burnt variant.
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 skips the menu.
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, smithing
|