diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 20:56:42 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 20:56:42 -0400 |
commit | f95dcb283fcff2eeecce4f240c76d800f529703c (patch) | |
tree | aa6dca4f8daa94f493b296305bc2a6a772a554da /data/connections.txtpb | |
parent | a587b3e0a307a906949eec2741ddece3f38d3ae2 (diff) | |
download | lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.tar.gz lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.tar.bz2 lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.zip |
Added the_wondrous
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 54a5c7a..139e8f9 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -4,7 +4,6 @@ | |||
4 | # the_between/Control Center Side/CC | 4 | # the_between/Control Center Side/CC |
5 | # the_gallery/Main Area/CC | 5 | # the_gallery/Main Area/CC |
6 | # the_gallery/Main Area/WORDS | 6 | # the_gallery/Main Area/WORDS |
7 | # the_gallery/Main Area/WONDROUS | ||
8 | # the_great/West Side/CC | 7 | # the_great/West Side/CC |
9 | # the_hinterlands/Main Area/LEFT | 8 | # the_hinterlands/Main Area/LEFT |
10 | # the_hinterlands/Main Area/RIGHT | 9 | # the_hinterlands/Main Area/RIGHT |
@@ -15,7 +14,6 @@ | |||
15 | # cc <-> the shop (keyholder door only needed one way) | 14 | # cc <-> the shop (keyholder door only needed one way) |
16 | # the_unyielding/Central Connected Area/BACK (panel) | 15 | # the_unyielding/Central Connected Area/BACK (panel) |
17 | # daedalus/roof -> icarus | 16 | # daedalus/roof -> icarus |
18 | # daedalus/Wonderland/WONDROUS | ||
19 | # the_tenacious/Control Center Entrance/CC | 17 | # the_tenacious/Control Center Entrance/CC |
20 | # the_unkempt/Control Center Entrance/CC | 18 | # the_unkempt/Control Center Entrance/CC |
21 | connections { | 19 | connections { |
@@ -2010,3 +2008,54 @@ connections { | |||
2010 | } | 2008 | } |
2011 | oneway: true | 2009 | oneway: true |
2012 | } | 2010 | } |
2011 | connections { | ||
2012 | from { | ||
2013 | room { | ||
2014 | map: "the_wondrous" | ||
2015 | name: "Huge" | ||
2016 | } | ||
2017 | } | ||
2018 | to { | ||
2019 | room { | ||
2020 | map: "the_door" | ||
2021 | name: "Main Area" | ||
2022 | } | ||
2023 | } | ||
2024 | door { | ||
2025 | map: "the_wondrous" | ||
2026 | name: "Big Door" | ||
2027 | } | ||
2028 | oneway: true | ||
2029 | } | ||
2030 | connections { | ||
2031 | from { | ||
2032 | painting { | ||
2033 | map: "the_gallery" | ||
2034 | room: "Main Area" | ||
2035 | name: "WONDROUS" | ||
2036 | } | ||
2037 | } | ||
2038 | to { | ||
2039 | room { | ||
2040 | map: "the_wondrous" | ||
2041 | name: "Regular" | ||
2042 | } | ||
2043 | } | ||
2044 | oneway: true | ||
2045 | } | ||
2046 | connections { | ||
2047 | from { | ||
2048 | port { | ||
2049 | map: "daedalus" | ||
2050 | room: "Wonderland" | ||
2051 | name: "WONDROUS" | ||
2052 | } | ||
2053 | } | ||
2054 | to { | ||
2055 | port { | ||
2056 | map: "the_wondrous" | ||
2057 | room: "Entry" | ||
2058 | name: "DAEDALUS" | ||
2059 | } | ||
2060 | } | ||
2061 | } | ||