summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--data/ids.yaml5
-rw-r--r--data/maps/daedalus/connections.txtpb5
-rw-r--r--data/maps/daedalus/rooms/Roof.txtpb1
-rw-r--r--data/maps/the_ancient/doors.txtpb1
-rw-r--r--data/maps/the_colorful/doors.txtpb1
-rw-r--r--data/maps/the_entry/connections.txtpb2
-rw-r--r--data/maps/the_hive/doors.txtpb3
7 files changed, 16 insertions, 2 deletions
diff --git a/data/ids.yaml b/data/ids.yaml index 0e49b59..64f7d6a 100644 --- a/data/ids.yaml +++ b/data/ids.yaml
@@ -2322,6 +2322,7 @@ maps:
2322 COLOR: 823 2322 COLOR: 823
2323 ETCH: 837 2323 ETCH: 837
2324 FAINT: 821 2324 FAINT: 821
2325 FIZZLE: 2745
2325 HAD: 830 2326 HAD: 830
2326 HEAVY: 829 2327 HEAVY: 829
2327 LAY: 834 2328 LAY: 834
@@ -2359,6 +2360,10 @@ maps:
2359 BLACK: 849 2360 BLACK: 849
2360 FIGMENT: 848 2361 FIGMENT: 848
2361 FIZZLE: 847 2362 FIZZLE: 847
2363 R2C3 Bottom:
2364 panels:
2365 BLACK: 2747
2366 FIGMENT: 2746
2362 Z Room: 2367 Z Room:
2363 panels: 2368 panels:
2364 MAZE: 850 2369 MAZE: 850
diff --git a/data/maps/daedalus/connections.txtpb b/data/maps/daedalus/connections.txtpb index e03a463..223710a 100644 --- a/data/maps/daedalus/connections.txtpb +++ b/data/maps/daedalus/connections.txtpb
@@ -205,6 +205,11 @@ connections {
205 door { name: "Starting Room South Wall West Door" } 205 door { name: "Starting Room South Wall West Door" }
206} 206}
207connections { 207connections {
208 from_room: "Eye Painting"
209 to_room: "Outside Eye Temple"
210 door { name: "Eye Painting Exit" }
211}
212connections {
208 from_room: "Outside Pyramid" 213 from_room: "Outside Pyramid"
209 to_room: "Number Paintings Area" 214 to_room: "Number Paintings Area"
210 door { name: "Near Pyramid Gate" } 215 door { name: "Near Pyramid Gate" }
diff --git a/data/maps/daedalus/rooms/Roof.txtpb b/data/maps/daedalus/rooms/Roof.txtpb index c027a72..3aba765 100644 --- a/data/maps/daedalus/rooms/Roof.txtpb +++ b/data/maps/daedalus/rooms/Roof.txtpb
@@ -1,4 +1,5 @@
1name: "Roof" 1name: "Roof"
2panel_display_name: "Roof"
2panels { 3panels {
3 name: "?" 4 name: "?"
4 path: "Panels/Castle Entrance/moat" 5 path: "Panels/Castle Entrance/moat"
diff --git a/data/maps/the_ancient/doors.txtpb b/data/maps/the_ancient/doors.txtpb index 75c08f6..5dc062e 100644 --- a/data/maps/the_ancient/doors.txtpb +++ b/data/maps/the_ancient/doors.txtpb
@@ -1,6 +1,7 @@
1doors { 1doors {
2 name: "Front Door" 2 name: "Front Door"
3 type: STANDARD 3 type: STANDARD
4 receivers: "Components/Doors/Front N Tree"
4 panels { room: "Outside" name: "THIS" } 5 panels { room: "Outside" name: "THIS" }
5 location_room: "Outside" 6 location_room: "Outside"
6} 7}
diff --git a/data/maps/the_colorful/doors.txtpb b/data/maps/the_colorful/doors.txtpb index ea68a8d..003c9a9 100644 --- a/data/maps/the_colorful/doors.txtpb +++ b/data/maps/the_colorful/doors.txtpb
@@ -53,6 +53,7 @@ doors {
53 name: "Purple Side Entrance" 53 name: "Purple Side Entrance"
54 type: STANDARD 54 type: STANDARD
55 receivers: "Components/Doors/entry_7b3" 55 receivers: "Components/Doors/entry_7b3"
56 receivers: "Components/Doors/entry_7b4"
56 panels { room: "Cyan Hallway" name: "KOI" } 57 panels { room: "Cyan Hallway" name: "KOI" }
57 panels { room: "Cyan Hallway" name: "WISH" } 58 panels { room: "Cyan Hallway" name: "WISH" }
58 location_room: "Cyan Hallway" 59 location_room: "Cyan Hallway"
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 1f7e3bd..87fa03c 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb
@@ -121,7 +121,7 @@ connections {
121connections { 121connections {
122 from_room: "Blue Alcove" 122 from_room: "Blue Alcove"
123 to_room: "Least Blue Last" 123 to_room: "Least Blue Last"
124 door { name: "Red Alcove Exit" } 124 door { name: "Blue Alcove Exit" }
125} 125}
126connections { 126connections {
127 from_room: "Parthenon Return" 127 from_room: "Parthenon Return"
diff --git a/data/maps/the_hive/doors.txtpb b/data/maps/the_hive/doors.txtpb index 4d86e13..48dc892 100644 --- a/data/maps/the_hive/doors.txtpb +++ b/data/maps/the_hive/doors.txtpb
@@ -1,6 +1,7 @@
1doors { 1doors {
2 name: "Room 8 Door" 2 name: "Room 8 Door"
3 type: LOCATION_ONLY 3 type: STANDARD
4 receivers: "Components/Doors/entry_10"
4 panels { room: "Main Area" name: "STEM" } 5 panels { room: "Main Area" name: "STEM" }
5 panels { room: "Main Area" name: "PETAL" } 6 panels { room: "Main Area" name: "PETAL" }
6 panels { room: "Main Area" name: "SOIL" } 7 panels { room: "Main Area" name: "SOIL" }