diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2026-01-12 16:11:03 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2026-01-12 16:11:03 -0500 |
| commit | 1805ec2bb53ff614b78e04678065ce19dfb5811b (patch) | |
| tree | 3d07032eea2294224a5d37242b6c5bc146b2d7bc | |
| parent | 6415336b17b54f2448256e171938bce3a33f81dd (diff) | |
| download | lingo2-archipelago-1805ec2bb53ff614b78e04678065ce19dfb5811b.tar.gz lingo2-archipelago-1805ec2bb53ff614b78e04678065ce19dfb5811b.tar.bz2 lingo2-archipelago-1805ec2bb53ff614b78e04678065ce19dfb5811b.zip | |
Added yellow ending door to Cyan Doors group
| -rw-r--r-- | data/door_groups.txtpb | 4 | ||||
| -rw-r--r-- | data/maps/the_gallery/doors.txtpb | 8 |
2 files changed, 11 insertions, 1 deletions
| diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index fab75f5..2e65d4b 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb | |||
| @@ -117,6 +117,10 @@ door_groups { | |||
| 117 | name: "Near D Room Painting" | 117 | name: "Near D Room Painting" |
| 118 | } | 118 | } |
| 119 | doors { | 119 | doors { |
| 120 | map: "the_gallery" | ||
| 121 | name: "Cyan Doors" | ||
| 122 | } | ||
| 123 | doors { | ||
| 120 | map: "the_graveyard" | 124 | map: "the_graveyard" |
| 121 | name: "Double Letters" | 125 | name: "Double Letters" |
| 122 | } | 126 | } |
| diff --git a/data/maps/the_gallery/doors.txtpb b/data/maps/the_gallery/doors.txtpb index 9bbc016..e87e807 100644 --- a/data/maps/the_gallery/doors.txtpb +++ b/data/maps/the_gallery/doors.txtpb | |||
| @@ -148,6 +148,12 @@ doors { | |||
| 148 | rooms { map: "the_unyielding" name: "Digital Entrance" } | 148 | rooms { map: "the_unyielding" name: "Digital Entrance" } |
| 149 | } | 149 | } |
| 150 | doors { | 150 | doors { |
| 151 | name: "Cyan Doors" | ||
| 152 | type: EVENT | ||
| 153 | receivers: "Components/Listeners/Hint Room/unlockReaderListenerDoubles" | ||
| 154 | double_letters: true | ||
| 155 | } | ||
| 156 | doors { | ||
| 151 | name: "Graveyard Painting" | 157 | name: "Graveyard Painting" |
| 152 | type: GALLERY_PAINTING | 158 | type: GALLERY_PAINTING |
| 153 | #move_paintings { room: "Main Area" name: "GRAVEYARD" } | 159 | #move_paintings { room: "Main Area" name: "GRAVEYARD" } |
| @@ -245,6 +251,7 @@ doors { | |||
| 245 | doors { name: "Wise Painting" } | 251 | doors { name: "Wise Painting" } |
| 246 | doors { name: "Tree Painting" } | 252 | doors { name: "Tree Painting" } |
| 247 | doors { name: "Unyielding Painting" } | 253 | doors { name: "Unyielding Painting" } |
| 254 | doors { name: "Cyan Doors" } | ||
| 248 | doors { name: "Graveyard Painting" } | 255 | doors { name: "Graveyard Painting" } |
| 249 | doors { name: "Control Center Painting" } | 256 | doors { name: "Control Center Painting" } |
| 250 | doors { name: "Tower Painting" } | 257 | doors { name: "Tower Painting" } |
| @@ -256,7 +263,6 @@ doors { | |||
| 256 | doors { name: "Sun Temple Painting" } | 263 | doors { name: "Sun Temple Painting" } |
| 257 | doors { name: "Ancient Painting" } | 264 | doors { name: "Ancient Painting" } |
| 258 | panels { room: "Daedalus Extension" name: "WHERE" } | 265 | panels { room: "Daedalus Extension" name: "WHERE" } |
| 259 | double_letters: true | ||
| 260 | } | 266 | } |
| 261 | doors { | 267 | doors { |
| 262 | name: "Ending Door" | 268 | name: "Ending Door" |
