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.txtpb690
1 files changed, 661 insertions, 29 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 2b71f7d..8d75dab 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -1,19 +1,3 @@
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
15# the_tenacious/Control Center Entrance/CC
16# the_unkempt/Control Center Entrance/CC
17connections { 1connections {
18 from { 2 from {
19 port { 3 port {
@@ -34,7 +18,7 @@ connections {
34 from { 18 from {
35 port { 19 port {
36 map: "the_entry" 20 map: "the_entry"
37 room: "Flipped Second Room" 21 room: "Four Rooms Entrance"
38 name: "FOUR" 22 name: "FOUR"
39 } 23 }
40 } 24 }
@@ -155,7 +139,7 @@ connections {
155 to { 139 to {
156 port { 140 port {
157 map: "the_darkroom" 141 map: "the_darkroom"
158 room: "First Room" 142 room: "Cyan Hallway"
159 name: "COLORFUL" 143 name: "COLORFUL"
160 } 144 }
161 } 145 }
@@ -171,7 +155,7 @@ connections {
171 to { 155 to {
172 port { 156 port {
173 map: "the_darkroom" 157 map: "the_darkroom"
174 room: "Second Room" 158 room: "Congruent Entrance"
175 name: "CONGRUENT" 159 name: "CONGRUENT"
176 } 160 }
177 } 161 }
@@ -247,7 +231,7 @@ connections {
247 from { 231 from {
248 port { 232 port {
249 map: "the_darkroom" 233 map: "the_darkroom"
250 room: "First Room" 234 room: "Double Sided Entrance"
251 name: "DOUBLESIDED" 235 name: "DOUBLESIDED"
252 } 236 }
253 } 237 }
@@ -322,6 +306,23 @@ connections {
322 name: "GALLERY" 306 name: "GALLERY"
323 } 307 }
324 } 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
325} 326}
326connections { 327connections {
327 from { 328 from {
@@ -632,7 +633,7 @@ connections {
632 from { 633 from {
633 port { 634 port {
634 map: "the_entry" 635 map: "the_entry"
635 room: "Link Area" 636 room: "Liberated Entrance"
636 name: "BLUE" 637 name: "BLUE"
637 } 638 }
638 } 639 }
@@ -680,7 +681,7 @@ connections {
680 from { 681 from {
681 port { 682 port {
682 map: "the_entry" 683 map: "the_entry"
683 room: "Link Area" 684 room: "Literate Entrance"
684 name: "BROWN" 685 name: "BROWN"
685 } 686 }
686 } 687 }
@@ -728,7 +729,7 @@ connections {
728 from { 729 from {
729 port { 730 port {
730 map: "the_orb" 731 map: "the_orb"
731 room: "B Room" 732 room: "Middle Room"
732 name: "MID" 733 name: "MID"
733 } 734 }
734 } 735 }
@@ -855,6 +856,8 @@ connections {
855 } 856 }
856 oneway: true 857 oneway: true
857} 858}
859# Two one-way connections because the CLUE panel only needs to be solved to
860# go from The Great to The Partial.
858connections { 861connections {
859 from { 862 from {
860 port { 863 port {
@@ -870,6 +873,25 @@ connections {
870 name: "GREAT" 873 name: "GREAT"
871 } 874 }
872 } 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
873} 895}
874connections { 896connections {
875 from { 897 from {
@@ -939,7 +961,7 @@ connections {
939 from { 961 from {
940 port { 962 port {
941 map: "the_entry" 963 map: "the_entry"
942 room: "Lime Room" 964 room: "Revitalized Entrance"
943 name: "REVITALIZED" 965 name: "REVITALIZED"
944 } 966 }
945 } 967 }
@@ -1207,6 +1229,7 @@ connections {
1207 } 1229 }
1208 } 1230 }
1209 oneway: true 1231 oneway: true
1232 roof_access: true
1210} 1233}
1211connections { 1234connections {
1212 from { 1235 from {
@@ -1412,7 +1435,7 @@ connections {
1412 to { 1435 to {
1413 room { 1436 room {
1414 map: "daedalus" 1437 map: "daedalus"
1415 name: "Roof" 1438 name: "Castle"
1416 } 1439 }
1417 } 1440 }
1418 oneway: true 1441 oneway: true
@@ -1448,7 +1471,6 @@ connections {
1448 name: "GREAT" 1471 name: "GREAT"
1449 } 1472 }
1450 } 1473 }
1451 door { map: "the_great" name: "Daedalus Entrance" }
1452 oneway: true 1474 oneway: true
1453} 1475}
1454connections { 1476connections {
@@ -1467,6 +1489,7 @@ connections {
1467 } 1489 }
1468 } 1490 }
1469 oneway: true 1491 oneway: true
1492 bypass_target_door: true
1470} 1493}
1471connections { 1494connections {
1472 from { 1495 from {
@@ -1539,6 +1562,23 @@ connections {
1539 painting { 1562 painting {
1540 map: "the_sturdy" 1563 map: "the_sturdy"
1541 room: "S2 Area" 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"
1542 name: "RAINBOW" 1582 name: "RAINBOW"
1543 } 1583 }
1544 } 1584 }
@@ -1762,12 +1802,13 @@ connections {
1762 } 1802 }
1763 } 1803 }
1764 oneway: true 1804 oneway: true
1805 bypass_target_door: true
1765} 1806}
1766connections { 1807connections {
1767 from { 1808 from {
1768 port { 1809 port {
1769 map: "the_bearer" 1810 map: "the_bearer"
1770 room: "Back Area" 1811 room: "Tree Entrance"
1771 name: "TREE" 1812 name: "TREE"
1772 } 1813 }
1773 } 1814 }
@@ -1844,7 +1885,6 @@ connections {
1844 } 1885 }
1845} 1886}
1846connections { 1887connections {
1847 # Two one-way connections because the door only blocks one direction.
1848 from { 1888 from {
1849 port { 1889 port {
1850 map: "the_great" 1890 map: "the_great"
@@ -1861,6 +1901,7 @@ connections {
1861 } 1901 }
1862} 1902}
1863connections { 1903connections {
1904 # Two one-way connections because the door only blocks one direction.
1864 from { 1905 from {
1865 port { 1906 port {
1866 map: "the_unkempt" 1907 map: "the_unkempt"
@@ -1893,6 +1934,7 @@ connections {
1893 } 1934 }
1894 } 1935 }
1895 oneway: true 1936 oneway: true
1937 bypass_target_door: true
1896} 1938}
1897connections { 1939connections {
1898 from { 1940 from {
@@ -2036,7 +2078,7 @@ connections {
2036 to { 2078 to {
2037 room { 2079 room {
2038 map: "the_wondrous" 2080 map: "the_wondrous"
2039 name: "Regular" 2081 name: "Huge"
2040 } 2082 }
2041 } 2083 }
2042 oneway: true 2084 oneway: true
@@ -2106,3 +2148,593 @@ connections {
2106 } 2148 }
2107 oneway: true 2149 oneway: true
2108} 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"
2191 name: "Main Area"
2192 }
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 }
2219 oneway: true
2220}
2221connections {
2222 from {
2223 port {
2224 map: "the_between"
2225 room: "Control Center Side"
2226 name: "CC"
2227 }
2228 }
2229 to {
2230 port {
2231 map: "control_center"
2232 room: "Between Entrance"
2233 name: "BETWEEN"
2234 }
2235 }
2236}
2237connections {
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 {
2255 port {
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"
2273 room: "Main Area"
2274 name: "LEFT"
2275 }
2276 }
2277 to {
2278 port {
2279 map: "control_center"
2280 room: "Main Area"
2281 name: "LEFT"
2282 }
2283 }
2284}
2285connections {
2286 from {
2287 port {
2288 map: "the_hinterlands"
2289 room: "Main Area"
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"
2499 }
2500 }
2501 to {
2502 port {
2503 map: "icarus"
2504 room: "Welcome Spine (Obverse)"
2505 name: "WORLDPORT"
2506 }
2507 }
2508}
2509connections {
2510 from {
2511 panel {
2512 map: "the_entry"
2513 room: "Starting Room"
2514 name: "Gift Maps"
2515 answer: "icely"
2516 }
2517 }
2518 to {
2519 room {
2520 map: "the_advanced"
2521 name: "Main Area"
2522 }
2523 }
2524 oneway: true
2525}
2526connections {
2527 from {
2528 port {
2529 map: "the_advanced"
2530 room: "Main Area"
2531 name: "WORLDPORT"
2532 }
2533 }
2534 to {
2535 room {
2536 map: "the_entry"
2537 name: "Starting Room"
2538 }
2539 }
2540 oneway: true
2541}
2542connections {
2543 from {
2544 panel {
2545 map: "the_entry"
2546 room: "Starting Room"
2547 name: "Gift Maps"
2548 answer: "souvey"
2549 }
2550 }
2551 to {
2552 room {
2553 map: "the_charismatic"
2554 name: "Main Area"
2555 }
2556 }
2557 oneway: true
2558}
2559connections {
2560 from {
2561 port {
2562 map: "the_charismatic"
2563 room: "Main Area"
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"
2582 }
2583 }
2584 to {
2585 room {
2586 map: "the_crystalline"
2587 name: "Main Area"
2588 }
2589 }
2590 oneway: true
2591}
2592connections {
2593 from {
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 {
2627 map: "the_entry"
2628 room: "Starting Room"
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"
2671 }
2672 }
2673 oneway: true
2674}
2675connections {
2676 from {
2677 port {
2678 map: "the_stellar"
2679 room: "Starting Room"
2680 name: "WORLDPORT"
2681 }
2682 }
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 {
2727 port {
2728 map: "the_fuzzy"
2729 room: "Main Area"
2730 name: "WORLDPORT"
2731 }
2732 }
2733 to {
2734 room {
2735 map: "the_entry"
2736 name: "Starting Room"
2737 }
2738 }
2739 oneway: true
2740}