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/stoke.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/stoke.yaml')
| -rw-r--r-- | data/help/stoke.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/help/stoke.yaml b/data/help/stoke.yaml new file mode 100644 index 0000000..96e53e3 --- /dev/null +++ b/data/help/stoke.yaml @@ -0,0 +1,26 @@ +name: "stoke" +category: "Skills" +description: | + Add logs to an existing fire. + + Usage: stoke [item] + + Adds burnable logs from your inventory to a fire already burning in + the current room. No tool is needed to stoke. + + Each log extends the fire's remaining burn time and awards guaranteed + firemaking XP (no skill check). Stoking continues automatically until + you run out of the item or the fire dies out. + + Fire Type Quality Gained + Normal +12 ticks + Oak +14 ticks + Willow +16 ticks + Teak +18 ticks + Maple +20 ticks + Mahogany +22 ticks + Yew +24 ticks + Magic +26 ticks + Redwood +30 ticks + + See also: help firemaking, help burn |
