diff options
| author | historia <[not public]> | 2026-06-29 17:19:40 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 17:19:40 -0400 |
| commit | feb80b7dde200d4121cd9f9c583a08f9869c5588 (patch) | |
| tree | 3271cae1d74c8f3b84ef3ae84f8f62e563029dff /data/rooms/intro/1006.yaml | |
| parent | c6cbf76b33ac20d071d25e74b70f6901476193a6 (diff) | |
| download | thehouseoficarus-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/1006.yaml')
| -rw-r--r-- | data/rooms/intro/1006.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/rooms/intro/1006.yaml b/data/rooms/intro/1006.yaml new file mode 100644 index 0000000..e4929a9 --- /dev/null +++ b/data/rooms/intro/1006.yaml @@ -0,0 +1,25 @@ +id: 1006 +name: New Room +color: "" +description: + - text: A featureless room. +exits: + east: + room: 1007 + north: + room: 1005 + northeast: + room: 1009 + northwest: + room: 1008 + up: + room: 1010 + west: + room: 2003 +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
