diff options
Diffstat (limited to 'data/maps/the_repetitive/rooms')
-rw-r--r-- | data/maps/the_repetitive/rooms/Entry Connector.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_repetitive/rooms/Main Room.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_repetitive/rooms/Plaza Connector.txtpb | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/data/maps/the_repetitive/rooms/Entry Connector.txtpb b/data/maps/the_repetitive/rooms/Entry Connector.txtpb index b6795c2..3fa883e 100644 --- a/data/maps/the_repetitive/rooms/Entry Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Entry Connector.txtpb | |||
@@ -2,5 +2,9 @@ name: "Entry Connector" | |||
2 | ports { | 2 | ports { |
3 | name: "ENTRY" | 3 | name: "ENTRY" |
4 | path: "Components/Warps/worldport2" | 4 | path: "Components/Warps/worldport2" |
5 | orientation: "south" | 5 | destination { x: -11 y: 0 z: 13 } |
6 | rotation: 0 | ||
7 | # TODO: this is part of what makes the keyholder dependent connection form CC | ||
8 | # safe in vanilla doors | ||
9 | no_shuffle: true | ||
6 | } | 10 | } |
diff --git a/data/maps/the_repetitive/rooms/Main Room.txtpb b/data/maps/the_repetitive/rooms/Main Room.txtpb index 8a2feb0..50b9d34 100644 --- a/data/maps/the_repetitive/rooms/Main Room.txtpb +++ b/data/maps/the_repetitive/rooms/Main Room.txtpb | |||
@@ -139,5 +139,8 @@ paintings { | |||
139 | ports { | 139 | ports { |
140 | name: "CC" | 140 | name: "CC" |
141 | path: "Components/Warps/worldport3" | 141 | path: "Components/Warps/worldport3" |
142 | orientation: "east" | 142 | destination { x: -5.5 y: 0 z: 56 } |
143 | rotation: 90 | ||
144 | # TODO: shuffle entrances with dependent keyholders | ||
145 | no_shuffle: true | ||
143 | } | 146 | } |
diff --git a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb index 1ed66b4..d3698e7 100644 --- a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb | |||
@@ -2,5 +2,6 @@ name: "Plaza Connector" | |||
2 | ports { | 2 | ports { |
3 | name: "PLAZA" | 3 | name: "PLAZA" |
4 | path: "Components/Warps/worldport" | 4 | path: "Components/Warps/worldport" |
5 | orientation: "north" | 5 | destination { x: 15 y: 0 z: 13 } |
6 | rotation: 180 | ||
6 | } | 7 | } |