diff options
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/intro/1003.yaml | 19 | ||||
| -rw-r--r-- | data/rooms/intro/1004.yaml | 15 |
2 files changed, 31 insertions, 3 deletions
diff --git a/data/rooms/intro/1003.yaml b/data/rooms/intro/1003.yaml index fba85c6..d19b0b6 100644 --- a/data/rooms/intro/1003.yaml +++ b/data/rooms/intro/1003.yaml @@ -1,4 +1,17 @@ -name: "Customs Building" -description: "A cramped customs checkpoint lit by flickering panels. Officials in grey uniforms wave the new arrivals through, one at a time. (This area is still under construction.)" +id: 1003 +name: Customs Building +color: "" +description: + - text: A cramped customs checkpoint lit by flickering panels. Officials in grey uniforms wave the new arrivals through, one at a time. (This area is still under construction.) exits: - south: 1002 + north: + room: 1004 + south: + room: 1002 +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/intro/1004.yaml b/data/rooms/intro/1004.yaml new file mode 100644 index 0000000..72cc0e2 --- /dev/null +++ b/data/rooms/intro/1004.yaml @@ -0,0 +1,15 @@ +id: 0 +name: New Room +color: "" +description: + - text: A featureless room. +exits: + south: + room: 1003 +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
