aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/rooms/intro/1005.yaml2
-rw-r--r--data/rooms/intro/1009.yaml4
-rw-r--r--data/rooms/intro/1016.yaml21
-rw-r--r--data/rooms/intro/1017.yaml15
-rw-r--r--data/rooms/intro/1018.yaml15
5 files changed, 56 insertions, 1 deletions
diff --git a/data/rooms/intro/1005.yaml b/data/rooms/intro/1005.yaml
index 10916eb..1d6f521 100644
--- a/data/rooms/intro/1005.yaml
+++ b/data/rooms/intro/1005.yaml
@@ -4,6 +4,8 @@ color: ""
description:
- text: A featureless room.
exits:
+ northeast:
+ room: 1016
south:
room: 1006
southeast:
diff --git a/data/rooms/intro/1009.yaml b/data/rooms/intro/1009.yaml
index 0cd7569..d95cdfd 100644
--- a/data/rooms/intro/1009.yaml
+++ b/data/rooms/intro/1009.yaml
@@ -1,9 +1,11 @@
-id: 0
+id: 1009
name: New Room
color: ""
description:
- text: A featureless room.
exits:
+ north:
+ room: 1016
southwest:
room: 1006
objects: []
diff --git a/data/rooms/intro/1016.yaml b/data/rooms/intro/1016.yaml
new file mode 100644
index 0000000..287af37
--- /dev/null
+++ b/data/rooms/intro/1016.yaml
@@ -0,0 +1,21 @@
+id: 1016
+name: New Room
+color: ""
+description:
+ - text: A featureless room.
+exits:
+ down:
+ room: 1017
+ south:
+ room: 1009
+ southeast:
+ room: 1018
+ southwest:
+ room: 1005
+objects: []
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []
diff --git a/data/rooms/intro/1017.yaml b/data/rooms/intro/1017.yaml
new file mode 100644
index 0000000..358ba9e
--- /dev/null
+++ b/data/rooms/intro/1017.yaml
@@ -0,0 +1,15 @@
+id: 0
+name: New Room
+color: ""
+description:
+ - text: A featureless room.
+exits:
+ up:
+ room: 1016
+objects: []
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []
diff --git a/data/rooms/intro/1018.yaml b/data/rooms/intro/1018.yaml
new file mode 100644
index 0000000..1309d65
--- /dev/null
+++ b/data/rooms/intro/1018.yaml
@@ -0,0 +1,15 @@
+id: 0
+name: New Room
+color: ""
+description:
+ - text: A featureless room.
+exits:
+ northwest:
+ room: 1016
+objects: []
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []