diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
commit | 804ad0c230672813efdca5b6816a5de49354f375 (patch) | |
tree | 40e65adad6a28a9d2899e3dbbad697ff42c8851b /data/maps/control_center | |
parent | 5333430a092d4d8c42561f82c7ff6e57f8700455 (diff) | |
download | lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.gz lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.bz2 lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.zip |
Added control_center
Diffstat (limited to 'data/maps/control_center')
20 files changed, 482 insertions, 0 deletions
diff --git a/data/maps/control_center/connections.txtpb b/data/maps/control_center/connections.txtpb new file mode 100644 index 0000000..432d39d --- /dev/null +++ b/data/maps/control_center/connections.txtpb | |||
@@ -0,0 +1,85 @@ | |||
1 | connections { | ||
2 | from_room: "Entry" | ||
3 | to_room: "Main Area" | ||
4 | door { name: "Front Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Main Area" | ||
8 | to_room: "Stormy Entrance" | ||
9 | door { name: "Stormy Entrance" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Entry" | ||
13 | to_room: "Hide Room" | ||
14 | door { name: "Hidden Door" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "Main Area" | ||
18 | to_room: "Mint Ending" | ||
19 | door { name: "Mint Ending Door" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "Main Area" | ||
23 | to_room: "Entry Entrance" | ||
24 | door { name: "X1 Door" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "Main Area" | ||
28 | to_room: "Unkempt Entrance" | ||
29 | door { name: "Unkempt Door" } | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "Main Area" | ||
33 | to_room: "Partial Entrance" | ||
34 | door { name: "Partial Door" } | ||
35 | } | ||
36 | connections { | ||
37 | from_room: "Main Area" | ||
38 | to_room: "White Ending" | ||
39 | door { name: "White Ending Door" } | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "Main Area" | ||
43 | to_room: "Repetitive Entrance" | ||
44 | door { name: "Repetitive Entrance" } | ||
45 | } | ||
46 | connections { | ||
47 | from_room: "Main Area" | ||
48 | to_room: "Perceptive Entrance" | ||
49 | door { name: "Perceptive From Outside" } | ||
50 | } | ||
51 | connections { | ||
52 | from_room: "Main Area" | ||
53 | to_room: "Perceptive Entrance" | ||
54 | door { name: "Perceptive From Inside" } | ||
55 | } | ||
56 | connections { | ||
57 | from_room: "Main Area" | ||
58 | to_room: "Ancient Entrance" | ||
59 | door { name: "Ancient Entrance" } | ||
60 | } | ||
61 | connections { | ||
62 | from_room: "Main Area" | ||
63 | to_room: "Between Entrance" | ||
64 | door { name: "Between Door" } | ||
65 | } | ||
66 | connections { | ||
67 | from_room: "Main Area" | ||
68 | to_room: "Desert Room" | ||
69 | door { name: "Desert Door" } | ||
70 | } | ||
71 | connections { | ||
72 | from_room: "Main Area" | ||
73 | to_room: "Shop Entrance" | ||
74 | door { name: "Shop Door" } | ||
75 | } | ||
76 | connections { | ||
77 | from_room: "Main Area" | ||
78 | to_room: "Tenacious Entrance" | ||
79 | door { name: "Tenacious Door" } | ||
80 | } | ||
81 | connections { | ||
82 | from_room: "Main Area" | ||
83 | to_room: "Unyielding Entrance" | ||
84 | door { name: "Unyielding Door" } | ||
85 | } | ||
diff --git a/data/maps/control_center/doors.txtpb b/data/maps/control_center/doors.txtpb new file mode 100644 index 0000000..0bb29c1 --- /dev/null +++ b/data/maps/control_center/doors.txtpb | |||
@@ -0,0 +1,170 @@ | |||
1 | doors { | ||
2 | name: "Front Door" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/entry_1" | ||
5 | panels { room: "Entry" name: "HELLO" } | ||
6 | location_room: "Entry" | ||
7 | } | ||
8 | doors { | ||
9 | name: "Stormy Entrance" | ||
10 | type: STANDARD | ||
11 | receivers: "Components/Doors/entry_13" | ||
12 | panels { room: "Hide Room" name: "HIDE" } | ||
13 | location_room: "Hide Room" | ||
14 | } | ||
15 | doors { | ||
16 | name: "Hidden Door" | ||
17 | type: EVENT | ||
18 | keyholders { room: "Main Area" name: "1" key: "h" } | ||
19 | keyholders { room: "Main Area" name: "2" key: "i" } | ||
20 | keyholders { room: "Main Area" name: "3" key: "d" } | ||
21 | keyholders { room: "Main Area" name: "4" key: "e" } | ||
22 | } | ||
23 | doors { | ||
24 | name: "Mint Ending Door" | ||
25 | type: EVENT | ||
26 | keyholders { room: "Main Area" name: "1" key: "e" } | ||
27 | keyholders { room: "Main Area" name: "2" key: "x" } | ||
28 | keyholders { room: "Main Area" name: "3" key: "i" } | ||
29 | keyholders { room: "Main Area" name: "4" key: "t" } | ||
30 | } | ||
31 | doors { | ||
32 | name: "Relentless Left Door" | ||
33 | type: EVENT | ||
34 | keyholders { room: "Main Area" name: "1" key: "l" } | ||
35 | keyholders { room: "Main Area" name: "2" key: "e" } | ||
36 | keyholders { room: "Main Area" name: "3" key: "f" } | ||
37 | keyholders { room: "Main Area" name: "4" key: "t" } | ||
38 | } | ||
39 | doors { | ||
40 | name: "Relentless Shop Door" | ||
41 | type: EVENT | ||
42 | keyholders { room: "Main Area" name: "1" key: "s" } | ||
43 | keyholders { room: "Main Area" name: "2" key: "h" } | ||
44 | keyholders { room: "Main Area" name: "3" key: "o" } | ||
45 | keyholders { room: "Main Area" name: "4" key: "p" } | ||
46 | } | ||
47 | doors { | ||
48 | name: "Relentless Turn Door" | ||
49 | type: EVENT | ||
50 | keyholders { room: "Main Area" name: "1" key: "t" } | ||
51 | keyholders { room: "Main Area" name: "2" key: "u" } | ||
52 | keyholders { room: "Main Area" name: "3" key: "r" } | ||
53 | keyholders { room: "Main Area" name: "4" key: "n" } | ||
54 | } | ||
55 | doors { | ||
56 | name: "X1 Door" | ||
57 | type: STANDARD | ||
58 | receivers: "Components/Doors/entry_3" | ||
59 | panels { room: "Entry Entrance" name: "ENTRY" } | ||
60 | location_room: "Entry Entrance" | ||
61 | } | ||
62 | doors { | ||
63 | name: "Unkempt Door" | ||
64 | type: STANDARD | ||
65 | receivers: "Components/Doors/entry_4" | ||
66 | panels { room: "Unkempt Entrance" name: "RETURN" } | ||
67 | location_room: "Unkempt Entrance" | ||
68 | } | ||
69 | doors { | ||
70 | name: "Partial Door" | ||
71 | type: STANDARD | ||
72 | receivers: "Components/Doors/entry_5" | ||
73 | panels { room: "Partial Entrance" name: "PARTIAL" } | ||
74 | location_room: "Partial Entrance" | ||
75 | } | ||
76 | doors { | ||
77 | name: "Link Blocker" | ||
78 | type: EVENT | ||
79 | panels { room: "Unkempt Entrance" name: "RETURN" } | ||
80 | panels { room: "Partial Entrance" name: "PARTIAL" } | ||
81 | panels { room: "Shop Entrance" name: "HOPS" } | ||
82 | panels { room: "Tenacious Entrance" name: "HERO" } | ||
83 | } | ||
84 | doors { | ||
85 | name: "White Ending Door" | ||
86 | type: EVENT | ||
87 | # This is the only time a door depends on endings. However, it's nice to do it | ||
88 | # this way instead of just checking for ending room access because this lets | ||
89 | # us use events, which makes the playthrough more readable. | ||
90 | endings: "MINT" | ||
91 | endings: "ORANGE" | ||
92 | endings: "GREEN" | ||
93 | endings: "GRAY" | ||
94 | endings: "PLUM" | ||
95 | endings: "YELLOW" | ||
96 | endings: "GOLD" | ||
97 | endings: "BLACK" | ||
98 | endings: "CYAN" | ||
99 | endings: "PURPLE" | ||
100 | endings: "RED" | ||
101 | endings: "BLUE" | ||
102 | } | ||
103 | doors { | ||
104 | name: "Repetitive Entrance" | ||
105 | type: STANDARD | ||
106 | receivers: "Components/Doors/entry_7" | ||
107 | keyholders { room: "Main Area" name: "1" key: "m" } | ||
108 | keyholders { room: "Main Area" name: "2" key: "o" } | ||
109 | keyholders { room: "Main Area" name: "3" key: "r" } | ||
110 | keyholders { room: "Main Area" name: "4" key: "e" } | ||
111 | location_room: "Main Area" | ||
112 | } | ||
113 | doors { | ||
114 | name: "Perceptive From Outside" | ||
115 | type: EVENT | ||
116 | keyholders { room: "Main Area" name: "1" key: "p" } | ||
117 | keyholders { room: "Main Area" name: "2" key: "a" } | ||
118 | keyholders { room: "Main Area" name: "3" key: "r" } | ||
119 | keyholders { room: "Main Area" name: "4" key: "t" } | ||
120 | } | ||
121 | doors { | ||
122 | name: "Perceptive From Inside" | ||
123 | type: EVENT | ||
124 | panels { room: "Perceptive Entrance" name: "PART" } | ||
125 | } | ||
126 | doors { | ||
127 | name: "Ancient Entrance" | ||
128 | type: STANDARD | ||
129 | receivers: "Components/Doors/entry_20" | ||
130 | keyholders { room: "Main Area" name: "1" key: "z" } | ||
131 | keyholders { room: "Main Area" name: "2" key: "e" } | ||
132 | keyholders { room: "Main Area" name: "3" key: "r" } | ||
133 | keyholders { room: "Main Area" name: "4" key: "o" } | ||
134 | location_room: "Main Area" | ||
135 | } | ||
136 | doors { | ||
137 | name: "Between Door" | ||
138 | type: STANDARD | ||
139 | receivers: "Components/Doors/entry_8" | ||
140 | panels { room: "Between Entrance" name: "RIGHT" } | ||
141 | location_room: "Between Entrance" | ||
142 | } | ||
143 | doors { | ||
144 | name: "Desert Door" | ||
145 | type: STANDARD | ||
146 | receivers: "Components/Doors/entry_9" | ||
147 | panels { room: "Desert Room" name: "LESS" } | ||
148 | location_room: "Desert Room" | ||
149 | } | ||
150 | doors { | ||
151 | name: "Shop Door" | ||
152 | type: STANDARD | ||
153 | receivers: "Components/Doors/entry_23" | ||
154 | panels { room: "Shop Entrance" name: "HOPS" } | ||
155 | location_room: "Shop Entrance" | ||
156 | } | ||
157 | doors { | ||
158 | name: "Tenacious Door" | ||
159 | type: STANDARD | ||
160 | receivers: "Components/Doors/entry_24" | ||
161 | panels { room: "Tenacious Entrance" name: "HERO" } | ||
162 | location_room: "Tenacious Entrance" | ||
163 | } | ||
164 | doors { | ||
165 | name: "Unyielding Door" | ||
166 | type: STANDARD | ||
167 | receivers: "Components/Doors/entry_11" | ||
168 | panels { room: "Unyielding Entrance" name: "SEEK" } | ||
169 | location_room: "Unyielding Entrance" | ||
170 | } | ||
diff --git a/data/maps/control_center/metadata.txtpb b/data/maps/control_center/metadata.txtpb new file mode 100644 index 0000000..bf89670 --- /dev/null +++ b/data/maps/control_center/metadata.txtpb | |||
@@ -0,0 +1 @@ | |||
display_name: "Control Center" | |||
diff --git a/data/maps/control_center/rooms/Ancient Entrance.txtpb b/data/maps/control_center/rooms/Ancient Entrance.txtpb new file mode 100644 index 0000000..9fe50c5 --- /dev/null +++ b/data/maps/control_center/rooms/Ancient Entrance.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | name: "Ancient Entrance" | ||
2 | ports { | ||
3 | name: "ANCIENT" | ||
4 | path: "Components/Warps/worldport8" | ||
5 | } | ||
diff --git a/data/maps/control_center/rooms/Between Entrance.txtpb b/data/maps/control_center/rooms/Between Entrance.txtpb new file mode 100644 index 0000000..2c21bdd --- /dev/null +++ b/data/maps/control_center/rooms/Between Entrance.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "Between Entrance" | ||
2 | panels { | ||
3 | name: "RIGHT" | ||
4 | path: "Panels/Hallway Right/entry_4" | ||
5 | clue: "right" | ||
6 | answer: "left" | ||
7 | symbols: SUN | ||
8 | } | ||
9 | ports { | ||
10 | name: "BETWEEN" | ||
11 | path: "Components/Warps/worldport5" | ||
12 | } | ||
diff --git a/data/maps/control_center/rooms/Desert Room.txtpb b/data/maps/control_center/rooms/Desert Room.txtpb new file mode 100644 index 0000000..fb24faf --- /dev/null +++ b/data/maps/control_center/rooms/Desert Room.txtpb | |||
@@ -0,0 +1,8 @@ | |||
1 | name: "Desert Room" | ||
2 | panels { | ||
3 | name: "LESS" | ||
4 | path: "Panels/Hallway Right/entry_5" | ||
5 | clue: "less" | ||
6 | answer: "more" | ||
7 | symbols: SUN | ||
8 | } | ||
diff --git a/data/maps/control_center/rooms/Entry Entrance.txtpb b/data/maps/control_center/rooms/Entry Entrance.txtpb new file mode 100644 index 0000000..d920523 --- /dev/null +++ b/data/maps/control_center/rooms/Entry Entrance.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "Entry Entrance" | ||
2 | panels { | ||
3 | name: "ENTRY" | ||
4 | path: "Panels/Hallway Right/entry_3" | ||
5 | clue: "entry" | ||
6 | answer: "exit" | ||
7 | symbols: SUN | ||
8 | } | ||
9 | ports { | ||
10 | name: "ENTRY" | ||
11 | path: "Components/Warps/worldport2" | ||
12 | } | ||
diff --git a/data/maps/control_center/rooms/Entry.txtpb b/data/maps/control_center/rooms/Entry.txtpb new file mode 100644 index 0000000..7ef380c --- /dev/null +++ b/data/maps/control_center/rooms/Entry.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "Entry" | ||
2 | panels { | ||
3 | name: "HELLO" | ||
4 | path: "Panels/Doors/entry_1" | ||
5 | clue: "hello" | ||
6 | answer: "hi" | ||
7 | symbols: SUN | ||
8 | } | ||
9 | ports { | ||
10 | name: "GREAT" | ||
11 | path: "Components/Warps/worldport" | ||
12 | } | ||
diff --git a/data/maps/control_center/rooms/Hide Room.txtpb b/data/maps/control_center/rooms/Hide Room.txtpb new file mode 100644 index 0000000..826293b --- /dev/null +++ b/data/maps/control_center/rooms/Hide Room.txtpb | |||
@@ -0,0 +1,8 @@ | |||
1 | name: "Hide Room" | ||
2 | panels { | ||
3 | name: "HIDE" | ||
4 | path: "Panels/Doors/entry_4" | ||
5 | clue: "hide" | ||
6 | answer: "unmask" | ||
7 | symbols: SUN | ||
8 | } | ||
diff --git a/data/maps/control_center/rooms/Main Area.txtpb b/data/maps/control_center/rooms/Main Area.txtpb new file mode 100644 index 0000000..192c02a --- /dev/null +++ b/data/maps/control_center/rooms/Main Area.txtpb | |||
@@ -0,0 +1,66 @@ | |||
1 | name: "Main Area" | ||
2 | panels { | ||
3 | name: "COLOR" | ||
4 | path: "Panels/Doors/entry_2" | ||
5 | clue: "color" | ||
6 | answer: "red" | ||
7 | #proxies { answer: "red" path: "Panels/Colors/color_1" } | ||
8 | proxies { answer: "blue" path: "Panels/Colors/color_2" } | ||
9 | proxies { answer: "green" path: "Panels/Colors/color_3" } | ||
10 | proxies { answer: "yellow" path: "Panels/Colors/color_4" } | ||
11 | proxies { answer: "white" path: "Panels/Colors/color_5" } | ||
12 | proxies { answer: "black" path: "Panels/Colors/color_6" } | ||
13 | proxies { answer: "orange" path: "Panels/Colors/color_7" } | ||
14 | proxies { answer: "purple" path: "Panels/Colors/color_8" } | ||
15 | proxies { answer: "brown" path: "Panels/Colors/color_9" } | ||
16 | proxies { answer: "silver" path: "Panels/Colors/color_10" } | ||
17 | proxies { answer: "gold" path: "Panels/Colors/color_11" } | ||
18 | proxies { answer: "brass" path: "Panels/Colors/color_12" } | ||
19 | proxies { answer: "gray" path: "Panels/Colors/color_13" } | ||
20 | proxies { answer: "magenta" path: "Panels/Colors/color_14" } | ||
21 | } | ||
22 | panels { | ||
23 | name: "Letters" | ||
24 | path: "Panels/Doors/entry_6" | ||
25 | clue: "" | ||
26 | answer: "link" | ||
27 | symbols: LINGO | ||
28 | required_door { name: "Link Blocker" } | ||
29 | } | ||
30 | keyholders { | ||
31 | name: "1" | ||
32 | path: "Components/KeyHolders/keyHolder" | ||
33 | } | ||
34 | keyholders { | ||
35 | name: "2" | ||
36 | path: "Components/KeyHolders/keyHolder2" | ||
37 | } | ||
38 | keyholders { | ||
39 | name: "3" | ||
40 | path: "Components/KeyHolders/keyHolder3" | ||
41 | } | ||
42 | keyholders { | ||
43 | name: "4" | ||
44 | path: "Components/KeyHolders/keyHolder4" | ||
45 | } | ||
46 | ports { | ||
47 | name: "RIGHT" | ||
48 | path: "Components/Warps/worldport6" | ||
49 | } | ||
50 | ports { | ||
51 | name: "LEFT" | ||
52 | path: "Components/Warps/worldport7" | ||
53 | # Check that this is correct. | ||
54 | } | ||
55 | ports { | ||
56 | name: "RELENTLESS_LEFT" | ||
57 | path: "Components/Warps/worldport9" | ||
58 | } | ||
59 | ports { | ||
60 | name: "RELENTLESS_SHOP" | ||
61 | path: "Components/Warps/worldport11" | ||
62 | } | ||
63 | ports { | ||
64 | name: "RELENTLESS_TURN" | ||
65 | path: "Components/Warps/worldport10" | ||
66 | } | ||
diff --git a/data/maps/control_center/rooms/Mint Ending.txtpb b/data/maps/control_center/rooms/Mint Ending.txtpb new file mode 100644 index 0000000..7ff9fc4 --- /dev/null +++ b/data/maps/control_center/rooms/Mint Ending.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | name: "Mint Ending" | ||
2 | endings { | ||
3 | name: "MINT" | ||
4 | path: "Components/Endings/mint_ending" | ||
5 | } | ||
diff --git a/data/maps/control_center/rooms/Partial Entrance.txtpb b/data/maps/control_center/rooms/Partial Entrance.txtpb new file mode 100644 index 0000000..77b68fa --- /dev/null +++ b/data/maps/control_center/rooms/Partial Entrance.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "Partial Entrance" | ||
2 | panels { | ||
3 | name: "PARTIAL" | ||
4 | path: "Panels/Hallway Left/entry_5" | ||
5 | clue: "partial" | ||
6 | answer: "part" | ||
7 | symbols: SPARKLES | ||
8 | } | ||
9 | ports { | ||
10 | name: "PARTIAL" | ||
11 | path: "Components/Warps/worldport4" | ||
12 | } | ||
diff --git a/data/maps/control_center/rooms/Perceptive Entrance.txtpb b/data/maps/control_center/rooms/Perceptive Entrance.txtpb new file mode 100644 index 0000000..6eec265 --- /dev/null +++ b/data/maps/control_center/rooms/Perceptive Entrance.txtpb | |||
@@ -0,0 +1,20 @@ | |||
1 | name: "Perceptive Entrance" | ||
2 | panels { | ||
3 | name: "PART" | ||
4 | path: "Panels/Doors/stormyPanel2" | ||
5 | clue: "part" | ||
6 | answer: "hole" | ||
7 | symbols: SUN | ||
8 | symbols: ZERO | ||
9 | } | ||
10 | panels { | ||
11 | name: "COLORS" | ||
12 | path: "Panels/Doors/stormyPanel3" | ||
13 | clue: "colors" | ||
14 | answer: "hues" | ||
15 | symbols: SUN | ||
16 | } | ||
17 | ports { | ||
18 | name: "PERCEPTIVE" | ||
19 | path: "Components/Warps/worldport12" | ||
20 | } | ||
diff --git a/data/maps/control_center/rooms/Repetitive Entrance.txtpb b/data/maps/control_center/rooms/Repetitive Entrance.txtpb new file mode 100644 index 0000000..08b8fa4 --- /dev/null +++ b/data/maps/control_center/rooms/Repetitive Entrance.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | name: "Repetitive Entrance" | ||
2 | ports { | ||
3 | name: "REPETITIVE" | ||
4 | path: "Components/Warps/worldport14" | ||
5 | } | ||
diff --git a/data/maps/control_center/rooms/Shop Entrance.txtpb b/data/maps/control_center/rooms/Shop Entrance.txtpb new file mode 100644 index 0000000..154c55b --- /dev/null +++ b/data/maps/control_center/rooms/Shop Entrance.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Shop Entrance" | ||
2 | # The connection to The Shop isn't a worldport. | ||
3 | panels { | ||
4 | name: "HOPS" | ||
5 | path: "Panels/Hallway Left/entry_6" | ||
6 | clue: "hops" | ||
7 | answer: "shop" | ||
8 | symbols: ANAGRAM | ||
9 | } | ||
diff --git a/data/maps/control_center/rooms/Stormy Entrance.txtpb b/data/maps/control_center/rooms/Stormy Entrance.txtpb new file mode 100644 index 0000000..23e48b5 --- /dev/null +++ b/data/maps/control_center/rooms/Stormy Entrance.txtpb | |||
@@ -0,0 +1,8 @@ | |||
1 | name: "Stormy Entrance" | ||
2 | panels { | ||
3 | name: "TURN" | ||
4 | path: "Components/Warps/stormyPanel" | ||
5 | clue: "turn" | ||
6 | answer: "spin" | ||
7 | symbols: SUN | ||
8 | } | ||
diff --git a/data/maps/control_center/rooms/Tenacious Entrance.txtpb b/data/maps/control_center/rooms/Tenacious Entrance.txtpb new file mode 100644 index 0000000..0527d50 --- /dev/null +++ b/data/maps/control_center/rooms/Tenacious Entrance.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "Tenacious Entrance" | ||
2 | panels { | ||
3 | name: "HERO" | ||
4 | path: "Panels/Hallway Left/entry_7" | ||
5 | clue: "hero" | ||
6 | answer: "zero" | ||
7 | symbols: ZERO | ||
8 | } | ||
9 | ports { | ||
10 | name: "TENACIOUS" | ||
11 | path: "Components/Warps/worldport13" | ||
12 | } | ||
diff --git a/data/maps/control_center/rooms/Unkempt Entrance.txtpb b/data/maps/control_center/rooms/Unkempt Entrance.txtpb new file mode 100644 index 0000000..b6fc074 --- /dev/null +++ b/data/maps/control_center/rooms/Unkempt Entrance.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "Unkempt Entrance" | ||
2 | panels { | ||
3 | name: "RETURN" | ||
4 | path: "Panels/Hallway Left/entry_4" | ||
5 | clue: "return" | ||
6 | answer: "turn" | ||
7 | symbols: SPARKLES | ||
8 | } | ||
9 | ports { | ||
10 | name: "UNKEMPT" | ||
11 | path: "Components/Warps/worldport3" | ||
12 | } | ||
diff --git a/data/maps/control_center/rooms/Unyielding Entrance.txtpb b/data/maps/control_center/rooms/Unyielding Entrance.txtpb new file mode 100644 index 0000000..ca22b23 --- /dev/null +++ b/data/maps/control_center/rooms/Unyielding Entrance.txtpb | |||
@@ -0,0 +1,15 @@ | |||
1 | name: "Unyielding Entrance" | ||
2 | panels { | ||
3 | name: "FORTH" | ||
4 | path: "Components/UnlockListeners/panelPorter" | ||
5 | clue: "forth" | ||
6 | answer: "back" | ||
7 | symbols: SUN | ||
8 | } | ||
9 | panels { | ||
10 | name: "SEEK" | ||
11 | path: "Panels/Hallway Right/entry_6" | ||
12 | clue: "seek" | ||
13 | answer: "hide" | ||
14 | symbols: SUN | ||
15 | } | ||
diff --git a/data/maps/control_center/rooms/White Ending.txtpb b/data/maps/control_center/rooms/White Ending.txtpb new file mode 100644 index 0000000..62d4a56 --- /dev/null +++ b/data/maps/control_center/rooms/White Ending.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | name: "White Ending" | ||
2 | endings { | ||
3 | name: "WHITE" | ||
4 | path: "Components/Endings/white_ending" | ||
5 | } | ||