summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 14:42:32 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 14:42:32 -0400
commit53ad8e2f3e5fcf9cf9d5d4628498557e0f5500e8 (patch)
treee751b0fc28596363babba52737b331c7dc5b5aa8 /data/connections.txtpb
parent2d5726834cd1ab9777ac36da837aa48669685008 (diff)
downloadlingo2-archipelago-53ad8e2f3e5fcf9cf9d5d4628498557e0f5500e8.tar.gz
lingo2-archipelago-53ad8e2f3e5fcf9cf9d5d4628498557e0f5500e8.tar.bz2
lingo2-archipelago-53ad8e2f3e5fcf9cf9d5d4628498557e0f5500e8.zip
Added the_sturdy
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 4f77466..a8ed671 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -10,7 +10,6 @@
10# the_bearer/Entry/UNYIELDING 10# the_bearer/Entry/UNYIELDING
11# the_bearer/Back Area/DAEDALUS 11# the_bearer/Back Area/DAEDALUS
12# the_between/Control Center Side/CC 12# the_between/Control Center Side/CC
13# the_colorful/Cyan Hallway/STURDY
14# the_digital/Main Area/UNYIELDING 13# the_digital/Main Area/UNYIELDING
15# the_digital/Tree Area/TREE 14# the_digital/Tree Area/TREE
16# the_gallery/Daedalus Extension/EYE 15# the_gallery/Daedalus Extension/EYE
@@ -46,7 +45,6 @@
46# the_liberated/Painting Room/PYRAMID 45# the_liberated/Painting Room/PYRAMID
47# the_literate/Painting Room/PYRAMID 46# the_literate/Painting Room/PYRAMID
48# the_nuanced/Main Room/UNYIELDING 47# the_nuanced/Main Room/UNYIELDING
49# the_owl/Magenta Hallway/STURDY
50# the_partial/Control Center Entrance/CC 48# the_partial/Control Center Entrance/CC
51# the_perceptive/Main Area/CC 49# the_perceptive/Main Area/CC
52# the_plaza/Main Area/UNYIELDING 50# the_plaza/Main Area/UNYIELDING
@@ -55,6 +53,7 @@
55# cc -> relentless (don't use port objects) 53# cc -> relentless (don't use port objects)
56# the_repetitive/Main Room/CC 54# the_repetitive/Main Room/CC
57# cc <-> the shop (keyholder door only needed one way) 55# cc <-> the shop (keyholder door only needed one way)
56# the_sturdy/S2 Area/RAINBOW
58connections { 57connections {
59 from { 58 from {
60 port { 59 port {
@@ -1073,3 +1072,35 @@ connections {
1073 } 1072 }
1074 oneway: true 1073 oneway: true
1075} 1074}
1075connections {
1076 from {
1077 port {
1078 map: "the_colorful"
1079 room: "Cyan Hallway"
1080 name: "STURDY"
1081 }
1082 }
1083 to {
1084 port {
1085 map: "the_sturdy"
1086 room: "Main Area"
1087 name: "COLORFUL"
1088 }
1089 }
1090}
1091connections {
1092 from {
1093 port {
1094 map: "the_owl"
1095 room: "Magenta Hallway"
1096 name: "STURDY"
1097 }
1098 }
1099 to {
1100 port {
1101 map: "the_sturdy"
1102 room: "Main Area"
1103 name: "OWL"
1104 }
1105 }
1106}