diff options
| author | historia <[not public]> | 2026-06-18 18:50:54 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-18 18:50:54 -0400 |
| commit | 17e7725f252c7f5d3be2e9c37d62751c631f196f (patch) | |
| tree | 40698c5c95cb21302adbb8cd021bd8d049b6fce1 /data/help | |
| parent | fae979b75e37b6ad57e57062a1b637a37ec87174 (diff) | |
| download | thehouseoficarus-17e7725f252c7f5d3be2e9c37d62751c631f196f.tar.gz | |
feat: fletching added including zero-time bolt feathering, which probably will break lots of things
Diffstat (limited to 'data/help')
| -rw-r--r-- | data/help/fletch.yaml | 16 | ||||
| -rw-r--r-- | data/help/fletching.yaml | 27 |
2 files changed, 43 insertions, 0 deletions
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 <item> -- Fletch a specific item + fletch 10 <item> -- 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 <log> -- Cut shafts or bows + use chisel on <gem> -- Cut bolt tips + use feather on <bolts> -- Finish bolts + use bowstring on <bow> -- 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 |
