diff options
Diffstat (limited to 'data/connections.txtpb')
| -rw-r--r-- | data/connections.txtpb | 53 |
1 files changed, 51 insertions, 2 deletions
| diff --git a/data/connections.txtpb b/data/connections.txtpb index c5ed39c..ef5acd7 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
| @@ -8,12 +8,10 @@ | |||
| 8 | # the_gallery/Main Area/WISE | 8 | # the_gallery/Main Area/WISE |
| 9 | # the_gallery/Main Area/TREE | 9 | # the_gallery/Main Area/TREE |
| 10 | # the_gallery/Main Area/CC | 10 | # the_gallery/Main Area/CC |
| 11 | # the_gallery/Main Area/TOWER | ||
| 12 | # the_gallery/Main Area/WORDS | 11 | # the_gallery/Main Area/WORDS |
| 13 | # the_gallery/Main Area/WONDROUS | 12 | # the_gallery/Main Area/WONDROUS |
| 14 | # the_great/West Side/CC | 13 | # the_great/West Side/CC |
| 15 | # the_great/Back Area/UNKEMPT | 14 | # the_great/Back Area/UNKEMPT |
| 16 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) | ||
| 17 | # the_great/Back Area/TREE | 15 | # the_great/Back Area/TREE |
| 18 | # the_hinterlands/Main Area/LEFT | 16 | # the_hinterlands/Main Area/LEFT |
| 19 | # the_hinterlands/Main Area/RIGHT | 17 | # the_hinterlands/Main Area/RIGHT |
| @@ -1729,3 +1727,54 @@ connections { | |||
| 1729 | } | 1727 | } |
| 1730 | } | 1728 | } |
| 1731 | } | 1729 | } |
| 1730 | connections { | ||
| 1731 | from { | ||
| 1732 | painting { | ||
| 1733 | map: "the_gallery" | ||
| 1734 | room: "Main Area" | ||
| 1735 | name: "TOWER" | ||
| 1736 | } | ||
| 1737 | } | ||
| 1738 | to { | ||
| 1739 | room { | ||
| 1740 | map: "the_tower" | ||
| 1741 | name: "First Floor" | ||
| 1742 | } | ||
| 1743 | } | ||
| 1744 | oneway: true | ||
| 1745 | } | ||
| 1746 | connections { | ||
| 1747 | # Two one-way connections because the door only blocks one direction. | ||
| 1748 | from { | ||
| 1749 | port { | ||
| 1750 | map: "the_great" | ||
| 1751 | room: "Back Area" | ||
| 1752 | name: "TOWER" | ||
| 1753 | } | ||
| 1754 | } | ||
| 1755 | to { | ||
| 1756 | port { | ||
| 1757 | map: "the_tower" | ||
| 1758 | room: "First Floor" | ||
| 1759 | name: "GREAT" | ||
| 1760 | } | ||
| 1761 | } | ||
| 1762 | oneway: true | ||
| 1763 | } | ||
| 1764 | connections { | ||
| 1765 | from { | ||
| 1766 | port { | ||
| 1767 | map: "the_tower" | ||
| 1768 | room: "First Floor" | ||
| 1769 | name: "GREAT" | ||
| 1770 | } | ||
| 1771 | } | ||
| 1772 | to { | ||
| 1773 | port { | ||
| 1774 | map: "the_great" | ||
| 1775 | room: "Back Area" | ||
| 1776 | name: "TOWER" | ||
| 1777 | } | ||
| 1778 | } | ||
| 1779 | oneway: true | ||
| 1780 | } | ||
