diff options
Diffstat (limited to 'data/connections.txtpb')
| -rw-r--r-- | data/connections.txtpb | 88 |
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 |
| 28 | connections { | 25 | connections { |
| 29 | from { | 26 | from { |
| 30 | port { | 27 | port { |
| @@ -1854,3 +1851,86 @@ connections { | |||
| 1854 | } | 1851 | } |
| 1855 | } | 1852 | } |
| 1856 | } | 1853 | } |
| 1854 | connections { | ||
| 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 | } | ||
| 1871 | connections { | ||
| 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 | } | ||
| 1888 | connections { | ||
| 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 | } | ||
| 1905 | connections { | ||
| 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 | } | ||
| 1921 | connections { | ||
| 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 | } | ||
