diff options
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/14.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
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 |
