summary refs log tree commit diff stats
path: root/data/maps
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-30 18:35:21 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-30 18:35:21 -0400
commitd64ce785a7f1ca4e26b85499a9cd310ed80fb80c (patch)
treef21741013380721742b57d158516c68841d44f69 /data/maps
parent5a89a4baf8984d0d4dab3799f8177f8e293b7317 (diff)
downloadlingo2-archipelago-d64ce785a7f1ca4e26b85499a9cd310ed80fb80c.tar.gz
lingo2-archipelago-d64ce785a7f1ca4e26b85499a9cd310ed80fb80c.tar.bz2
lingo2-archipelago-d64ce785a7f1ca4e26b85499a9cd310ed80fb80c.zip
[Data] Small tweaks
Diffstat (limited to 'data/maps')
-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
6 files changed, 11 insertions, 2 deletions
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" }