summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-26 20:08:28 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-26 20:08:28 -0400
commita587b3e0a307a906949eec2741ddece3f38d3ae2 (patch)
treed4315dd4658dbd2652b92ec747330de9b311358a /data/connections.txtpb
parent286ca58803f1829df9730ca12eee51035999850c (diff)
downloadlingo2-archipelago-a587b3e0a307a906949eec2741ddece3f38d3ae2.tar.gz
lingo2-archipelago-a587b3e0a307a906949eec2741ddece3f38d3ae2.tar.bz2
lingo2-archipelago-a587b3e0a307a906949eec2741ddece3f38d3ae2.zip
Added the_wise
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb84
1 files changed, 80 insertions, 4 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 048ca3e..54a5c7a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -1,17 +1,13 @@
1# TODO 1# TODO
2# the_entry/Starting Room/HI/thewords 2# the_entry/Starting Room/HI/thewords
3# the_entry/Link Area/PYRAMID
4# control center -> the_ancient 3# control center -> the_ancient
5# the_between/Control Center Side/CC 4# the_between/Control Center Side/CC
6# the_gallery/Main Area/WISE
7# the_gallery/Main Area/CC 5# the_gallery/Main Area/CC
8# the_gallery/Main Area/WORDS 6# the_gallery/Main Area/WORDS
9# the_gallery/Main Area/WONDROUS 7# the_gallery/Main Area/WONDROUS
10# the_great/West Side/CC 8# the_great/West Side/CC
11# the_hinterlands/Main Area/LEFT 9# the_hinterlands/Main Area/LEFT
12# the_hinterlands/Main Area/RIGHT 10# the_hinterlands/Main Area/RIGHT
13# the_liberated/Painting Room/PYRAMID
14# the_literate/Painting Room/PYRAMID
15# the_partial/Control Center Entrance/CC 11# the_partial/Control Center Entrance/CC
16# the_perceptive/Main Area/CC 12# the_perceptive/Main Area/CC
17# cc -> relentless (don't use port objects) 13# cc -> relentless (don't use port objects)
@@ -1934,3 +1930,83 @@ connections {
1934 } 1930 }
1935 } 1931 }
1936} 1932}
1933connections {
1934 from {
1935 painting {
1936 map: "the_entry"
1937 room: "Link Area"
1938 name: "PYRAMID"
1939 }
1940 }
1941 to {
1942 room {
1943 map: "the_wise"
1944 name: "Entry"
1945 }
1946 }
1947 oneway: true
1948}
1949connections {
1950 from {
1951 painting {
1952 map: "the_gallery"
1953 room: "Main Area"
1954 name: "WISE"
1955 }
1956 }
1957 to {
1958 room {
1959 map: "the_wise"
1960 name: "Entry"
1961 }
1962 }
1963 oneway: true
1964}
1965connections {
1966 from {
1967 painting {
1968 map: "the_liberated"
1969 room: "Painting Room"
1970 name: "PYRAMID"
1971 }
1972 }
1973 to {
1974 room {
1975 map: "the_wise"
1976 name: "Entry"
1977 }
1978 }
1979 oneway: true
1980}
1981connections {
1982 from {
1983 painting {
1984 map: "the_literate"
1985 room: "Painting Room"
1986 name: "PYRAMID"
1987 }
1988 }
1989 to {
1990 room {
1991 map: "the_wise"
1992 name: "Entry"
1993 }
1994 }
1995 oneway: true
1996}
1997connections {
1998 from {
1999 painting {
2000 map: "the_wise"
2001 room: "Entry"
2002 name: "TRIANGLE"
2003 }
2004 }
2005 to {
2006 room {
2007 map: "the_gallery"
2008 name: "Main Area"
2009 }
2010 }
2011 oneway: true
2012}