diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:58:21 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:58:21 -0400 |
commit | addcf1712c66e7b058c87ac4342bd08685d6c6aa (patch) | |
tree | 9c0582db12583f3a5e754006c6ffab17726c516c | |
parent | a5ccb21fcd037f5675a7c7209884be92d383a159 (diff) | |
download | lingo2-archipelago-addcf1712c66e7b058c87ac4342bd08685d6c6aa.tar.gz lingo2-archipelago-addcf1712c66e7b058c87ac4342bd08685d6c6aa.tar.bz2 lingo2-archipelago-addcf1712c66e7b058c87ac4342bd08685d6c6aa.zip |
-rw-r--r-- | data/maps/the_bearer/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_unyielding/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_unyielding/doors.txtpb | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/data/maps/the_bearer/connections.txtpb b/data/maps/the_bearer/connections.txtpb index 8f38791..23410f0 100644 --- a/data/maps/the_bearer/connections.txtpb +++ b/data/maps/the_bearer/connections.txtpb | |||
@@ -34,6 +34,11 @@ connections { | |||
34 | door { name: "Planet Orange -> Red" } | 34 | door { name: "Planet Orange -> Red" } |
35 | } | 35 | } |
36 | connections { | 36 | connections { |
37 | from_room: "Red Planet" | ||
38 | to_room: "Red Town" | ||
39 | door { name: "Red Planet -> Town" } | ||
40 | } | ||
41 | connections { | ||
37 | from_room: "Yellow Planet" | 42 | from_room: "Yellow Planet" |
38 | to_room: "Green Planet" | 43 | to_room: "Green Planet" |
39 | door { name: "Planet Yellow -> Green" } | 44 | door { name: "Planet Yellow -> Green" } |
diff --git a/data/maps/the_unyielding/connections.txtpb b/data/maps/the_unyielding/connections.txtpb index ffbb756..b541676 100644 --- a/data/maps/the_unyielding/connections.txtpb +++ b/data/maps/the_unyielding/connections.txtpb | |||
@@ -109,6 +109,11 @@ connections { | |||
109 | door { name: "Cyan Alcove" } | 109 | door { name: "Cyan Alcove" } |
110 | } | 110 | } |
111 | connections { | 111 | connections { |
112 | from_room: "Star Rooms" | ||
113 | to_room: "Black Alcove" | ||
114 | door { name: "Black Alcove" } | ||
115 | } | ||
116 | connections { | ||
112 | from_room: "White Corners" | 117 | from_room: "White Corners" |
113 | to_room: "Northeast Room 1" | 118 | to_room: "Northeast Room 1" |
114 | door { name: "Northeast Room 1 Entrance" } | 119 | door { name: "Northeast Room 1 Entrance" } |
diff --git a/data/maps/the_unyielding/doors.txtpb b/data/maps/the_unyielding/doors.txtpb index c0b2c19..b969c0b 100644 --- a/data/maps/the_unyielding/doors.txtpb +++ b/data/maps/the_unyielding/doors.txtpb | |||
@@ -198,6 +198,14 @@ doors { | |||
198 | panels { room: "Central Connected Area" name: "MET" } | 198 | panels { room: "Central Connected Area" name: "MET" } |
199 | } | 199 | } |
200 | doors { | 200 | doors { |
201 | name: "Black Alcove" | ||
202 | panels { room: "Star Rooms" name: "TURN" } | ||
203 | panels { room: "Central Connected Area" name: "HAD" } | ||
204 | panels { room: "Central Connected Area" name: "SOW" } | ||
205 | panels { room: "Central Connected Area" name: "ARK" } | ||
206 | panels { room: "Central Connected Area" name: "MET" } | ||
207 | } | ||
208 | doors { | ||
201 | name: "Hero Room Entrance" | 209 | name: "Hero Room Entrance" |
202 | type: LOCATION_ONLY | 210 | type: LOCATION_ONLY |
203 | panels { room: "Northeast Room 1" name: "HAT" } | 211 | panels { room: "Northeast Room 1" name: "HAT" } |