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