about summary refs log tree commit diff stats
path: root/data/maps/the_impressive
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-11-01 12:18:25 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-11-01 12:18:25 -0400
commit21013ec0d1e3953276f11bd8cce12f33d46a33ec (patch)
treeb042bee93ad8d052db581bb04f6b5ddfd2547a72 /data/maps/the_impressive
parent8d92a32ada857dd0ce3d0e4a17aede7558b6a1b3 (diff)
downloadlingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.tar.gz
lingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.tar.bz2
lingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.zip
(Almost) all panels are locations or connections now
Diffstat (limited to 'data/maps/the_impressive')
-rw-r--r--data/maps/the_impressive/doors.txtpb16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/maps/the_impressive/doors.txtpb b/data/maps/the_impressive/doors.txtpb index 03ec9f5..9ab6845 100644 --- a/data/maps/the_impressive/doors.txtpb +++ b/data/maps/the_impressive/doors.txtpb
@@ -30,9 +30,25 @@ doors {
30 panels { room: "Green Eye" name: "LEFT" } 30 panels { room: "Green Eye" name: "LEFT" }
31} 31}
32doors { 32doors {
33 name: "Green Eye Panels"
34 type: LOCATION_ONLY
35 panels { room: "Green Eye" name: "RETURN" }
36 panels { room: "Green Eye" name: "TO" }
37 panels { room: "Green Eye" name: "LEFT" }
38 location_room: "Green Eye"
39 location_name: "RETURN, TO, LEFT"
40}
41doors {
33 name: "Control Center Green Door" 42 name: "Control Center Green Door"
34 type: CONTROL_CENTER_COLOR 43 type: CONTROL_CENTER_COLOR
35 latch: true 44 latch: true
36 receivers: "Components/Doors/entry_2" 45 receivers: "Components/Doors/entry_2"
37 control_center_color: "green" 46 control_center_color: "green"
38} 47}
48doors {
49 name: "Control Center Green Panel"
50 type: LOCATION_ONLY
51 panels { room: "Side Area" name: "COLOR" }
52 location_room: "Side Area"
53 location_name: "COLOR"
54}