summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb53
1 files changed, 51 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 54a5c7a..139e8f9 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -4,7 +4,6 @@
4# the_between/Control Center Side/CC 4# the_between/Control Center Side/CC
5# the_gallery/Main Area/CC 5# the_gallery/Main Area/CC
6# the_gallery/Main Area/WORDS 6# the_gallery/Main Area/WORDS
7# the_gallery/Main Area/WONDROUS
8# the_great/West Side/CC 7# the_great/West Side/CC
9# the_hinterlands/Main Area/LEFT 8# the_hinterlands/Main Area/LEFT
10# the_hinterlands/Main Area/RIGHT 9# the_hinterlands/Main Area/RIGHT
@@ -15,7 +14,6 @@
15# cc <-> the shop (keyholder door only needed one way) 14# cc <-> the shop (keyholder door only needed one way)
16# the_unyielding/Central Connected Area/BACK (panel) 15# the_unyielding/Central Connected Area/BACK (panel)
17# daedalus/roof -> icarus 16# daedalus/roof -> icarus
18# daedalus/Wonderland/WONDROUS
19# the_tenacious/Control Center Entrance/CC 17# the_tenacious/Control Center Entrance/CC
20# the_unkempt/Control Center Entrance/CC 18# the_unkempt/Control Center Entrance/CC
21connections { 19connections {
@@ -2010,3 +2008,54 @@ connections {
2010 } 2008 }
2011 oneway: true 2009 oneway: true
2012} 2010}
2011connections {
2012 from {
2013 room {
2014 map: "the_wondrous"
2015 name: "Huge"
2016 }
2017 }
2018 to {
2019 room {
2020 map: "the_door"
2021 name: "Main Area"
2022 }
2023 }
2024 door {
2025 map: "the_wondrous"
2026 name: "Big Door"
2027 }
2028 oneway: true
2029}
2030connections {
2031 from {
2032 painting {
2033 map: "the_gallery"
2034 room: "Main Area"
2035 name: "WONDROUS"
2036 }
2037 }
2038 to {
2039 room {
2040 map: "the_wondrous"
2041 name: "Regular"
2042 }
2043 }
2044 oneway: true
2045}
2046connections {
2047 from {
2048 port {
2049 map: "daedalus"
2050 room: "Wonderland"
2051 name: "WONDROUS"
2052 }
2053 }
2054 to {
2055 port {
2056 map: "the_wondrous"
2057 room: "Entry"
2058 name: "DAEDALUS"
2059 }
2060 }
2061}