diff options
Diffstat (limited to 'data/maps/the_congruent')
11 files changed, 15 insertions, 13 deletions
diff --git a/data/maps/the_congruent/doors.txtpb b/data/maps/the_congruent/doors.txtpb index 7c21f55..a714eba 100644 --- a/data/maps/the_congruent/doors.txtpb +++ b/data/maps/the_congruent/doors.txtpb | |||
@@ -17,6 +17,7 @@ doors { | |||
17 | panels { room: "Main Area" name: "LABS (1)" } | 17 | panels { room: "Main Area" name: "LABS (1)" } |
18 | panels { room: "Main Area" name: "LABS (2)" } | 18 | panels { room: "Main Area" name: "LABS (2)" } |
19 | location_room: "Main Area" | 19 | location_room: "Main Area" |
20 | location_name: "Obverse Cyan Large Room" | ||
20 | } | 21 | } |
21 | doors { | 22 | doors { |
22 | name: "Flipped Yellow Door" | 23 | name: "Flipped Yellow Door" |
@@ -33,6 +34,7 @@ doors { | |||
33 | panels { room: "Flipped Magenta Room" name: "LUST" } | 34 | panels { room: "Flipped Magenta Room" name: "LUST" } |
34 | panels { room: "Flipped Magenta Room" name: "LAND" } | 35 | panels { room: "Flipped Magenta Room" name: "LAND" } |
35 | location_room: "Flipped Magenta Room" | 36 | location_room: "Flipped Magenta Room" |
37 | location_name: "Flipped Magenta Room" | ||
36 | } | 38 | } |
37 | doors { | 39 | doors { |
38 | name: "C Keyholder Blocker" | 40 | name: "C Keyholder Blocker" |
@@ -47,6 +49,7 @@ doors { | |||
47 | panels { room: "Flipped Yellow Room" name: "CAVE (1)" } | 49 | panels { room: "Flipped Yellow Room" name: "CAVE (1)" } |
48 | panels { room: "Flipped Yellow Room" name: "CAVE (2)" } | 50 | panels { room: "Flipped Yellow Room" name: "CAVE (2)" } |
49 | location_room: "Flipped Yellow Room" | 51 | location_room: "Flipped Yellow Room" |
52 | location_name: "Flipped Yellow Room" | ||
50 | } | 53 | } |
51 | doors { | 54 | doors { |
52 | name: "C2 Door" | 55 | name: "C2 Door" |
@@ -59,6 +62,7 @@ doors { | |||
59 | key: "c" | 62 | key: "c" |
60 | } | 63 | } |
61 | location_room: "C Keyholder" | 64 | location_room: "C Keyholder" |
65 | location_name: "C Keyholder" | ||
62 | } | 66 | } |
63 | doors { | 67 | doors { |
64 | name: "Obverse Yellow Door" | 68 | name: "Obverse Yellow Door" |
@@ -111,10 +115,15 @@ doors { | |||
111 | key: "g" | 115 | key: "g" |
112 | } | 116 | } |
113 | location_room: "G Keyholder" | 117 | location_room: "G Keyholder" |
118 | location_name: "G Keyholder" | ||
114 | } | 119 | } |
115 | doors { | 120 | doors { |
116 | name: "T Keyholder Blocker" | 121 | name: "T Keyholder Blocker" |
117 | type: ITEM_ONLY | 122 | type: EVENT |
118 | receivers: "Components/Doors/magenta_enterer3" | 123 | receivers: "Components/Doors/magenta_enterer3" |
119 | switches: "lavender_cubes" | 124 | panels { |
125 | map: "the_ancient" | ||
126 | room: "Inside" | ||
127 | name: "COLOR" | ||
128 | } | ||
120 | } | 129 | } |
diff --git a/data/maps/the_congruent/rooms/C Keyholder.txtpb b/data/maps/the_congruent/rooms/C Keyholder.txtpb index 0af0f32..75ef920 100644 --- a/data/maps/the_congruent/rooms/C Keyholder.txtpb +++ b/data/maps/the_congruent/rooms/C Keyholder.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "C Keyholder" | 1 | name: "C Keyholder" |
2 | display_name: "Main Area" | ||
3 | keyholders { | 2 | keyholders { |
4 | name: "C" | 3 | name: "C" |
5 | path: "Components/KeyHolders/keyHolder" | 4 | path: "Components/KeyHolders/keyHolder" |
diff --git a/data/maps/the_congruent/rooms/C2 Room.txtpb b/data/maps/the_congruent/rooms/C2 Room.txtpb index 852d4e2..ff53ebd 100644 --- a/data/maps/the_congruent/rooms/C2 Room.txtpb +++ b/data/maps/the_congruent/rooms/C2 Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "C2 Room" | 1 | name: "C2 Room" |
2 | display_name: "Main Area" | ||
3 | letters { | 2 | letters { |
4 | key: "c" | 3 | key: "c" |
5 | level2: true | 4 | level2: true |
diff --git a/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb b/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb index 402e9e0..a51b667 100644 --- a/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb +++ b/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Flipped Magenta Room" | 1 | name: "Flipped Magenta Room" |
2 | display_name: "Flipped Magenta Room" | ||
3 | panels { | 2 | panels { |
4 | name: "LOOK" | 3 | name: "LOOK" |
5 | path: "Panels/Side Up 1/panel_1" | 4 | path: "Panels/Side Up 1/panel_1" |
diff --git a/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb b/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb index 3952373..b407f0d 100644 --- a/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb +++ b/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Flipped Yellow Room" | 1 | name: "Flipped Yellow Room" |
2 | display_name: "Flipped Yellow Room" | ||
3 | panels { | 2 | panels { |
4 | name: "DANCER" | 3 | name: "DANCER" |
5 | path: "Panels/Back 1/panel_1" | 4 | path: "Panels/Back 1/panel_1" |
diff --git a/data/maps/the_congruent/rooms/G Keyholder.txtpb b/data/maps/the_congruent/rooms/G Keyholder.txtpb index c52d7ba..8184703 100644 --- a/data/maps/the_congruent/rooms/G Keyholder.txtpb +++ b/data/maps/the_congruent/rooms/G Keyholder.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "G Keyholder" | 1 | name: "G Keyholder" |
2 | display_name: "Obverse Yellow Room" | ||
3 | keyholders { | 2 | keyholders { |
4 | name: "G" | 3 | name: "G" |
5 | path: "Components/KeyHolders/keyHolder2" | 4 | path: "Components/KeyHolders/keyHolder2" |
diff --git a/data/maps/the_congruent/rooms/G2 Room.txtpb b/data/maps/the_congruent/rooms/G2 Room.txtpb index 80a23cb..25490a8 100644 --- a/data/maps/the_congruent/rooms/G2 Room.txtpb +++ b/data/maps/the_congruent/rooms/G2 Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "G2 Room" | 1 | name: "G2 Room" |
2 | display_name: "Main Area" | ||
3 | letters { | 2 | letters { |
4 | key: "g" | 3 | key: "g" |
5 | level2: true | 4 | level2: true |
diff --git a/data/maps/the_congruent/rooms/Main Area.txtpb b/data/maps/the_congruent/rooms/Main Area.txtpb index a783eab..2b3f62e 100644 --- a/data/maps/the_congruent/rooms/Main Area.txtpb +++ b/data/maps/the_congruent/rooms/Main Area.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Main Area" | 1 | name: "Main Area" |
2 | display_name: "Main Area" | ||
3 | panels { | 2 | panels { |
4 | name: "LANE (1)" | 3 | name: "LANE (1)" |
5 | path: "Panels/Main/panel_1" | 4 | path: "Panels/Main/panel_1" |
@@ -86,8 +85,10 @@ panels { | |||
86 | } | 85 | } |
87 | ports { | 86 | ports { |
88 | name: "DARKROOM" | 87 | name: "DARKROOM" |
88 | display_name: "Entrance" | ||
89 | path: "Components/Warps/worldport2" | 89 | path: "Components/Warps/worldport2" |
90 | orientation: "north" | 90 | destination { x: -19 y: 0 z: 7.5 } |
91 | rotation: 180 | ||
91 | } | 92 | } |
92 | paintings { | 93 | paintings { |
93 | name: "P" | 94 | name: "P" |
diff --git a/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb b/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb index b69a4d4..895c4da 100644 --- a/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb +++ b/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Obverse Magenta Room" | 1 | name: "Obverse Magenta Room" |
2 | display_name: "Obverse Magenta Room" | ||
3 | # TODO: Should these two maybe not be randomizable because they hint the keyholder? | 2 | # TODO: Should these two maybe not be randomizable because they hint the keyholder? |
4 | paintings { | 3 | paintings { |
5 | name: "TEA" | 4 | name: "TEA" |
diff --git a/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb b/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb index 334df67..c87efdf 100644 --- a/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb +++ b/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Obverse Yellow Room" | 1 | name: "Obverse Yellow Room" |
2 | display_name: "Obverse Yellow Room" | ||
3 | panels { | 2 | panels { |
4 | name: "CIVIL" | 3 | name: "CIVIL" |
5 | path: "Panels/Main/panel_6" | 4 | path: "Panels/Main/panel_6" |
diff --git a/data/maps/the_congruent/rooms/T Keyholder.txtpb b/data/maps/the_congruent/rooms/T Keyholder.txtpb index 1cfd2bd..143ea53 100644 --- a/data/maps/the_congruent/rooms/T Keyholder.txtpb +++ b/data/maps/the_congruent/rooms/T Keyholder.txtpb | |||
@@ -1,6 +1,6 @@ | |||
1 | name: "T Keyholder" | 1 | name: "T Keyholder" |
2 | display_name: "Obverse Magenta Room" | ||
3 | keyholders { | 2 | keyholders { |
4 | name: "T" | 3 | name: "T" |
5 | path: "Components/KeyHolders/keyHolderT" | 4 | path: "Components/KeyHolders/keyHolderT" |
5 | key: "t" | ||
6 | } | 6 | } |