diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 00:03:34 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 00:03:34 -0400 |
| commit | 424a17386108abc7e29579137c640635ae79b2c7 (patch) | |
| tree | b155b7f8961a9b772eb77540ca3f5e6cfd257042 /data/maps/the_darkroom/rooms/First Room.txtpb | |
| parent | 21e334efcda30845f0d95b274fba7bb3f6f04004 (diff) | |
| download | lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.tar.gz lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.tar.bz2 lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.zip | |
Added the_darkroom
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 | } | ||
