diff options
| author | historia <[not public]> | 2026-06-12 23:52:06 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-12 23:52:06 -0400 |
| commit | a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (patch) | |
| tree | 80a2e46c3e6cc98bb8b4f708cc403949b14742eb /data/help/burn.yaml | |
| parent | f3a6ae488bbd2128af8356b0da016699c5abb70e (diff) | |
| download | thehouseoficarus-a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad.tar.gz | |
feat: firemaking skill implemented. overhauled how ground items and despawn are handled.
Diffstat (limited to 'data/help/burn.yaml')
| -rw-r--r-- | data/help/burn.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/help/burn.yaml b/data/help/burn.yaml new file mode 100644 index 0000000..63b6623 --- /dev/null +++ b/data/help/burn.yaml @@ -0,0 +1,25 @@ +name: "burn" +category: "Skills" +description: | + Start a fire from logs. + + Usage: burn [item] + + Attempts to light a fire using burnable logs. Checks for logs on the + ground first, then in your inventory. + + Requires a fire starter tool (matches, firesteel, or lighter). + + From inventory: + You drop a log to the ground, then try to light it. + + From ground: + You attempt to light the log already on the ground. + + After a short wait, your firemaking level is checked against the + log's difficulty. On success, a fire object appears in the room + that burns for a number of ticks based on the log type. On failure, + you may try again. + + Only one fire can burn in a room at a time. + See also: help firemaking, help stoke |
