diff options
Diffstat (limited to 'data/maps/the_unkempt')
| -rw-r--r-- | data/maps/the_unkempt/doors.txtpb | 21 | ||||
| -rw-r--r-- | data/maps/the_unkempt/rooms/Control Center Entrance.txtpb | 3 | ||||
| -rw-r--r-- | data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb | 3 | ||||
| -rw-r--r-- | data/maps/the_unkempt/rooms/Main Area.txtpb | 9 | ||||
| -rw-r--r-- | data/maps/the_unkempt/rooms/Right Area.txtpb | 1 |
5 files changed, 35 insertions, 2 deletions
| diff --git a/data/maps/the_unkempt/doors.txtpb b/data/maps/the_unkempt/doors.txtpb index 29065ec..f758369 100644 --- a/data/maps/the_unkempt/doors.txtpb +++ b/data/maps/the_unkempt/doors.txtpb | |||
| @@ -48,6 +48,8 @@ doors { | |||
| 48 | doors { | 48 | doors { |
| 49 | name: "I Entered" | 49 | name: "I Entered" |
| 50 | type: EVENT | 50 | type: EVENT |
| 51 | latch: true | ||
| 52 | receivers: "Components/Doors/entry_4" | ||
| 51 | keyholders { room: "Main Area" name: "I" key: "i" } | 53 | keyholders { room: "Main Area" name: "I" key: "i" } |
| 52 | } | 54 | } |
| 53 | doors { | 55 | doors { |
| @@ -66,9 +68,9 @@ doors { | |||
| 66 | doors { | 68 | doors { |
| 67 | name: "Control Center Orange Door" | 69 | name: "Control Center Orange Door" |
| 68 | type: CONTROL_CENTER_COLOR | 70 | type: CONTROL_CENTER_COLOR |
| 71 | latch: true | ||
| 69 | receivers: "Components/Doors/entry_6" | 72 | receivers: "Components/Doors/entry_6" |
| 70 | receivers: "Components/Doors/entry_13" | 73 | receivers: "Components/Doors/entry_13" |
| 71 | receivers: "Panels/Assorted/panel_1/teleportListener" | ||
| 72 | control_center_color: "orange" | 74 | control_center_color: "orange" |
| 73 | double_letters: true | 75 | double_letters: true |
| 74 | } | 76 | } |
| @@ -182,3 +184,20 @@ doors { | |||
| 182 | panels { room: "Right Area" name: "TOUGH" } | 184 | panels { room: "Right Area" name: "TOUGH" } |
| 183 | location_room: "Right Area" | 185 | location_room: "Right Area" |
| 184 | } | 186 | } |
| 187 | doors { | ||
| 188 | name: "Near Teal Door Panels" | ||
| 189 | type: LOCATION_ONLY | ||
| 190 | panels { room: "Main Area" name: "I" } | ||
| 191 | panels { room: "Main Area" name: "SPY" } | ||
| 192 | panels { room: "Main Area" name: "HEFT" } | ||
| 193 | panels { room: "Main Area" name: "THEFT" } | ||
| 194 | location_room: "Main Area" | ||
| 195 | location_name: "HEFT, I, SPY, THEFT" | ||
| 196 | } | ||
| 197 | doors { | ||
| 198 | name: "Control Center Orange Panel" | ||
| 199 | type: LOCATION_ONLY | ||
| 200 | panels { room: "Right Area" name: "COLOR" } | ||
| 201 | location_room: "Right Area" | ||
| 202 | location_name: "COLOR" | ||
| 203 | } | ||
| diff --git a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb index e8fa13a..7971cf7 100644 --- a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb | |||
| @@ -8,5 +8,8 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "CC" | 10 | name: "CC" |
| 11 | display_name: "Control Center Connector" | ||
| 11 | path: "Components/Warps/worldport2" | 12 | path: "Components/Warps/worldport2" |
| 13 | destination { x: -4.5 y: 0 z: 7 } | ||
| 14 | rotation: 0 | ||
| 12 | } | 15 | } |
| diff --git a/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb b/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb index 851c863..f20d2cf 100644 --- a/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb +++ b/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | name: "Daedalus Entrance" | 1 | name: "Daedalus Entrance" |
| 2 | ports { | 2 | ports { |
| 3 | name: "DAEDALUS" | 3 | name: "DAEDALUS" |
| 4 | display_name: "Orange Hallway" | ||
| 4 | path: "Components/Warps/worldport4" | 5 | path: "Components/Warps/worldport4" |
| 6 | destination { x: 33 y: 0 z: -10 } | ||
| 7 | rotation: 90 | ||
| 5 | } | 8 | } |
| diff --git a/data/maps/the_unkempt/rooms/Main Area.txtpb b/data/maps/the_unkempt/rooms/Main Area.txtpb index b5d29c4..f98220d 100644 --- a/data/maps/the_unkempt/rooms/Main Area.txtpb +++ b/data/maps/the_unkempt/rooms/Main Area.txtpb | |||
| @@ -216,14 +216,23 @@ keyholders { | |||
| 216 | } | 216 | } |
| 217 | ports { | 217 | ports { |
| 218 | name: "GREAT" | 218 | name: "GREAT" |
| 219 | display_name: "Main Entrance" | ||
| 219 | path: "Components/Warps/worldport" | 220 | path: "Components/Warps/worldport" |
| 221 | destination { x: -3 y: 0 z: 11 } | ||
| 222 | rotation: 270 | ||
| 220 | } | 223 | } |
| 221 | ports { | 224 | ports { |
| 222 | name: "TREE" | 225 | name: "TREE" |
| 226 | display_name: "Brown Hallway" | ||
| 223 | path: "Components/Warps/worldport5" | 227 | path: "Components/Warps/worldport5" |
| 228 | destination { x: -34 y: 0 z: 7 } | ||
| 229 | rotation: 270 | ||
| 224 | } | 230 | } |
| 225 | ports { | 231 | ports { |
| 226 | name: "SUNTEMPLE" | 232 | name: "SUNTEMPLE" |
| 233 | display_name: "Sun Temple Entrance" | ||
| 227 | path: "Components/Warps/worldport3" | 234 | path: "Components/Warps/worldport3" |
| 235 | destination { x: -42 y: 0 z: -2 } | ||
| 236 | rotation: 270 | ||
| 228 | required_door { name: "Sun Temple Entrance" } | 237 | required_door { name: "Sun Temple Entrance" } |
| 229 | } | 238 | } |
| diff --git a/data/maps/the_unkempt/rooms/Right Area.txtpb b/data/maps/the_unkempt/rooms/Right Area.txtpb index 03d7cea..313c276 100644 --- a/data/maps/the_unkempt/rooms/Right Area.txtpb +++ b/data/maps/the_unkempt/rooms/Right Area.txtpb | |||
| @@ -159,5 +159,4 @@ panels { | |||
| 159 | clue: "color" | 159 | clue: "color" |
| 160 | answer: "orange" | 160 | answer: "orange" |
| 161 | symbols: EXAMPLE | 161 | symbols: EXAMPLE |
| 162 | required_door { name: "Control Center Orange Door" } | ||
| 163 | } | 162 | } |
