From d79984b099c3f762b95d3b4257bef113d3a8d6ee Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 7 Sep 2025 15:42:00 -0400 Subject: Added door groups --- data/door_groups.txtpb | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 data/door_groups.txtpb (limited to 'data/door_groups.txtpb') diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb new file mode 100644 index 0000000..ca8ce54 --- /dev/null +++ b/data/door_groups.txtpb @@ -0,0 +1,84 @@ +door_groups { + name: "The Entry - Repetitive Entrance" + type: CONNECTOR + doors { + map: "the_entry" + name: "Starting Room West Wall North Door" + } + doors { + map: "the_repetitive" + name: "Entry Entrance" + } +} +door_groups { + name: "The Repetitive - Plaza Entrance" + type: CONNECTOR + doors { + map: "the_repetitive" + name: "Black Hallway" + } + doors { + map: "the_plaza" + name: "Repetitive Entrance" + } +} +door_groups { + name: "Control Center White Doors" + type: COLOR_CONNECTOR + doors { + map: "daedalus" + name: "White Hallway From Entry" + } + doors { + map: "the_entry" + name: "Control Center White Door" + } +} +door_groups { + name: "Control Center Purple Doors" + type: COLOR_CONNECTOR + doors { + map: "daedalus" + name: "Purple Hallway From Great" + } + doors { + map: "the_great" + name: "Control Center Purple Door" + } +} +door_groups { + name: "Control Center Orange Doors" + type: COLOR_CONNECTOR + doors { + map: "daedalus" + name: "Control Center Orange Door" + } + doors { + map: "the_unkempt" + name: "Control Center Orange Door" + } +} +door_groups { + name: "Control Center Brown Doors" + type: COLOR_CONNECTOR + doors { + map: "the_bearer" + name: "Control Center Brown Door" + } + doors { + map: "the_tree" + name: "Control Center Brown Door" + } +} +door_groups { + name: "Control Center Blue Doors" + type: COLOR_CONNECTOR + doors { + map: "the_digital" + name: "Control Center Blue Door" + } + doors { + map: "the_unyielding" + name: "Digital Entrance" + } +} -- cgit 1.4.1