From 2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 20 Oct 2025 18:33:18 -0400 Subject: Mark some doors as "latched" --- data/maps/control_center/doors.txtpb | 13 +++++++++++-- data/maps/control_center/rooms/Partial Entrance.txtpb | 2 -- data/maps/control_center/rooms/Perceptive Entrance.txtpb | 2 -- data/maps/control_center/rooms/Repetitive Entrance.txtpb | 2 -- data/maps/control_center/rooms/Tenacious Entrance.txtpb | 2 -- data/maps/control_center/rooms/Unkempt Entrance.txtpb | 2 -- 6 files changed, 11 insertions(+), 12 deletions(-) (limited to 'data/maps/control_center') diff --git a/data/maps/control_center/doors.txtpb b/data/maps/control_center/doors.txtpb index 08476a7..cac1937 100644 --- a/data/maps/control_center/doors.txtpb +++ b/data/maps/control_center/doors.txtpb @@ -15,6 +15,8 @@ doors { doors { name: "Hidden Door" type: EVENT + latch: true + receivers: "Components/Doors/entry_12" keyholders { room: "Main Area" name: "1" key: "h" } keyholders { room: "Main Area" name: "2" key: "i" } keyholders { room: "Main Area" name: "3" key: "d" } @@ -103,6 +105,7 @@ doors { doors { name: "Repetitive Entrance" type: STANDARD + latch: true receivers: "Components/Doors/entry_7" keyholders { room: "Main Area" name: "1" key: "m" } keyholders { room: "Main Area" name: "2" key: "o" } @@ -113,20 +116,26 @@ doors { } doors { name: "Perceptive From Outside" - type: EVENT + type: STANDARD + latch: true + receivers: "Components/Doors/entry_26" keyholders { room: "Main Area" name: "1" key: "p" } keyholders { room: "Main Area" name: "2" key: "a" } keyholders { room: "Main Area" name: "3" key: "r" } keyholders { room: "Main Area" name: "4" key: "t" } + location_room: "Main Area" + location_name: "Keyword PART" } doors { name: "Perceptive From Inside" - type: EVENT + type: LOCATION_ONLY panels { room: "Perceptive Entrance" name: "PART" } + location_room: "Perceptive Entrance" } doors { name: "Ancient Entrance" type: STANDARD + latch: true receivers: "Components/Doors/entry_20" keyholders { room: "Main Area" name: "1" key: "z" } keyholders { room: "Main Area" name: "2" key: "e" } diff --git a/data/maps/control_center/rooms/Partial Entrance.txtpb b/data/maps/control_center/rooms/Partial Entrance.txtpb index 5771afc..de5d91a 100644 --- a/data/maps/control_center/rooms/Partial Entrance.txtpb +++ b/data/maps/control_center/rooms/Partial Entrance.txtpb @@ -12,6 +12,4 @@ ports { path: "Components/Warps/worldport4" destination { x: 21 y: 0 z: -41 } rotation: 270 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } diff --git a/data/maps/control_center/rooms/Perceptive Entrance.txtpb b/data/maps/control_center/rooms/Perceptive Entrance.txtpb index cf5a82c..99b100b 100644 --- a/data/maps/control_center/rooms/Perceptive Entrance.txtpb +++ b/data/maps/control_center/rooms/Perceptive Entrance.txtpb @@ -20,6 +20,4 @@ ports { path: "Components/Warps/worldport12" destination { x: -23 y: 0 z: -11 } rotation: 0 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } diff --git a/data/maps/control_center/rooms/Repetitive Entrance.txtpb b/data/maps/control_center/rooms/Repetitive Entrance.txtpb index 6e242f3..0767e2c 100644 --- a/data/maps/control_center/rooms/Repetitive Entrance.txtpb +++ b/data/maps/control_center/rooms/Repetitive Entrance.txtpb @@ -5,6 +5,4 @@ ports { path: "Components/Warps/worldport14" destination { x: -16 y: 0 z: -17.5 } rotation: 0 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } diff --git a/data/maps/control_center/rooms/Tenacious Entrance.txtpb b/data/maps/control_center/rooms/Tenacious Entrance.txtpb index 2689589..093e4fc 100644 --- a/data/maps/control_center/rooms/Tenacious Entrance.txtpb +++ b/data/maps/control_center/rooms/Tenacious Entrance.txtpb @@ -12,6 +12,4 @@ ports { path: "Components/Warps/worldport13" destination { x: 56 y: 0 z: -38 } rotation: 180 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } diff --git a/data/maps/control_center/rooms/Unkempt Entrance.txtpb b/data/maps/control_center/rooms/Unkempt Entrance.txtpb index 5e65254..a89cceb 100644 --- a/data/maps/control_center/rooms/Unkempt Entrance.txtpb +++ b/data/maps/control_center/rooms/Unkempt Entrance.txtpb @@ -12,6 +12,4 @@ ports { path: "Components/Warps/worldport3" destination { x: 34 y: 0 z: -38.5 } rotation: 90 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } -- cgit 1.4.1