From 17e7725f252c7f5d3be2e9c37d62751c631f196f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 18 Jun 2026 18:50:54 -0400 Subject: feat: fletching added including zero-time bolt feathering, which probably will break lots of things --- data/help/fletch.yaml | 16 ++++++++++++++++ data/help/fletching.yaml | 27 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 data/help/fletch.yaml create mode 100644 data/help/fletching.yaml (limited to 'data/help') diff --git a/data/help/fletch.yaml b/data/help/fletch.yaml new file mode 100644 index 0000000..6da4117 --- /dev/null +++ b/data/help/fletch.yaml @@ -0,0 +1,16 @@ +name: "fletch" +category: "Commands" +description: | + Fletch items from your inventory. Does not require a station. + + Usage: + fletch -- Show available fletching actions + fletch -- Fletch a specific item + fletch 10 -- Fletch a specific quantity + + Fletching can be done while walking and does not interrupt movement. + Just type "fletch" while walking to start fletching on the go. + + Pressing enter at the fletching table repeats your last selection. + + See also: fletching, use diff --git a/data/help/fletching.yaml b/data/help/fletching.yaml new file mode 100644 index 0000000..b2fe254 --- /dev/null +++ b/data/help/fletching.yaml @@ -0,0 +1,27 @@ +name: "fletching" +category: "Skills" +description: | + Fletching is the skill of making ranged weapons and ammunition. + + To fletch, simply use the "fletch" command anywhere. Fletching does + not require a station and can be done while walking or moving. + + Materials: + Arrow shafts -- Cut logs with a knife + Headless arrows -- Add feathers to arrow shafts + Finished arrows -- Add arrowtips to headless arrows + Bolts -- Add feathers to unfinished bolts + Bolt tips -- Cut gems with a chisel + Unstrung bows -- Cut logs with a knife + Strung bows -- Add bowstring to unstrung bow + + Items can also be combined with the "use" command: + use knife on -- Cut shafts or bows + use chisel on -- Cut bolt tips + use feather on -- Finish bolts + use bowstring on -- String a bow + + Finished arrows and bolts can be equipped in the ammo slot: + wear arrows, wear 100 arrows, remove arrows, remove 100 arrows + + See also: fletch, use, wear, remove -- cgit v1.2.3