summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb52
1 files changed, 49 insertions, 3 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 150d052..042f90a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -27,13 +27,11 @@
27# cc <-> the shop (keyholder door only needed one way) 27# cc <-> the shop (keyholder door only needed one way)
28# the_sun_temple/Entrance/UNKEMPT 28# the_sun_temple/Entrance/UNKEMPT
29# the_unyielding/Central Connected Area/BACK (panel) 29# the_unyielding/Central Connected Area/BACK (panel)
30# daedalus/Wisdom Panel/INTELLIGENCE (panel)
31# daedalus/South Castle Area/TRIANGLE
32# daedalus/roof -> icarus 30# daedalus/roof -> icarus
33# daedalus/Hedges Tower/TENACIOUS
34# daedalus/Tree Entrance/TREE 31# daedalus/Tree Entrance/TREE
35# daedalus/Unkempt Entrance/UNKEMPT 32# daedalus/Unkempt Entrance/UNKEMPT
36# daedalus/Wonderland/WONDROUS 33# daedalus/Wonderland/WONDROUS
34# the_tenacious/Control Center Entrance/CC
37connections { 35connections {
38 from { 36 from {
39 port { 37 port {
@@ -1668,3 +1666,51 @@ connections {
1668 } 1666 }
1669 } 1667 }
1670} 1668}
1669connections {
1670 from {
1671 panel {
1672 map: "daedalus"
1673 room: "Wisdom Panel"
1674 name: "INTELLIGENCE"
1675 }
1676 }
1677 to {
1678 room {
1679 map: "the_tenacious"
1680 name: "Wisdom Room"
1681 }
1682 }
1683 oneway: true
1684}
1685connections {
1686 from {
1687 painting {
1688 map: "daedalus"
1689 room: "South Castle Area"
1690 name: "TRIANGLE"
1691 }
1692 }
1693 to {
1694 room {
1695 map: "the_tenacious"
1696 name: "Color Room"
1697 }
1698 }
1699 oneway: true
1700}
1701connections {
1702 from {
1703 port {
1704 map: "daedalus"
1705 room: "Hedges Tower"
1706 name: "TENACIOUS"
1707 }
1708 }
1709 to {
1710 room {
1711 map: "the_tenacious"
1712 name: "Tower Room"
1713 }
1714 }
1715 oneway: true
1716}