diff options
Diffstat (limited to 'data/maps/the_darkroom/rooms/First Room.txtpb')
-rw-r--r-- | data/maps/the_darkroom/rooms/First Room.txtpb | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/data/maps/the_darkroom/rooms/First Room.txtpb b/data/maps/the_darkroom/rooms/First Room.txtpb new file mode 100644 index 0000000..f79d055 --- /dev/null +++ b/data/maps/the_darkroom/rooms/First Room.txtpb | |||
@@ -0,0 +1,56 @@ | |||
1 | name: "First Room" | ||
2 | display_name: "First Room" | ||
3 | panels { | ||
4 | name: "BISON" | ||
5 | path: "Panels/Room 1/panel_1" | ||
6 | clue: "bison" | ||
7 | answer: "bison" | ||
8 | } | ||
9 | panels { | ||
10 | name: "FISH" | ||
11 | path: "Panels/Room 1/panel_2" | ||
12 | clue: "fish" | ||
13 | answer: "fish" | ||
14 | } | ||
15 | panels { | ||
16 | name: "SHEEP" | ||
17 | path: "Panels/Room 1/panel_3" | ||
18 | clue: "sheep" | ||
19 | answer: "sheep" | ||
20 | required_door { name: "Double Letter Panel Blockers" } | ||
21 | } | ||
22 | panels { | ||
23 | name: "KOI" | ||
24 | path: "Panels/Room 1/panel_4" | ||
25 | clue: "koi" | ||
26 | answer: "koi" | ||
27 | } | ||
28 | panels { | ||
29 | name: "TUNA" | ||
30 | path: "Panels/Room 1/panel_5" | ||
31 | clue: "tuna" | ||
32 | answer: "tuna" | ||
33 | } | ||
34 | ports { | ||
35 | name: "ENTRY" | ||
36 | path: "Components/Warps/worldport" | ||
37 | orientation: "south" | ||
38 | } | ||
39 | ports { | ||
40 | name: "NEXT" | ||
41 | path: "Components/Warps/worldport2" | ||
42 | orientation: "north" | ||
43 | required_door { name: "Second Room Entrance" } | ||
44 | } | ||
45 | ports { | ||
46 | name: "COLORFUL" | ||
47 | path: "Components/Warps/worldport8" | ||
48 | orientation: "north" | ||
49 | required_door { name: "Colorful Entrance" } | ||
50 | } | ||
51 | ports { | ||
52 | name: "DOUBLESIDED" | ||
53 | path: "Components/Warps/worldport6" | ||
54 | orientation: "east" | ||
55 | required_door { name: "Double Sided Entrance" } | ||
56 | } | ||