summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:45:05 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:45:05 -0400
commit79321fca348b5126467fa64258b3c0340cc8b110 (patch)
tree96b3cb92b731182d3b8b48ba1381118567364829 /data/connections.txtpb
parent1e83b43cc1250129ab18ff68f5004c9b5f74080e (diff)
downloadlingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.tar.gz
lingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.tar.bz2
lingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.zip
Added the_gallery
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb130
1 files changed, 126 insertions, 4 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index fdc5da9..dc3afaf 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -10,16 +10,12 @@
10# the_bearer/Back Area/DAEDALUS 10# the_bearer/Back Area/DAEDALUS
11# the_between/Main Area/GREAT 11# the_between/Main Area/GREAT
12# the_between/Main Area/PLAZA 12# the_between/Main Area/PLAZA
13# gallery -> between
14# the_between/Control Center Side/CC 13# the_between/Control Center Side/CC
15# the_between/Control Center Side/LIVELY 14# the_between/Control Center Side/LIVELY
16# butterfly -> gallery
17# the_colorful/White Room/GREAT 15# the_colorful/White Room/GREAT
18# the_colorful/Cyan Hallway/STURDY 16# the_colorful/Cyan Hallway/STURDY
19# the_digital/Main Area/UNYIELDING 17# the_digital/Main Area/UNYIELDING
20# the_digital/Tree Area/TREE 18# the_digital/Tree Area/TREE
21# the_extravagant/Y Minus First Floor/GALLERY
22# the_extravagant/Engine Room/GALLERY
23connections { 19connections {
24 from { 20 from {
25 panel { 21 panel {
@@ -235,6 +231,22 @@ connections {
235connections { 231connections {
236 from { 232 from {
237 painting { 233 painting {
234 map: "the_gallery"
235 room: "Main Area"
236 name: "ENTRY"
237 }
238 }
239 to {
240 room {
241 map: "the_entry"
242 name: "Eye Room"
243 }
244 }
245 oneway: true
246}
247connections {
248 from {
249 painting {
238 map: "the_bearer" 250 map: "the_bearer"
239 room: "Butterfly" 251 room: "Butterfly"
240 name: "BUTTERFLY" 252 name: "BUTTERFLY"
@@ -346,3 +358,113 @@ connections {
346 } 358 }
347 } 359 }
348} 360}
361connections {
362 from {
363 painting {
364 map: "the_gallery"
365 room: "Main Area"
366 name: "EXTRAVAGANT"
367 }
368 }
369 to {
370 painting {
371 map: "the_extravagant"
372 room: "Y Minus First Floor"
373 name: "GALLERY"
374 }
375 }
376}
377connections {
378 from {
379 port {
380 map: "the_extravagant"
381 room: "Engine Room"
382 name: "GALLERY"
383 }
384 }
385 to {
386 room {
387 map: "the_gallery"
388 name: "Main Area"
389 }
390 }
391 oneway: true
392}
393connections {
394 from {
395 painting {
396 map: "the_gallery"
397 room: "Main Area"
398 name: "BETWEEN"
399 }
400 }
401 to {
402 room {
403 map: "the_between"
404 name: "Main Area"
405 }
406 }
407 oneway: true
408}
409connections {
410 from {
411 painting {
412 map: "the_gallery"
413 room: "Main Area"
414 name: "BUTTERFLY"
415 }
416 }
417 to {
418 port {
419 map: "the_butterfly"
420 room: "Main Area"
421 name: "GALLERY"
422 }
423 }
424}
425connections {
426 from {
427 painting {
428 map: "the_gallery"
429 room: "Main Area"
430 name: "DARKROOM"
431 }
432 }
433 to {
434 room {
435 map: "the_darkroom"
436 name: "First Room"
437 }
438 }
439 oneway: true
440}
441connections {
442 from {
443 painting {
444 map: "the_gallery"
445 room: "Main Area"
446 name: "COLORFUL"
447 }
448 }
449 to {
450 room {
451 map: "the_colorful"
452 name: "White Room"
453 }
454 }
455 oneway: true
456}
457connections {
458 from {
459 painting {
460 map: "the_gallery"
461 room: "Main Area"
462 name: "ANCIENT"
463 }
464 }
465 to {
466 map: "the_ancient"
467 name: "Outside"
468 }
469 oneway: true
470}