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.txtpb82
1 files changed, 82 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 5027215..12d6cfe 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -2522,3 +2522,85 @@ connections {
2522 } 2522 }
2523 oneway: true 2523 oneway: true
2524} 2524}
2525connections {
2526 from {
2527 panel {
2528 map: "the_entry"
2529 room: "Starting Room"
2530 name: "Gift Maps"
2531 answer: "souvey"
2532 }
2533 }
2534 to {
2535 room {
2536 map: "the_charismatic"
2537 name: "Main Area"
2538 }
2539 }
2540 oneway: true
2541}
2542connections {
2543 from {
2544 port {
2545 map: "the_charismatic"
2546 room: "Main Area"
2547 name: "WORLDPORT"
2548 }
2549 }
2550 to {
2551 room {
2552 map: "the_entry"
2553 name: "Starting Room"
2554 }
2555 }
2556 oneway: true
2557}
2558connections {
2559 from {
2560 panel {
2561 map: "the_entry"
2562 room: "Starting Room"
2563 name: "Gift Maps"
2564 answer: "q"
2565 }
2566 }
2567 to {
2568 room {
2569 map: "the_crystalline"
2570 name: "Main Area"
2571 }
2572 }
2573 oneway: true
2574}
2575connections {
2576 from {
2577 port {
2578 map: "the_crystalline"
2579 room: "Main Area"
2580 name: "WORLDPORT"
2581 }
2582 }
2583 to {
2584 room {
2585 map: "the_entry"
2586 name: "Starting Room"
2587 }
2588 }
2589 oneway: true
2590}
2591connections {
2592 # Possibly the most cursed connection in the entire game.
2593 from {
2594 room {
2595 map: "the_crystalline"
2596 name: "Flip Area"
2597 }
2598 }
2599 to {
2600 room {
2601 map: "icarus"
2602 name: "Welcome Spine (Obverse)"
2603 }
2604 }
2605 oneway: true
2606}