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 | 16 | ||||
| -rw-r--r-- | data/maps/the_parthenon/rooms/Main Area.txtpb | 12 |
3 files changed, 25 insertions, 4 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 5187aea..05d2e63 100644 --- a/data/maps/the_parthenon/doors.txtpb +++ b/data/maps/the_parthenon/doors.txtpb | |||
| @@ -13,7 +13,12 @@ doors { | |||
| 13 | doors { | 13 | doors { |
| 14 | name: "Lavender Cubes" | 14 | name: "Lavender Cubes" |
| 15 | type: EVENT | 15 | type: EVENT |
| 16 | switches: "lavender_cubes" | 16 | receivers: "Components/Doors/entry_3" |
| 17 | panels { | ||
| 18 | map: "the_ancient" | ||
| 19 | room: "Inside" | ||
| 20 | name: "COLOR" | ||
| 21 | } | ||
| 17 | } | 22 | } |
| 18 | doors { | 23 | doors { |
| 19 | name: "K2 Door" | 24 | name: "K2 Door" |
| @@ -38,3 +43,12 @@ doors { | |||
| 38 | panels { room: "Main Area" name: "ALEXANDER" answer: "alexander" } | 43 | panels { room: "Main Area" name: "ALEXANDER" answer: "alexander" } |
| 39 | panels { room: "Main Area" name: "CAESAR" answer: "caesar" } | 44 | panels { room: "Main Area" name: "CAESAR" answer: "caesar" } |
| 40 | } | 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 | } |
