diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-25 23:03:04 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-25 23:03:04 -0400 |
| commit | 523757481b2306614806a23981721d4a64abb134 (patch) | |
| tree | ba991fbd9de1fc707477a8c9cf69db6bc2cc8679 /data/connections.txtpb | |
| parent | 30dcf054a489ec4123e5048579df151bc1e76817 (diff) | |
| download | lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.tar.gz lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.tar.bz2 lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.zip | |
Added the_tenacious
Diffstat (limited to 'data/connections.txtpb')
| -rw-r--r-- | data/connections.txtpb | 52 |
1 files changed, 49 insertions, 3 deletions
| diff --git a/data/connections.txtpb b/data/connections.txtpb index 150d052..042f90a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
| @@ -27,13 +27,11 @@ | |||
| 27 | # cc <-> the shop (keyholder door only needed one way) | 27 | # cc <-> the shop (keyholder door only needed one way) |
| 28 | # the_sun_temple/Entrance/UNKEMPT | 28 | # the_sun_temple/Entrance/UNKEMPT |
| 29 | # the_unyielding/Central Connected Area/BACK (panel) | 29 | # the_unyielding/Central Connected Area/BACK (panel) |
| 30 | # daedalus/Wisdom Panel/INTELLIGENCE (panel) | ||
| 31 | # daedalus/South Castle Area/TRIANGLE | ||
| 32 | # daedalus/roof -> icarus | 30 | # daedalus/roof -> icarus |
| 33 | # daedalus/Hedges Tower/TENACIOUS | ||
| 34 | # daedalus/Tree Entrance/TREE | 31 | # daedalus/Tree Entrance/TREE |
| 35 | # daedalus/Unkempt Entrance/UNKEMPT | 32 | # daedalus/Unkempt Entrance/UNKEMPT |
| 36 | # daedalus/Wonderland/WONDROUS | 33 | # daedalus/Wonderland/WONDROUS |
| 34 | # the_tenacious/Control Center Entrance/CC | ||
| 37 | connections { | 35 | connections { |
| 38 | from { | 36 | from { |
| 39 | port { | 37 | port { |
| @@ -1668,3 +1666,51 @@ connections { | |||
| 1668 | } | 1666 | } |
| 1669 | } | 1667 | } |
| 1670 | } | 1668 | } |
| 1669 | connections { | ||
| 1670 | from { | ||
| 1671 | panel { | ||
| 1672 | map: "daedalus" | ||
| 1673 | room: "Wisdom Panel" | ||
| 1674 | name: "INTELLIGENCE" | ||
| 1675 | } | ||
| 1676 | } | ||
| 1677 | to { | ||
| 1678 | room { | ||
| 1679 | map: "the_tenacious" | ||
| 1680 | name: "Wisdom Room" | ||
| 1681 | } | ||
| 1682 | } | ||
| 1683 | oneway: true | ||
| 1684 | } | ||
| 1685 | connections { | ||
| 1686 | from { | ||
| 1687 | painting { | ||
| 1688 | map: "daedalus" | ||
| 1689 | room: "South Castle Area" | ||
| 1690 | name: "TRIANGLE" | ||
| 1691 | } | ||
| 1692 | } | ||
| 1693 | to { | ||
| 1694 | room { | ||
| 1695 | map: "the_tenacious" | ||
| 1696 | name: "Color Room" | ||
| 1697 | } | ||
| 1698 | } | ||
| 1699 | oneway: true | ||
| 1700 | } | ||
| 1701 | connections { | ||
| 1702 | from { | ||
| 1703 | port { | ||
| 1704 | map: "daedalus" | ||
| 1705 | room: "Hedges Tower" | ||
| 1706 | name: "TENACIOUS" | ||
| 1707 | } | ||
| 1708 | } | ||
| 1709 | to { | ||
| 1710 | room { | ||
| 1711 | map: "the_tenacious" | ||
| 1712 | name: "Tower Room" | ||
| 1713 | } | ||
| 1714 | } | ||
| 1715 | oneway: true | ||
| 1716 | } | ||
