summary refs log tree commit diff stats
path: root/data/maps
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps')
-rw-r--r--data/maps/the_invisible/connections.txtpb5
-rw-r--r--data/maps/the_invisible/doors.txtpb7
-rw-r--r--data/maps/the_invisible/rooms/Entrance.txtpb14
-rw-r--r--data/maps/the_invisible/rooms/Maze.txtpb11
4 files changed, 37 insertions, 0 deletions
diff --git a/data/maps/the_invisible/connections.txtpb b/data/maps/the_invisible/connections.txtpb new file mode 100644 index 0000000..af23ed7 --- /dev/null +++ b/data/maps/the_invisible/connections.txtpb
@@ -0,0 +1,5 @@
1connections {
2 from_room: "Entrance"
3 to_room: "Maze"
4 door { name: "Maze Entrance" }
5}
diff --git a/data/maps/the_invisible/doors.txtpb b/data/maps/the_invisible/doors.txtpb new file mode 100644 index 0000000..dfe77e2 --- /dev/null +++ b/data/maps/the_invisible/doors.txtpb
@@ -0,0 +1,7 @@
1doors {
2 name: "Maze Entrance"
3 type: STANDARD
4 receivers: "Components/Doors/entry_1"
5 panels { room: "Entrance" name: "VISIBLE" }
6 location_room: "Entrance"
7}
diff --git a/data/maps/the_invisible/rooms/Entrance.txtpb b/data/maps/the_invisible/rooms/Entrance.txtpb new file mode 100644 index 0000000..19521e1 --- /dev/null +++ b/data/maps/the_invisible/rooms/Entrance.txtpb
@@ -0,0 +1,14 @@
1name: "Entrance"
2display_name: "Invisible"
3panels {
4 name: "VISIBLE"
5 path: "Panels/Room_1/panel_1"
6 clue: "visible"
7 answer: "invisible"
8 symbols: "sun"
9}
10ports {
11 name: "ENTRY"
12 path: "Components/Warps/worldport2"
13 orientation: "north"
14}
diff --git a/data/maps/the_invisible/rooms/Maze.txtpb b/data/maps/the_invisible/rooms/Maze.txtpb new file mode 100644 index 0000000..4461f08 --- /dev/null +++ b/data/maps/the_invisible/rooms/Maze.txtpb
@@ -0,0 +1,11 @@
1name: "Maze"
2display_name: "Invisible"
3masteries {
4 name: "MASTERY"
5 path: "Components/Collectables/smiley"
6}
7ports {
8 name: "ENTRY"
9 path: "Components/Warps/worldport"
10 orientation: "south"
11}