From a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 16:31:56 -0400 Subject: Added the_tower --- data/connections.txtpb | 53 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) (limited to 'data/connections.txtpb') 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 @@ # the_gallery/Main Area/WISE # the_gallery/Main Area/TREE # the_gallery/Main Area/CC -# the_gallery/Main Area/TOWER # the_gallery/Main Area/WORDS # the_gallery/Main Area/WONDROUS # the_great/West Side/CC # the_great/Back Area/UNKEMPT -# the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) # the_great/Back Area/TREE # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT @@ -1729,3 +1727,54 @@ connections { } } } +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "TOWER" + } + } + to { + room { + map: "the_tower" + name: "First Floor" + } + } + oneway: true +} +connections { + # Two one-way connections because the door only blocks one direction. + from { + port { + map: "the_great" + room: "Back Area" + name: "TOWER" + } + } + to { + port { + map: "the_tower" + room: "First Floor" + name: "GREAT" + } + } + oneway: true +} +connections { + from { + port { + map: "the_tower" + room: "First Floor" + name: "GREAT" + } + } + to { + port { + map: "the_great" + room: "Back Area" + name: "TOWER" + } + } + oneway: true +} -- cgit 1.4.1