From a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 23:52:06 -0400 Subject: feat: firemaking skill implemented. overhauled how ground items and despawn are handled. --- data/help/stoke.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/help/stoke.yaml (limited to 'data/help/stoke.yaml') 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 -- cgit v1.2.3