diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-24 18:18:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-24 18:18:09 -0400 |
commit | b7efc4f591dc91876c573e5361f52689705e6e50 (patch) | |
tree | fb408193ec33dec6cd4a9fcf456b7d044ab99511 /data/maps/the_entry | |
parent | addcf1712c66e7b058c87ac4342bd08685d6c6aa (diff) | |
download | lingo2-archipelago-b7efc4f591dc91876c573e5361f52689705e6e50.tar.gz lingo2-archipelago-b7efc4f591dc91876c573e5361f52689705e6e50.tar.bz2 lingo2-archipelago-b7efc4f591dc91876c573e5361f52689705e6e50.zip |
Added daedalus
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r-- | data/maps/the_entry/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Lime Room.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb | 7 |
3 files changed, 12 insertions, 6 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index bec0642..68aa344 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
@@ -184,3 +184,8 @@ connections { | |||
184 | to_room: "Repetitive Entrance" | 184 | to_room: "Repetitive Entrance" |
185 | door { name: "Repetitive Entrance" } | 185 | door { name: "Repetitive Entrance" } |
186 | } | 186 | } |
187 | connections { | ||
188 | from_room: "Lime Room" | ||
189 | to_room: "White Hallway To Daedalus" | ||
190 | door { name: "Control Center White Door" } | ||
191 | } | ||
diff --git a/data/maps/the_entry/rooms/Lime Room.txtpb b/data/maps/the_entry/rooms/Lime Room.txtpb index 1e38b62..6054dd7 100644 --- a/data/maps/the_entry/rooms/Lime Room.txtpb +++ b/data/maps/the_entry/rooms/Lime Room.txtpb | |||
@@ -20,12 +20,6 @@ panels { | |||
20 | symbols: EXAMPLE | 20 | symbols: EXAMPLE |
21 | } | 21 | } |
22 | ports { | 22 | ports { |
23 | name: "DAEDALUS" | ||
24 | path: "Components/Warps/worldport11" | ||
25 | orientation: "west" | ||
26 | required_door { name: "Control Center White Door" } | ||
27 | } | ||
28 | ports { | ||
29 | name: "REVITALIZED" | 23 | name: "REVITALIZED" |
30 | path: "worldport7" | 24 | path: "worldport7" |
31 | orientation: "north" | 25 | orientation: "north" |
diff --git a/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb b/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb new file mode 100644 index 0000000..bf1398d --- /dev/null +++ b/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "White Hallway To Daedalus" | ||
2 | display_name: "Colored Doors Area" | ||
3 | ports { | ||
4 | name: "DAEDALUS" | ||
5 | path: "Components/Warps/worldport11" | ||
6 | orientation: "west" | ||
7 | } | ||