diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:46:42 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:46:42 -0400 |
commit | a5ccb21fcd037f5675a7c7209884be92d383a159 (patch) | |
tree | fdc0d2abd1b5d0351cea2da0e2da7b1312ceb775 /data/connections.txtpb | |
parent | 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (diff) | |
download | lingo2-archipelago-a5ccb21fcd037f5675a7c7209884be92d383a159.tar.gz lingo2-archipelago-a5ccb21fcd037f5675a7c7209884be92d383a159.tar.bz2 lingo2-archipelago-a5ccb21fcd037f5675a7c7209884be92d383a159.zip |
Added the_unyielding
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 86 |
1 files changed, 81 insertions, 5 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index ee27373..a533e85 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -7,10 +7,8 @@ | |||
7 | # four_rooms/Examples Room/DAEDALUS | 7 | # four_rooms/Examples Room/DAEDALUS |
8 | # control center -> the_ancient | 8 | # control center -> the_ancient |
9 | # the_bearer/Back Area/TREE | 9 | # the_bearer/Back Area/TREE |
10 | # the_bearer/Entry/UNYIELDING | ||
11 | # the_bearer/Back Area/DAEDALUS | 10 | # the_bearer/Back Area/DAEDALUS |
12 | # the_between/Control Center Side/CC | 11 | # the_between/Control Center Side/CC |
13 | # the_digital/Main Area/UNYIELDING | ||
14 | # the_digital/Tree Area/TREE | 12 | # the_digital/Tree Area/TREE |
15 | # the_gallery/Daedalus Extension/EYE | 13 | # the_gallery/Daedalus Extension/EYE |
16 | # the_gallery/Daedalus Extension/PYRAMID | 14 | # the_gallery/Daedalus Extension/PYRAMID |
@@ -21,7 +19,6 @@ | |||
21 | # the_gallery/Daedalus Extension/SNAKE | 19 | # the_gallery/Daedalus Extension/SNAKE |
22 | # the_gallery/Main Area/WISE | 20 | # the_gallery/Main Area/WISE |
23 | # the_gallery/Main Area/TREE | 21 | # the_gallery/Main Area/TREE |
24 | # the_gallery/Main Area/UNYIELDING | ||
25 | # the_gallery/Main Area/CC | 22 | # the_gallery/Main Area/CC |
26 | # the_gallery/Main Area/TOWER | 23 | # the_gallery/Main Area/TOWER |
27 | # the_gallery/Main Area/WONDROUS | 24 | # the_gallery/Main Area/WONDROUS |
@@ -43,10 +40,8 @@ | |||
43 | # the_hive/Main Area/DAED3 | 40 | # the_hive/Main Area/DAED3 |
44 | # the_liberated/Painting Room/PYRAMID | 41 | # the_liberated/Painting Room/PYRAMID |
45 | # the_literate/Painting Room/PYRAMID | 42 | # the_literate/Painting Room/PYRAMID |
46 | # the_nuanced/Main Room/UNYIELDING | ||
47 | # the_partial/Control Center Entrance/CC | 43 | # the_partial/Control Center Entrance/CC |
48 | # the_perceptive/Main Area/CC | 44 | # the_perceptive/Main Area/CC |
49 | # the_plaza/Main Area/UNYIELDING | ||
50 | # the_plaza/Symbolic Entrance/SYMBOLIC | 45 | # the_plaza/Symbolic Entrance/SYMBOLIC |
51 | # the_quiet/Main Area/DAEDALUS | 46 | # the_quiet/Main Area/DAEDALUS |
52 | # cc -> relentless (don't use port objects) | 47 | # cc -> relentless (don't use port objects) |
@@ -56,6 +51,7 @@ | |||
56 | # the_sun_temple/Entrance/UNKEMPT | 51 | # the_sun_temple/Entrance/UNKEMPT |
57 | # the_sweet/Main Area/EXIT1 | 52 | # the_sweet/Main Area/EXIT1 |
58 | # the_sweet/Main Area/EXIT2 | 53 | # the_sweet/Main Area/EXIT2 |
54 | # the_unyielding/Central Connected Area/BACK (panel) | ||
59 | connections { | 55 | connections { |
60 | from { | 56 | from { |
61 | port { | 57 | port { |
@@ -1122,3 +1118,83 @@ connections { | |||
1122 | } | 1118 | } |
1123 | oneway: true | 1119 | oneway: true |
1124 | } | 1120 | } |
1121 | connections { | ||
1122 | from { | ||
1123 | port { | ||
1124 | map: "the_unyielding" | ||
1125 | room: "Bearer Entrance" | ||
1126 | name: "BEARER" | ||
1127 | } | ||
1128 | } | ||
1129 | to { | ||
1130 | port { | ||
1131 | map: "the_bearer" | ||
1132 | room: "Entry" | ||
1133 | name: "UNYIELDING" | ||
1134 | } | ||
1135 | } | ||
1136 | } | ||
1137 | connections { | ||
1138 | from { | ||
1139 | port { | ||
1140 | map: "the_digital" | ||
1141 | room: "Unyielding Entrance" | ||
1142 | name: "UNYIELDING" | ||
1143 | } | ||
1144 | } | ||
1145 | to { | ||
1146 | port { | ||
1147 | map: "the_unyielding" | ||
1148 | room: "Digital Entrance" | ||
1149 | name: "DIGITAL" | ||
1150 | } | ||
1151 | } | ||
1152 | } | ||
1153 | connections { | ||
1154 | from { | ||
1155 | painting { | ||
1156 | map: "the_gallery" | ||
1157 | room: "Main Area" | ||
1158 | name: "UNYIELDING" | ||
1159 | } | ||
1160 | } | ||
1161 | to { | ||
1162 | room { | ||
1163 | map: "the_unyielding" | ||
1164 | name: "Digital Entrance" | ||
1165 | } | ||
1166 | } | ||
1167 | oneway: true | ||
1168 | } | ||
1169 | connections { | ||
1170 | from { | ||
1171 | port { | ||
1172 | map: "the_unyielding" | ||
1173 | room: "Nuanced Entrance" | ||
1174 | name: "NUANCED" | ||
1175 | } | ||
1176 | } | ||
1177 | to { | ||
1178 | port { | ||
1179 | map: "the_nuanced" | ||
1180 | room: "Main Room" | ||
1181 | name: "UNYIELDING" | ||
1182 | } | ||
1183 | } | ||
1184 | } | ||
1185 | connections { | ||
1186 | from { | ||
1187 | port { | ||
1188 | map: "the_plaza" | ||
1189 | room: "Main Area" | ||
1190 | name: "UNYIELDING" | ||
1191 | } | ||
1192 | } | ||
1193 | to { | ||
1194 | port { | ||
1195 | map: "the_unyielding" | ||
1196 | room: "Plaza Entrance" | ||
1197 | name: "PLAZA" | ||
1198 | } | ||
1199 | } | ||
1200 | } | ||