diff options
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r-- | data/maps/the_entry/connections.txtpb | 28 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Composite Room Entrance.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Daedalus Entrance.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Digital Entrance.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Repetitive Entrance.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Starting Room.txtpb | 24 |
6 files changed, 55 insertions, 25 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 5171a76..bec0642 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
@@ -157,4 +157,30 @@ connections { | |||
157 | from_room: "D Room" | 157 | from_room: "D Room" |
158 | to_room: "D Room Final" | 158 | to_room: "D Room Final" |
159 | door { name: "D Room Panels" } | 159 | door { name: "D Room Panels" } |
160 | } \ No newline at end of file | 160 | } |
161 | connections { | ||
162 | from_room: "Starting Room" | ||
163 | to_room: "Digital Entrance" | ||
164 | door { name: "Second Room Left Door" } | ||
165 | oneway: true | ||
166 | } | ||
167 | connections { | ||
168 | from_room: "Digital Entrance" | ||
169 | to_room: "Starting Room" | ||
170 | oneway: true | ||
171 | } | ||
172 | connections { | ||
173 | from_room: "Starting Room" | ||
174 | to_room: "Daedalus Entrance" | ||
175 | door { name: "Daedalus Entrance" } | ||
176 | } | ||
177 | connections { | ||
178 | from_room: "Starting Room" | ||
179 | to_room: "Composite Room Entrance" | ||
180 | door { name: "Composite Room Entrance" } | ||
181 | } | ||
182 | connections { | ||
183 | from_room: "Starting Room" | ||
184 | to_room: "Repetitive Entrance" | ||
185 | door { name: "Repetitive Entrance" } | ||
186 | } | ||
diff --git a/data/maps/the_entry/rooms/Composite Room Entrance.txtpb b/data/maps/the_entry/rooms/Composite Room Entrance.txtpb new file mode 100644 index 0000000..4c18625 --- /dev/null +++ b/data/maps/the_entry/rooms/Composite Room Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Composite Room Entrance" | ||
2 | display_name: "Starting Room" | ||
3 | ports { | ||
4 | name: "COMPOSITE" | ||
5 | path: "Components/Warps/worldport12" | ||
6 | orientation: "east" | ||
7 | } | ||
diff --git a/data/maps/the_entry/rooms/Daedalus Entrance.txtpb b/data/maps/the_entry/rooms/Daedalus Entrance.txtpb new file mode 100644 index 0000000..60b41cb --- /dev/null +++ b/data/maps/the_entry/rooms/Daedalus Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Daedalus Entrance" | ||
2 | display_name: "Starting Room" | ||
3 | ports { | ||
4 | name: "DAEDALUS" | ||
5 | path: "Components/Warps/worldport6" | ||
6 | orientation: "west" | ||
7 | } | ||
diff --git a/data/maps/the_entry/rooms/Digital Entrance.txtpb b/data/maps/the_entry/rooms/Digital Entrance.txtpb new file mode 100644 index 0000000..5713a8d --- /dev/null +++ b/data/maps/the_entry/rooms/Digital Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Digital Entrance" | ||
2 | display_name: "Starting Room" | ||
3 | ports { | ||
4 | name: "DIGITAL" | ||
5 | path: "Components/Warps/worldport" | ||
6 | orientation: "west" | ||
7 | } | ||
diff --git a/data/maps/the_entry/rooms/Repetitive Entrance.txtpb b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb new file mode 100644 index 0000000..982e3f3 --- /dev/null +++ b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Repetitive Entrance" | ||
2 | display_name: "Starting Room" | ||
3 | ports { | ||
4 | name: "REPETITIVE" | ||
5 | path: "Components/Warps/worldport7" | ||
6 | orientation: "north" | ||
7 | } | ||
diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index 93c9df5..0a7c222 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb | |||
@@ -77,27 +77,3 @@ paintings { | |||
77 | required_door { name: "Near D Room Painting" } | 77 | required_door { name: "Near D Room Painting" } |
78 | display_name: "Near D Room Painting" | 78 | display_name: "Near D Room Painting" |
79 | } | 79 | } |
80 | ports { | ||
81 | name: "DIGITAL" | ||
82 | path: "Components/Warps/worldport" | ||
83 | orientation: "west" | ||
84 | required_door { name: "Second Room Left Door" } | ||
85 | } | ||
86 | ports { | ||
87 | name: "DAEDALUS" | ||
88 | path: "Components/Warps/worldport6" | ||
89 | orientation: "west" | ||
90 | required_door { name: "Daedalus Entrance" } | ||
91 | } | ||
92 | ports { | ||
93 | name: "REPETITIVE" | ||
94 | path: "Components/Warps/worldport7" | ||
95 | orientation: "north" | ||
96 | required_door { name: "Repetitive Entrance" } | ||
97 | } | ||
98 | ports { | ||
99 | name: "COMPOSITE" | ||
100 | path: "Components/Warps/worldport12" | ||
101 | orientation: "east" | ||
102 | required_door { name: "Composite Room Entrance" } | ||
103 | } | ||