diff options
Diffstat (limited to 'data/maps/the_extravagant/rooms/Engine Room.txtpb')
| -rw-r--r-- | data/maps/the_extravagant/rooms/Engine Room.txtpb | 30 |
1 files changed, 30 insertions, 0 deletions
| diff --git a/data/maps/the_extravagant/rooms/Engine Room.txtpb b/data/maps/the_extravagant/rooms/Engine Room.txtpb new file mode 100644 index 0000000..18dfcad --- /dev/null +++ b/data/maps/the_extravagant/rooms/Engine Room.txtpb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | name: "Engine Room" | ||
| 2 | panels { | ||
| 3 | name: "ENGINE" | ||
| 4 | path: "Panels/panel_8" | ||
| 5 | clue: "engine" | ||
| 6 | answer: "train" | ||
| 7 | symbols: BOXES | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "CABOOSE" | ||
| 11 | path: "Panels/panel_9" | ||
| 12 | clue: "caboose" | ||
| 13 | answer: "train" | ||
| 14 | symbols: BOXES | ||
| 15 | } | ||
| 16 | paintings { | ||
| 17 | name: "UNDUE" | ||
| 18 | path: "Components/Paintings/undue3" | ||
| 19 | gravity: Z_PLUS | ||
| 20 | orientation: "south" # TODO: this is meaningless with Z-axis gravity :/ | ||
| 21 | display_name: "E Side Painting On E" | ||
| 22 | } | ||
| 23 | ports { | ||
| 24 | name: "GALLERY" | ||
| 25 | display_name: "Engine Room Worldport" | ||
| 26 | path: "Components/Warps/worldport2" | ||
| 27 | gravity: Z_PLUS | ||
| 28 | # TODO: entrance shuffling for non Y_MINUS gravity | ||
| 29 | no_shuffle: true | ||
| 30 | } | ||
