summary refs log tree commit diff stats
path: root/data/maps/the_entry
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-18 18:50:04 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-18 18:50:04 -0400
commitc9139577e690baff59da1b1edf13ef209c00ee40 (patch)
tree43b457907230d3734dde7ea15ecfc1be8fc359aa /data/maps/the_entry
parent59a1f9e9c96d6ce89cffcb93e567b5ee601ed4ab (diff)
downloadlingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.tar.gz
lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.tar.bz2
lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.zip
Added the_repetitive
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r--data/maps/the_entry/connections.txtpb28
-rw-r--r--data/maps/the_entry/rooms/Composite Room Entrance.txtpb7
-rw-r--r--data/maps/the_entry/rooms/Daedalus Entrance.txtpb7
-rw-r--r--data/maps/the_entry/rooms/Digital Entrance.txtpb7
-rw-r--r--data/maps/the_entry/rooms/Repetitive Entrance.txtpb7
-rw-r--r--data/maps/the_entry/rooms/Starting Room.txtpb24
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}
161connections {
162 from_room: "Starting Room"
163 to_room: "Digital Entrance"
164 door { name: "Second Room Left Door" }
165 oneway: true
166}
167connections {
168 from_room: "Digital Entrance"
169 to_room: "Starting Room"
170 oneway: true
171}
172connections {
173 from_room: "Starting Room"
174 to_room: "Daedalus Entrance"
175 door { name: "Daedalus Entrance" }
176}
177connections {
178 from_room: "Starting Room"
179 to_room: "Composite Room Entrance"
180 door { name: "Composite Room Entrance" }
181}
182connections {
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 @@
1name: "Composite Room Entrance"
2display_name: "Starting Room"
3ports {
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 @@
1name: "Daedalus Entrance"
2display_name: "Starting Room"
3ports {
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 @@
1name: "Digital Entrance"
2display_name: "Starting Room"
3ports {
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 @@
1name: "Repetitive Entrance"
2display_name: "Starting Room"
3ports {
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}
80ports {
81 name: "DIGITAL"
82 path: "Components/Warps/worldport"
83 orientation: "west"
84 required_door { name: "Second Room Left Door" }
85}
86ports {
87 name: "DAEDALUS"
88 path: "Components/Warps/worldport6"
89 orientation: "west"
90 required_door { name: "Daedalus Entrance" }
91}
92ports {
93 name: "REPETITIVE"
94 path: "Components/Warps/worldport7"
95 orientation: "north"
96 required_door { name: "Repetitive Entrance" }
97}
98ports {
99 name: "COMPOSITE"
100 path: "Components/Warps/worldport12"
101 orientation: "east"
102 required_door { name: "Composite Room Entrance" }
103}