aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/intro
diff options
context:
space:
mode:
Diffstat (limited to 'data/rooms/intro')
-rw-r--r--data/rooms/intro/1003.yaml19
-rw-r--r--data/rooms/intro/1004.yaml15
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: []