diff options
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 ac14ceb..b0eb7e3 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/Lime Room/REVITALIZED | ||
5 | # the_entry/Shop Entrance/SHOP | 4 | # the_entry/Shop Entrance/SHOP |
6 | # the_entry/Link Area/PYRAMID | 5 | # the_entry/Link Area/PYRAMID |
7 | # the_entry/Daedalus Entrance/DAEDALUS | 6 | # the_entry/Daedalus Entrance/DAEDALUS |
@@ -49,7 +48,6 @@ | |||
49 | # the_literate/Painting Room/PYRAMID | 48 | # the_literate/Painting Room/PYRAMID |
50 | # the_nuanced/Main Room/UNYIELDING | 49 | # the_nuanced/Main Room/UNYIELDING |
51 | # the_owl/Magenta Hallway/STURDY | 50 | # the_owl/Magenta Hallway/STURDY |
52 | # the_parthenon/Main Area/REVITALIZED | ||
53 | # the_partial/Control Center Entrance/CC | 51 | # the_partial/Control Center Entrance/CC |
54 | # the_perceptive/Main Area/CC | 52 | # the_perceptive/Main Area/CC |
55 | # the_plaza/Main Area/UNYIELDING | 53 | # the_plaza/Main Area/UNYIELDING |
@@ -979,3 +977,52 @@ connections { | |||
979 | } | 977 | } |
980 | } | 978 | } |
981 | } | 979 | } |
980 | connections { | ||
981 | from { | ||
982 | port { | ||
983 | map: "the_entry" | ||
984 | room: "Lime Room" | ||
985 | name: "REVITALIZED" | ||
986 | } | ||
987 | } | ||
988 | to { | ||
989 | port { | ||
990 | map: "the_revitalized" | ||
991 | room: "Bye Room" | ||
992 | name: "PARTHENON" | ||
993 | } | ||
994 | } | ||
995 | oneway: true | ||
996 | } | ||
997 | connections { | ||
998 | from { | ||
999 | port { | ||
1000 | map: "the_parthenon" | ||
1001 | room: "Main Area" | ||
1002 | name: "REVITALIZED" | ||
1003 | } | ||
1004 | } | ||
1005 | to { | ||
1006 | port { | ||
1007 | map: "the_revitalized" | ||
1008 | room: "Bye Room" | ||
1009 | name: "PARTHENON" | ||
1010 | } | ||
1011 | } | ||
1012 | } | ||
1013 | connections { | ||
1014 | from { | ||
1015 | panel { | ||
1016 | map: "the_revitalized" | ||
1017 | room: "Return Room" | ||
1018 | name: "RETURN" | ||
1019 | } | ||
1020 | } | ||
1021 | to { | ||
1022 | room { | ||
1023 | map: "the_entry" | ||
1024 | name: "Starting Room" | ||
1025 | } | ||
1026 | } | ||
1027 | oneway: true | ||
1028 | } | ||