diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-09 16:44:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-09 16:44:09 -0400 |
commit | 8de745f4d3350ac848c9362a33e223c0ff94fdcf (patch) | |
tree | 102db82fd9c7822dd6c0d6e9a555181faf9ba00e /data/connections.txtpb | |
parent | 6dc4fae2ee9b7b9145a8938e95080dba448cf44a (diff) | |
download | lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.gz lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.bz2 lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.zip |
Added symbol shuffle
Also fixed unlocked letters + any double letter cyan doors, and tweaked some logic related to important panels with symbols on them.
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index a79778f..d718c96 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -841,6 +841,8 @@ connections { | |||
841 | } | 841 | } |
842 | oneway: true | 842 | oneway: true |
843 | } | 843 | } |
844 | # Two one-way connections because the CLUE panel only needs to be solved to | ||
845 | # go from The Great to The Partial. | ||
844 | connections { | 846 | connections { |
845 | from { | 847 | from { |
846 | port { | 848 | port { |
@@ -856,6 +858,24 @@ connections { | |||
856 | name: "GREAT" | 858 | name: "GREAT" |
857 | } | 859 | } |
858 | } | 860 | } |
861 | oneway: true | ||
862 | } | ||
863 | connections { | ||
864 | from { | ||
865 | port { | ||
866 | map: "the_partial" | ||
867 | room: "Obverse Side" | ||
868 | name: "GREAT" | ||
869 | } | ||
870 | } | ||
871 | to { | ||
872 | port { | ||
873 | map: "the_great" | ||
874 | room: "West Side" | ||
875 | name: "PARTIAL" | ||
876 | } | ||
877 | } | ||
878 | oneway: true | ||
859 | } | 879 | } |
860 | connections { | 880 | connections { |
861 | from { | 881 | from { |