summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-17 14:00:30 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-17 14:00:30 -0400
commit9f3c1fe983e37441978781f25da65d41eec4ad6e (patch)
treefb5363ea9a40d7e0c0f0d729797eda3e53905ec0 /data/connections.txtpb
parent7f4eddaa7faf72b3eeee5c15eeaaeede7e1257c4 (diff)
downloadlingo2-archipelago-9f3c1fe983e37441978781f25da65d41eec4ad6e.tar.gz
lingo2-archipelago-9f3c1fe983e37441978781f25da65d41eec4ad6e.tar.bz2
lingo2-archipelago-9f3c1fe983e37441978781f25da65d41eec4ad6e.zip
Added the_partial
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb35
1 files changed, 33 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 0522355..b0a930e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -3,7 +3,6 @@
3# the_entry/Lime Room/DAEDALUS 3# the_entry/Lime Room/DAEDALUS
4# the_entry/Lime Room/REVITALIZED 4# the_entry/Lime Room/REVITALIZED
5# the_entry/Shop Entrance/SHOP 5# the_entry/Shop Entrance/SHOP
6# the_entry/Right Eye/PSYCHIC
7# the_entry/Link Area/PYRAMID 6# the_entry/Link Area/PYRAMID
8# four_rooms/Examples Room/DAEDALUS 7# four_rooms/Examples Room/DAEDALUS
9# control center -> the_ancient 8# control center -> the_ancient
@@ -34,7 +33,6 @@
34# the_gallery/Main Area/SUNTEMPLE 33# the_gallery/Main Area/SUNTEMPLE
35# the_great/Purple Room/DAEDALUS 34# the_great/Purple Room/DAEDALUS
36# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) 35# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this)
37# the_great/West Side/PARTIAL
38# the_great/West Side/CC 36# the_great/West Side/CC
39# the_great/Back Area/UNKEMPT 37# the_great/Back Area/UNKEMPT
40# the_great/Back Area/THREEDOORS 38# the_great/Back Area/THREEDOORS
@@ -52,6 +50,7 @@
52# the_nuanced/Main Room/UNYIELDING 50# the_nuanced/Main Room/UNYIELDING
53# the_owl/Magenta Hallway/STURDY 51# the_owl/Magenta Hallway/STURDY
54# the_parthenon/Main Area/REVITALIZED 52# the_parthenon/Main Area/REVITALIZED
53# the_partial/Control Center Entrance/CC
55connections { 54connections {
56 from { 55 from {
57 port { 56 port {
@@ -877,3 +876,35 @@ connections {
877 } 876 }
878 } 877 }
879} 878}
879connections {
880 from {
881 painting {
882 map: "the_entry"
883 room: "Right Eye"
884 name: "PSYCHIC"
885 }
886 }
887 to {
888 room {
889 map: "the_partial"
890 name: "Obverse Side"
891 }
892 }
893 oneway: true
894}
895connections {
896 from {
897 port {
898 map: "the_great"
899 room: "West Side"
900 name: "PARTIAL"
901 }
902 }
903 to {
904 port {
905 map: "the_partial"
906 room: "Obverse Side"
907 name: "GREAT"
908 }
909 }
910}