From 52a3ce6a4b4a254dc5d3067979a09e93c060fa20 Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 03:57:06 -0400 Subject: feat: shops and rough assassin skill --- data/rooms/160.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/rooms/160.yaml (limited to 'data/rooms/160.yaml') diff --git a/data/rooms/160.yaml b/data/rooms/160.yaml new file mode 100644 index 0000000..dea9d00 --- /dev/null +++ b/data/rooms/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