aboutsummaryrefslogtreecommitdiff
path: root/data/rooms
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-29 18:13:33 -0400
committerhistoria <[not public]>2026-06-29 18:13:33 -0400
commit7d76673fa0707d204c7d084c8f90c8133c22a31a (patch)
tree6fc832b9f3fde6ed455abb535f6e28b0e5db1fd9 /data/rooms
parentfeb80b7dde200d4121cd9f9c583a08f9869c5588 (diff)
downloadthehouseoficarus-7d76673fa0707d204c7d084c8f90c8133c22a31a.tar.gz
feat: migrated map (and bfs) to full 3D instead of individual 2D maps on different planes.
Diffstat (limited to 'data/rooms')
-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: []