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/rooms/14.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'data/rooms/14.yaml') diff --git a/data/rooms/14.yaml b/data/rooms/14.yaml index 2e90539..c3d910d 100644 --- a/data/rooms/14.yaml +++ b/data/rooms/14.yaml @@ -1,6 +1,16 @@ id: 14 name: "Fletching Bench" -description: "A workbench covered in wood shavings, feathers, and arrowheads. This area is not yet accessible." +description: "A workbench covered in wood shavings, feathers, and arrowheads. Racks of unfinished bows line the walls, and a pile of bowstrings sits in the corner." exits: east: 15 west: 13 +spawns: + - item_id: bowstring + quantity: 5 + respawn_ticks: 50 + - item_id: knife + quantity: 1 + respawn_ticks: 50 + - item_id: chisel + quantity: 1 + respawn_ticks: 50 -- cgit v1.2.3