summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-11 10:09:44 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-11 10:09:44 -0400
commit2e76227a915cd6012d0b363918a5eb3c124b40d8 (patch)
treeaa219adc7eea4626cbb804c1a5c140fdb1cefc7b /data
parent664fd37cea4185d53561c98880be7ccd15b18223 (diff)
downloadlingo2-archipelago-2e76227a915cd6012d0b363918a5eb3c124b40d8.tar.gz
lingo2-archipelago-2e76227a915cd6012d0b363918a5eb3c124b40d8.tar.bz2
lingo2-archipelago-2e76227a915cd6012d0b363918a5eb3c124b40d8.zip
Added the_door
Diffstat (limited to 'data')
-rw-r--r--data/maps/the_door/connections.txtpb5
-rw-r--r--data/maps/the_door/doors.txtpb6
-rw-r--r--data/maps/the_door/rooms/Ending.txtpb3
-rw-r--r--data/maps/the_door/rooms/Main Area.txtpb16
4 files changed, 30 insertions, 0 deletions
diff --git a/data/maps/the_door/connections.txtpb b/data/maps/the_door/connections.txtpb new file mode 100644 index 0000000..8c24015 --- /dev/null +++ b/data/maps/the_door/connections.txtpb
@@ -0,0 +1,5 @@
1connections {
2 from_room: "Main Area"
3 to_room: "Ending"
4 door { name: "Stairs" }
5}
diff --git a/data/maps/the_door/doors.txtpb b/data/maps/the_door/doors.txtpb new file mode 100644 index 0000000..f401f94 --- /dev/null +++ b/data/maps/the_door/doors.txtpb
@@ -0,0 +1,6 @@
1doors {
2 name: "Stairs"
3 type: EVENT
4 panels { room: "Main Area" name: "HAIR" }
5 panels { room: "Main Area" name: "PART" }
6}
diff --git a/data/maps/the_door/rooms/Ending.txtpb b/data/maps/the_door/rooms/Ending.txtpb new file mode 100644 index 0000000..67937c5 --- /dev/null +++ b/data/maps/the_door/rooms/Ending.txtpb
@@ -0,0 +1,3 @@
1name: "Ending"
2display_name: "Main Area"
3# TODO: Plum Ending
diff --git a/data/maps/the_door/rooms/Main Area.txtpb b/data/maps/the_door/rooms/Main Area.txtpb new file mode 100644 index 0000000..47d2224 --- /dev/null +++ b/data/maps/the_door/rooms/Main Area.txtpb
@@ -0,0 +1,16 @@
1name: "Main Area"
2display_name: "Main Area"
3panels {
4 name: "HAIR"
5 path: "Panels/Room_1/panel"
6 clue: "hair"
7 answer: "rabbit"
8 symbols: "question"
9}
10panels {
11 name: "PART"
12 path: "Panels/Room_1/panel2"
13 clue: "part"
14 answer: "hole"
15 symbols: "question"
16}