about summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-11 20:08:32 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-11 20:08:32 -0400
commitfcfefe57d9d0b9d8eb3e149e68605103a9e6b490 (patch)
tree415058cc3361727390c4d92ad367ec8c59350974 /data/connections.txtpb
parent6ba1787f7229125affbf12a94c4ddfb6b2e132b8 (diff)
downloadlingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.tar.gz
lingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.tar.bz2
lingo2-archipelago-fcfefe57d9d0b9d8eb3e149e68605103a9e6b490.zip
[Data] Fixed connection target required door logic bugs
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb36
1 files changed, 28 insertions, 8 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 93e7faa..35e7ef8 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -20,7 +20,7 @@ connections {
20 from { 20 from {
21 port { 21 port {
22 map: "the_entry" 22 map: "the_entry"
23 room: "Flipped Second Room" 23 room: "Four Rooms Entrance"
24 name: "FOUR" 24 name: "FOUR"
25 } 25 }
26 } 26 }
@@ -157,7 +157,7 @@ connections {
157 to { 157 to {
158 port { 158 port {
159 map: "the_darkroom" 159 map: "the_darkroom"
160 room: "Second Room" 160 room: "Congruent Entrance"
161 name: "CONGRUENT" 161 name: "CONGRUENT"
162 } 162 }
163 } 163 }
@@ -233,7 +233,7 @@ connections {
233 from { 233 from {
234 port { 234 port {
235 map: "the_darkroom" 235 map: "the_darkroom"
236 room: "First Room" 236 room: "Double Sided Entrance"
237 name: "DOUBLESIDED" 237 name: "DOUBLESIDED"
238 } 238 }
239 } 239 }
@@ -308,6 +308,23 @@ connections {
308 name: "GALLERY" 308 name: "GALLERY"
309 } 309 }
310 } 310 }
311 oneway: true
312}
313connections {
314 from {
315 port {
316 map: "the_butterfly"
317 room: "Main Area"
318 name: "GALLERY"
319 }
320 }
321 to {
322 room {
323 map: "the_gallery"
324 name: "Main Area"
325 }
326 }
327 oneway: true
311} 328}
312connections { 329connections {
313 from { 330 from {
@@ -618,7 +635,7 @@ connections {
618 from { 635 from {
619 port { 636 port {
620 map: "the_entry" 637 map: "the_entry"
621 room: "Link Area" 638 room: "Liberated Entrance"
622 name: "BLUE" 639 name: "BLUE"
623 } 640 }
624 } 641 }
@@ -666,7 +683,7 @@ connections {
666 from { 683 from {
667 port { 684 port {
668 map: "the_entry" 685 map: "the_entry"
669 room: "Link Area" 686 room: "Literate Entrance"
670 name: "BROWN" 687 name: "BROWN"
671 } 688 }
672 } 689 }
@@ -876,6 +893,7 @@ connections {
876 } 893 }
877 } 894 }
878 oneway: true 895 oneway: true
896 bypass_target_door: true
879} 897}
880connections { 898connections {
881 from { 899 from {
@@ -1455,7 +1473,6 @@ connections {
1455 name: "GREAT" 1473 name: "GREAT"
1456 } 1474 }
1457 } 1475 }
1458 door { map: "the_great" name: "Daedalus Entrance" }
1459 oneway: true 1476 oneway: true
1460} 1477}
1461connections { 1478connections {
@@ -1474,6 +1491,7 @@ connections {
1474 } 1491 }
1475 } 1492 }
1476 oneway: true 1493 oneway: true
1494 bypass_target_door: true
1477} 1495}
1478connections { 1496connections {
1479 from { 1497 from {
@@ -1769,12 +1787,13 @@ connections {
1769 } 1787 }
1770 } 1788 }
1771 oneway: true 1789 oneway: true
1790 bypass_target_door: true
1772} 1791}
1773connections { 1792connections {
1774 from { 1793 from {
1775 port { 1794 port {
1776 map: "the_bearer" 1795 map: "the_bearer"
1777 room: "Back Area" 1796 room: "Tree Entrance"
1778 name: "TREE" 1797 name: "TREE"
1779 } 1798 }
1780 } 1799 }
@@ -1851,7 +1870,6 @@ connections {
1851 } 1870 }
1852} 1871}
1853connections { 1872connections {
1854 # Two one-way connections because the door only blocks one direction.
1855 from { 1873 from {
1856 port { 1874 port {
1857 map: "the_great" 1875 map: "the_great"
@@ -1868,6 +1886,7 @@ connections {
1868 } 1886 }
1869} 1887}
1870connections { 1888connections {
1889 # Two one-way connections because the door only blocks one direction.
1871 from { 1890 from {
1872 port { 1891 port {
1873 map: "the_unkempt" 1892 map: "the_unkempt"
@@ -1900,6 +1919,7 @@ connections {
1900 } 1919 }
1901 } 1920 }
1902 oneway: true 1921 oneway: true
1922 bypass_target_door: true
1903} 1923}
1904connections { 1924connections {
1905 from { 1925 from {