summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-18 22:04:08 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-18 22:04:08 -0400
commit511d813113b6e7986aff665603ca0196799e232d (patch)
tree9f13a58ba2929fc0247761466cd6f0956047ddcf /data/connections.txtpb
parent6f1b8fe85822080284fbad4e0ab0e6c2adaf7157 (diff)
downloadlingo2-archipelago-511d813113b6e7986aff665603ca0196799e232d.tar.gz
lingo2-archipelago-511d813113b6e7986aff665603ca0196799e232d.tar.bz2
lingo2-archipelago-511d813113b6e7986aff665603ca0196799e232d.zip
Added the_shop
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb18
1 files changed, 17 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index b0eb7e3..ff55e94 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -1,7 +1,6 @@
1# TODO 1# TODO
2# the_entry/Starting Room/HI/thewords 2# the_entry/Starting Room/HI/thewords
3# the_entry/Lime Room/DAEDALUS 3# the_entry/Lime Room/DAEDALUS
4# the_entry/Shop Entrance/SHOP
5# the_entry/Link Area/PYRAMID 4# the_entry/Link Area/PYRAMID
6# the_entry/Daedalus Entrance/DAEDALUS 5# the_entry/Daedalus Entrance/DAEDALUS
7# the_entry/Composite Room Entrance/COMPOSITE 6# the_entry/Composite Room Entrance/COMPOSITE
@@ -56,6 +55,7 @@
56# the_quiet/Main Area/DAEDALUS 55# the_quiet/Main Area/DAEDALUS
57# cc -> relentless (don't use port objects) 56# cc -> relentless (don't use port objects)
58# the_repetitive/Main Room/CC 57# the_repetitive/Main Room/CC
58# cc <-> the shop (keyholder door only needed one way)
59connections { 59connections {
60 from { 60 from {
61 port { 61 port {
@@ -1026,3 +1026,19 @@ connections {
1026 } 1026 }
1027 oneway: true 1027 oneway: true
1028} 1028}
1029connections {
1030 from {
1031 port {
1032 map: "the_entry"
1033 room: "Shop Entrance"
1034 name: "SHOP"
1035 }
1036 }
1037 to {
1038 port {
1039 map: "the_shop"
1040 room: "Main Area"
1041 name: "ENTRY"
1042 }
1043 }
1044}