about summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb2584
1 files changed, 2489 insertions, 95 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index ab2eddc..8d75dab 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -1,36 +1,129 @@
1# TODO
2# the_entry/Lime Room/DAEDALUS
3# four_rooms/Intensify Room/IMPRESSIVE
4# four_rooms/Time Room/OWL
5# four_rooms/Examples Room/DAEDALUS
6# control center -> the_ancient
7# the_ancient -> the_graveyard
8# the_bearer/Back Area/TREE
9# the_bearer/Entry/UNYIELDING
10# the_bearer/Back Area/DAEDALUS
11# the_between/Main Area/GREAT
12# the_between/Main Area/PLAZA
13# gallery -> between
14# the_between/Control Center Side/CC
15# the_between/Control Center Side/LIVELY
16# butterfly -> gallery
17# the_colorful/White Room/GREAT
18# the_colorful/Cyan Hallway/STURDY
19# the_digital/Main Area/UNYIELDING
20# the_digital/Tree Area/TREE
21connections { 1connections {
22 from { 2 from {
23 panel { 3 port {
24 map: "the_entry" 4 map: "the_entry"
25 room: "Starting Room" 5 room: "Gallery Return"
26 name: "HI" 6 name: "GALLERY"
27 answer: "thewords" 7 }
8 }
9 to {
10 port {
11 map: "the_gallery"
12 room: "Main Area"
13 name: "ENTRY"
14 }
15 }
16}
17connections {
18 from {
19 port {
20 map: "the_entry"
21 room: "Four Rooms Entrance"
22 name: "FOUR"
23 }
24 }
25 to {
26 port {
27 map: "four_rooms"
28 room: "Synonyms Room"
29 name: "ENTRY"
30 }
31 }
32}
33connections {
34 from {
35 port {
36 map: "the_entry"
37 room: "Least Blue Last"
38 name: "DARKROOM"
39 }
40 }
41 to {
42 port {
43 map: "the_darkroom"
44 room: "First Room"
45 name: "ENTRY"
46 }
47 }
48}
49connections {
50 from {
51 port {
52 map: "the_darkroom"
53 room: "Second Room"
54 name: "ENTRY"
55 }
56 }
57 to {
58 port {
59 map: "the_entry"
60 room: "Least Blue Last"
61 name: "DARKROOM"
62 }
63 }
64 oneway: true
65}
66connections {
67 from {
68 port {
69 map: "the_darkroom"
70 room: "Third Room"
71 name: "ENTRY"
72 }
73 }
74 to {
75 port {
76 map: "the_entry"
77 room: "Least Blue Last"
78 name: "DARKROOM"
79 }
80 }
81 oneway: true
82}
83connections {
84 from {
85 painting {
86 map: "the_between"
87 room: "Control Center Side"
88 name: "EYE"
28 } 89 }
29 } 90 }
30 to { 91 to {
31 room { 92 room {
32 map: "the_words" 93 map: "the_entry"
33 name: "Entrance" 94 name: "Eye Room"
95 }
96 }
97 oneway: true
98}
99connections {
100 from {
101 painting {
102 map: "the_gallery"
103 room: "Main Area"
104 name: "ENTRY"
105 }
106 }
107 to {
108 room {
109 map: "the_entry"
110 name: "Eye Room"
111 }
112 }
113 oneway: true
114}
115connections {
116 from {
117 painting {
118 map: "the_bearer"
119 room: "Butterfly Room"
120 name: "BUTTERFLY"
121 }
122 }
123 to {
124 room {
125 map: "the_butterfly"
126 name: "Main Area"
34 } 127 }
35 } 128 }
36 oneway: true 129 oneway: true
@@ -38,8 +131,90 @@ connections {
38connections { 131connections {
39 from { 132 from {
40 port { 133 port {
134 map: "the_colorful"
135 room: "Cyan Hallway"
136 name: "DARKROOM"
137 }
138 }
139 to {
140 port {
141 map: "the_darkroom"
142 room: "Cyan Hallway"
143 name: "COLORFUL"
144 }
145 }
146}
147connections {
148 from {
149 port {
150 map: "the_congruent"
151 room: "Main Area"
152 name: "DARKROOM"
153 }
154 }
155 to {
156 port {
157 map: "the_darkroom"
158 room: "Congruent Entrance"
159 name: "CONGRUENT"
160 }
161 }
162}
163connections {
164 from {
165 port {
166 map: "the_digital"
167 room: "Main Area"
168 name: "ENTRY3"
169 }
170 }
171 to {
172 port {
41 map: "the_entry" 173 map: "the_entry"
42 room: "Gallery Return" 174 room: "Digital Entrance"
175 name: "DIGITAL"
176 }
177 }
178}
179connections {
180 from {
181 port {
182 map: "the_digital"
183 room: "Main Area"
184 name: "ENTRY2"
185 }
186 }
187 to {
188 port {
189 map: "the_entry"
190 room: "Digital Entrance"
191 name: "DIGITAL"
192 }
193 }
194 oneway: true
195}
196connections {
197 from {
198 port {
199 map: "the_digital"
200 room: "Main Area"
201 name: "ENTRY1"
202 }
203 }
204 to {
205 port {
206 map: "the_entry"
207 room: "Digital Entrance"
208 name: "DIGITAL"
209 }
210 }
211 oneway: true
212}
213connections {
214 from {
215 port {
216 map: "the_digital"
217 room: "Gallery Maze"
43 name: "GALLERY" 218 name: "GALLERY"
44 } 219 }
45 } 220 }
@@ -50,35 +225,374 @@ connections {
50 name: "ENTRY" 225 name: "ENTRY"
51 } 226 }
52 } 227 }
228 oneway: true
229}
230connections {
231 from {
232 port {
233 map: "the_darkroom"
234 room: "Double Sided Entrance"
235 name: "DOUBLESIDED"
236 }
237 }
238 to {
239 port {
240 map: "the_double_sided"
241 room: "Start"
242 name: "DARKROOM"
243 }
244 }
245}
246connections {
247 from {
248 painting {
249 map: "the_gallery"
250 room: "Main Area"
251 name: "EXTRAVAGANT"
252 }
253 }
254 to {
255 painting {
256 map: "the_extravagant"
257 room: "Y Minus First Floor"
258 name: "GALLERY"
259 }
260 }
261}
262connections {
263 from {
264 port {
265 map: "the_extravagant"
266 room: "Engine Room"
267 name: "GALLERY"
268 }
269 }
270 to {
271 room {
272 map: "the_gallery"
273 name: "Main Area"
274 }
275 }
276 oneway: true
277}
278connections {
279 from {
280 painting {
281 map: "the_gallery"
282 room: "Main Area"
283 name: "BETWEEN"
284 }
285 }
286 to {
287 room {
288 map: "the_between"
289 name: "Main Area"
290 }
291 }
292 oneway: true
293}
294connections {
295 from {
296 painting {
297 map: "the_gallery"
298 room: "Main Area"
299 name: "BUTTERFLY"
300 }
301 }
302 to {
303 port {
304 map: "the_butterfly"
305 room: "Main Area"
306 name: "GALLERY"
307 }
308 }
309 oneway: true
310}
311connections {
312 from {
313 port {
314 map: "the_butterfly"
315 room: "Main Area"
316 name: "GALLERY"
317 }
318 }
319 to {
320 room {
321 map: "the_gallery"
322 name: "Main Area"
323 }
324 }
325 oneway: true
326}
327connections {
328 from {
329 painting {
330 map: "the_gallery"
331 room: "Main Area"
332 name: "DARKROOM"
333 }
334 }
335 to {
336 room {
337 map: "the_darkroom"
338 name: "First Room"
339 }
340 }
341 oneway: true
342}
343connections {
344 from {
345 painting {
346 map: "the_gallery"
347 room: "Main Area"
348 name: "COLORFUL"
349 }
350 }
351 to {
352 room {
353 map: "the_colorful"
354 name: "White Room"
355 }
356 }
357 oneway: true
358}
359connections {
360 from {
361 painting {
362 map: "the_gallery"
363 room: "Main Area"
364 name: "ANCIENT"
365 }
366 }
367 to {
368 room {
369 map: "the_ancient"
370 name: "Outside"
371 }
372 }
373 oneway: true
374}
375connections {
376 from {
377 room {
378 map: "the_ancient"
379 name: "Outside"
380 }
381 }
382 to {
383 room {
384 map: "the_graveyard"
385 name: "Outside"
386 }
387 }
388 oneway: true
389}
390connections {
391 from {
392 painting {
393 map: "the_gallery"
394 room: "Main Area"
395 name: "GRAVEYARD"
396 }
397 }
398 to {
399 room {
400 map: "the_graveyard"
401 name: "Outside"
402 }
403 }
404 oneway: true
405}
406connections {
407 from {
408 port {
409 map: "the_great"
410 room: "Main Area"
411 name: "DIGITAL"
412 }
413 }
414 to {
415 room {
416 map: "the_digital"
417 name: "Main Area"
418 }
419 }
420 oneway: true
53} 421}
54connections { 422connections {
55 from { 423 from {
56 port { 424 port {
57 map: "the_entry" 425 map: "the_entry"
58 room: "Shop Entrance" 426 room: "Entry Exit"
59 name: "SHOP" 427 name: "GREAT"
60 } 428 }
61 } 429 }
62 to { 430 to {
63 port { 431 port {
64 map: "the_shop" 432 map: "the_great"
65 room: "Shop" 433 room: "Main Area"
66 name: "ENTRY" 434 name: "ENTRY"
67 } 435 }
68 } 436 }
69} 437}
70connections { 438connections {
71 from { 439 from {
440 port {
441 map: "the_great"
442 room: "Salmon Room"
443 name: "BETWEEN"
444 }
445 }
446 to {
447 port {
448 map: "the_between"
449 room: "Main Area"
450 name: "GREAT"
451 }
452 }
453}
454connections {
455 from {
72 painting { 456 painting {
457 map: "the_great"
458 room: "West Side"
459 name: "EXTRAVAGANT"
460 }
461 }
462 to {
463 painting {
464 map: "the_extravagant"
465 room: "Y Minus First Floor"
466 name: "GALLERY"
467 }
468 }
469 oneway: true
470}
471connections {
472 from {
473 port {
474 map: "the_great"
475 room: "Colorful Entrance"
476 name: "COLORFUL"
477 }
478 }
479 to {
480 port {
481 map: "the_colorful"
482 room: "White Room"
483 name: "GREAT"
484 }
485 }
486}
487connections {
488 from {
489 room {
490 map: "the_great"
491 name: "North Landscape"
492 }
493 }
494 to {
495 room {
496 map: "the_graveyard"
497 name: "Outside"
498 }
499 }
500 oneway: true
501}
502connections {
503 from {
504 port {
505 map: "the_hive"
506 room: "Main Area"
507 name: "GREAT"
508 }
509 }
510 to {
511 port {
512 map: "the_great"
513 room: "Hive Entrance"
514 name: "HIVE"
515 }
516 }
517}
518connections {
519 from {
520 port {
521 map: "the_great"
522 room: "West Side"
523 name: "IMPRESSIVE"
524 }
525 }
526 to {
527 port {
528 map: "the_impressive"
529 room: "Lobby"
530 name: "GREAT"
531 }
532 }
533}
534connections {
535 from {
536 port {
537 map: "the_impressive"
538 room: "Side Area"
539 name: "FOURROOMS"
540 }
541 }
542 to {
543 port {
544 map: "four_rooms"
545 room: "Intensify Room"
546 name: "IMPRESSIVE"
547 }
548 }
549}
550connections {
551 from {
552 port {
553 map: "the_great"
554 room: "North Landscape"
555 name: "INVISIBLE"
556 }
557 }
558 to {
559 port {
560 map: "the_invisible"
561 room: "Entrance"
562 name: "ENTRY"
563 }
564 }
565 door { map: "the_great" name: "Invisible Entrance" }
566 oneway: true
567}
568connections {
569 from {
570 port {
571 map: "the_invisible"
572 room: "Entrance"
573 name: "ENTRY"
574 }
575 }
576 to {
577 room {
73 map: "the_entry" 578 map: "the_entry"
74 room: "Right Eye" 579 name: "Starting Room"
75 name: "PSYCHIC" 580 }
581 }
582 oneway: true
583}
584connections {
585 from {
586 port {
587 map: "the_invisible"
588 room: "Maze"
589 name: "ENTRY"
76 } 590 }
77 } 591 }
78 to { 592 to {
79 room { 593 room {
80 map: "the_partial" 594 map: "the_entry"
81 name: "Entrance" 595 name: "Starting Room"
82 } 596 }
83 } 597 }
84 oneway: true 598 oneway: true
@@ -86,15 +600,47 @@ connections {
86connections { 600connections {
87 from { 601 from {
88 port { 602 port {
603 map: "the_great"
604 room: "Jubilant Entrance"
605 name: "JUBILANT"
606 }
607 }
608 to {
609 port {
610 map: "the_jubilant"
611 room: "Main Area"
612 name: "GREAT"
613 }
614 }
615}
616connections {
617 from {
618 port {
619 map: "the_great"
620 room: "Main Area"
621 name: "KEEN"
622 }
623 }
624 to {
625 port {
626 map: "the_keen"
627 room: "Main Area"
628 name: "GREAT"
629 }
630 }
631}
632connections {
633 from {
634 port {
89 map: "the_entry" 635 map: "the_entry"
90 room: "Flipped Second Room" 636 room: "Liberated Entrance"
91 name: "FOUR" 637 name: "BLUE"
92 } 638 }
93 } 639 }
94 to { 640 to {
95 port { 641 port {
96 map: "four_rooms" 642 map: "the_liberated"
97 room: "Synonyms Room" 643 room: "Puzzle Room"
98 name: "ENTRY" 644 name: "ENTRY"
99 } 645 }
100 } 646 }
@@ -102,6 +648,22 @@ connections {
102connections { 648connections {
103 from { 649 from {
104 port { 650 port {
651 map: "the_great"
652 room: "Main Area"
653 name: "LINEAR"
654 }
655 }
656 to {
657 port {
658 map: "the_linear"
659 room: "Room"
660 name: "GREAT"
661 }
662 }
663}
664connections {
665 from {
666 port {
105 map: "the_entry" 667 map: "the_entry"
106 room: "Eye Room" 668 room: "Eye Room"
107 name: "LIONIZED" 669 name: "LIONIZED"
@@ -110,7 +672,7 @@ connections {
110 to { 672 to {
111 port { 673 port {
112 map: "the_lionized" 674 map: "the_lionized"
113 room: "Area" 675 room: "Puzzle Room"
114 name: "ENTRY" 676 name: "ENTRY"
115 } 677 }
116 } 678 }
@@ -119,14 +681,14 @@ connections {
119 from { 681 from {
120 port { 682 port {
121 map: "the_entry" 683 map: "the_entry"
122 room: "Least Blue Last" 684 room: "Literate Entrance"
123 name: "DARKROOM" 685 name: "BROWN"
124 } 686 }
125 } 687 }
126 to { 688 to {
127 port { 689 port {
128 map: "the_darkroom" 690 map: "the_literate"
129 room: "First Room" 691 room: "Puzzle Room"
130 name: "ENTRY" 692 name: "ENTRY"
131 } 693 }
132 } 694 }
@@ -134,16 +696,48 @@ connections {
134connections { 696connections {
135 from { 697 from {
136 port { 698 port {
137 map: "the_darkroom" 699 map: "the_between"
138 room: "Second Room" 700 room: "Control Center Side"
139 name: "ENTRY" 701 name: "LIVELY"
140 } 702 }
141 } 703 }
142 to { 704 to {
143 port { 705 port {
144 map: "the_entry" 706 map: "the_lively"
145 room: "Least Blue Last" 707 room: "Puzzle Room"
146 name: "DARKROOM" 708 name: "BETWEEN"
709 }
710 }
711}
712connections {
713 from {
714 port {
715 map: "the_great"
716 room: "Main Area"
717 name: "ORB"
718 }
719 }
720 to {
721 port {
722 map: "the_orb"
723 room: "Main Area"
724 name: "GREAT"
725 }
726 }
727}
728connections {
729 from {
730 port {
731 map: "the_orb"
732 room: "Middle Room"
733 name: "MID"
734 }
735 }
736 to {
737 port {
738 map: "the_great"
739 room: "Main Area"
740 name: "ORB"
147 } 741 }
148 } 742 }
149 oneway: true 743 oneway: true
@@ -151,16 +745,65 @@ connections {
151connections { 745connections {
152 from { 746 from {
153 port { 747 port {
154 map: "the_darkroom" 748 map: "the_orb"
155 room: "Third Room" 749 room: "B Room"
156 name: "ENTRY" 750 name: "FINAL"
157 } 751 }
158 } 752 }
159 to { 753 to {
160 port { 754 port {
161 map: "the_entry" 755 map: "the_great"
162 room: "Least Blue Last" 756 room: "Main Area"
163 name: "DARKROOM" 757 name: "ORB"
758 }
759 }
760 oneway: true
761}
762connections {
763 from {
764 port {
765 map: "four_rooms"
766 room: "Time Room"
767 name: "OWL"
768 }
769 }
770 to {
771 port {
772 map: "the_owl"
773 room: "Connected Area"
774 name: "FOURROOMS"
775 }
776 }
777}
778connections {
779 from {
780 painting {
781 map: "the_gallery"
782 room: "Main Area"
783 name: "OWL"
784 }
785 }
786 to {
787 port {
788 map: "the_owl"
789 room: "R2C2 Bottom"
790 name: "GALLERY"
791 }
792 }
793 oneway: true
794}
795connections {
796 from {
797 port {
798 map: "the_owl"
799 room: "R2C2 Bottom"
800 name: "GALLERY"
801 }
802 }
803 to {
804 room {
805 map: "the_gallery"
806 name: "Main Area"
164 } 807 }
165 } 808 }
166 oneway: true 809 oneway: true
@@ -176,7 +819,140 @@ connections {
176 to { 819 to {
177 port { 820 port {
178 map: "the_parthenon" 821 map: "the_parthenon"
179 room: "Area" 822 room: "Main Area"
823 name: "ENTRY"
824 }
825 }
826}
827connections {
828 from {
829 painting {
830 map: "the_gallery"
831 room: "Main Area"
832 name: "PARTHENON"
833 }
834 }
835 to {
836 port {
837 map: "the_parthenon"
838 room: "Main Area"
839 name: "GALLERY"
840 }
841 }
842}
843connections {
844 from {
845 painting {
846 map: "the_entry"
847 room: "Right Eye"
848 name: "PSYCHIC"
849 }
850 }
851 to {
852 room {
853 map: "the_partial"
854 name: "Obverse Side"
855 }
856 }
857 oneway: true
858}
859# Two one-way connections because the CLUE panel only needs to be solved to
860# go from The Great to The Partial.
861connections {
862 from {
863 port {
864 map: "the_great"
865 room: "West Side"
866 name: "PARTIAL"
867 }
868 }
869 to {
870 port {
871 map: "the_partial"
872 room: "Obverse Side"
873 name: "GREAT"
874 }
875 }
876 oneway: true
877}
878connections {
879 from {
880 port {
881 map: "the_partial"
882 room: "Obverse Side"
883 name: "GREAT"
884 }
885 }
886 to {
887 port {
888 map: "the_great"
889 room: "West Side"
890 name: "PARTIAL"
891 }
892 }
893 oneway: true
894 bypass_target_door: true
895}
896connections {
897 from {
898 port {
899 map: "the_between"
900 room: "Plaza Entrance"
901 name: "PLAZA"
902 }
903 }
904 to {
905 port {
906 map: "the_plaza"
907 room: "Main Area"
908 name: "BETWEEN"
909 }
910 }
911}
912connections {
913 from {
914 port {
915 map: "the_impressive"
916 room: "Green Eye"
917 name: "PLAZA"
918 }
919 }
920 to {
921 port {
922 map: "the_plaza"
923 room: "Main Area"
924 name: "IMPRESSIVE"
925 }
926 }
927}
928connections {
929 from {
930 port {
931 map: "the_plaza"
932 room: "Repetitive Entrance"
933 name: "REPETITIVE"
934 }
935 }
936 to {
937 port {
938 map: "the_repetitive"
939 room: "Plaza Connector"
940 name: "PLAZA"
941 }
942 }
943}
944connections {
945 from {
946 port {
947 map: "the_entry"
948 room: "Repetitive Entrance"
949 name: "REPETITIVE"
950 }
951 }
952 to {
953 port {
954 map: "the_repetitive"
955 room: "Entry Connector"
180 name: "ENTRY" 956 name: "ENTRY"
181 } 957 }
182 } 958 }
@@ -185,14 +961,239 @@ connections {
185 from { 961 from {
186 port { 962 port {
187 map: "the_entry" 963 map: "the_entry"
188 room: "Lime Room" 964 room: "Revitalized Entrance"
189 name: "REVITALIZED" 965 name: "REVITALIZED"
190 } 966 }
191 } 967 }
192 to { 968 to {
193 port { 969 port {
194 map: "the_revitalized" 970 map: "the_revitalized"
195 room: "Entrance" 971 room: "Bye Room"
972 name: "PARTHENON"
973 }
974 }
975 oneway: true
976}
977connections {
978 from {
979 port {
980 map: "the_parthenon"
981 room: "Main Area"
982 name: "REVITALIZED"
983 }
984 }
985 to {
986 port {
987 map: "the_revitalized"
988 room: "Bye Room"
989 name: "PARTHENON"
990 }
991 }
992}
993connections {
994 from {
995 panel {
996 map: "the_revitalized"
997 room: "Return Room"
998 name: "RETURN"
999 }
1000 }
1001 to {
1002 room {
1003 map: "the_entry"
1004 name: "Starting Room"
1005 }
1006 }
1007 oneway: true
1008}
1009connections {
1010 from {
1011 port {
1012 map: "the_entry"
1013 room: "Shop Entrance"
1014 name: "SHOP"
1015 }
1016 }
1017 to {
1018 port {
1019 map: "the_shop"
1020 room: "Main Area"
1021 name: "ENTRY"
1022 }
1023 }
1024}
1025connections {
1026 from {
1027 port {
1028 map: "the_plaza"
1029 room: "Sirenic Entrance"
1030 name: "SIRENIC"
1031 }
1032 }
1033 to {
1034 port {
1035 map: "the_sirenic"
1036 room: "Start"
1037 name: "PLAZA"
1038 }
1039 }
1040}
1041connections {
1042 from {
1043 painting {
1044 map: "the_stormy"
1045 room: "X2 Room"
1046 name: "PARTHENON"
1047 }
1048 }
1049 to {
1050 room {
1051 map: "the_parthenon"
1052 name: "Main Area"
1053 }
1054 }
1055 oneway: true
1056}
1057connections {
1058 from {
1059 port {
1060 map: "the_colorful"
1061 room: "Cyan Hallway"
1062 name: "STURDY"
1063 }
1064 }
1065 to {
1066 port {
1067 map: "the_sturdy"
1068 room: "Main Area"
1069 name: "COLORFUL"
1070 }
1071 }
1072}
1073connections {
1074 from {
1075 port {
1076 map: "the_owl"
1077 room: "Magenta Hallway"
1078 name: "STURDY"
1079 }
1080 }
1081 to {
1082 port {
1083 map: "the_sturdy"
1084 room: "Main Area"
1085 name: "OWL"
1086 }
1087 }
1088}
1089connections {
1090 from {
1091 painting {
1092 map: "the_gallery"
1093 room: "Main Area"
1094 name: "SUNTEMPLE"
1095 }
1096 }
1097 to {
1098 room {
1099 map: "the_sun_temple"
1100 name: "Entrance"
1101 }
1102 }
1103 oneway: true
1104}
1105connections {
1106 from {
1107 port {
1108 map: "the_unyielding"
1109 room: "Bearer Entrance"
1110 name: "BEARER"
1111 }
1112 }
1113 to {
1114 port {
1115 map: "the_bearer"
1116 room: "Entry"
1117 name: "UNYIELDING"
1118 }
1119 }
1120}
1121connections {
1122 from {
1123 port {
1124 map: "the_digital"
1125 room: "Unyielding Entrance"
1126 name: "UNYIELDING"
1127 }
1128 }
1129 to {
1130 port {
1131 map: "the_unyielding"
1132 room: "Digital Entrance"
1133 name: "DIGITAL"
1134 }
1135 }
1136}
1137connections {
1138 from {
1139 painting {
1140 map: "the_gallery"
1141 room: "Main Area"
1142 name: "UNYIELDING"
1143 }
1144 }
1145 to {
1146 room {
1147 map: "the_unyielding"
1148 name: "Digital Entrance"
1149 }
1150 }
1151 oneway: true
1152}
1153connections {
1154 from {
1155 port {
1156 map: "the_unyielding"
1157 room: "Nuanced Entrance"
1158 name: "NUANCED"
1159 }
1160 }
1161 to {
1162 port {
1163 map: "the_nuanced"
1164 room: "Main Room"
1165 name: "UNYIELDING"
1166 }
1167 }
1168}
1169connections {
1170 from {
1171 port {
1172 map: "the_plaza"
1173 room: "Main Area"
1174 name: "UNYIELDING"
1175 }
1176 }
1177 to {
1178 port {
1179 map: "the_unyielding"
1180 room: "Plaza Entrance"
1181 name: "PLAZA"
1182 }
1183 }
1184}
1185connections {
1186 from {
1187 port {
1188 map: "daedalus"
1189 room: "Outside Hedges"
1190 name: "REVITALIZED"
1191 }
1192 }
1193 to {
1194 port {
1195 map: "the_revitalized"
1196 room: "Bye Room"
196 name: "PARTHENON" 1197 name: "PARTHENON"
197 } 1198 }
198 } 1199 }
@@ -200,6 +1201,775 @@ connections {
200} 1201}
201connections { 1202connections {
202 from { 1203 from {
1204 panel {
1205 map: "daedalus"
1206 room: "Rainbow End"
1207 name: "POT"
1208 }
1209 }
1210 to {
1211 room {
1212 map: "the_gold"
1213 name: "The Whole Thing"
1214 }
1215 }
1216 oneway: true
1217}
1218connections {
1219 from {
1220 room {
1221 map: "daedalus"
1222 name: "Roof"
1223 }
1224 }
1225 to {
1226 room {
1227 map: "the_graveyard"
1228 name: "Outside"
1229 }
1230 }
1231 oneway: true
1232 roof_access: true
1233}
1234connections {
1235 from {
1236 painting {
1237 map: "the_gallery"
1238 room: "Daedalus Extension"
1239 name: "PYRAMID"
1240 }
1241 }
1242 to {
1243 room {
1244 map: "daedalus"
1245 name: "Outside Pyramid"
1246 }
1247 }
1248 oneway: true
1249}
1250connections {
1251 from {
1252 painting {
1253 map: "the_gallery"
1254 room: "Daedalus Extension"
1255 name: "TOWER"
1256 }
1257 }
1258 to {
1259 room {
1260 map: "daedalus"
1261 name: "Outside Hedges"
1262 }
1263 }
1264 oneway: true
1265}
1266connections {
1267 from {
1268 painting {
1269 map: "the_gallery"
1270 room: "Daedalus Extension"
1271 name: "GATE"
1272 }
1273 }
1274 to {
1275 room {
1276 map: "daedalus"
1277 name: "Z2 Room"
1278 }
1279 }
1280 oneway: true
1281}
1282connections {
1283 from {
1284 painting {
1285 map: "the_gallery"
1286 room: "Daedalus Extension"
1287 name: "PUMPKIN"
1288 }
1289 }
1290 to {
1291 room {
1292 map: "daedalus"
1293 name: "Green Color Door"
1294 }
1295 }
1296 oneway: true
1297}
1298connections {
1299 from {
1300 painting {
1301 map: "the_gallery"
1302 room: "Daedalus Extension"
1303 name: "HOUSE"
1304 }
1305 }
1306 to {
1307 room {
1308 map: "daedalus"
1309 name: "Outside House"
1310 }
1311 }
1312 oneway: true
1313}
1314connections {
1315 from {
1316 painting {
1317 map: "the_gallery"
1318 room: "Daedalus Extension"
1319 name: "SNAKE"
1320 }
1321 }
1322 to {
1323 room {
1324 map: "daedalus"
1325 name: "Outside Snake Room"
1326 }
1327 }
1328 oneway: true
1329}
1330connections {
1331 from {
1332 port {
1333 map: "the_entry"
1334 room: "White Hallway To Daedalus"
1335 name: "DAEDALUS"
1336 }
1337 }
1338 to {
1339 port {
1340 map: "daedalus"
1341 room: "White Hallway From Entry"
1342 name: "ENTRY"
1343 }
1344 }
1345}
1346connections {
1347 from {
1348 port {
1349 map: "the_entry"
1350 room: "Daedalus Entrance"
1351 name: "DAEDALUS"
1352 }
1353 }
1354 to {
1355 port {
1356 map: "daedalus"
1357 room: "Entry Shortcut"
1358 name: "ENTRY"
1359 }
1360 }
1361}
1362connections {
1363 from {
1364 port {
1365 map: "the_entry"
1366 room: "Composite Room Entrance"
1367 name: "COMPOSITE"
1368 }
1369 }
1370 to {
1371 port {
1372 map: "daedalus"
1373 room: "Composite Room S"
1374 name: "ENTRY"
1375 }
1376 }
1377}
1378connections {
1379 from {
1380 port {
1381 map: "four_rooms"
1382 room: "Examples Room"
1383 name: "DAEDALUS"
1384 }
1385 }
1386 to {
1387 port {
1388 map: "daedalus"
1389 room: "Yellow Color Door"
1390 name: "FOURROOMS"
1391 }
1392 }
1393}
1394connections {
1395 from {
1396 port {
1397 map: "the_bearer"
1398 room: "Back Area"
1399 name: "DAEDALUS"
1400 }
1401 }
1402 to {
1403 port {
1404 map: "daedalus"
1405 room: "Rain Side"
1406 name: "BEARER"
1407 }
1408 }
1409}
1410connections {
1411 from {
1412 painting {
1413 map: "the_gallery"
1414 room: "Main Area"
1415 name: "RAINBOW"
1416 }
1417 }
1418 to {
1419 painting {
1420 map: "daedalus"
1421 room: "Rainbow Start"
1422 name: "RAINBOW"
1423 }
1424 }
1425 oneway: true
1426}
1427connections {
1428 from {
1429 painting {
1430 map: "the_gallery"
1431 room: "Main Area"
1432 name: "CASTLE"
1433 }
1434 }
1435 to {
1436 room {
1437 map: "daedalus"
1438 name: "Castle"
1439 }
1440 }
1441 oneway: true
1442}
1443connections {
1444 from {
1445 port {
1446 map: "the_great"
1447 room: "Purple Room"
1448 name: "DAEDALUS"
1449 }
1450 }
1451 to {
1452 port {
1453 map: "daedalus"
1454 room: "Purple Hallway From Great"
1455 name: "GREAT"
1456 }
1457 }
1458}
1459connections {
1460 from {
1461 port {
1462 map: "the_great"
1463 room: "Daedalus Entrance"
1464 name: "DAEDALUS"
1465 }
1466 }
1467 to {
1468 port {
1469 map: "daedalus"
1470 room: "Starting Room"
1471 name: "GREAT"
1472 }
1473 }
1474 oneway: true
1475}
1476connections {
1477 from {
1478 port {
1479 map: "daedalus"
1480 room: "Starting Room"
1481 name: "GREAT"
1482 }
1483 }
1484 to {
1485 port {
1486 map: "the_great"
1487 room: "Daedalus Entrance"
1488 name: "DAEDALUS"
1489 }
1490 }
1491 oneway: true
1492 bypass_target_door: true
1493}
1494connections {
1495 from {
1496 port {
1497 map: "the_hive"
1498 room: "Main Area"
1499 name: "DAED1"
1500 }
1501 }
1502 to {
1503 port {
1504 map: "daedalus"
1505 room: "Moat"
1506 name: "HIVE"
1507 }
1508 }
1509}
1510connections {
1511 from {
1512 port {
1513 map: "the_hive"
1514 room: "Main Area"
1515 name: "DAED2"
1516 }
1517 }
1518 to {
1519 port {
1520 map: "daedalus"
1521 room: "Moat"
1522 name: "HIVE"
1523 }
1524 }
1525 oneway: true
1526}
1527connections {
1528 from {
1529 port {
1530 map: "the_hive"
1531 room: "Main Area"
1532 name: "DAED3"
1533 }
1534 }
1535 to {
1536 port {
1537 map: "daedalus"
1538 room: "Moat"
1539 name: "HIVE"
1540 }
1541 }
1542 oneway: true
1543}
1544connections {
1545 from {
1546 port {
1547 map: "the_quiet"
1548 room: "Main Area"
1549 name: "DAEDALUS"
1550 }
1551 }
1552 to {
1553 port {
1554 map: "daedalus"
1555 room: "Quiet Entrance"
1556 name: "QUIET"
1557 }
1558 }
1559}
1560connections {
1561 from {
1562 painting {
1563 map: "the_sturdy"
1564 room: "S2 Area"
1565 name: "RAINBOW2"
1566 }
1567 }
1568 to {
1569 painting {
1570 map: "daedalus"
1571 room: "Rainbow Start"
1572 name: "RAINBOW"
1573 }
1574 }
1575 oneway: true
1576}
1577connections {
1578 from {
1579 painting {
1580 map: "the_sturdy"
1581 room: "Hidden Rainbow"
1582 name: "RAINBOW"
1583 }
1584 }
1585 to {
1586 painting {
1587 map: "daedalus"
1588 room: "Rainbow Start"
1589 name: "RAINBOW"
1590 }
1591 }
1592 oneway: true
1593}
1594connections {
1595 from {
1596 port {
1597 map: "the_sweet"
1598 room: "Main Area"
1599 name: "EXIT1"
1600 }
1601 }
1602 to {
1603 port {
1604 map: "daedalus"
1605 room: "Sweet Foyer"
1606 name: "SWEET1"
1607 }
1608 }
1609}
1610connections {
1611 from {
1612 port {
1613 map: "the_sweet"
1614 room: "Main Area"
1615 name: "EXIT2"
1616 }
1617 }
1618 to {
1619 port {
1620 map: "daedalus"
1621 room: "Sweet Foyer"
1622 name: "SWEET2"
1623 }
1624 }
1625}
1626connections {
1627 from {
1628 painting {
1629 map: "daedalus"
1630 room: "Gallery Entrance"
1631 name: "GALLERY"
1632 }
1633 }
1634 to {
1635 painting {
1636 map: "the_gallery"
1637 room: "Daedalus Extension"
1638 name: "EYE"
1639 }
1640 }
1641 oneway: true
1642}
1643connections {
1644 from {
1645 port {
1646 map: "the_entry"
1647 room: "Rabbit Hole"
1648 name: "HOLE"
1649 }
1650 }
1651 to {
1652 room {
1653 map: "daedalus"
1654 name: "Wonderland"
1655 }
1656 }
1657 oneway: true
1658}
1659connections {
1660 from {
1661 port {
1662 map: "the_plaza"
1663 room: "Symbolic Entrance"
1664 name: "SYMBOLIC"
1665 }
1666 }
1667 to {
1668 port {
1669 map: "the_symbolic"
1670 room: "White Room"
1671 name: "PLAZA"
1672 }
1673 }
1674}
1675connections {
1676 from {
1677 port {
1678 map: "the_great"
1679 room: "Talented Entrance"
1680 name: "TALENTED"
1681 }
1682 }
1683 to {
1684 port {
1685 map: "the_talented"
1686 room: "Main Area"
1687 name: "GREAT"
1688 }
1689 }
1690}
1691connections {
1692 from {
1693 panel {
1694 map: "daedalus"
1695 room: "Wisdom Panel"
1696 name: "INTELLIGENCE"
1697 }
1698 }
1699 to {
1700 room {
1701 map: "the_tenacious"
1702 name: "Wisdom Room"
1703 }
1704 }
1705 oneway: true
1706}
1707connections {
1708 from {
1709 painting {
1710 map: "daedalus"
1711 room: "South Castle Area"
1712 name: "TRIANGLE"
1713 }
1714 }
1715 to {
1716 room {
1717 map: "the_tenacious"
1718 name: "Color Room"
1719 }
1720 }
1721 oneway: true
1722}
1723connections {
1724 from {
1725 port {
1726 map: "daedalus"
1727 room: "Hedges Tower"
1728 name: "TENACIOUS"
1729 }
1730 }
1731 to {
1732 room {
1733 map: "the_tenacious"
1734 name: "Tower Room"
1735 }
1736 }
1737 oneway: true
1738}
1739connections {
1740 from {
1741 port {
1742 map: "the_great"
1743 room: "Back Area"
1744 name: "THREEDOORS"
1745 }
1746 }
1747 to {
1748 port {
1749 map: "the_three_doors"
1750 room: "First Second Room"
1751 name: "GREAT"
1752 }
1753 }
1754}
1755connections {
1756 from {
1757 painting {
1758 map: "the_gallery"
1759 room: "Main Area"
1760 name: "TOWER"
1761 }
1762 }
1763 to {
1764 room {
1765 map: "the_tower"
1766 name: "First Floor"
1767 }
1768 }
1769 oneway: true
1770}
1771connections {
1772 # Two one-way connections because the door only blocks one direction.
1773 from {
1774 port {
1775 map: "the_great"
1776 room: "Back Area"
1777 name: "TOWER"
1778 }
1779 }
1780 to {
1781 port {
1782 map: "the_tower"
1783 room: "First Floor"
1784 name: "GREAT"
1785 }
1786 }
1787 oneway: true
1788}
1789connections {
1790 from {
1791 port {
1792 map: "the_tower"
1793 room: "First Floor"
1794 name: "GREAT"
1795 }
1796 }
1797 to {
1798 port {
1799 map: "the_great"
1800 room: "Back Area"
1801 name: "TOWER"
1802 }
1803 }
1804 oneway: true
1805 bypass_target_door: true
1806}
1807connections {
1808 from {
1809 port {
1810 map: "the_bearer"
1811 room: "Tree Entrance"
1812 name: "TREE"
1813 }
1814 }
1815 to {
1816 port {
1817 map: "the_tree"
1818 room: "Bearer Entrance"
1819 name: "BEARER"
1820 }
1821 }
1822}
1823connections {
1824 from {
1825 port {
1826 map: "the_digital"
1827 room: "Tree Area"
1828 name: "TREE"
1829 }
1830 }
1831 to {
1832 port {
1833 map: "the_tree"
1834 room: "Main Area"
1835 name: "DIGITAL"
1836 }
1837 }
1838}
1839connections {
1840 from {
1841 painting {
1842 map: "the_gallery"
1843 room: "Main Area"
1844 name: "TREE"
1845 }
1846 }
1847 to {
1848 room {
1849 map: "the_tree"
1850 name: "Main Area"
1851 }
1852 }
1853 oneway: true
1854}
1855connections {
1856 from {
1857 port {
1858 map: "the_great"
1859 room: "Back Area"
1860 name: "TREE"
1861 }
1862 }
1863 to {
1864 port {
1865 map: "the_tree"
1866 room: "Main Area"
1867 name: "GREAT"
1868 }
1869 }
1870}
1871connections {
1872 from {
1873 port {
1874 map: "daedalus"
1875 room: "Tree Entrance"
1876 name: "TREE"
1877 }
1878 }
1879 to {
1880 port {
1881 map: "the_tree"
1882 room: "Main Area"
1883 name: "DAEDALUS"
1884 }
1885 }
1886}
1887connections {
1888 from {
1889 port {
1890 map: "the_great"
1891 room: "Back Area"
1892 name: "UNKEMPT"
1893 }
1894 }
1895 to {
1896 port {
1897 map: "the_unkempt"
1898 room: "Main Area"
1899 name: "GREAT"
1900 }
1901 }
1902}
1903connections {
1904 # Two one-way connections because the door only blocks one direction.
1905 from {
1906 port {
1907 map: "the_unkempt"
1908 room: "Main Area"
1909 name: "SUNTEMPLE"
1910 }
1911 }
1912 to {
1913 port {
1914 map: "the_sun_temple"
1915 room: "Entrance"
1916 name: "UNKEMPT"
1917 }
1918 }
1919 oneway: true
1920}
1921connections {
1922 from {
1923 port {
1924 map: "the_sun_temple"
1925 room: "Entrance"
1926 name: "UNKEMPT"
1927 }
1928 }
1929 to {
1930 port {
1931 map: "the_unkempt"
1932 room: "Main Area"
1933 name: "SUNTEMPLE"
1934 }
1935 }
1936 oneway: true
1937 bypass_target_door: true
1938}
1939connections {
1940 from {
1941 port {
1942 map: "the_unkempt"
1943 room: "Daedalus Entrance"
1944 name: "DAEDALUS"
1945 }
1946 }
1947 to {
1948 port {
1949 map: "daedalus"
1950 room: "Unkempt Entrance"
1951 name: "UNKEMPT"
1952 }
1953 }
1954}
1955connections {
1956 from {
1957 port {
1958 map: "the_unkempt"
1959 room: "Main Area"
1960 name: "TREE"
1961 }
1962 }
1963 to {
1964 port {
1965 map: "the_tree"
1966 room: "Main Area"
1967 name: "UNKEMPT"
1968 }
1969 }
1970}
1971connections {
1972 from {
203 painting { 1973 painting {
204 map: "the_entry" 1974 map: "the_entry"
205 room: "Link Area" 1975 room: "Link Area"
@@ -209,7 +1979,7 @@ connections {
209 to { 1979 to {
210 room { 1980 room {
211 map: "the_wise" 1981 map: "the_wise"
212 name: "Entrance" 1982 name: "Entry"
213 } 1983 }
214 } 1984 }
215 oneway: true 1985 oneway: true
@@ -217,15 +1987,147 @@ connections {
217connections { 1987connections {
218 from { 1988 from {
219 painting { 1989 painting {
220 map: "the_between" 1990 map: "the_gallery"
221 room: "Control Center Side" 1991 room: "Main Area"
222 name: "EYE" 1992 name: "WISE"
1993 }
1994 }
1995 to {
1996 room {
1997 map: "the_wise"
1998 name: "Entry"
1999 }
2000 }
2001 oneway: true
2002}
2003connections {
2004 from {
2005 painting {
2006 map: "the_liberated"
2007 room: "Painting Room"
2008 name: "PYRAMID"
2009 }
2010 }
2011 to {
2012 room {
2013 map: "the_wise"
2014 name: "Entry"
2015 }
2016 }
2017 oneway: true
2018}
2019connections {
2020 from {
2021 painting {
2022 map: "the_literate"
2023 room: "Painting Room"
2024 name: "PYRAMID"
2025 }
2026 }
2027 to {
2028 room {
2029 map: "the_wise"
2030 name: "Entry"
2031 }
2032 }
2033 oneway: true
2034}
2035connections {
2036 from {
2037 painting {
2038 map: "the_wise"
2039 room: "Entry"
2040 name: "TRIANGLE"
2041 }
2042 }
2043 to {
2044 room {
2045 map: "the_gallery"
2046 name: "Main Area"
2047 }
2048 }
2049 oneway: true
2050}
2051connections {
2052 from {
2053 room {
2054 map: "the_wondrous"
2055 name: "Huge"
2056 }
2057 }
2058 to {
2059 room {
2060 map: "the_door"
2061 name: "Main Area"
2062 }
2063 }
2064 door {
2065 map: "the_wondrous"
2066 name: "Big Door"
2067 }
2068 oneway: true
2069}
2070connections {
2071 from {
2072 painting {
2073 map: "the_gallery"
2074 room: "Main Area"
2075 name: "WONDROUS"
2076 }
2077 }
2078 to {
2079 room {
2080 map: "the_wondrous"
2081 name: "Huge"
2082 }
2083 }
2084 oneway: true
2085}
2086connections {
2087 from {
2088 port {
2089 map: "daedalus"
2090 room: "Wonderland"
2091 name: "WONDROUS"
2092 }
2093 }
2094 to {
2095 port {
2096 map: "the_wondrous"
2097 room: "Entry"
2098 name: "DAEDALUS"
2099 }
2100 }
2101}
2102connections {
2103 from {
2104 panel {
2105 map: "the_entry"
2106 room: "Starting Room"
2107 name: "HI"
2108 answer: "thewords"
2109 }
2110 }
2111 to {
2112 room {
2113 map: "the_words"
2114 name: "Main Area"
2115 }
2116 }
2117 oneway: true
2118}
2119connections {
2120 from {
2121 port {
2122 map: "the_words"
2123 room: "Main Area"
2124 name: "ENTRY"
223 } 2125 }
224 } 2126 }
225 to { 2127 to {
226 room { 2128 room {
227 map: "the_entry" 2129 map: "the_entry"
228 name: "Eye Room" 2130 name: "Starting Room"
229 } 2131 }
230 } 2132 }
231 oneway: true 2133 oneway: true
@@ -233,80 +2135,423 @@ connections {
233connections { 2135connections {
234 from { 2136 from {
235 painting { 2137 painting {
236 map: "the_bearer" 2138 map: "the_gallery"
237 room: "Butterfly" 2139 room: "Main Area"
238 name: "BUTTERFLY" 2140 name: "WORDS"
239 } 2141 }
240 } 2142 }
241 to { 2143 to {
242 room { 2144 room {
243 map: "the_butterfly" 2145 map: "the_words"
2146 name: "Main Area"
2147 }
2148 }
2149 oneway: true
2150}
2151connections {
2152 from {
2153 room {
2154 map: "control_center"
2155 name: "Main Area"
2156 }
2157 }
2158 to {
2159 room {
2160 map: "the_relentless"
2161 name: "Turn Room"
2162 }
2163 }
2164 door {
2165 map: "control_center"
2166 name: "Relentless Turn Door"
2167 }
2168}
2169connections {
2170 from {
2171 room {
2172 map: "control_center"
2173 name: "Main Area"
2174 }
2175 }
2176 to {
2177 room {
2178 map: "the_relentless"
2179 name: "Shop Room"
2180 }
2181 }
2182 door {
2183 map: "control_center"
2184 name: "Relentless Shop Door"
2185 }
2186}
2187connections {
2188 from {
2189 room {
2190 map: "control_center"
244 name: "Main Area" 2191 name: "Main Area"
245 } 2192 }
246 } 2193 }
2194 to {
2195 room {
2196 map: "the_relentless"
2197 name: "Left Room"
2198 }
2199 }
2200 door {
2201 map: "control_center"
2202 name: "Relentless Left Door"
2203 }
2204}
2205connections {
2206 from {
2207 port {
2208 map: "control_center"
2209 room: "Ancient Entrance"
2210 name: "ANCIENT"
2211 }
2212 }
2213 to {
2214 room {
2215 map: "the_ancient"
2216 name: "Outside"
2217 }
2218 }
247 oneway: true 2219 oneway: true
248} 2220}
249connections { 2221connections {
250 from { 2222 from {
251 port { 2223 port {
252 map: "the_colorful" 2224 map: "the_between"
253 room: "Cyan Hallway" 2225 room: "Control Center Side"
254 name: "DARKROOM" 2226 name: "CC"
255 } 2227 }
256 } 2228 }
257 to { 2229 to {
258 port { 2230 port {
259 map: "the_darkroom" 2231 map: "control_center"
260 room: "First Room" 2232 room: "Between Entrance"
261 name: "COLORFUL" 2233 name: "BETWEEN"
262 } 2234 }
263 } 2235 }
264} 2236}
265connections { 2237connections {
266 from { 2238 from {
2239 painting {
2240 map: "the_gallery"
2241 room: "Main Area"
2242 name: "CC"
2243 }
2244 }
2245 to {
2246 room {
2247 map: "control_center"
2248 name: "Desert Room"
2249 }
2250 }
2251 oneway: true
2252}
2253connections {
2254 from {
267 port { 2255 port {
268 map: "the_congruent" 2256 map: "the_great"
2257 room: "West Side"
2258 name: "CC"
2259 }
2260 }
2261 to {
2262 port {
2263 map: "control_center"
2264 room: "Entry"
2265 name: "GREAT"
2266 }
2267 }
2268}
2269connections {
2270 from {
2271 port {
2272 map: "the_hinterlands"
269 room: "Main Area" 2273 room: "Main Area"
270 name: "DARKROOM" 2274 name: "LEFT"
271 } 2275 }
272 } 2276 }
273 to { 2277 to {
274 port { 2278 port {
275 map: "the_darkroom" 2279 map: "control_center"
276 room: "Second Room" 2280 room: "Main Area"
277 name: "CONGRUENT" 2281 name: "LEFT"
278 } 2282 }
279 } 2283 }
280} 2284}
281connections { 2285connections {
282 from { 2286 from {
283 port { 2287 port {
284 map: "the_digital" 2288 map: "the_hinterlands"
285 room: "Main Area" 2289 room: "Main Area"
286 name: "ENTRY3" 2290 name: "RIGHT"
2291 }
2292 }
2293 to {
2294 port {
2295 map: "control_center"
2296 room: "Main Area"
2297 name: "RIGHT"
2298 }
2299 }
2300}
2301connections {
2302 from {
2303 port {
2304 map: "the_partial"
2305 room: "Control Center Entrance"
2306 name: "CC"
2307 }
2308 }
2309 to {
2310 port {
2311 map: "control_center"
2312 room: "Partial Entrance"
2313 name: "PARTIAL"
2314 }
2315 }
2316}
2317connections {
2318 from {
2319 port {
2320 map: "the_perceptive"
2321 room: "Main Area"
2322 name: "CC"
2323 }
2324 }
2325 to {
2326 port {
2327 map: "control_center"
2328 room: "Perceptive Entrance"
2329 name: "PERCEPTIVE"
2330 }
2331 }
2332}
2333connections {
2334 from {
2335 port {
2336 map: "the_repetitive"
2337 room: "Main Room"
2338 name: "CC"
2339 }
2340 }
2341 to {
2342 port {
2343 map: "control_center"
2344 room: "Repetitive Entrance"
2345 name: "REPETITIVE"
2346 }
2347 }
2348}
2349connections {
2350 from {
2351 room {
2352 map: "the_shop"
2353 name: "Main Area"
2354 }
2355 }
2356 to {
2357 room {
2358 map: "control_center"
2359 name: "Shop Entrance"
2360 }
2361 }
2362 door {
2363 map: "the_shop"
2364 name: "N Entered"
2365 }
2366 oneway: true
2367}
2368connections {
2369 from {
2370 room {
2371 map: "control_center"
2372 name: "Shop Entrance"
2373 }
2374 }
2375 to {
2376 room {
2377 map: "the_shop"
2378 name: "Main Area"
2379 }
2380 }
2381 oneway: true
2382}
2383connections {
2384 from {
2385 panel {
2386 map: "the_unyielding"
2387 room: "Central Connected Area"
2388 name: "BACK"
2389 }
2390 }
2391 to {
2392 panel {
2393 map: "control_center"
2394 room: "Unyielding Entrance"
2395 name: "FORTH"
2396 }
2397 }
2398}
2399connections {
2400 from {
2401 port {
2402 map: "the_tenacious"
2403 room: "Control Center Entrance"
2404 name: "CC"
2405 }
2406 }
2407 to {
2408 port {
2409 map: "control_center"
2410 room: "Tenacious Entrance"
2411 name: "TENACIOUS"
2412 }
2413 }
2414}
2415connections {
2416 from {
2417 port {
2418 map: "the_unkempt"
2419 room: "Control Center Entrance"
2420 name: "CC"
2421 }
2422 }
2423 to {
2424 port {
2425 map: "control_center"
2426 room: "Unkempt Entrance"
2427 name: "UNKEMPT"
2428 }
2429 }
2430}
2431connections {
2432 from {
2433 panel {
2434 map: "control_center"
2435 room: "Stormy Entrance"
2436 name: "TURN"
2437 }
2438 }
2439 to {
2440 room {
2441 map: "the_stormy"
2442 name: "Center"
2443 }
2444 }
2445 oneway: true
2446}
2447connections {
2448 from {
2449 port {
2450 map: "the_entry"
2451 room: "X Area"
2452 name: "CC"
2453 }
2454 }
2455 to {
2456 port {
2457 map: "control_center"
2458 room: "Entry Entrance"
2459 name: "ENTRY"
2460 }
2461 }
2462}
2463connections {
2464 from {
2465 painting {
2466 map: "the_entry"
2467 room: "Eye Room"
2468 name: "GALLERY"
2469 }
2470 }
2471 to {
2472 room {
2473 map: "the_gallery"
2474 name: "Main Area"
2475 }
2476 }
2477 oneway: true
2478}
2479connections {
2480 from {
2481 room {
2482 map: "the_sun_temple"
2483 name: "Temple"
2484 }
2485 }
2486 to {
2487 room {
2488 map: "the_graveyard"
2489 name: "Outside"
2490 }
2491 }
2492 oneway: true
2493}
2494connections {
2495 from {
2496 room {
2497 map: "daedalus"
2498 name: "Roof"
287 } 2499 }
288 } 2500 }
289 to { 2501 to {
290 port { 2502 port {
2503 map: "icarus"
2504 room: "Welcome Spine (Obverse)"
2505 name: "WORLDPORT"
2506 }
2507 }
2508}
2509connections {
2510 from {
2511 panel {
291 map: "the_entry" 2512 map: "the_entry"
292 room: "Starting Room" 2513 room: "Starting Room"
293 name: "DIGITAL" 2514 name: "Gift Maps"
2515 answer: "icely"
294 } 2516 }
295 } 2517 }
2518 to {
2519 room {
2520 map: "the_advanced"
2521 name: "Main Area"
2522 }
2523 }
2524 oneway: true
296} 2525}
297connections { 2526connections {
298 from { 2527 from {
299 port { 2528 port {
300 map: "the_digital" 2529 map: "the_advanced"
301 room: "Main Area" 2530 room: "Main Area"
302 name: "ENTRY2" 2531 name: "WORLDPORT"
303 } 2532 }
304 } 2533 }
305 to { 2534 to {
306 port { 2535 room {
2536 map: "the_entry"
2537 name: "Starting Room"
2538 }
2539 }
2540 oneway: true
2541}
2542connections {
2543 from {
2544 panel {
307 map: "the_entry" 2545 map: "the_entry"
308 room: "Starting Room" 2546 room: "Starting Room"
309 name: "DIGITAL" 2547 name: "Gift Maps"
2548 answer: "souvey"
2549 }
2550 }
2551 to {
2552 room {
2553 map: "the_charismatic"
2554 name: "Main Area"
310 } 2555 }
311 } 2556 }
312 oneway: true 2557 oneway: true
@@ -314,16 +2559,115 @@ connections {
314connections { 2559connections {
315 from { 2560 from {
316 port { 2561 port {
317 map: "the_digital" 2562 map: "the_charismatic"
318 room: "Main Area" 2563 room: "Main Area"
319 name: "ENTRY1" 2564 name: "WORLDPORT"
2565 }
2566 }
2567 to {
2568 room {
2569 map: "the_entry"
2570 name: "Starting Room"
2571 }
2572 }
2573 oneway: true
2574}
2575connections {
2576 from {
2577 panel {
2578 map: "the_entry"
2579 room: "Starting Room"
2580 name: "Gift Maps"
2581 answer: "q"
320 } 2582 }
321 } 2583 }
322 to { 2584 to {
2585 room {
2586 map: "the_crystalline"
2587 name: "Main Area"
2588 }
2589 }
2590 oneway: true
2591}
2592connections {
2593 from {
323 port { 2594 port {
2595 map: "the_crystalline"
2596 room: "Main Area"
2597 name: "WORLDPORT"
2598 }
2599 }
2600 to {
2601 room {
2602 map: "the_entry"
2603 name: "Starting Room"
2604 }
2605 }
2606 oneway: true
2607}
2608connections {
2609 # Possibly the most cursed connection in the entire game.
2610 from {
2611 room {
2612 map: "the_crystalline"
2613 name: "Flip Area"
2614 }
2615 }
2616 to {
2617 room {
2618 map: "icarus"
2619 name: "Welcome Spine (Obverse)"
2620 }
2621 }
2622 oneway: true
2623}
2624connections {
2625 from {
2626 panel {
324 map: "the_entry" 2627 map: "the_entry"
325 room: "Starting Room" 2628 room: "Starting Room"
326 name: "DIGITAL" 2629 name: "Gift Maps"
2630 answer: "hatkirby"
2631 }
2632 }
2633 to {
2634 room {
2635 map: "the_stellar"
2636 name: "Starting Room"
2637 }
2638 }
2639 oneway: true
2640}
2641connections {
2642 from {
2643 panel {
2644 map: "the_entry"
2645 room: "Starting Room"
2646 name: "Gift Maps"
2647 answer: "kirby"
2648 }
2649 }
2650 to {
2651 room {
2652 map: "the_stellar"
2653 name: "Starting Room"
2654 }
2655 }
2656 oneway: true
2657}
2658connections {
2659 from {
2660 panel {
2661 map: "the_entry"
2662 room: "Starting Room"
2663 name: "Gift Maps"
2664 answer: "star"
2665 }
2666 }
2667 to {
2668 room {
2669 map: "the_stellar"
2670 name: "Starting Room"
327 } 2671 }
328 } 2672 }
329 oneway: true 2673 oneway: true
@@ -331,16 +2675,66 @@ connections {
331connections { 2675connections {
332 from { 2676 from {
333 port { 2677 port {
334 map: "the_darkroom" 2678 map: "the_stellar"
335 room: "First Room" 2679 room: "Starting Room"
336 name: "DOUBLESIDED" 2680 name: "WORLDPORT"
337 } 2681 }
338 } 2682 }
339 to { 2683 to {
2684 room {
2685 map: "the_entry"
2686 name: "Starting Room"
2687 }
2688 }
2689 oneway: true
2690}
2691connections {
2692 from {
2693 panel {
2694 map: "the_entry"
2695 room: "Starting Room"
2696 name: "Gift Maps"
2697 answer: "gongus"
2698 }
2699 }
2700 to {
2701 room {
2702 map: "the_fuzzy"
2703 name: "Main Area"
2704 }
2705 }
2706 oneway: true
2707}
2708connections {
2709 from {
2710 panel {
2711 map: "the_entry"
2712 room: "Starting Room"
2713 name: "Gift Maps"
2714 answer: "kiwi"
2715 }
2716 }
2717 to {
2718 room {
2719 map: "the_fuzzy"
2720 name: "Main Area"
2721 }
2722 }
2723 oneway: true
2724}
2725connections {
2726 from {
340 port { 2727 port {
341 map: "the_double_sided" 2728 map: "the_fuzzy"
342 room: "Start" 2729 room: "Main Area"
343 name: "DARKROOM" 2730 name: "WORLDPORT"
344 } 2731 }
345 } 2732 }
2733 to {
2734 room {
2735 map: "the_entry"
2736 name: "Starting Room"
2737 }
2738 }
2739 oneway: true
346} 2740}