diff options
Diffstat (limited to 'data/maps/the_great/rooms/Back Area.txtpb')
| -rw-r--r-- | data/maps/the_great/rooms/Back Area.txtpb | 68 |
1 files changed, 68 insertions, 0 deletions
| diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb new file mode 100644 index 0000000..33da394 --- /dev/null +++ b/data/maps/the_great/rooms/Back Area.txtpb | |||
| @@ -0,0 +1,68 @@ | |||
| 1 | name: "Back Area" | ||
| 2 | panel_display_name: "Back Area" | ||
| 3 | panels { | ||
| 4 | name: "PLANT" | ||
| 5 | path: "Panels/General/entry_14" | ||
| 6 | clue: "plant" | ||
| 7 | answer: "growth" | ||
| 8 | symbols: NULL | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "TREE" | ||
| 12 | path: "Panels/General/entry_15" | ||
| 13 | clue: "tree" | ||
| 14 | answer: "growth" | ||
| 15 | symbols: NULL | ||
| 16 | } | ||
| 17 | panels { | ||
| 18 | name: "PAINTING" | ||
| 19 | path: "Panels/General/entry_11" | ||
| 20 | clue: "painting" | ||
| 21 | answer: "art" | ||
| 22 | symbols: EXAMPLE | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "TOWEL" | ||
| 26 | path: "Panels/Towers/tower_2" | ||
| 27 | clue: "towel" | ||
| 28 | answer: "tower" | ||
| 29 | symbols: SPARKLES | ||
| 30 | } | ||
| 31 | paintings { | ||
| 32 | name: "SPIRAL" | ||
| 33 | path: "Components/Paintings/spiral" | ||
| 34 | enter_only: true | ||
| 35 | orientation: "north" | ||
| 36 | required_door { name: "Spiral Painting" } | ||
| 37 | # TODO: Hint painting type | ||
| 38 | } | ||
| 39 | ports { | ||
| 40 | name: "UNKEMPT" | ||
| 41 | display_name: "Unkempt Entrance" | ||
| 42 | path: "Meshes/Blocks/Warps/worldport5" | ||
| 43 | destination { x: 72 y: 0 z: 10.5 } | ||
| 44 | rotation: 180 | ||
| 45 | } | ||
| 46 | ports { | ||
| 47 | name: "THREEDOORS" | ||
| 48 | display_name: "Three Doors Entrance" | ||
| 49 | path: "Meshes/Blocks/Warps/worldport16" | ||
| 50 | destination { x: 77 y: 0 z: 33.5 } | ||
| 51 | rotation: 0 | ||
| 52 | } | ||
| 53 | ports { | ||
| 54 | name: "TOWER" | ||
| 55 | display_name: "Tower Entrance" | ||
| 56 | path: "Meshes/Blocks/Warps/worldport10" | ||
| 57 | destination { x: 0 y: 0 z: 52 } | ||
| 58 | rotation: 0 | ||
| 59 | required_door { name: "Tower Entrance" } | ||
| 60 | # The reverse warp bypasses the door, so there needs to be two oneway connections. | ||
| 61 | } | ||
| 62 | ports { | ||
| 63 | name: "TREE" | ||
| 64 | display_name: "Tree Entrance" | ||
| 65 | path: "Meshes/Blocks/Warps/worldport17" | ||
| 66 | destination { x: 26 y: 0 z: 58 } | ||
| 67 | rotation: 180 | ||
| 68 | } | ||
