From a587b3e0a307a906949eec2741ddece3f38d3ae2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 20:08:28 -0400 Subject: Added the_wise --- data/connections.txtpb | 84 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 4 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 048ca3e..54a5c7a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -1,17 +1,13 @@ # TODO # the_entry/Starting Room/HI/thewords -# the_entry/Link Area/PYRAMID # control center -> the_ancient # the_between/Control Center Side/CC -# the_gallery/Main Area/WISE # the_gallery/Main Area/CC # the_gallery/Main Area/WORDS # the_gallery/Main Area/WONDROUS # the_great/West Side/CC # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT -# the_liberated/Painting Room/PYRAMID -# the_literate/Painting Room/PYRAMID # the_partial/Control Center Entrance/CC # the_perceptive/Main Area/CC # cc -> relentless (don't use port objects) @@ -1934,3 +1930,83 @@ connections { } } } +connections { + from { + painting { + map: "the_entry" + room: "Link Area" + name: "PYRAMID" + } + } + to { + room { + map: "the_wise" + name: "Entry" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "WISE" + } + } + to { + room { + map: "the_wise" + name: "Entry" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_liberated" + room: "Painting Room" + name: "PYRAMID" + } + } + to { + room { + map: "the_wise" + name: "Entry" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_literate" + room: "Painting Room" + name: "PYRAMID" + } + } + to { + room { + map: "the_wise" + name: "Entry" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_wise" + room: "Entry" + name: "TRIANGLE" + } + } + to { + room { + map: "the_gallery" + name: "Main Area" + } + } + oneway: true +} -- cgit 1.4.1