summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-27 16:29:50 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-27 16:29:50 -0400
commit804ad0c230672813efdca5b6816a5de49354f375 (patch)
tree40e65adad6a28a9d2899e3dbbad697ff42c8851b /data/connections.txtpb
parent5333430a092d4d8c42561f82c7ff6e57f8700455 (diff)
downloadlingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.gz
lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.bz2
lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.zip
Added control_center
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb310
1 files changed, 296 insertions, 14 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 2b71f7d..c3be3f1 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -1,19 +1,5 @@
1# TODO 1# TODO
2# control center -> the_ancient
3# the_between/Control Center Side/CC
4# the_gallery/Main Area/CC
5# the_great/West Side/CC
6# the_hinterlands/Main Area/LEFT
7# the_hinterlands/Main Area/RIGHT
8# the_partial/Control Center Entrance/CC
9# the_perceptive/Main Area/CC
10# cc -> relentless (don't use port objects)
11# the_repetitive/Main Room/CC
12# cc <-> the shop (keyholder door only needed one way)
13# the_unyielding/Central Connected Area/BACK (panel)
14# daedalus/roof -> icarus 2# daedalus/roof -> icarus
15# the_tenacious/Control Center Entrance/CC
16# the_unkempt/Control Center Entrance/CC
17connections { 3connections {
18 from { 4 from {
19 port { 5 port {
@@ -2106,3 +2092,299 @@ connections {
2106 } 2092 }
2107 oneway: true 2093 oneway: true
2108} 2094}
2095connections {
2096 from {
2097 room {
2098 map: "control_center"
2099 name: "Main Area"
2100 }
2101 }
2102 to {
2103 room {
2104 map: "the_relentless"
2105 name: "Turn Room"
2106 }
2107 }
2108 door {
2109 map: "control_center"
2110 name: "Relentless Turn Door"
2111 }
2112}
2113connections {
2114 from {
2115 room {
2116 map: "control_center"
2117 name: "Main Area"
2118 }
2119 }
2120 to {
2121 room {
2122 map: "the_relentless"
2123 name: "Shop Room"
2124 }
2125 }
2126 door {
2127 map: "control_center"
2128 name: "Relentless Shop Door"
2129 }
2130}
2131connections {
2132 from {
2133 room {
2134 map: "control_center"
2135 name: "Main Area"
2136 }
2137 }
2138 to {
2139 room {
2140 map: "the_relentless"
2141 name: "Left Room"
2142 }
2143 }
2144 door {
2145 map: "control_center"
2146 name: "Relentless Left Door"
2147 }
2148}
2149connections {
2150 from {
2151 port {
2152 map: "control_center"
2153 room: "Ancient Entrance"
2154 name: "ANCIENT"
2155 }
2156 }
2157 to {
2158 room {
2159 map: "the_ancient"
2160 name: "Outside"
2161 }
2162 }
2163 oneway: true
2164}
2165connections {
2166 from {
2167 port {
2168 map: "the_between"
2169 room: "Control Center Side"
2170 name: "CC"
2171 }
2172 }
2173 to {
2174 port {
2175 map: "control_center"
2176 room: "Between Entrance"
2177 name: "BETWEEN"
2178 }
2179 }
2180}
2181connections {
2182 from {
2183 painting {
2184 map: "the_gallery"
2185 room: "Main Area"
2186 name: "CC"
2187 }
2188 }
2189 to {
2190 room {
2191 map: "control_center"
2192 name: "Desert Room"
2193 }
2194 }
2195 oneway: true
2196}
2197connections {
2198 from {
2199 port {
2200 map: "the_great"
2201 room: "West Side"
2202 name: "CC"
2203 }
2204 }
2205 to {
2206 port {
2207 map: "control_center"
2208 room: "Entry"
2209 name: "GREAT"
2210 }
2211 }
2212}
2213connections {
2214 from {
2215 port {
2216 map: "the_hinterlands"
2217 room: "Main Area"
2218 name: "LEFT"
2219 }
2220 }
2221 to {
2222 port {
2223 map: "control_center"
2224 room: "Main Area"
2225 name: "LEFT"
2226 }
2227 }
2228}
2229connections {
2230 from {
2231 port {
2232 map: "the_hinterlands"
2233 room: "Main Area"
2234 name: "RIGHT"
2235 }
2236 }
2237 to {
2238 port {
2239 map: "control_center"
2240 room: "Main Area"
2241 name: "RIGHT"
2242 }
2243 }
2244}
2245connections {
2246 from {
2247 port {
2248 map: "the_partial"
2249 room: "Control Center Entrance"
2250 name: "CC"
2251 }
2252 }
2253 to {
2254 port {
2255 map: "control_center"
2256 room: "Partial Entrance"
2257 name: "PARTIAL"
2258 }
2259 }
2260}
2261connections {
2262 from {
2263 port {
2264 map: "the_perceptive"
2265 room: "Main Area"
2266 name: "CC"
2267 }
2268 }
2269 to {
2270 port {
2271 map: "control_center"
2272 room: "Perceptive Entrance"
2273 name: "PERCEPTIVE"
2274 }
2275 }
2276}
2277connections {
2278 from {
2279 port {
2280 map: "the_repetitive"
2281 room: "Main Room"
2282 name: "CC"
2283 }
2284 }
2285 to {
2286 port {
2287 map: "control_center"
2288 room: "Repetitive Entrance"
2289 name: "REPETITIVE"
2290 }
2291 }
2292}
2293connections {
2294 from {
2295 room {
2296 map: "the_shop"
2297 name: "Main Area"
2298 }
2299 }
2300 to {
2301 room {
2302 map: "control_center"
2303 name: "Shop Entrance"
2304 }
2305 }
2306 door {
2307 map: "the_shop"
2308 name: "N Entered"
2309 }
2310 oneway: true
2311}
2312connections {
2313 from {
2314 room {
2315 map: "control_center"
2316 name: "Shop Entrance"
2317 }
2318 }
2319 to {
2320 room {
2321 map: "the_shop"
2322 name: "Main Area"
2323 }
2324 }
2325 oneway: true
2326}
2327connections {
2328 from {
2329 panel {
2330 map: "the_unyielding"
2331 room: "Central Connected Area"
2332 name: "BACK"
2333 }
2334 }
2335 to {
2336 panel {
2337 map: "control_center"
2338 room: "Unyielding Entrance"
2339 name: "FORTH"
2340 }
2341 }
2342}
2343connections {
2344 from {
2345 port {
2346 map: "the_tenacious"
2347 room: "Control Center Entrance"
2348 name: "CC"
2349 }
2350 }
2351 to {
2352 port {
2353 map: "control_center"
2354 room: "Tenacious Entrance"
2355 name: "TENACIOUS"
2356 }
2357 }
2358}
2359connections {
2360 from {
2361 port {
2362 map: "the_unkempt"
2363 room: "Control Center Entrance"
2364 name: "CC"
2365 }
2366 }
2367 to {
2368 port {
2369 map: "control_center"
2370 room: "Unkempt Entrance"
2371 name: "UNKEMPT"
2372 }
2373 }
2374}
2375connections {
2376 from {
2377 panel {
2378 map: "control_center"
2379 room: "Stormy Entrance"
2380 name: "TURN"
2381 }
2382 }
2383 to {
2384 room {
2385 map: "the_stormy"
2386 name: "Center"
2387 }
2388 }
2389 oneway: true
2390}