diff options
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/daedalus/doors.txtpb | 8 | ||||
-rw-r--r-- | data/maps/the_ancient/doors.txtpb | 3 | ||||
-rw-r--r-- | data/maps/the_ancient/rooms/Inside.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_congruent/doors.txtpb | 8 | ||||
-rw-r--r-- | data/maps/the_great/doors.txtpb | 8 | ||||
-rw-r--r-- | data/maps/the_parthenon/doors.txtpb | 7 |
6 files changed, 26 insertions, 9 deletions
diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index d6c33f4..ccbf3f0 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb | |||
@@ -2112,8 +2112,12 @@ doors { | |||
2112 | doors { | 2112 | doors { |
2113 | name: "C Keyholder Blocker" | 2113 | name: "C Keyholder Blocker" |
2114 | type: EVENT | 2114 | type: EVENT |
2115 | # Components/Doors/Unincorporated/temple_foyer_7 | 2115 | receivers: "Components/Doors/Unincorporated/temple_foyer_7" |
2116 | switches: "lavender_cubes" | 2116 | panels { |
2117 | map: "the_ancient" | ||
2118 | room: "Inside" | ||
2119 | name: "COLOR" | ||
2120 | } | ||
2117 | } | 2121 | } |
2118 | doors { | 2122 | doors { |
2119 | name: "Computer Room Back Door" | 2123 | name: "Computer Room Back Door" |
diff --git a/data/maps/the_ancient/doors.txtpb b/data/maps/the_ancient/doors.txtpb index 5dc062e..e550306 100644 --- a/data/maps/the_ancient/doors.txtpb +++ b/data/maps/the_ancient/doors.txtpb | |||
@@ -38,7 +38,8 @@ doors { | |||
38 | } | 38 | } |
39 | doors { | 39 | doors { |
40 | name: "Lavender Cubes" | 40 | name: "Lavender Cubes" |
41 | type: STANDARD | 41 | type: LOCATION_ONLY |
42 | panels { room: "Inside" name: "COLOR" } | 42 | panels { room: "Inside" name: "COLOR" } |
43 | location_room: "Inside" | 43 | location_room: "Inside" |
44 | location_name: "COLOR" | ||
44 | } | 45 | } |
diff --git a/data/maps/the_ancient/rooms/Inside.txtpb b/data/maps/the_ancient/rooms/Inside.txtpb index d6e8575..3723b2d 100644 --- a/data/maps/the_ancient/rooms/Inside.txtpb +++ b/data/maps/the_ancient/rooms/Inside.txtpb | |||
@@ -5,5 +5,4 @@ panels { | |||
5 | clue: "color" | 5 | clue: "color" |
6 | answer: "lavender" | 6 | answer: "lavender" |
7 | symbols: EXAMPLE | 7 | symbols: EXAMPLE |
8 | # TODO: how does this connect to the "lavender_cubes" switch? | ||
9 | } | 8 | } |
diff --git a/data/maps/the_congruent/doors.txtpb b/data/maps/the_congruent/doors.txtpb index 7c79c00..a714eba 100644 --- a/data/maps/the_congruent/doors.txtpb +++ b/data/maps/the_congruent/doors.txtpb | |||
@@ -119,7 +119,11 @@ doors { | |||
119 | } | 119 | } |
120 | doors { | 120 | doors { |
121 | name: "T Keyholder Blocker" | 121 | name: "T Keyholder Blocker" |
122 | type: ITEM_ONLY | 122 | type: EVENT |
123 | receivers: "Components/Doors/magenta_enterer3" | 123 | receivers: "Components/Doors/magenta_enterer3" |
124 | switches: "lavender_cubes" | 124 | panels { |
125 | map: "the_ancient" | ||
126 | room: "Inside" | ||
127 | name: "COLOR" | ||
128 | } | ||
125 | } | 129 | } |
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index 0389a38..f0f2fde 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -471,9 +471,13 @@ doors { | |||
471 | } | 471 | } |
472 | doors { | 472 | doors { |
473 | name: "Lavender Cube" | 473 | name: "Lavender Cube" |
474 | type: ITEM_ONLY | 474 | type: EVENT |
475 | receivers: "Components/Doors/entry_28" | 475 | receivers: "Components/Doors/entry_28" |
476 | switches: "lavender_cubes" | 476 | panels { |
477 | map: "the_ancient" | ||
478 | room: "Inside" | ||
479 | name: "COLOR" | ||
480 | } | ||
477 | } | 481 | } |
478 | doors { | 482 | doors { |
479 | name: "Zero Entrance" | 483 | name: "Zero Entrance" |
diff --git a/data/maps/the_parthenon/doors.txtpb b/data/maps/the_parthenon/doors.txtpb index 5187aea..1161917 100644 --- a/data/maps/the_parthenon/doors.txtpb +++ b/data/maps/the_parthenon/doors.txtpb | |||
@@ -13,7 +13,12 @@ doors { | |||
13 | doors { | 13 | doors { |
14 | name: "Lavender Cubes" | 14 | name: "Lavender Cubes" |
15 | type: EVENT | 15 | type: EVENT |
16 | switches: "lavender_cubes" | 16 | receivers: "Components/Doors/entry_3" |
17 | panels { | ||
18 | map: "the_ancient" | ||
19 | room: "Inside" | ||
20 | name: "COLOR" | ||
21 | } | ||
17 | } | 22 | } |
18 | doors { | 23 | doors { |
19 | name: "K2 Door" | 24 | name: "K2 Door" |