diff options
| author | historia <[not public]> | 2026-06-30 03:57:52 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 03:57:52 -0400 |
| commit | 712072209ab5e3b3a14ebc0c770b020afe544560 (patch) | |
| tree | f5247fa8e03ed327ecb6cbff622bf6bdccb2066c /data/rooms/intro/1014.yaml | |
| parent | 7a4b91304061777e7b3365b505d1e74878043d35 (diff) | |
| download | thehouseoficarus-712072209ab5e3b3a14ebc0c770b020afe544560.tar.gz | |
feat: all admin mapping features working
Diffstat (limited to 'data/rooms/intro/1014.yaml')
| -rw-r--r-- | data/rooms/intro/1014.yaml | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/data/rooms/intro/1014.yaml b/data/rooms/intro/1014.yaml index ce76c4c..a11adfd 100644 --- a/data/rooms/intro/1014.yaml +++ b/data/rooms/intro/1014.yaml @@ -1,19 +1,16 @@ -id: 1014 -name: New Room -color: "" -description: - - text: A featureless room. +block_transport: false +color: D5 +description: [] exits: - north: - room: 1007 - south: - room: 1013 - up: + northeast: room: 1015 -objects: [] + southwest: + room: 1013 +hazard: "" +id: 1014 item_spawns: [] mobs: [] +name: 'Room #1014' +objects: [] on_enter: [] -hazard: "" -block_transport: false triggers: [] |
