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 19:41:46 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-26 19:41:46 -0400
commit286ca58803f1829df9730ca12eee51035999850c (patch)
tree9c38e1f21552eb8e09aff755a306f3adfea18874 /data/connections.txtpb
parent1b68ed2e63e037d34caec8ff3b2d939a44c12d19 (diff)
downloadlingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.tar.gz
lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.tar.bz2
lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.zip
Added the_unkempt
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb88
1 files changed, 84 insertions, 4 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 9f5c48f..048ca3e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -8,7 +8,6 @@
8# the_gallery/Main Area/WORDS 8# the_gallery/Main Area/WORDS
9# the_gallery/Main Area/WONDROUS 9# the_gallery/Main Area/WONDROUS
10# the_great/West Side/CC 10# the_great/West Side/CC
11# the_great/Back Area/UNKEMPT
12# the_hinterlands/Main Area/LEFT 11# the_hinterlands/Main Area/LEFT
13# the_hinterlands/Main Area/RIGHT 12# the_hinterlands/Main Area/RIGHT
14# the_liberated/Painting Room/PYRAMID 13# the_liberated/Painting Room/PYRAMID
@@ -18,13 +17,11 @@
18# cc -> relentless (don't use port objects) 17# cc -> relentless (don't use port objects)
19# the_repetitive/Main Room/CC 18# the_repetitive/Main Room/CC
20# cc <-> the shop (keyholder door only needed one way) 19# cc <-> the shop (keyholder door only needed one way)
21# the_sun_temple/Entrance/UNKEMPT
22# the_unyielding/Central Connected Area/BACK (panel) 20# the_unyielding/Central Connected Area/BACK (panel)
23# daedalus/roof -> icarus 21# daedalus/roof -> icarus
24# daedalus/Unkempt Entrance/UNKEMPT
25# daedalus/Wonderland/WONDROUS 22# daedalus/Wonderland/WONDROUS
26# the_tenacious/Control Center Entrance/CC 23# the_tenacious/Control Center Entrance/CC
27# the_tree/Main Area/UNKEMPT 24# the_unkempt/Control Center Entrance/CC
28connections { 25connections {
29 from { 26 from {
30 port { 27 port {
@@ -1854,3 +1851,86 @@ connections {
1854 } 1851 }
1855 } 1852 }
1856} 1853}
1854connections {
1855 # Two one-way connections because the door only blocks one direction.
1856 from {
1857 port {
1858 map: "the_great"
1859 room: "Back Area"
1860 name: "UNKEMPT"
1861 }
1862 }
1863 to {
1864 port {
1865 map: "the_unkempt"
1866 room: "Main Area"
1867 name: "GREAT"
1868 }
1869 }
1870}
1871connections {
1872 from {
1873 port {
1874 map: "the_unkempt"
1875 room: "Main Area"
1876 name: "SUNTEMPLE"
1877 }
1878 }
1879 to {
1880 port {
1881 map: "the_sun_temple"
1882 room: "Entrance"
1883 name: "UNKEMPT"
1884 }
1885 }
1886 oneway: true
1887}
1888connections {
1889 from {
1890 port {
1891 map: "the_sun_temple"
1892 room: "Entrance"
1893 name: "UNKEMPT"
1894 }
1895 }
1896 to {
1897 port {
1898 map: "the_unkempt"
1899 room: "Main Area"
1900 name: "SUNTEMPLE"
1901 }
1902 }
1903 oneway: true
1904}
1905connections {
1906 from {
1907 port {
1908 map: "the_unkempt"
1909 room: "Daedalus Entrance"
1910 name: "DAEDALUS"
1911 }
1912 }
1913 to {
1914 port {
1915 map: "daedalus"
1916 room: "Unkempt Entrance"
1917 name: "UNKEMPT"
1918 }
1919 }
1920}
1921connections {
1922 from {
1923 port {
1924 map: "the_unkempt"
1925 room: "Main Area"
1926 name: "TREE"
1927 }
1928 }
1929 to {
1930 port {
1931 map: "the_tree"
1932 room: "Main Area"
1933 name: "UNKEMPT"
1934 }
1935 }
1936}