From f531a757c6d9488094f2df4b85a4135b211097e9 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 12 Aug 2025 23:53:00 -0400 Subject: Added the_extravagant --- data/maps/the_extravagant/connections.txtpb | 145 ++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 data/maps/the_extravagant/connections.txtpb (limited to 'data/maps/the_extravagant/connections.txtpb') diff --git a/data/maps/the_extravagant/connections.txtpb b/data/maps/the_extravagant/connections.txtpb new file mode 100644 index 0000000..50b65d5 --- /dev/null +++ b/data/maps/the_extravagant/connections.txtpb @@ -0,0 +1,145 @@ +connections { + from { + painting { + room: "Y Minus First Floor" + name: "SMILE" + } + } + to { + painting { + room: "Y Minus Second Floor" + name: "SMILE" + } + } + oneway: true +} +connections { + from_room: "Y Minus Second Floor" + to_room: "Y Minus First Floor" + oneway: true +} +connections { + from { + painting { + room: "Y Minus Second Floor" + name: "UNMORE" + } + } + to { + painting { + room: "Y Plus Third Floor" + name: "UNMORE" + } + } + oneway: true +} +connections { + from_room: "Y Plus Third Floor" + to_room: "Y Plus First Floor" + oneway: true +} +connections { + from { + painting { + room: "Y Plus Third Floor" + name: "UNDUE" + } + } + to { + painting { + room: "Hat Chamber" + name: "UNDUE" + } + } + oneway: true +} +connections { + from_room: "Y Minus Third Floor" + to_room: "Y Minus Second Floor" + oneway: true +} +connections { + from_room: "Hat Chamber" + to_room: "Y Minus Third Floor" + oneway: true +} +connections { + from { + painting { + room: "Y Plus First Floor" + name: "UNDUE" + } + } + to { + painting { + room: "Engine Room" + name: "UNDUE" + } + } + oneway: true +} +connections { + from { + painting { + room: "Y Plus First Floor" + name: "UNLESS" + } + } + to { + painting { + room: "X Plus" + name: "UNLESS" + } + } + oneway: true +} +connections { + from_room: "X Plus" + to_room: "X Plus Middle Leg" + door { name: "M Side Middle Door" } +} +connections { + from_room: "X Plus" + to_room: "X Plus Right Leg" + door { name: "M Side Right Door" } +} +connections { + from { + painting { + room: "X Plus" + name: "UNDONE" + } + } + to { + painting { + room: "X Minus" + name: "UNDONE" + } + } + oneway: true +} +connections { + from_room: "X Minus" + to_room: "X Minus Middle Leg" + door { name: "W Side Middle Door" } +} +connections { + from_room: "X Minus" + to_room: "X Minus Right Leg" + door { name: "W Side Right Door" } +} +connections { + from { + painting { + room: "X Minus" + name: "SMILE" + } + } + to { + painting { + room: "Y Minus Second Floor" + name: "SMILE" + } + } + oneway: true +} -- cgit 1.4.1