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/wilderness/160.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/rooms/wilderness/160.yaml (limited to 'data/rooms/wilderness/160.yaml') diff --git a/data/rooms/wilderness/160.yaml b/data/rooms/wilderness/160.yaml new file mode 100644 index 0000000..dea9d00 --- /dev/null +++ b/data/rooms/wilderness/160.yaml @@ -0,0 +1,17 @@ +id: 160 +name: "Market Square" +description: "A noisy open-air market wedged between crumbling hab-blocks. Vendors hawk salvaged tech and reconstituted food from makeshift stalls. A {220 bold}Guard{/} watches over the area with a stern expression." +map_symbol: "M" +exits: + north: 1 + east: 161 +objects: + - id: market_stall +mobs: + - id: man + wander_interval: 15 + - id: man + wander_interval: 18 + - id: man + wander_interval: 20 + - id: guard \ No newline at end of file -- cgit v1.2.3