aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/intro/2001.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-29 17:19:40 -0400
committerhistoria <[not public]>2026-06-29 17:19:40 -0400
commitfeb80b7dde200d4121cd9f9c583a08f9869c5588 (patch)
tree3271cae1d74c8f3b84ef3ae84f8f62e563029dff /data/rooms/intro/2001.yaml
parentc6cbf76b33ac20d071d25e74b70f6901476193a6 (diff)
downloadthehouseoficarus-feb80b7dde200d4121cd9f9c583a08f9869c5588.tar.gz
feat: incardinal directions (nw, ne, sw, se). probably janky in ways I haven't yet discovered.
Diffstat (limited to 'data/rooms/intro/2001.yaml')
-rw-r--r--data/rooms/intro/2001.yaml25
1 files changed, 20 insertions, 5 deletions
diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml
index 5aa3145..dc82c06 100644
--- a/data/rooms/intro/2001.yaml
+++ b/data/rooms/intro/2001.yaml
@@ -1,6 +1,21 @@
-name: "Test Room"
-description: "It's a test room"
+id: 2001
+name: Test Room
+color: ""
+description:
+ - text: It's a test room
exits:
- west: 1001
- east: 2002
- south: 2006
+ east:
+ room: 2002
+ south:
+ room: 2006
+ southeast:
+ room: 2005
+ west:
+ room: 1001
+objects: []
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []