From 286ca58803f1829df9730ca12eee51035999850c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 19:41:46 -0400 Subject: Added the_unkempt --- data/maps/the_unkempt/connections.txtpb | 60 +++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 data/maps/the_unkempt/connections.txtpb (limited to 'data/maps/the_unkempt/connections.txtpb') diff --git a/data/maps/the_unkempt/connections.txtpb b/data/maps/the_unkempt/connections.txtpb new file mode 100644 index 0000000..a9e30db --- /dev/null +++ b/data/maps/the_unkempt/connections.txtpb @@ -0,0 +1,60 @@ +connections { + from_room: "Main Area" + to_room: "Right Area" + door { name: "Right Door" } +} +connections { + from_room: "Middle Room" + to_room: "Unsymmetry Room" + door { name: "W2 Room Door" } +} +connections { + from_room: "Main Area" + to_room: "Middle Room" + door { name: "Cyan Doors" } +} +connections { + from_room: "Main Area" + to_room: "Exit Room 2" + door { name: "Exit Door 1" } +} +connections { + from_room: "Exit Room 2" + to_room: "Exit Room 3" + door { name: "Exit Door 2" } +} +connections { + from_room: "Main Area" + to_room: "Control Center Entrance" + door { name: "I Entered" } +} +connections { + from_room: "Main Area" + to_room: "Control Center Entrance" + door { name: "Control Center Entrance" } +} +connections { + from_room: "Right Area" + to_room: "V1 Room" + door { name: "V1 Door" } +} +connections { + from_room: "Right Area" + to_room: "Daedalus Entrance" + door { name: "Control Center Orange Door" } +} +connections { + from_room: "Unsymmetry Room" + to_room: "W2 Room" + door { name: "W2 Door" } +} +connections { + from_room: "Unsymmetry Room" + to_room: "V Keyholder" + door { name: "V Keyholder" } +} +connections { + from_room: "Unsymmetry Room" + to_room: "W Keyholder" + door { name: "W Keyholder" } +} -- cgit 1.4.1