about summary refs log tree commit diff stats
path: root/data/maps/the_between/rooms
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 16:23:58 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 16:23:58 -0400
commit9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch)
tree43b96868c78ee7e42d778f838006b2cb77d28603 /data/maps/the_between/rooms
parent8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff)
downloadlingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.gz
lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.bz2
lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.zip
Converted puzzle symbols to an enum
Diffstat (limited to 'data/maps/the_between/rooms')
-rw-r--r--data/maps/the_between/rooms/Main Area.txtpb56
1 files changed, 28 insertions, 28 deletions
diff --git a/data/maps/the_between/rooms/Main Area.txtpb b/data/maps/the_between/rooms/Main Area.txtpb index 164493d..a8e15a9 100644 --- a/data/maps/the_between/rooms/Main Area.txtpb +++ b/data/maps/the_between/rooms/Main Area.txtpb
@@ -5,99 +5,99 @@ panels {
5 path: "Panels/Room 1/panel_1" 5 path: "Panels/Room 1/panel_1"
6 clue: "new" 6 clue: "new"
7 answer: "knew" 7 answer: "knew"
8 symbols: "zero" 8 symbols: ZERO
9} 9}
10panels { 10panels {
11 name: "DOLLARS" 11 name: "DOLLARS"
12 path: "Panels/Room 1/panel_2" 12 path: "Panels/Room 1/panel_2"
13 clue: "dollars" 13 clue: "dollars"
14 answer: "cents" 14 answer: "cents"
15 symbols: "pyramid" 15 symbols: PYRAMID
16} 16}
17panels { 17panels {
18 name: "NEW DOLLARS" 18 name: "NEW DOLLARS"
19 path: "Panels/Room 1/panel_3" 19 path: "Panels/Room 1/panel_3"
20 clue: "" 20 clue: ""
21 answer: "nuisance" 21 answer: "nuisance"
22 symbols: "zero" 22 symbols: ZERO
23 symbols: "lingo" 23 symbols: LINGO
24} 24}
25panels { 25panels {
26 name: "SHINE" 26 name: "SHINE"
27 path: "Panels/Room 1/panel_4" 27 path: "Panels/Room 1/panel_4"
28 clue: "shine" 28 clue: "shine"
29 answer: "rain" 29 answer: "rain"
30 symbols: "sun" 30 symbols: SUN
31} 31}
32panels { 32panels {
33 name: "CURTSY" 33 name: "CURTSY"
34 path: "Panels/Room 1/panel_5" 34 path: "Panels/Room 1/panel_5"
35 clue: "curtsy" 35 clue: "curtsy"
36 answer: "bow" 36 answer: "bow"
37 symbols: "sun" 37 symbols: SUN
38} 38}
39panels { 39panels {
40 name: "SHINE CURTSY" 40 name: "SHINE CURTSY"
41 path: "Panels/Room 1/panel_6" 41 path: "Panels/Room 1/panel_6"
42 clue: "" 42 clue: ""
43 answer: "rainbow" 43 answer: "rainbow"
44 symbols: "lingo" 44 symbols: LINGO
45} 45}
46panels { 46panels {
47 name: "SUN" 47 name: "SUN"
48 path: "Panels/Room 1/panel_7" 48 path: "Panels/Room 1/panel_7"
49 clue: "sun" 49 clue: "sun"
50 answer: "star" 50 answer: "star"
51 symbols: "example" 51 symbols: EXAMPLE
52} 52}
53panels { 53panels {
54 name: "KOI" 54 name: "KOI"
55 path: "Panels/Room 1/panel_8" 55 path: "Panels/Room 1/panel_8"
56 clue: "koi" 56 clue: "koi"
57 answer: "fish" 57 answer: "fish"
58 symbols: "example" 58 symbols: EXAMPLE
59} 59}
60panels { 60panels {
61 name: "SUN KOI" 61 name: "SUN KOI"
62 path: "Panels/Room 1/panel_9" 62 path: "Panels/Room 1/panel_9"
63 clue: "" 63 clue: ""
64 answer: "starfish" 64 answer: "starfish"
65 symbols: "lingo" 65 symbols: LINGO
66} 66}
67panels { 67panels {
68 name: "MOON" 68 name: "MOON"
69 path: "Panels/Room 1/panel_10" 69 path: "Panels/Room 1/panel_10"
70 clue: "moon" 70 clue: "moon"
71 answer: "sun" 71 answer: "sun"
72 symbols: "sun" 72 symbols: SUN
73} 73}
74panels { 74panels {
75 name: "POWER" 75 name: "POWER"
76 path: "Panels/Room 1/panel_11" 76 path: "Panels/Room 1/panel_11"
77 clue: "power" 77 clue: "power"
78 answer: "flower" 78 answer: "flower"
79 symbols: "zero" 79 symbols: ZERO
80} 80}
81panels { 81panels {
82 name: "MOON POWER" 82 name: "MOON POWER"
83 path: "Panels/Room 1/panel_12" 83 path: "Panels/Room 1/panel_12"
84 clue: "" 84 clue: ""
85 answer: "sunflower" 85 answer: "sunflower"
86 symbols: "lingo" 86 symbols: LINGO
87} 87}
88panels { 88panels {
89 name: "FOUR" 89 name: "FOUR"
90 path: "Panels/Room 1/panel_13" 90 path: "Panels/Room 1/panel_13"
91 clue: "four" 91 clue: "four"
92 answer: "for" 92 answer: "for"
93 symbols: "zero" 93 symbols: ZERO
94} 94}
95panels { 95panels {
96 name: "CAUGHT" 96 name: "CAUGHT"
97 path: "Panels/Room 1/panel_14" 97 path: "Panels/Room 1/panel_14"
98 clue: "caught" 98 clue: "caught"
99 answer: "got" 99 answer: "got"
100 symbols: "zero" 100 symbols: ZERO
101} 101}
102panels { 102panels {
103 name: "NET" 103 name: "NET"
@@ -110,91 +110,91 @@ panels {
110 path: "Panels/Room 1/panel_16" 110 path: "Panels/Room 1/panel_16"
111 clue: "" 111 clue: ""
112 answer: "forgotten" 112 answer: "forgotten"
113 symbols: "lingo" 113 symbols: LINGO
114} 114}
115panels { 115panels {
116 name: "OUT" 116 name: "OUT"
117 path: "Panels/Room 1/panel_17" 117 path: "Panels/Room 1/panel_17"
118 clue: "out" 118 clue: "out"
119 answer: "in" 119 answer: "in"
120 symbols: "sun" 120 symbols: SUN
121} 121}
122panels { 122panels {
123 name: "SEW" 123 name: "SEW"
124 path: "Panels/Room 1/panel_18" 124 path: "Panels/Room 1/panel_18"
125 clue: "sew" 125 clue: "sew"
126 answer: "so" 126 answer: "so"
127 symbols: "zero" 127 symbols: ZERO
128} 128}
129panels { 129panels {
130 name: "NEAR" 130 name: "NEAR"
131 path: "Panels/Room 1/panel_19" 131 path: "Panels/Room 1/panel_19"
132 clue: "near" 132 clue: "near"
133 answer: "far" 133 answer: "far"
134 symbols: "sun" 134 symbols: SUN
135} 135}
136panels { 136panels {
137 name: "OUT SEW NEAR" 137 name: "OUT SEW NEAR"
138 path: "Panels/Room 1/panel_20" 138 path: "Panels/Room 1/panel_20"
139 clue: "" 139 clue: ""
140 answer: "insofar" 140 answer: "insofar"
141 symbols: "lingo" 141 symbols: LINGO
142} 142}
143panels { 143panels {
144 name: "CHOP" 144 name: "CHOP"
145 path: "Panels/Room 1/panel_21" 145 path: "Panels/Room 1/panel_21"
146 clue: "chop" 146 clue: "chop"
147 answer: "cop" 147 answer: "cop"
148 symbols: "sparkles" 148 symbols: SPARKLES
149} 149}
150panels { 150panels {
151 name: "YOU" 151 name: "YOU"
152 path: "Panels/Room 1/panel_22" 152 path: "Panels/Room 1/panel_22"
153 clue: "you" 153 clue: "you"
154 answer: "i" 154 answer: "i"
155 symbols: "sun" 155 symbols: SUN
156} 156}
157panels { 157panels {
158 name: "PLOT" 158 name: "PLOT"
159 path: "Panels/Room 1/panel_23" 159 path: "Panels/Room 1/panel_23"
160 clue: "plot" 160 clue: "plot"
161 answer: "lot" 161 answer: "lot"
162 symbols: "sparkles" 162 symbols: SPARKLES
163} 163}
164panels { 164panels {
165 name: "CHOP YOU PLOT" 165 name: "CHOP YOU PLOT"
166 path: "Panels/Room 1/panel_24" 166 path: "Panels/Room 1/panel_24"
167 clue: "" 167 clue: ""
168 answer: "copilot" 168 answer: "copilot"
169 symbols: "lingo" 169 symbols: LINGO
170} 170}
171panels { 171panels {
172 name: "GREEN" 172 name: "GREEN"
173 path: "Panels/Room 1/panel_25" 173 path: "Panels/Room 1/panel_25"
174 clue: "green" 174 clue: "green"
175 answer: "red" 175 answer: "red"
176 symbols: "sun" 176 symbols: SUN
177} 177}
178panels { 178panels {
179 name: "THINK" 179 name: "THINK"
180 path: "Panels/Room 1/panel_26" 180 path: "Panels/Room 1/panel_26"
181 clue: "think" 181 clue: "think"
182 answer: "act" 182 answer: "act"
183 symbols: "sun" 183 symbols: SUN
184} 184}
185panels { 185panels {
186 name: "LION" 186 name: "LION"
187 path: "Panels/Room 1/panel_27" 187 path: "Panels/Room 1/panel_27"
188 clue: "lion" 188 clue: "lion"
189 answer: "ion" 189 answer: "ion"
190 symbols: "sparkles" 190 symbols: SPARKLES
191} 191}
192panels { 192panels {
193 name: "GREEN THINK LION" 193 name: "GREEN THINK LION"
194 path: "Panels/Room 1/panel_28" 194 path: "Panels/Room 1/panel_28"
195 clue: "" 195 clue: ""
196 answer: "redaction" 196 answer: "redaction"
197 symbols: "lingo" 197 symbols: LINGO
198} 198}
199ports { 199ports {
200 name: "GREAT" 200 name: "GREAT"
#n2322'>2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463
# TODO
# daedalus/roof -> icarus
connections {
  from {
    port {
      map: "the_entry"
      room: "Gallery Return"
      name: "GALLERY"
    }
  }
  to {
    port {
      map: "the_gallery"
      room: "Main Area"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Four Rooms Entrance"
      name: "FOUR"
    }
  }
  to {
    port {
      map: "four_rooms"
      room: "Synonyms Room"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Least Blue Last"
      name: "DARKROOM"
    }
  }
  to {
    port {
      map: "the_darkroom"
      room: "First Room"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_darkroom"
      room: "Second Room"
      name: "ENTRY"
    }
  }
  to {
    port {
      map: "the_entry"
      room: "Least Blue Last"
      name: "DARKROOM"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_darkroom"
      room: "Third Room"
      name: "ENTRY"
    }
  }
  to {
    port {
      map: "the_entry"
      room: "Least Blue Last"
      name: "DARKROOM"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_between"
      room: "Control Center Side"
      name: "EYE"
    }
  }
  to {
    room {
      map: "the_entry"
      name: "Eye Room"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "ENTRY"
    }
  }
  to {
    room {
      map: "the_entry"
      name: "Eye Room"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_bearer"
      room: "Butterfly Room"
      name: "BUTTERFLY"
    }
  }
  to {
    room {
      map: "the_butterfly"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_colorful"
      room: "Cyan Hallway"
      name: "DARKROOM"
    }
  }
  to {
    port {
      map: "the_darkroom"
      room: "Cyan Hallway"
      name: "COLORFUL"
    }
  }
}
connections {
  from {
    port {
      map: "the_congruent"
      room: "Main Area"
      name: "DARKROOM"
    }
  }
  to {
    port {
      map: "the_darkroom"
      room: "Congruent Entrance"
      name: "CONGRUENT"
    }
  }
}
connections {
  from {
    port {
      map: "the_digital"
      room: "Main Area"
      name: "ENTRY3"
    }
  }
  to {
    port {
      map: "the_entry"
      room: "Digital Entrance"
      name: "DIGITAL"
    }
  }
}
connections {
  from {
    port {
      map: "the_digital"
      room: "Main Area"
      name: "ENTRY2"
    }
  }
  to {
    port {
      map: "the_entry"
      room: "Digital Entrance"
      name: "DIGITAL"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_digital"
      room: "Main Area"
      name: "ENTRY1"
    }
  }
  to {
    port {
      map: "the_entry"
      room: "Digital Entrance"
      name: "DIGITAL"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_digital"
      room: "Gallery Maze"
      name: "GALLERY"
    }
  }
  to {
    port {
      map: "the_gallery"
      room: "Main Area"
      name: "ENTRY"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_darkroom"
      room: "Double Sided Entrance"
      name: "DOUBLESIDED"
    }
  }
  to {
    port {
      map: "the_double_sided"
      room: "Start"
      name: "DARKROOM"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "EXTRAVAGANT"
    }
  }
  to {
    painting {
      map: "the_extravagant"
      room: "Y Minus First Floor"
      name: "GALLERY"
    }
  }
}
connections {
  from {
    port {
      map: "the_extravagant"
      room: "Engine Room"
      name: "GALLERY"
    }
  }
  to {
    room {
      map: "the_gallery"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "BETWEEN"
    }
  }
  to {
    room {
      map: "the_between"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "BUTTERFLY"
    }
  }
  to {
    port {
      map: "the_butterfly"
      room: "Main Area"
      name: "GALLERY"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_butterfly"
      room: "Main Area"
      name: "GALLERY"
    }
  }
  to {
    room {
      map: "the_gallery"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "DARKROOM"
    }
  }
  to {
    room {
      map: "the_darkroom"
      name: "First Room"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "COLORFUL"
    }
  }
  to {
    room {
      map: "the_colorful"
      name: "White Room"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "ANCIENT"
    }
  }
  to {
    room {
      map: "the_ancient"
      name: "Outside"
    }
  }
  oneway: true
}
connections {
  from {
    room {
      map: "the_ancient"
      name: "Outside"
    }
  }
  to {
    room {
      map: "the_graveyard"
      name: "Outside"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "GRAVEYARD"
    }
  }
  to {
    room {
      map: "the_graveyard"
      name: "Outside"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_great"
      room: "Main Area"
      name: "DIGITAL"
    }
  }
  to {
    room {
      map: "the_digital"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Entry Exit"
      name: "GREAT"
    }
  }
  to {
    port {
      map: "the_great"
      room: "Main Area"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "Salmon Room"
      name: "BETWEEN"
    }
  }
  to {
    port {
      map: "the_between"
      room: "Main Area"
      name: "GREAT"
    }
  }
}
connections {
  from {
    painting {
      map: "the_great"
      room: "West Side"
      name: "EXTRAVAGANT"
    }
  }
  to {
    painting {
      map: "the_extravagant"
      room: "Y Minus First Floor"
      name: "GALLERY"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_great"
      room: "Colorful Entrance"
      name: "COLORFUL"
    }
  }
  to {
    port {
      map: "the_colorful"
      room: "White Room"
      name: "GREAT"
    }
  }
}
connections {
  from {
    room {
      map: "the_great"
      name: "North Landscape"
    }
  }
  to {
    room {
      map: "the_graveyard"
      name: "Outside"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_hive"
      room: "Main Area"
      name: "GREAT"
    }
  }
  to {
    port {
      map: "the_great"
      room: "Hive Entrance"
      name: "HIVE"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "West Side"
      name: "IMPRESSIVE"
    }
  }
  to {
    port {
      map: "the_impressive"
      room: "Lobby"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "the_impressive"
      room: "Side Area"
      name: "FOURROOMS"
    }
  }
  to {
    port {
      map: "four_rooms"
      room: "Intensify Room"
      name: "IMPRESSIVE"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "North Landscape"
      name: "INVISIBLE"
    }
  }
  to {
    port {
      map: "the_invisible"
      room: "Entrance"
      name: "ENTRY"
    }
  }
  door { map: "the_great" name: "Invisible Entrance" }
  oneway: true
}
connections {
  from {
    port {
      map: "the_invisible"
      room: "Entrance"
      name: "ENTRY"
    }
  }
  to {
    room {
      map: "the_entry"
      name: "Starting Room"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_invisible"
      room: "Maze"
      name: "ENTRY"
    }
  }
  to {
    room {
      map: "the_entry"
      name: "Starting Room"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_great"
      room: "Jubilant Entrance"
      name: "JUBILANT"
    }
  }
  to {
    port {
      map: "the_jubilant"
      room: "Main Area"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "Main Area"
      name: "KEEN"
    }
  }
  to {
    port {
      map: "the_keen"
      room: "Main Area"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Liberated Entrance"
      name: "BLUE"
    }
  }
  to {
    port {
      map: "the_liberated"
      room: "Puzzle Room"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "Main Area"
      name: "LINEAR"
    }
  }
  to {
    port {
      map: "the_linear"
      room: "Room"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Eye Room"
      name: "LIONIZED"
    }
  }
  to {
    port {
      map: "the_lionized"
      room: "Puzzle Room"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Literate Entrance"
      name: "BROWN"
    }
  }
  to {
    port {
      map: "the_literate"
      room: "Puzzle Room"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_between"
      room: "Control Center Side"
      name: "LIVELY"
    }
  }
  to {
    port {
      map: "the_lively"
      room: "Puzzle Room"
      name: "BETWEEN"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "Main Area"
      name: "ORB"
    }
  }
  to {
    port {
      map: "the_orb"
      room: "Main Area"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "the_orb"
      room: "Middle Room"
      name: "MID"
    }
  }
  to {
    port {
      map: "the_great"
      room: "Main Area"
      name: "ORB"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_orb"
      room: "B Room"
      name: "FINAL"
    }
  }
  to {
    port {
      map: "the_great"
      room: "Main Area"
      name: "ORB"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "four_rooms"
      room: "Time Room"
      name: "OWL"
    }
  }
  to {
    port {
      map: "the_owl"
      room: "Connected Area"
      name: "FOURROOMS"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "OWL"
    }
  }
  to {
    port {
      map: "the_owl"
      room: "R2C2 Bottom"
      name: "GALLERY"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_owl"
      room: "R2C2 Bottom"
      name: "GALLERY"
    }
  }
  to {
    room {
      map: "the_gallery"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Parthenon Return"
      name: "PARTHENON"
    }
  }
  to {
    port {
      map: "the_parthenon"
      room: "Main Area"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "PARTHENON"
    }
  }
  to {
    port {
      map: "the_parthenon"
      room: "Main Area"
      name: "GALLERY"
    }
  }
}
connections {
  from {
    painting {
      map: "the_entry"
      room: "Right Eye"
      name: "PSYCHIC"
    }
  }
  to {
    room {
      map: "the_partial"
      name: "Obverse Side"
    }
  }
  oneway: true
}
# Two one-way connections because the CLUE panel only needs to be solved to
# go from The Great to The Partial.
connections {
  from {
    port {
      map: "the_great"
      room: "West Side"
      name: "PARTIAL"
    }
  }
  to {
    port {
      map: "the_partial"
      room: "Obverse Side"
      name: "GREAT"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_partial"
      room: "Obverse Side"
      name: "GREAT"
    }
  }
  to {
    port {
      map: "the_great"
      room: "West Side"
      name: "PARTIAL"
    }
  }
  oneway: true
  bypass_target_door: true
}
connections {
  from {
    port {
      map: "the_between"
      room: "Plaza Entrance"
      name: "PLAZA"
    }
  }
  to {
    port {
      map: "the_plaza"
      room: "Main Area"
      name: "BETWEEN"
    }
  }
}
connections {
  from {
    port {
      map: "the_impressive"
      room: "Green Eye"
      name: "PLAZA"
    }
  }
  to {
    port {
      map: "the_plaza"
      room: "Main Area"
      name: "IMPRESSIVE"
    }
  }
}
connections {
  from {
    port {
      map: "the_plaza"
      room: "Repetitive Entrance"
      name: "REPETITIVE"
    }
  }
  to {
    port {
      map: "the_repetitive"
      room: "Plaza Connector"
      name: "PLAZA"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Repetitive Entrance"
      name: "REPETITIVE"
    }
  }
  to {
    port {
      map: "the_repetitive"
      room: "Entry Connector"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Revitalized Entrance"
      name: "REVITALIZED"
    }
  }
  to {
    port {
      map: "the_revitalized"
      room: "Bye Room"
      name: "PARTHENON"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_parthenon"
      room: "Main Area"
      name: "REVITALIZED"
    }
  }
  to {
    port {
      map: "the_revitalized"
      room: "Bye Room"
      name: "PARTHENON"
    }
  }
}
connections {
  from {
    panel {
      map: "the_revitalized"
      room: "Return Room"
      name: "RETURN"
    }
  }
  to {
    room {
      map: "the_entry"
      name: "Starting Room"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Shop Entrance"
      name: "SHOP"
    }
  }
  to {
    port {
      map: "the_shop"
      room: "Main Area"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_plaza"
      room: "Sirenic Entrance"
      name: "SIRENIC"
    }
  }
  to {
    port {
      map: "the_sirenic"
      room: "Start"
      name: "PLAZA"
    }
  }
}
connections {
  from {
    painting {
      map: "the_stormy"
      room: "X2 Room"
      name: "PARTHENON"
    }
  }
  to {
    room {
      map: "the_parthenon"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_colorful"
      room: "Cyan Hallway"
      name: "STURDY"
    }
  }
  to {
    port {
      map: "the_sturdy"
      room: "Main Area"
      name: "COLORFUL"
    }
  }
}
connections {
  from {
    port {
      map: "the_owl"
      room: "Magenta Hallway"
      name: "STURDY"
    }
  }
  to {
    port {
      map: "the_sturdy"
      room: "Main Area"
      name: "OWL"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "SUNTEMPLE"
    }
  }
  to {
    room {
      map: "the_sun_temple"
      name: "Entrance"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_unyielding"
      room: "Bearer Entrance"
      name: "BEARER"
    }
  }
  to {
    port {
      map: "the_bearer"
      room: "Entry"
      name: "UNYIELDING"
    }
  }
}
connections {
  from {
    port {
      map: "the_digital"
      room: "Unyielding Entrance"
      name: "UNYIELDING"
    }
  }
  to {
    port {
      map: "the_unyielding"
      room: "Digital Entrance"
      name: "DIGITAL"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "UNYIELDING"
    }
  }
  to {
    room {
      map: "the_unyielding"
      name: "Digital Entrance"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_unyielding"
      room: "Nuanced Entrance"
      name: "NUANCED"
    }
  }
  to {
    port {
      map: "the_nuanced"
      room: "Main Room"
      name: "UNYIELDING"
    }
  }
}
connections {
  from {
    port {
      map: "the_plaza"
      room: "Main Area"
      name: "UNYIELDING"
    }
  }
  to {
    port {
      map: "the_unyielding"
      room: "Plaza Entrance"
      name: "PLAZA"
    }
  }
}
connections {
  from {
    port {
      map: "daedalus"
      room: "Outside Hedges"
      name: "REVITALIZED"
    }
  }
  to {
    port {
      map: "the_revitalized"
      room: "Bye Room"
      name: "PARTHENON"
    }
  }
  oneway: true
}
connections {
  from {
    panel {
      map: "daedalus"
      room: "Rainbow End"
      name: "POT"
    }
  }
  to {
    room {
      map: "the_gold"
      name: "The Whole Thing"
    }
  }
  oneway: true
}
connections {
  from {
    room {
      map: "daedalus"
      name: "Roof"
    }
  }
  to {
    room {
      map: "the_graveyard"
      name: "Outside"
    }
  }
  oneway: true
  roof_access: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Daedalus Extension"
      name: "PYRAMID"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Outside Pyramid"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Daedalus Extension"
      name: "TOWER"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Outside Hedges"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Daedalus Extension"
      name: "GATE"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Z2 Room"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Daedalus Extension"
      name: "PUMPKIN"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Green Color Door"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Daedalus Extension"
      name: "HOUSE"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Outside House"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Daedalus Extension"
      name: "SNAKE"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Outside Snake Room"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "White Hallway To Daedalus"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "White Hallway From Entry"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Daedalus Entrance"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Entry Shortcut"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Composite Room Entrance"
      name: "COMPOSITE"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Composite Room S"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "four_rooms"
      room: "Examples Room"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Yellow Color Door"
      name: "FOURROOMS"
    }
  }
}
connections {
  from {
    port {
      map: "the_bearer"
      room: "Back Area"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Rain Side"
      name: "BEARER"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "RAINBOW"
    }
  }
  to {
    painting {
      map: "daedalus"
      room: "Rainbow Start"
      name: "RAINBOW"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "CASTLE"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Castle"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_great"
      room: "Purple Room"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Purple Hallway From Great"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "Daedalus Entrance"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Starting Room"
      name: "GREAT"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "daedalus"
      room: "Starting Room"
      name: "GREAT"
    }
  }
  to {
    port {
      map: "the_great"
      room: "Daedalus Entrance"
      name: "DAEDALUS"
    }
  }
  oneway: true
  bypass_target_door: true
}
connections {
  from {
    port {
      map: "the_hive"
      room: "Main Area"
      name: "DAED1"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Moat"
      name: "HIVE"
    }
  }
}
connections {
  from {
    port {
      map: "the_hive"
      room: "Main Area"
      name: "DAED2"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Moat"
      name: "HIVE"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_hive"
      room: "Main Area"
      name: "DAED3"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Moat"
      name: "HIVE"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_quiet"
      room: "Main Area"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Quiet Entrance"
      name: "QUIET"
    }
  }
}
connections {
  from {
    painting {
      map: "the_sturdy"
      room: "S2 Area"
      name: "RAINBOW"
    }
  }
  to {
    painting {
      map: "daedalus"
      room: "Rainbow Start"
      name: "RAINBOW"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_sweet"
      room: "Main Area"
      name: "EXIT1"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Sweet Foyer"
      name: "SWEET1"
    }
  }
}
connections {
  from {
    port {
      map: "the_sweet"
      room: "Main Area"
      name: "EXIT2"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Sweet Foyer"
      name: "SWEET2"
    }
  }
}
connections {
  from {
    painting {
      map: "daedalus"
      room: "Gallery Entrance"
      name: "GALLERY"
    }
  }
  to {
    painting {
      map: "the_gallery"
      room: "Daedalus Extension"
      name: "EYE"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Rabbit Hole"
      name: "HOLE"
    }
  }
  to {
    room {
      map: "daedalus"
      name: "Wonderland"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_plaza"
      room: "Symbolic Entrance"
      name: "SYMBOLIC"
    }
  }
  to {
    port {
      map: "the_symbolic"
      room: "White Room"
      name: "PLAZA"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "Talented Entrance"
      name: "TALENTED"
    }
  }
  to {
    port {
      map: "the_talented"
      room: "Main Area"
      name: "GREAT"
    }
  }
}
connections {
  from {
    panel {
      map: "daedalus"
      room: "Wisdom Panel"
      name: "INTELLIGENCE"
    }
  }
  to {
    room {
      map: "the_tenacious"
      name: "Wisdom Room"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "daedalus"
      room: "South Castle Area"
      name: "TRIANGLE"
    }
  }
  to {
    room {
      map: "the_tenacious"
      name: "Color Room"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "daedalus"
      room: "Hedges Tower"
      name: "TENACIOUS"
    }
  }
  to {
    room {
      map: "the_tenacious"
      name: "Tower Room"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_great"
      room: "Back Area"
      name: "THREEDOORS"
    }
  }
  to {
    port {
      map: "the_three_doors"
      room: "First Second Room"
      name: "GREAT"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "TOWER"
    }
  }
  to {
    room {
      map: "the_tower"
      name: "First Floor"
    }
  }
  oneway: true
}
connections {
  # Two one-way connections because the door only blocks one direction.
  from {
    port {
      map: "the_great"
      room: "Back Area"
      name: "TOWER"
    }
  }
  to {
    port {
      map: "the_tower"
      room: "First Floor"
      name: "GREAT"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_tower"
      room: "First Floor"
      name: "GREAT"
    }
  }
  to {
    port {
      map: "the_great"
      room: "Back Area"
      name: "TOWER"
    }
  }
  oneway: true
  bypass_target_door: true
}
connections {
  from {
    port {
      map: "the_bearer"
      room: "Tree Entrance"
      name: "TREE"
    }
  }
  to {
    port {
      map: "the_tree"
      room: "Bearer Entrance"
      name: "BEARER"
    }
  }
}
connections {
  from {
    port {
      map: "the_digital"
      room: "Tree Area"
      name: "TREE"
    }
  }
  to {
    port {
      map: "the_tree"
      room: "Main Area"
      name: "DIGITAL"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "TREE"
    }
  }
  to {
    room {
      map: "the_tree"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_great"
      room: "Back Area"
      name: "TREE"
    }
  }
  to {
    port {
      map: "the_tree"
      room: "Main Area"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "daedalus"
      room: "Tree Entrance"
      name: "TREE"
    }
  }
  to {
    port {
      map: "the_tree"
      room: "Main Area"
      name: "DAEDALUS"
    }
  }
}
connections {
  from {
    port {
      map: "the_great"
      room: "Back Area"
      name: "UNKEMPT"
    }
  }
  to {
    port {
      map: "the_unkempt"
      room: "Main Area"
      name: "GREAT"
    }
  }
}
connections {
  # Two one-way connections because the door only blocks one direction.
  from {
    port {
      map: "the_unkempt"
      room: "Main Area"
      name: "SUNTEMPLE"
    }
  }
  to {
    port {
      map: "the_sun_temple"
      room: "Entrance"
      name: "UNKEMPT"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_sun_temple"
      room: "Entrance"
      name: "UNKEMPT"
    }
  }
  to {
    port {
      map: "the_unkempt"
      room: "Main Area"
      name: "SUNTEMPLE"
    }
  }
  oneway: true
  bypass_target_door: true
}
connections {
  from {
    port {
      map: "the_unkempt"
      room: "Daedalus Entrance"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      map: "daedalus"
      room: "Unkempt Entrance"
      name: "UNKEMPT"
    }
  }
}
connections {
  from {
    port {
      map: "the_unkempt"
      room: "Main Area"
      name: "TREE"
    }
  }
  to {
    port {
      map: "the_tree"
      room: "Main Area"
      name: "UNKEMPT"
    }
  }
}
connections {
  from {
    painting {
      map: "the_entry"
      room: "Link Area"
      name: "PYRAMID"
    }
  }
  to {
    room {
      map: "the_wise"
      name: "Entry"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "WISE"
    }
  }
  to {
    room {
      map: "the_wise"
      name: "Entry"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_liberated"
      room: "Painting Room"
      name: "PYRAMID"
    }
  }
  to {
    room {
      map: "the_wise"
      name: "Entry"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_literate"
      room: "Painting Room"
      name: "PYRAMID"
    }
  }
  to {
    room {
      map: "the_wise"
      name: "Entry"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_wise"
      room: "Entry"
      name: "TRIANGLE"
    }
  }
  to {
    room {
      map: "the_gallery"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    room {
      map: "the_wondrous"
      name: "Huge"
    }
  }
  to {
    room {
      map: "the_door"
      name: "Main Area"
    }
  }
  door {
    map: "the_wondrous"
    name: "Big Door"
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "WONDROUS"
    }
  }
  to {
    room {
      map: "the_wondrous"
      name: "Huge"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "daedalus"
      room: "Wonderland"
      name: "WONDROUS"
    }
  }
  to {
    port {
      map: "the_wondrous"
      room: "Entry"
      name: "DAEDALUS"
    }
  }
}
connections {
  from {
    panel {
      map: "the_entry"
      room: "Starting Room"
      name: "HI"
      answer: "thewords"
    }
  }
  to {
    room {
      map: "the_words"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_words"
      room: "Main Area"
      name: "ENTRY"
    }
  }
  to {
    room {
      map: "the_entry"
      name: "Starting Room"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "WORDS"
    }
  }
  to {
    room {
      map: "the_words"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    room {
      map: "control_center"
      name: "Main Area"
    }
  }
  to {
    room {
      map: "the_relentless"
      name: "Turn Room"
    }
  }
  door {
    map: "control_center"
    name: "Relentless Turn Door"
  }
}
connections {
  from {
    room {
      map: "control_center"
      name: "Main Area"
    }
  }
  to {
    room {
      map: "the_relentless"
      name: "Shop Room"
    }
  }
  door {
    map: "control_center"
    name: "Relentless Shop Door"
  }
}
connections {
  from {
    room {
      map: "control_center"
      name: "Main Area"
    }
  }
  to {
    room {
      map: "the_relentless"
      name: "Left Room"
    }
  }
  door {
    map: "control_center"
    name: "Relentless Left Door"
  }
}
connections {
  from {
    port {
      map: "control_center"
      room: "Ancient Entrance"
      name: "ANCIENT"
    }
  }
  to {
    room {
      map: "the_ancient"
      name: "Outside"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_between"
      room: "Control Center Side"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Between Entrance"
      name: "BETWEEN"
    }
  }
}
connections {
  from {
    painting {
      map: "the_gallery"
      room: "Main Area"
      name: "CC"
    }
  }
  to {
    room {
      map: "control_center"
      name: "Desert Room"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_great"
      room: "West Side"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Entry"
      name: "GREAT"
    }
  }
}
connections {
  from {
    port {
      map: "the_hinterlands"
      room: "Main Area"
      name: "LEFT"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Main Area"
      name: "LEFT"
    }
  }
}
connections {
  from {
    port {
      map: "the_hinterlands"
      room: "Main Area"
      name: "RIGHT"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Main Area"
      name: "RIGHT"
    }
  }
}
connections {
  from {
    port {
      map: "the_partial"
      room: "Control Center Entrance"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Partial Entrance"
      name: "PARTIAL"
    }
  }
}
connections {
  from {
    port {
      map: "the_perceptive"
      room: "Main Area"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Perceptive Entrance"
      name: "PERCEPTIVE"
    }
  }
}
connections {
  from {
    port {
      map: "the_repetitive"
      room: "Main Room"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Repetitive Entrance"
      name: "REPETITIVE"
    }
  }
}
connections {
  from {
    room {
      map: "the_shop"
      name: "Main Area"
    }
  }
  to {
    room {
      map: "control_center"
      name: "Shop Entrance"
    }
  }
  door {
    map: "the_shop"
    name: "N Entered"
  }
  oneway: true
}
connections {
  from {
    room {
      map: "control_center"
      name: "Shop Entrance"
    }
  }
  to {
    room {
      map: "the_shop"
      name: "Main Area"
    }
  }
  oneway: true
}
connections {
  from {
    panel {
      map: "the_unyielding"
      room: "Central Connected Area"
      name: "BACK"
    }
  }
  to {
    panel {
      map: "control_center"
      room: "Unyielding Entrance"
      name: "FORTH"
    }
  }
}
connections {
  from {
    port {
      map: "the_tenacious"
      room: "Control Center Entrance"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Tenacious Entrance"
      name: "TENACIOUS"
    }
  }
}
connections {
  from {
    port {
      map: "the_unkempt"
      room: "Control Center Entrance"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Unkempt Entrance"
      name: "UNKEMPT"
    }
  }
}
connections {
  from {
    panel {
      map: "control_center"
      room: "Stormy Entrance"
      name: "TURN"
    }
  }
  to {
    room {
      map: "the_stormy"
      name: "Center"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "X Area"
      name: "CC"
    }
  }
  to {
    port {
      map: "control_center"
      room: "Entry Entrance"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    painting {
      map: "the_entry"
      room: "Eye Room"
      name: "GALLERY"
    }
  }
  to {
    room {
      map: "the_gallery"
      name: "Main Area"
    }
  }
  oneway: true
}