diff options
Diffstat (limited to 'data/maps/the_parthenon')
| -rw-r--r-- | data/maps/the_parthenon/connections.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_parthenon/doors.txtpb | 9 | ||||
| -rw-r--r-- | data/maps/the_parthenon/rooms/Main Area.txtpb | 12 |
3 files changed, 19 insertions, 3 deletions
| diff --git a/data/maps/the_parthenon/connections.txtpb b/data/maps/the_parthenon/connections.txtpb index a07d858..331ac66 100644 --- a/data/maps/the_parthenon/connections.txtpb +++ b/data/maps/the_parthenon/connections.txtpb | |||
| @@ -7,6 +7,7 @@ connections { | |||
| 7 | from_room: "Main Area" | 7 | from_room: "Main Area" |
| 8 | to_room: "Ending" | 8 | to_room: "Ending" |
| 9 | door { name: "Ending Door" } | 9 | door { name: "Ending Door" } |
| 10 | cyan_ending: true | ||
| 10 | } | 11 | } |
| 11 | connections { | 12 | connections { |
| 12 | from_room: "Main Area" | 13 | from_room: "Main Area" |
| diff --git a/data/maps/the_parthenon/doors.txtpb b/data/maps/the_parthenon/doors.txtpb index 1161917..05d2e63 100644 --- a/data/maps/the_parthenon/doors.txtpb +++ b/data/maps/the_parthenon/doors.txtpb | |||
| @@ -43,3 +43,12 @@ doors { | |||
| 43 | panels { room: "Main Area" name: "ALEXANDER" answer: "alexander" } | 43 | panels { room: "Main Area" name: "ALEXANDER" answer: "alexander" } |
| 44 | panels { room: "Main Area" name: "CAESAR" answer: "caesar" } | 44 | panels { room: "Main Area" name: "CAESAR" answer: "caesar" } |
| 45 | } | 45 | } |
| 46 | doors { | ||
| 47 | name: "Lavender Area Puzzles" | ||
| 48 | type: LOCATION_ONLY | ||
| 49 | panels { room: "Lavender Area" name: "ME" } | ||
| 50 | panels { room: "Lavender Area" name: "SHEEP" } | ||
| 51 | panels { room: "Lavender Area" name: "WOOD" } | ||
| 52 | location_room: "Lavender Area" | ||
| 53 | location_name: "ME, SHEEP, WOOD" | ||
| 54 | } | ||
| diff --git a/data/maps/the_parthenon/rooms/Main Area.txtpb b/data/maps/the_parthenon/rooms/Main Area.txtpb index 85188d1..2d989f8 100644 --- a/data/maps/the_parthenon/rooms/Main Area.txtpb +++ b/data/maps/the_parthenon/rooms/Main Area.txtpb | |||
| @@ -55,16 +55,22 @@ panels { | |||
| 55 | } | 55 | } |
| 56 | ports { | 56 | ports { |
| 57 | name: "GALLERY" | 57 | name: "GALLERY" |
| 58 | display_name: "Columns Worldport" | ||
| 58 | path: "Components/Warps/worldport" | 59 | path: "Components/Warps/worldport" |
| 59 | orientation: "south" | 60 | destination { x: 0 y: 0 z: 0 } |
| 61 | rotation: 0 | ||
| 60 | } | 62 | } |
| 61 | ports { | 63 | ports { |
| 62 | name: "ENTRY" | 64 | name: "ENTRY" |
| 65 | display_name: "Building Worldport" | ||
| 63 | path: "Components/Warps/worldport2" | 66 | path: "Components/Warps/worldport2" |
| 64 | orientation: "south" | 67 | destination { x: 0 y: 0 z: -21 } |
| 68 | rotation: 0 | ||
| 65 | } | 69 | } |
| 66 | ports { | 70 | ports { |
| 67 | name: "REVITALIZED" | 71 | name: "REVITALIZED" |
| 72 | display_name: "Plum Hallway" | ||
| 68 | path: "Components/Warps/worldport3" | 73 | path: "Components/Warps/worldport3" |
| 69 | orientation: "north" | 74 | destination { x: -24 y: 0 z: -39 } |
| 75 | rotation: 180 | ||
| 70 | } | 76 | } |
