diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 19:41:46 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 19:41:46 -0400 |
commit | 286ca58803f1829df9730ca12eee51035999850c (patch) | |
tree | 9c38e1f21552eb8e09aff755a306f3adfea18874 /data/maps/the_unkempt/doors.txtpb | |
parent | 1b68ed2e63e037d34caec8ff3b2d939a44c12d19 (diff) | |
download | lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.tar.gz lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.tar.bz2 lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.zip |
Added the_unkempt
Diffstat (limited to 'data/maps/the_unkempt/doors.txtpb')
-rw-r--r-- | data/maps/the_unkempt/doors.txtpb | 180 |
1 files changed, 180 insertions, 0 deletions
diff --git a/data/maps/the_unkempt/doors.txtpb b/data/maps/the_unkempt/doors.txtpb new file mode 100644 index 0000000..5c16ac0 --- /dev/null +++ b/data/maps/the_unkempt/doors.txtpb | |||
@@ -0,0 +1,180 @@ | |||
1 | doors { | ||
2 | name: "Right Door" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/entry_2" | ||
5 | panels { room: "Main Area" name: "EYE" } | ||
6 | panels { room: "Main Area" name: "SIGHT" } | ||
7 | panels { room: "Main Area" name: "SHY" } | ||
8 | panels { room: "Main Area" name: "QUITE" } | ||
9 | location_room: "Main Area" | ||
10 | } | ||
11 | doors { | ||
12 | name: "W2 Room Door" | ||
13 | type: STANDARD | ||
14 | receivers: "Components/Doors/entry_1" | ||
15 | panels { room: "Middle Room" name: "RIDDLE" } | ||
16 | panels { room: "Middle Room" name: "FELLOW" } | ||
17 | panels { room: "Middle Room" name: "YELLOW" } | ||
18 | panels { room: "Middle Room" name: "FIDDLE" } | ||
19 | location_room: "Middle Room" | ||
20 | } | ||
21 | doors { | ||
22 | name: "Cyan Doors" | ||
23 | type: EVENT | ||
24 | switches: "double_letters" | ||
25 | } | ||
26 | doors { | ||
27 | name: "Sun Temple Entrance" | ||
28 | type: EVENT | ||
29 | panels { room: "Exit Room 3" name: "ENTER" } | ||
30 | } | ||
31 | doors { | ||
32 | name: "Exit Door 1" | ||
33 | type: EVENT | ||
34 | panels { room: "Main Area" name: "PHASE" } | ||
35 | panels { room: "Main Area" name: "SCALE" } | ||
36 | panels { room: "Main Area" name: "WAYS" } | ||
37 | panels { room: "Main Area" name: "TRAIL" } | ||
38 | } | ||
39 | doors { | ||
40 | name: "Exit Door 2" | ||
41 | type: EVENT | ||
42 | panels { room: "Exit Room 2" name: "FOUR" } | ||
43 | panels { room: "Exit Room 2" name: "MINE" } | ||
44 | panels { room: "Exit Room 2" name: "DOOR" } | ||
45 | panels { room: "Exit Room 2" name: "WINE" } | ||
46 | } | ||
47 | doors { | ||
48 | name: "I Entered" | ||
49 | type: EVENT | ||
50 | keyholders { room: "Main Area" name: "I" key: "i" } | ||
51 | } | ||
52 | doors { | ||
53 | name: "Control Center Entrance" | ||
54 | type: EVENT | ||
55 | panels { room: "Control Center Entrance" name: "RETURN" } | ||
56 | } | ||
57 | doors { | ||
58 | name: "V1 Door" | ||
59 | type: EVENT | ||
60 | panels { room: "Right Area" name: "QUIET" } | ||
61 | panels { room: "Right Area" name: "DIET" } | ||
62 | panels { room: "Right Area" name: "FOURTH" } | ||
63 | panels { room: "Right Area" name: "FORTH" } | ||
64 | } | ||
65 | doors { | ||
66 | name: "Control Center Orange Door" | ||
67 | type: CONTROL_CENTER_COLOR | ||
68 | receivers: "Components/Doors/entry_13" | ||
69 | control_center_color: "orange" | ||
70 | } | ||
71 | doors { | ||
72 | name: "W2 Door" | ||
73 | type: EVENT | ||
74 | panels { room: "Unsymmetry Room" name: "UNINTERESTED" } | ||
75 | panels { room: "Unsymmetry Room" name: "IMPARTIAL" } | ||
76 | panels { room: "Unsymmetry Room" name: "ENTERTAIN" } | ||
77 | panels { room: "Unsymmetry Room" name: "CONFUSE" } | ||
78 | panels { room: "Unsymmetry Room" name: "UNLUCKY" } | ||
79 | panels { room: "Unsymmetry Room" name: "UNEXPECTED" } | ||
80 | panels { room: "Unsymmetry Room" name: "UNIRONIC" } | ||
81 | panels { room: "Unsymmetry Room" name: "ACCIDENTAL" } | ||
82 | panels { room: "Unsymmetry Room" name: "COMPLETE" } | ||
83 | panels { room: "Unsymmetry Room" name: "ENROLL" } | ||
84 | panels { room: "Unsymmetry Room" name: "ACCEPT" } | ||
85 | panels { room: "Unsymmetry Room" name: "DISPROVE" } | ||
86 | panels { room: "Unsymmetry Room" name: "SCRUTINIZE (Purple)" } | ||
87 | panels { room: "Unsymmetry Room" name: "SCRUTINIZE (Cyan)" } | ||
88 | } | ||
89 | doors { | ||
90 | name: "V Keyholder" | ||
91 | type: EVENT | ||
92 | panels { room: "Unsymmetry Room" name: "UNINTERESTED" } | ||
93 | panels { room: "Unsymmetry Room" name: "IMPARTIAL" } | ||
94 | panels { room: "Unsymmetry Room" name: "ENTERTAIN" } | ||
95 | panels { room: "Unsymmetry Room" name: "CONFUSE" } | ||
96 | panels { room: "Unsymmetry Room" name: "UNLUCKY" } | ||
97 | panels { room: "Unsymmetry Room" name: "UNEXPECTED" } | ||
98 | panels { room: "Unsymmetry Room" name: "UNIRONIC" } | ||
99 | panels { room: "Unsymmetry Room" name: "ACCIDENTAL" } | ||
100 | panels { room: "Unsymmetry Room" name: "COMPLETE" } | ||
101 | panels { room: "Unsymmetry Room" name: "ENROLL" } | ||
102 | panels { room: "Unsymmetry Room" name: "ACCEPT" } | ||
103 | panels { room: "Unsymmetry Room" name: "DISPROVE" } | ||
104 | panels { room: "Unsymmetry Room" name: "SCRUTINIZE (Purple)" } | ||
105 | panels { room: "Unsymmetry Room" name: "SCRUTINIZE (Cyan)" } | ||
106 | } | ||
107 | doors { | ||
108 | name: "W Keyholder" | ||
109 | type: EVENT | ||
110 | panels { room: "Unsymmetry Room" name: "UNINTERESTED" } | ||
111 | panels { room: "Unsymmetry Room" name: "IMPARTIAL" } | ||
112 | panels { room: "Unsymmetry Room" name: "ENTERTAIN" } | ||
113 | panels { room: "Unsymmetry Room" name: "CONFUSE" } | ||
114 | panels { room: "Unsymmetry Room" name: "UNLUCKY" } | ||
115 | panels { room: "Unsymmetry Room" name: "UNEXPECTED" } | ||
116 | panels { room: "Unsymmetry Room" name: "UNIRONIC" } | ||
117 | panels { room: "Unsymmetry Room" name: "ACCIDENTAL" } | ||
118 | panels { room: "Unsymmetry Room" name: "COMPLETE" } | ||
119 | panels { room: "Unsymmetry Room" name: "ENROLL" } | ||
120 | panels { room: "Unsymmetry Room" name: "ACCEPT" } | ||
121 | panels { room: "Unsymmetry Room" name: "DISPROVE" } | ||
122 | panels { room: "Unsymmetry Room" name: "SCRUTINIZE (Purple)" } | ||
123 | panels { room: "Unsymmetry Room" name: "SCRUTINIZE (Cyan)" } | ||
124 | } | ||
125 | doors { | ||
126 | name: "Let Untrue Tie" | ||
127 | type: LOCATION_ONLY | ||
128 | panels { room: "Main Area" name: "COUP" } | ||
129 | panels { room: "Main Area" name: "FLEW" } | ||
130 | panels { room: "Main Area" name: "GUILE" } | ||
131 | panels { room: "Main Area" name: "WHILE" } | ||
132 | panels { room: "Main Area" name: "AISLE" } | ||
133 | panels { room: "Main Area" name: "ZOO" } | ||
134 | panels { room: "Main Area" name: "SOON" } | ||
135 | panels { room: "Main Area" name: "NOON" } | ||
136 | panels { room: "Main Area" name: "MOON" } | ||
137 | location_room: "Main Area" | ||
138 | } | ||
139 | doors { | ||
140 | name: "Routine Out Chute" | ||
141 | type: LOCATION_ONLY | ||
142 | panels { room: "Main Area" name: "SUCH" } | ||
143 | panels { room: "Main Area" name: "MOONLIGHT" } | ||
144 | panels { room: "Main Area" name: "CRUTCH" } | ||
145 | panels { room: "Main Area" name: "CONTRITE" } | ||
146 | panels { room: "Main Area" name: "ROUTER" } | ||
147 | panels { room: "Main Area" name: "TONIGHT" } | ||
148 | panels { room: "Main Area" name: "STOUTER" } | ||
149 | panels { room: "Main Area" name: "DOUBTER" } | ||
150 | panels { room: "Main Area" name: "MUCH" } | ||
151 | location_room: "Main Area" | ||
152 | } | ||
153 | doors { | ||
154 | name: "Honor Our Hint" | ||
155 | type: LOCATION_ONLY | ||
156 | panels { room: "Right Area" name: "TOWER" } | ||
157 | panels { room: "Right Area" name: "WARN" } | ||
158 | panels { room: "Right Area" name: "OUTDO" } | ||
159 | panels { room: "Right Area" name: "TATTOO" } | ||
160 | panels { room: "Right Area" name: "SOUR" } | ||
161 | panels { room: "Right Area" name: "UNTRUE" } | ||
162 | panels { room: "Right Area" name: "FLOWER" } | ||
163 | panels { room: "Right Area" name: "MOURN" } | ||
164 | panels { room: "Right Area" name: "CORN" } | ||
165 | location_room: "Right Area" | ||
166 | } | ||
167 | doors { | ||
168 | name: "Cog Rhino Hug Rug" | ||
169 | type: LOCATION_ONLY | ||
170 | panels { room: "Right Area" name: "SCUFF" } | ||
171 | panels { room: "Right Area" name: "WIN" } | ||
172 | panels { room: "Right Area" name: "BLUFF" } | ||
173 | panels { room: "Right Area" name: "INN" } | ||
174 | panels { room: "Right Area" name: "OFF" } | ||
175 | panels { room: "Right Area" name: "TROUGH" } | ||
176 | panels { room: "Right Area" name: "BEEN" } | ||
177 | panels { room: "Right Area" name: "SCOFF" } | ||
178 | panels { room: "Right Area" name: "TOUGH" } | ||
179 | location_room: "Right Area" | ||
180 | } | ||