diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 18:35:06 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 18:35:06 -0400 |
commit | 1b68ed2e63e037d34caec8ff3b2d939a44c12d19 (patch) | |
tree | 7742927e6a3064a6369d7c7903818bb9cc442516 /data/connections.txtpb | |
parent | a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3 (diff) | |
download | lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.tar.gz lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.tar.bz2 lingo2-archipelago-1b68ed2e63e037d34caec8ff3b2d939a44c12d19.zip |
Added the_tree
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 86 |
1 files changed, 81 insertions, 5 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index ef5acd7..9f5c48f 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -2,17 +2,13 @@ | |||
2 | # the_entry/Starting Room/HI/thewords | 2 | # the_entry/Starting Room/HI/thewords |
3 | # the_entry/Link Area/PYRAMID | 3 | # the_entry/Link Area/PYRAMID |
4 | # control center -> the_ancient | 4 | # control center -> the_ancient |
5 | # the_bearer/Back Area/TREE | ||
6 | # the_between/Control Center Side/CC | 5 | # the_between/Control Center Side/CC |
7 | # the_digital/Tree Area/TREE | ||
8 | # the_gallery/Main Area/WISE | 6 | # the_gallery/Main Area/WISE |
9 | # the_gallery/Main Area/TREE | ||
10 | # the_gallery/Main Area/CC | 7 | # the_gallery/Main Area/CC |
11 | # the_gallery/Main Area/WORDS | 8 | # the_gallery/Main Area/WORDS |
12 | # the_gallery/Main Area/WONDROUS | 9 | # the_gallery/Main Area/WONDROUS |
13 | # the_great/West Side/CC | 10 | # the_great/West Side/CC |
14 | # the_great/Back Area/UNKEMPT | 11 | # the_great/Back Area/UNKEMPT |
15 | # the_great/Back Area/TREE | ||
16 | # the_hinterlands/Main Area/LEFT | 12 | # the_hinterlands/Main Area/LEFT |
17 | # the_hinterlands/Main Area/RIGHT | 13 | # the_hinterlands/Main Area/RIGHT |
18 | # the_liberated/Painting Room/PYRAMID | 14 | # the_liberated/Painting Room/PYRAMID |
@@ -25,10 +21,10 @@ | |||
25 | # the_sun_temple/Entrance/UNKEMPT | 21 | # the_sun_temple/Entrance/UNKEMPT |
26 | # the_unyielding/Central Connected Area/BACK (panel) | 22 | # the_unyielding/Central Connected Area/BACK (panel) |
27 | # daedalus/roof -> icarus | 23 | # daedalus/roof -> icarus |
28 | # daedalus/Tree Entrance/TREE | ||
29 | # daedalus/Unkempt Entrance/UNKEMPT | 24 | # daedalus/Unkempt Entrance/UNKEMPT |
30 | # daedalus/Wonderland/WONDROUS | 25 | # daedalus/Wonderland/WONDROUS |
31 | # the_tenacious/Control Center Entrance/CC | 26 | # the_tenacious/Control Center Entrance/CC |
27 | # the_tree/Main Area/UNKEMPT | ||
32 | connections { | 28 | connections { |
33 | from { | 29 | from { |
34 | port { | 30 | port { |
@@ -1778,3 +1774,83 @@ connections { | |||
1778 | } | 1774 | } |
1779 | oneway: true | 1775 | oneway: true |
1780 | } | 1776 | } |
1777 | connections { | ||
1778 | from { | ||
1779 | port { | ||
1780 | map: "the_bearer" | ||
1781 | room: "Back Area" | ||
1782 | name: "TREE" | ||
1783 | } | ||
1784 | } | ||
1785 | to { | ||
1786 | port { | ||
1787 | map: "the_tree" | ||
1788 | room: "Bearer Entrance" | ||
1789 | name: "BEARER" | ||
1790 | } | ||
1791 | } | ||
1792 | } | ||
1793 | connections { | ||
1794 | from { | ||
1795 | port { | ||
1796 | map: "the_digital" | ||
1797 | room: "Tree Area" | ||
1798 | name: "TREE" | ||
1799 | } | ||
1800 | } | ||
1801 | to { | ||
1802 | port { | ||
1803 | map: "the_tree" | ||
1804 | room: "Main Area" | ||
1805 | name: "DIGITAL" | ||
1806 | } | ||
1807 | } | ||
1808 | } | ||
1809 | connections { | ||
1810 | from { | ||
1811 | painting { | ||
1812 | map: "the_gallery" | ||
1813 | room: "Main Area" | ||
1814 | name: "TREE" | ||
1815 | } | ||
1816 | } | ||
1817 | to { | ||
1818 | room { | ||
1819 | map: "the_tree" | ||
1820 | name: "Main Area" | ||
1821 | } | ||
1822 | } | ||
1823 | oneway: true | ||
1824 | } | ||
1825 | connections { | ||
1826 | from { | ||
1827 | port { | ||
1828 | map: "the_great" | ||
1829 | room: "Back Area" | ||
1830 | name: "TREE" | ||
1831 | } | ||
1832 | } | ||
1833 | to { | ||
1834 | port { | ||
1835 | map: "the_tree" | ||
1836 | room: "Main Area" | ||
1837 | name: "GREAT" | ||
1838 | } | ||
1839 | } | ||
1840 | } | ||
1841 | connections { | ||
1842 | from { | ||
1843 | port { | ||
1844 | map: "daedalus" | ||
1845 | room: "Tree Entrance" | ||
1846 | name: "TREE" | ||
1847 | } | ||
1848 | } | ||
1849 | to { | ||
1850 | port { | ||
1851 | map: "the_tree" | ||
1852 | room: "Main Area" | ||
1853 | name: "DAEDALUS" | ||
1854 | } | ||
1855 | } | ||
1856 | } | ||