From 804ad0c230672813efdca5b6816a5de49354f375 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 27 Aug 2025 16:29:50 -0400 Subject: Added control_center --- data/maps/control_center/connections.txtpb | 85 ++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 data/maps/control_center/connections.txtpb (limited to 'data/maps/control_center/connections.txtpb') diff --git a/data/maps/control_center/connections.txtpb b/data/maps/control_center/connections.txtpb new file mode 100644 index 0000000..432d39d --- /dev/null +++ b/data/maps/control_center/connections.txtpb @@ -0,0 +1,85 @@ +connections { + from_room: "Entry" + to_room: "Main Area" + door { name: "Front Door" } +} +connections { + from_room: "Main Area" + to_room: "Stormy Entrance" + door { name: "Stormy Entrance" } +} +connections { + from_room: "Entry" + to_room: "Hide Room" + door { name: "Hidden Door" } +} +connections { + from_room: "Main Area" + to_room: "Mint Ending" + door { name: "Mint Ending Door" } +} +connections { + from_room: "Main Area" + to_room: "Entry Entrance" + door { name: "X1 Door" } +} +connections { + from_room: "Main Area" + to_room: "Unkempt Entrance" + door { name: "Unkempt Door" } +} +connections { + from_room: "Main Area" + to_room: "Partial Entrance" + door { name: "Partial Door" } +} +connections { + from_room: "Main Area" + to_room: "White Ending" + door { name: "White Ending Door" } +} +connections { + from_room: "Main Area" + to_room: "Repetitive Entrance" + door { name: "Repetitive Entrance" } +} +connections { + from_room: "Main Area" + to_room: "Perceptive Entrance" + door { name: "Perceptive From Outside" } +} +connections { + from_room: "Main Area" + to_room: "Perceptive Entrance" + door { name: "Perceptive From Inside" } +} +connections { + from_room: "Main Area" + to_room: "Ancient Entrance" + door { name: "Ancient Entrance" } +} +connections { + from_room: "Main Area" + to_room: "Between Entrance" + door { name: "Between Door" } +} +connections { + from_room: "Main Area" + to_room: "Desert Room" + door { name: "Desert Door" } +} +connections { + from_room: "Main Area" + to_room: "Shop Entrance" + door { name: "Shop Door" } +} +connections { + from_room: "Main Area" + to_room: "Tenacious Entrance" + door { name: "Tenacious Door" } +} +connections { + from_room: "Main Area" + to_room: "Unyielding Entrance" + door { name: "Unyielding Door" } +} -- cgit 1.4.1