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/rooms | |
| 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/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 |
