diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-24 21:46:19 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-24 21:46:19 -0400 |
commit | 3963ff28b7ec26f52bff564cc21457df56f9e5b4 (patch) | |
tree | 781b6f94b6f013a082914db8fc3287f529fc3e01 /data/maps/daedalus | |
parent | 0630c2dcabc33552ce48492d63338ac8541b602d (diff) | |
download | lingo2-archipelago-3963ff28b7ec26f52bff564cc21457df56f9e5b4.tar.gz lingo2-archipelago-3963ff28b7ec26f52bff564cc21457df56f9e5b4.tar.bz2 lingo2-archipelago-3963ff28b7ec26f52bff564cc21457df56f9e5b4.zip |
Ok another Lime Pyramid connection
Diffstat (limited to 'data/maps/daedalus')
-rw-r--r-- | data/maps/daedalus/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/daedalus/doors.txtpb | 20 |
2 files changed, 25 insertions, 0 deletions
diff --git a/data/maps/daedalus/connections.txtpb b/data/maps/daedalus/connections.txtpb index b5cbecb..fc0af60 100644 --- a/data/maps/daedalus/connections.txtpb +++ b/data/maps/daedalus/connections.txtpb | |||
@@ -1535,3 +1535,8 @@ connections { | |||
1535 | to_room: "Pyramid Second Floor" | 1535 | to_room: "Pyramid Second Floor" |
1536 | door { name: "Pyramid Second Floor Door" } | 1536 | door { name: "Pyramid Second Floor Door" } |
1537 | } | 1537 | } |
1538 | connections { | ||
1539 | from_room: "Pyramid Second Floor" | ||
1540 | to_room: "Pyramid Top" | ||
1541 | door { name: "Pyramid Third Floor Door" } | ||
1542 | } | ||
diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index f48dcf5..1ae6cc6 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb | |||
@@ -90,6 +90,26 @@ doors { | |||
90 | panels { room: "Pyramid 5" name: "ROYAL" } | 90 | panels { room: "Pyramid 5" name: "ROYAL" } |
91 | } | 91 | } |
92 | doors { | 92 | doors { |
93 | name: "Pyramid Third Floor Door" | ||
94 | type: EVENT | ||
95 | panels { room: "Outside Pyramid" name: "PEER" } | ||
96 | panels { room: "Outside Pyramid" name: "AMID" } | ||
97 | panels { room: "Pyramid Entry" name: "TREE" } | ||
98 | panels { room: "Pyramid Entry" name: "SHAPE" } | ||
99 | panels { room: "Pyramid 3" name: "VEHICLE" } | ||
100 | panels { room: "Pyramid 4" name: "CAT" } | ||
101 | panels { room: "Pyramid 5" name: "ROYAL" } | ||
102 | panels { room: "Pyramid 6" name: "TEA" } | ||
103 | panels { room: "Pyramid 7" name: "ARTIST" } | ||
104 | panels { room: "Pyramid 8" name: "INSTRUMENT" } | ||
105 | panels { room: "Pyramid Second Floor" name: "TOOL" } | ||
106 | panels { room: "Pyramid Second Floor" name: "SODA" } | ||
107 | panels { room: "Pyramid Second Floor" name: "ORGAN" } | ||
108 | panels { room: "Pyramid Second Floor" name: "DIAMOND" } | ||
109 | panels { room: "Pyramid Second Floor" name: "INSTRUMENT" } | ||
110 | panels { room: "Pyramid Second Floor" name: "BEVERAGE" } | ||
111 | } | ||
112 | doors { | ||
93 | name: "Pyramid 9 Blocker" | 113 | name: "Pyramid 9 Blocker" |
94 | type: EVENT | 114 | type: EVENT |
95 | panels { room: "Pyramid Second Floor" name: "TOOL" } | 115 | panels { room: "Pyramid Second Floor" name: "TOOL" } |