diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 09:10:54 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 09:10:54 -0400 |
| commit | 3cd16688ea2f467a16473b6b3c4cbb61e0819a1f (patch) | |
| tree | c0a7abe679271ee135e5f2d044b9e0ebcea9dcb6 /data/connections.txtpb | |
| parent | 33b078f78cc77b8f99607ce31ff79a7ac9ac3dc4 (diff) | |
| download | lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.tar.gz lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.tar.bz2 lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.zip | |
Added the_orb
Diffstat (limited to 'data/connections.txtpb')
| -rw-r--r-- | data/connections.txtpb | 51 |
1 files changed, 50 insertions, 1 deletions
| diff --git a/data/connections.txtpb b/data/connections.txtpb index 054dae7..e3a0ed6 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
| @@ -18,7 +18,6 @@ | |||
| 18 | # the_digital/Main Area/UNYIELDING | 18 | # the_digital/Main Area/UNYIELDING |
| 19 | # the_digital/Tree Area/TREE | 19 | # the_digital/Tree Area/TREE |
| 20 | # the_great/Purple Room/DAEDALUS | 20 | # the_great/Purple Room/DAEDALUS |
| 21 | # the_great/Main Area/ORB | ||
| 22 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) | 21 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) |
| 23 | # the_great/West Side/PARTIAL | 22 | # the_great/West Side/PARTIAL |
| 24 | # the_great/West Side/CC | 23 | # the_great/West Side/CC |
| @@ -730,3 +729,53 @@ connections { | |||
| 730 | } | 729 | } |
| 731 | } | 730 | } |
| 732 | } | 731 | } |
| 732 | connections { | ||
| 733 | from { | ||
| 734 | port { | ||
| 735 | map: "the_great" | ||
| 736 | room: "Main Area" | ||
| 737 | name: "ORB" | ||
| 738 | } | ||
| 739 | } | ||
| 740 | to { | ||
| 741 | port { | ||
| 742 | map: "the_orb" | ||
| 743 | room: "Main Area" | ||
| 744 | name: "GREAT" | ||
| 745 | } | ||
| 746 | } | ||
| 747 | } | ||
| 748 | connections { | ||
| 749 | from { | ||
| 750 | port { | ||
| 751 | map: "the_orb" | ||
| 752 | room: "B Room" | ||
| 753 | name: "MID" | ||
| 754 | } | ||
| 755 | } | ||
| 756 | to { | ||
| 757 | port { | ||
| 758 | map: "the_great" | ||
| 759 | room: "Main Area" | ||
| 760 | name: "ORB" | ||
| 761 | } | ||
| 762 | } | ||
| 763 | oneway: true | ||
| 764 | } | ||
| 765 | connections { | ||
| 766 | from { | ||
| 767 | port { | ||
| 768 | map: "the_orb" | ||
| 769 | room: "B Room" | ||
| 770 | name: "FINAL" | ||
| 771 | } | ||
| 772 | } | ||
| 773 | to { | ||
| 774 | port { | ||
| 775 | map: "the_great" | ||
| 776 | room: "Main Area" | ||
| 777 | name: "ORB" | ||
| 778 | } | ||
| 779 | } | ||
| 780 | oneway: true | ||
| 781 | } | ||
