diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 14:28:56 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 14:28:56 -0400 |
commit | 3c26cedd030c464e3b8a5576a98c19eb45134658 (patch) | |
tree | b2a9dcda18dfd39c43e85723d073bf56aaf1c3ed /data/maps/the_entry | |
parent | e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0 (diff) | |
download | lingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.tar.gz lingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.tar.bz2 lingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.zip |
Process the rest of the defined protos
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r-- | data/maps/the_entry/doors.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Entry Exit.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_entry/rooms/Starting Room.txtpb | 6 |
3 files changed, 17 insertions, 5 deletions
diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 99e7e02..c43020c 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb | |||
@@ -141,7 +141,7 @@ doors { | |||
141 | name: "Control Center White Door" | 141 | name: "Control Center White Door" |
142 | type: CONTROL_CENTER_COLOR | 142 | type: CONTROL_CENTER_COLOR |
143 | receivers: "Components/Doors/back_left_7" | 143 | receivers: "Components/Doors/back_left_7" |
144 | control_center_color: white | 144 | control_center_color: "white" |
145 | } | 145 | } |
146 | # exit_1 should maybe just be removed. | 146 | # exit_1 should maybe just be removed. |
147 | # entry_proxied_1 is part of the vanilla intro. | 147 | # entry_proxied_1 is part of the vanilla intro. |
@@ -265,4 +265,16 @@ doors { | |||
265 | panels { room: "Least Blue Last" name: "TRUST" } | 265 | panels { room: "Least Blue Last" name: "TRUST" } |
266 | panels { room: "Least Blue Last" name: "LABEL" } | 266 | panels { room: "Least Blue Last" name: "LABEL" } |
267 | panels { room: "Least Blue Last" name: "AIL" } | 267 | panels { room: "Least Blue Last" name: "AIL" } |
268 | } | ||
269 | doors { | ||
270 | name: "Red Room Painting" | ||
271 | type: STANDARD | ||
272 | move_paintings { room: "Right Eye" name: "PSYCHIC" } | ||
273 | panels { room: "Right Eye" name: "FAINT" } | ||
274 | } | ||
275 | doors { | ||
276 | name: "Third Eye Painting" | ||
277 | type: STANDARD | ||
278 | move_paintings { room: "Eye Room" name: "GALLERY" } | ||
279 | panels { room: "Eye Room" name: "I" } | ||
268 | } \ No newline at end of file | 280 | } \ No newline at end of file |
diff --git a/data/maps/the_entry/rooms/Entry Exit.txtpb b/data/maps/the_entry/rooms/Entry Exit.txtpb index a6ce2c4..4f4ac28 100644 --- a/data/maps/the_entry/rooms/Entry Exit.txtpb +++ b/data/maps/the_entry/rooms/Entry Exit.txtpb | |||
@@ -3,5 +3,5 @@ display_name: "Starting Room" | |||
3 | ports { | 3 | ports { |
4 | name: "GREAT" | 4 | name: "GREAT" |
5 | path: "Components/Warps/worldport2" | 5 | path: "Components/Warps/worldport2" |
6 | orientation: north | 6 | orientation: "north" |
7 | } \ No newline at end of file | 7 | } \ No newline at end of file |
diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index 98882a3..eaf493c 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb | |||
@@ -32,7 +32,7 @@ panels { | |||
32 | answer: "hint" | 32 | answer: "hint" |
33 | } | 33 | } |
34 | panels { | 34 | panels { |
35 | id: "THIN" | 35 | name: "THIN" |
36 | path: "Panels/Entry/second_left" | 36 | path: "Panels/Entry/second_left" |
37 | clue: "thin" | 37 | clue: "thin" |
38 | answer: "thin" | 38 | answer: "thin" |
@@ -54,7 +54,7 @@ paintings { | |||
54 | move: true # how do | 54 | move: true # how do |
55 | enter_only: true | 55 | enter_only: true |
56 | orientation: "north" | 56 | orientation: "north" |
57 | required_door { door: "Least Blue Last Panels" } | 57 | required_door { name: "Least Blue Last Panels" } |
58 | display_name: "Near Trick Painting" | 58 | display_name: "Near Trick Painting" |
59 | } | 59 | } |
60 | paintings { | 60 | paintings { |
@@ -62,7 +62,7 @@ paintings { | |||
62 | path: "Components/Paintings/pains3" | 62 | path: "Components/Paintings/pains3" |
63 | enter_only: true | 63 | enter_only: true |
64 | orientation: "east" | 64 | orientation: "east" |
65 | required_door { door: "Near D Room Painting" } | 65 | required_door { name: "Near D Room Painting" } |
66 | display_name: "Near D Room Painting" | 66 | display_name: "Near D Room Painting" |
67 | } | 67 | } |
68 | ports { | 68 | ports { |