diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 00:03:34 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 00:03:34 -0400 |
| commit | 424a17386108abc7e29579137c640635ae79b2c7 (patch) | |
| tree | b155b7f8961a9b772eb77540ca3f5e6cfd257042 /data/connections.txtpb | |
| parent | 21e334efcda30845f0d95b274fba7bb3f6f04004 (diff) | |
| download | lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.tar.gz lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.tar.bz2 lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.zip | |
Added the_darkroom
Diffstat (limited to 'data/connections.txtpb')
| -rw-r--r-- | data/connections.txtpb | 69 |
1 files changed, 67 insertions, 2 deletions
| diff --git a/data/connections.txtpb b/data/connections.txtpb index 7cbca9a..fb1c794 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
| @@ -16,8 +16,7 @@ | |||
| 16 | # butterfly -> gallery | 16 | # butterfly -> gallery |
| 17 | # the_colorful/White Room/GREAT | 17 | # the_colorful/White Room/GREAT |
| 18 | # the_colorful/Cyan Hallway/STURDY | 18 | # the_colorful/Cyan Hallway/STURDY |
| 19 | # the_colorful/Cyan Hallway/DARKROOM | 19 | # the_darkroom/First Room/DOUBLESIDED |
| 20 | # the_congruent/Main Area/DARKROOM | ||
| 21 | connections { | 20 | connections { |
| 22 | from { | 21 | from { |
| 23 | panel { | 22 | panel { |
| @@ -134,6 +133,40 @@ connections { | |||
| 134 | connections { | 133 | connections { |
| 135 | from { | 134 | from { |
| 136 | port { | 135 | port { |
| 136 | map: "the_darkroom" | ||
| 137 | room: "Second Room" | ||
| 138 | name: "ENTRY" | ||
| 139 | } | ||
| 140 | } | ||
| 141 | to { | ||
| 142 | port { | ||
| 143 | map: "the_entry" | ||
| 144 | room: "Least Blue Last" | ||
| 145 | name: "DARKROOM" | ||
| 146 | } | ||
| 147 | } | ||
| 148 | oneway: true | ||
| 149 | } | ||
| 150 | connections { | ||
| 151 | from { | ||
| 152 | port { | ||
| 153 | map: "the_darkroom" | ||
| 154 | room: "Third Room" | ||
| 155 | name: "ENTRY" | ||
| 156 | } | ||
| 157 | } | ||
| 158 | to { | ||
| 159 | port { | ||
| 160 | map: "the_entry" | ||
| 161 | room: "Least Blue Last" | ||
| 162 | name: "DARKROOM" | ||
| 163 | } | ||
| 164 | } | ||
| 165 | oneway: true | ||
| 166 | } | ||
| 167 | connections { | ||
| 168 | from { | ||
| 169 | port { | ||
| 137 | map: "the_entry" | 170 | map: "the_entry" |
| 138 | room: "Parthenon Return" | 171 | room: "Parthenon Return" |
| 139 | name: "PARTHENON" | 172 | name: "PARTHENON" |
| @@ -212,3 +245,35 @@ connections { | |||
| 212 | } | 245 | } |
| 213 | oneway: true | 246 | oneway: true |
| 214 | } | 247 | } |
| 248 | connections { | ||
| 249 | from { | ||
| 250 | port { | ||
| 251 | map: "the_colorful" | ||
| 252 | room: "Cyan Hallway" | ||
| 253 | name: "DARKROOM" | ||
| 254 | } | ||
| 255 | } | ||
| 256 | to { | ||
| 257 | port { | ||
| 258 | map: "the_darkroom" | ||
| 259 | room: "First Room" | ||
| 260 | name: "COLORFUL" | ||
| 261 | } | ||
| 262 | } | ||
| 263 | } | ||
| 264 | connections { | ||
| 265 | from { | ||
| 266 | port { | ||
| 267 | map: "the_congruent" | ||
| 268 | room: "Main Area" | ||
| 269 | name: "DARKROOM" | ||
| 270 | } | ||
| 271 | } | ||
| 272 | to { | ||
| 273 | port { | ||
| 274 | map: "the_darkroom" | ||
| 275 | room: "Second Room" | ||
| 276 | name: "CONGRUENT" | ||
| 277 | } | ||
| 278 | } | ||
| 279 | } | ||
