From 6af543ba049e3ba880b113907cd5222b205b8c05 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 12:42:31 -0400 Subject: Add cyan door behavior option --- data/door_groups.txtpb | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'data/door_groups.txtpb') diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index ca8ce54..bc8cdf6 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb @@ -82,3 +82,55 @@ door_groups { name: "Digital Entrance" } } +door_groups { + name: "Cyan Doors" + type: CYAN_DOORS + doors { + map: "daedalus" + name: "Eye Painting" + } + doors { + map: "the_bearer" + name: "Butterfly Entrance" + } + doors { + map: "the_darkroom" + name: "Double Letter Panel Blockers" + } + doors { + map: "the_entry" + name: "Starting Room West Wall North Door" + } + doors { + map: "the_entry" + name: "Flipped Pyramid Area Entrance" + } + doors { + map: "the_entry" + name: "Near D Room Painting" + } + doors { + map: "the_graveyard" + name: "Double Letters" + } + doors { + map: "the_great" + name: "Tower Entrance" + } + doors { + map: "the_parthenon" + name: "Double Letters" + } + doors { + map: "the_unkempt" + name: "Cyan Doors" + } + doors { + map: "the_unkempt" + name: "Control Center Orange Door" + } + doors { + map: "the_unyielding" + name: "Cyan Doors" + } +} -- cgit 1.4.1