diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 14:56:33 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 14:56:33 -0400 |
commit | 5a89a4baf8984d0d4dab3799f8177f8e293b7317 (patch) | |
tree | b62f48e9a39cf6b090a239a54d712ec57ce9f600 | |
parent | d2bc5b2811171685e8bdc895122987b53defcf0a (diff) | |
download | lingo2-archipelago-5a89a4baf8984d0d4dab3799f8177f8e293b7317.tar.gz lingo2-archipelago-5a89a4baf8984d0d4dab3799f8177f8e293b7317.tar.bz2 lingo2-archipelago-5a89a4baf8984d0d4dab3799f8177f8e293b7317.zip |
[Data] Bad logic in the_owl due to missing warp
-rw-r--r-- | data/maps/the_owl/connections.txtpb | 18 | ||||
-rw-r--r-- | data/maps/the_owl/doors.txtpb | 8 | ||||
-rw-r--r-- | data/maps/the_owl/rooms/Connected Area.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_owl/rooms/R2C2 Bottom.txtpb | 3 | ||||
-rw-r--r-- | data/maps/the_owl/rooms/R2C3 Bottom.txtpb (renamed from data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb) | 9 |
5 files changed, 23 insertions, 22 deletions
diff --git a/data/maps/the_owl/connections.txtpb b/data/maps/the_owl/connections.txtpb index 87c98b3..2bd2380 100644 --- a/data/maps/the_owl/connections.txtpb +++ b/data/maps/the_owl/connections.txtpb | |||
@@ -10,12 +10,17 @@ connections { | |||
10 | } | 10 | } |
11 | connections { | 11 | connections { |
12 | from_room: "R2C2 Bottom" | 12 | from_room: "R2C2 Bottom" |
13 | to_room: "R2C2.5 Bottom" | 13 | to_room: "Connected Area" |
14 | door { name: "Gray Owl" } | 14 | door { name: "Gray Owl" } |
15 | } | 15 | } |
16 | connections { | 16 | connections { |
17 | from_room: "R2C3 Bottom" | ||
18 | to_room: "Connected Area" | ||
19 | oneway: true | ||
20 | } | ||
21 | connections { | ||
17 | from_room: "R2C2 Bottom" | 22 | from_room: "R2C2 Bottom" |
18 | to_room: "R2C2.5 Bottom" | 23 | to_room: "Connected Area" |
19 | door { name: "First Room Shortcut" } | 24 | door { name: "First Room Shortcut" } |
20 | } | 25 | } |
21 | connections { | 26 | connections { |
@@ -30,17 +35,12 @@ connections { | |||
30 | } | 35 | } |
31 | connections { | 36 | connections { |
32 | from_room: "R2C2 Top" | 37 | from_room: "R2C2 Top" |
33 | to_room: "R2C2.5 Bottom" | 38 | to_room: "R2C3 Bottom" |
34 | door { name: "Gray Bottom Door" } | 39 | door { name: "Gray Bottom Door" } |
35 | } | 40 | } |
36 | connections { | 41 | connections { |
37 | from_room: "R2C2 Top" | ||
38 | to_room: "R2C2.5 Bottom" | ||
39 | door { name: "Gray Owl" } | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "Connected Area" | 42 | from_room: "Connected Area" |
43 | to_room: "R2C2.5 Bottom" | 43 | to_room: "R2C3 Bottom" |
44 | door { name: "Gray Owl" } | 44 | door { name: "Gray Owl" } |
45 | } | 45 | } |
46 | connections { | 46 | connections { |
diff --git a/data/maps/the_owl/doors.txtpb b/data/maps/the_owl/doors.txtpb index 28af5d0..3d2d055 100644 --- a/data/maps/the_owl/doors.txtpb +++ b/data/maps/the_owl/doors.txtpb | |||
@@ -25,8 +25,8 @@ doors { | |||
25 | name: "First Room Shortcut" | 25 | name: "First Room Shortcut" |
26 | type: STANDARD | 26 | type: STANDARD |
27 | receivers: "Components/Doors/entry_6" | 27 | receivers: "Components/Doors/entry_6" |
28 | panels { room: "R2C2.5 Bottom" name: "FIZZLE" } | 28 | panels { room: "Connected Area" name: "FIZZLE" } |
29 | location_room: "R2C2.5 Bottom" | 29 | location_room: "Connected Area" |
30 | } | 30 | } |
31 | doors { | 31 | doors { |
32 | name: "First Door" | 32 | name: "First Door" |
@@ -171,8 +171,8 @@ doors { | |||
171 | receivers: "Components/Owl/Room 10/WG" | 171 | receivers: "Components/Owl/Room 10/WG" |
172 | receivers: "Components/Owl/Room 11/W" | 172 | receivers: "Components/Owl/Room 11/W" |
173 | receivers: "Components/Owl/Room 11/WG" | 173 | receivers: "Components/Owl/Room 11/WG" |
174 | panels { room: "R2C2.5 Bottom" name: "BLACK" } | 174 | panels { room: "R2C3 Bottom" name: "BLACK" } |
175 | location_room: "R2C2.5 Bottom" | 175 | location_room: "R2C3 Bottom" |
176 | } | 176 | } |
177 | doors { | 177 | doors { |
178 | name: "Black Owl" | 178 | name: "Black Owl" |
diff --git a/data/maps/the_owl/rooms/Connected Area.txtpb b/data/maps/the_owl/rooms/Connected Area.txtpb index 5862d59..cf5ea1f 100644 --- a/data/maps/the_owl/rooms/Connected Area.txtpb +++ b/data/maps/the_owl/rooms/Connected Area.txtpb | |||
@@ -132,6 +132,13 @@ panels { | |||
132 | answer: "orange" | 132 | answer: "orange" |
133 | symbols: SPARKLES | 133 | symbols: SPARKLES |
134 | } | 134 | } |
135 | panels { | ||
136 | name: "FIZZLE" | ||
137 | path: "Panels/Bottom Mid/owl_10" | ||
138 | clue: "fizzle" | ||
139 | answer: "chisel" | ||
140 | symbols: ZERO | ||
141 | } | ||
135 | paintings { | 142 | paintings { |
136 | name: "OWL" | 143 | name: "OWL" |
137 | path: "Components/Paintings/owl" | 144 | path: "Components/Paintings/owl" |
diff --git a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb index 4661877..604a1cc 100644 --- a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb +++ b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb | |||
@@ -10,5 +10,6 @@ ports { | |||
10 | name: "GALLERY" | 10 | name: "GALLERY" |
11 | path: "Components/Warps/worldport" | 11 | path: "Components/Warps/worldport" |
12 | orientation: "south" | 12 | orientation: "south" |
13 | # Note that this port is accessible from the other side in the Z1 room. Hmm. | 13 | # TODO: Note that this port is accessible from the other side in the Z1 |
14 | # room. Hmm. | ||
14 | } | 15 | } |
diff --git a/data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb b/data/maps/the_owl/rooms/R2C3 Bottom.txtpb index 0f5381e..2b49e26 100644 --- a/data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb +++ b/data/maps/the_owl/rooms/R2C3 Bottom.txtpb | |||
@@ -1,11 +1,4 @@ | |||
1 | name: "R2C2.5 Bottom" | 1 | name: "R2C3 Bottom" |
2 | panels { | ||
3 | name: "FIZZLE" | ||
4 | path: "Panels/Bottom Mid/owl_10" | ||
5 | clue: "fizzle" | ||
6 | answer: "chisel" | ||
7 | symbols: ZERO | ||
8 | } | ||
9 | panels { | 2 | panels { |
10 | name: "FIGMENT" | 3 | name: "FIGMENT" |
11 | path: "Panels/Noncritical/owl_14" | 4 | path: "Panels/Noncritical/owl_14" |