diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 21:08:13 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 21:08:13 -0400 |
commit | 5333430a092d4d8c42561f82c7ff6e57f8700455 (patch) | |
tree | d63cff504b656fa51d95b805bd4215f0916d51ad /data/connections.txtpb | |
parent | f95dcb283fcff2eeecce4f240c76d800f529703c (diff) | |
download | lingo2-archipelago-5333430a092d4d8c42561f82c7ff6e57f8700455.tar.gz lingo2-archipelago-5333430a092d4d8c42561f82c7ff6e57f8700455.tar.bz2 lingo2-archipelago-5333430a092d4d8c42561f82c7ff6e57f8700455.zip |
Added the_words
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 51 |
1 files changed, 49 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 139e8f9..2b71f7d 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -1,9 +1,7 @@ | |||
1 | # TODO | 1 | # TODO |
2 | # the_entry/Starting Room/HI/thewords | ||
3 | # control center -> the_ancient | 2 | # control center -> the_ancient |
4 | # the_between/Control Center Side/CC | 3 | # the_between/Control Center Side/CC |
5 | # the_gallery/Main Area/CC | 4 | # the_gallery/Main Area/CC |
6 | # the_gallery/Main Area/WORDS | ||
7 | # the_great/West Side/CC | 5 | # the_great/West Side/CC |
8 | # the_hinterlands/Main Area/LEFT | 6 | # the_hinterlands/Main Area/LEFT |
9 | # the_hinterlands/Main Area/RIGHT | 7 | # the_hinterlands/Main Area/RIGHT |
@@ -2059,3 +2057,52 @@ connections { | |||
2059 | } | 2057 | } |
2060 | } | 2058 | } |
2061 | } | 2059 | } |
2060 | connections { | ||
2061 | from { | ||
2062 | panel { | ||
2063 | map: "the_entry" | ||
2064 | room: "Starting Room" | ||
2065 | name: "HI" | ||
2066 | answer: "thewords" | ||
2067 | } | ||
2068 | } | ||
2069 | to { | ||
2070 | room { | ||
2071 | map: "the_words" | ||
2072 | name: "Main Area" | ||
2073 | } | ||
2074 | } | ||
2075 | oneway: true | ||
2076 | } | ||
2077 | connections { | ||
2078 | from { | ||
2079 | port { | ||
2080 | map: "the_words" | ||
2081 | room: "Main Area" | ||
2082 | name: "ENTRY" | ||
2083 | } | ||
2084 | } | ||
2085 | to { | ||
2086 | room { | ||
2087 | map: "the_entry" | ||
2088 | name: "Starting Room" | ||
2089 | } | ||
2090 | } | ||
2091 | oneway: true | ||
2092 | } | ||
2093 | connections { | ||
2094 | from { | ||
2095 | painting { | ||
2096 | map: "the_gallery" | ||
2097 | room: "Main Area" | ||
2098 | name: "WORDS" | ||
2099 | } | ||
2100 | } | ||
2101 | to { | ||
2102 | room { | ||
2103 | map: "the_words" | ||
2104 | name: "Main Area" | ||
2105 | } | ||
2106 | } | ||
2107 | oneway: true | ||
2108 | } | ||