From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- data/rooms/town/14.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/rooms/town/14.yaml (limited to 'data/rooms/town/14.yaml') diff --git a/data/rooms/town/14.yaml b/data/rooms/town/14.yaml new file mode 100644 index 0000000..ad515de --- /dev/null +++ b/data/rooms/town/14.yaml @@ -0,0 +1,18 @@ +id: 14 +name: "Fletching Bench" +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 +mobs: + - id: moss_giant +item_spawns: + - id: bowstring + quantity: 5 + respawn_ticks: 50 + - id: knife + quantity: 1 + respawn_ticks: 50 + - id: chisel + quantity: 1 + respawn_ticks: 50 -- cgit v1.2.3