diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-20 18:33:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-20 18:33:18 -0400 |
commit | 2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 (patch) | |
tree | cb6fa51b3a70a7f2b3ac099b7c34c9a7f730cc2b /data/maps/control_center | |
parent | 4c1dc83759d15b7f9f8aaddf580d2147f43fb845 (diff) | |
download | lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.tar.gz lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.tar.bz2 lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.zip |
Diffstat (limited to 'data/maps/control_center')
6 files changed, 11 insertions, 12 deletions
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 { | |||
15 | doors { | 15 | doors { |
16 | name: "Hidden Door" | 16 | name: "Hidden Door" |
17 | type: EVENT | 17 | type: EVENT |
18 | latch: true | ||
19 | receivers: "Components/Doors/entry_12" | ||
18 | keyholders { room: "Main Area" name: "1" key: "h" } | 20 | keyholders { room: "Main Area" name: "1" key: "h" } |
19 | keyholders { room: "Main Area" name: "2" key: "i" } | 21 | keyholders { room: "Main Area" name: "2" key: "i" } |
20 | keyholders { room: "Main Area" name: "3" key: "d" } | 22 | keyholders { room: "Main Area" name: "3" key: "d" } |
@@ -103,6 +105,7 @@ doors { | |||
103 | doors { | 105 | doors { |
104 | name: "Repetitive Entrance" | 106 | name: "Repetitive Entrance" |
105 | type: STANDARD | 107 | type: STANDARD |
108 | latch: true | ||
106 | receivers: "Components/Doors/entry_7" | 109 | receivers: "Components/Doors/entry_7" |
107 | keyholders { room: "Main Area" name: "1" key: "m" } | 110 | keyholders { room: "Main Area" name: "1" key: "m" } |
108 | keyholders { room: "Main Area" name: "2" key: "o" } | 111 | keyholders { room: "Main Area" name: "2" key: "o" } |
@@ -113,20 +116,26 @@ doors { | |||
113 | } | 116 | } |
114 | doors { | 117 | doors { |
115 | name: "Perceptive From Outside" | 118 | name: "Perceptive From Outside" |
116 | type: EVENT | 119 | type: STANDARD |
120 | latch: true | ||
121 | receivers: "Components/Doors/entry_26" | ||
117 | keyholders { room: "Main Area" name: "1" key: "p" } | 122 | keyholders { room: "Main Area" name: "1" key: "p" } |
118 | keyholders { room: "Main Area" name: "2" key: "a" } | 123 | keyholders { room: "Main Area" name: "2" key: "a" } |
119 | keyholders { room: "Main Area" name: "3" key: "r" } | 124 | keyholders { room: "Main Area" name: "3" key: "r" } |
120 | keyholders { room: "Main Area" name: "4" key: "t" } | 125 | keyholders { room: "Main Area" name: "4" key: "t" } |
126 | location_room: "Main Area" | ||
127 | location_name: "Keyword PART" | ||
121 | } | 128 | } |
122 | doors { | 129 | doors { |
123 | name: "Perceptive From Inside" | 130 | name: "Perceptive From Inside" |
124 | type: EVENT | 131 | type: LOCATION_ONLY |
125 | panels { room: "Perceptive Entrance" name: "PART" } | 132 | panels { room: "Perceptive Entrance" name: "PART" } |
133 | location_room: "Perceptive Entrance" | ||
126 | } | 134 | } |
127 | doors { | 135 | doors { |
128 | name: "Ancient Entrance" | 136 | name: "Ancient Entrance" |
129 | type: STANDARD | 137 | type: STANDARD |
138 | latch: true | ||
130 | receivers: "Components/Doors/entry_20" | 139 | receivers: "Components/Doors/entry_20" |
131 | keyholders { room: "Main Area" name: "1" key: "z" } | 140 | keyholders { room: "Main Area" name: "1" key: "z" } |
132 | keyholders { room: "Main Area" name: "2" key: "e" } | 141 | 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 { | |||
12 | path: "Components/Warps/worldport4" | 12 | path: "Components/Warps/worldport4" |
13 | destination { x: 21 y: 0 z: -41 } | 13 | destination { x: 21 y: 0 z: -41 } |
14 | rotation: 270 | 14 | rotation: 270 |
15 | # TODO: shuffle entrances with dependent keyholders | ||
16 | no_shuffle: true | ||
17 | } | 15 | } |
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 { | |||
20 | path: "Components/Warps/worldport12" | 20 | path: "Components/Warps/worldport12" |
21 | destination { x: -23 y: 0 z: -11 } | 21 | destination { x: -23 y: 0 z: -11 } |
22 | rotation: 0 | 22 | rotation: 0 |
23 | # TODO: shuffle entrances with dependent keyholders | ||
24 | no_shuffle: true | ||
25 | } | 23 | } |
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 { | |||
5 | path: "Components/Warps/worldport14" | 5 | path: "Components/Warps/worldport14" |
6 | destination { x: -16 y: 0 z: -17.5 } | 6 | destination { x: -16 y: 0 z: -17.5 } |
7 | rotation: 0 | 7 | rotation: 0 |
8 | # TODO: shuffle entrances with dependent keyholders | ||
9 | no_shuffle: true | ||
10 | } | 8 | } |
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 { | |||
12 | path: "Components/Warps/worldport13" | 12 | path: "Components/Warps/worldport13" |
13 | destination { x: 56 y: 0 z: -38 } | 13 | destination { x: 56 y: 0 z: -38 } |
14 | rotation: 180 | 14 | rotation: 180 |
15 | # TODO: shuffle entrances with dependent keyholders | ||
16 | no_shuffle: true | ||
17 | } | 15 | } |
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 { | |||
12 | path: "Components/Warps/worldport3" | 12 | path: "Components/Warps/worldport3" |
13 | destination { x: 34 y: 0 z: -38.5 } | 13 | destination { x: 34 y: 0 z: -38.5 } |
14 | rotation: 90 | 14 | rotation: 90 |
15 | # TODO: shuffle entrances with dependent keyholders | ||
16 | no_shuffle: true | ||
17 | } | 15 | } |