diff options
Diffstat (limited to 'data/maps/the_entry')
19 files changed, 50 insertions, 24 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index ca0207e..5fe279c 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
@@ -160,6 +160,11 @@ connections { | |||
160 | door { name: "Lime Room Entrance" } | 160 | door { name: "Lime Room Entrance" } |
161 | } | 161 | } |
162 | connections { | 162 | connections { |
163 | from_room: "Lime Room" | ||
164 | to_room: "Revitalized Entrance" | ||
165 | door { name: "Revitalized Entrance" } | ||
166 | } | ||
167 | connections { | ||
163 | from { painting { room: "Link Area" name: "NEAR" } } | 168 | from { painting { room: "Link Area" name: "NEAR" } } |
164 | to { painting { room: "Flipped Link Area" name: "NEAR" } } | 169 | to { painting { room: "Flipped Link Area" name: "NEAR" } } |
165 | oneway: true | 170 | oneway: true |
diff --git a/data/maps/the_entry/rooms/Composite Room Entrance.txtpb b/data/maps/the_entry/rooms/Composite Room Entrance.txtpb index b9a8098..9d9f362 100644 --- a/data/maps/the_entry/rooms/Composite Room Entrance.txtpb +++ b/data/maps/the_entry/rooms/Composite Room Entrance.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "Starting Room" | |||
3 | ports { | 3 | ports { |
4 | name: "COMPOSITE" | 4 | name: "COMPOSITE" |
5 | path: "Components/Warps/worldport12" | 5 | path: "Components/Warps/worldport12" |
6 | orientation: "east" | 6 | destination { x: 16 y: 0 z: -20 } |
7 | rotation: 90 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_entry/rooms/Daedalus Entrance.txtpb b/data/maps/the_entry/rooms/Daedalus Entrance.txtpb index db9b78a..4967857 100644 --- a/data/maps/the_entry/rooms/Daedalus Entrance.txtpb +++ b/data/maps/the_entry/rooms/Daedalus Entrance.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "Starting Room" | |||
3 | ports { | 3 | ports { |
4 | name: "DAEDALUS" | 4 | name: "DAEDALUS" |
5 | path: "Components/Warps/worldport6" | 5 | path: "Components/Warps/worldport6" |
6 | orientation: "west" | 6 | destination { x: -16 y: 0 z: -20 } |
7 | rotation: 270 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_entry/rooms/Digital Entrance.txtpb b/data/maps/the_entry/rooms/Digital Entrance.txtpb index dd8b5f4..fe474b3 100644 --- a/data/maps/the_entry/rooms/Digital Entrance.txtpb +++ b/data/maps/the_entry/rooms/Digital Entrance.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "Starting Room" | |||
3 | ports { | 3 | ports { |
4 | name: "DIGITAL" | 4 | name: "DIGITAL" |
5 | path: "Components/Warps/worldport" | 5 | path: "Components/Warps/worldport" |
6 | orientation: "west" | 6 | destination { x: -78 y: 0 z: -24 } |
7 | rotation: 270 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_entry/rooms/Entry Exit.txtpb b/data/maps/the_entry/rooms/Entry Exit.txtpb index b5d75aa..68c7006 100644 --- a/data/maps/the_entry/rooms/Entry Exit.txtpb +++ b/data/maps/the_entry/rooms/Entry Exit.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "Starting Room" | |||
3 | ports { | 3 | ports { |
4 | name: "GREAT" | 4 | name: "GREAT" |
5 | path: "Components/Warps/worldport2" | 5 | path: "Components/Warps/worldport2" |
6 | orientation: "north" | 6 | destination { x: 18 y: 0 z: -36 } |
7 | rotation: 180 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_entry/rooms/Eye Room.txtpb b/data/maps/the_entry/rooms/Eye Room.txtpb index da17163..f56ce59 100644 --- a/data/maps/the_entry/rooms/Eye Room.txtpb +++ b/data/maps/the_entry/rooms/Eye Room.txtpb | |||
@@ -32,5 +32,6 @@ paintings { | |||
32 | ports { | 32 | ports { |
33 | name: "LIONIZED" | 33 | name: "LIONIZED" |
34 | path: "Components/Warps/worldport10" | 34 | path: "Components/Warps/worldport10" |
35 | orientation: "north" | 35 | destination { x: 18 y: 0 z: -88.5 } |
36 | rotation: 180 | ||
36 | } | 37 | } |
diff --git a/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb index 689d23e..42e3173 100644 --- a/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb +++ b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb | |||
@@ -2,6 +2,7 @@ name: "Four Rooms Entrance" | |||
2 | ports { | 2 | ports { |
3 | name: "FOUR" | 3 | name: "FOUR" |
4 | path: "Components/Warps/worldport9" | 4 | path: "Components/Warps/worldport9" |
5 | orientation: "south" | 5 | destination { x: -41 y: 6 z: -17.5 } |
6 | rotation: 0 | ||
6 | gravity: Y_PLUS | 7 | gravity: Y_PLUS |
7 | } | 8 | } |
diff --git a/data/maps/the_entry/rooms/Gallery Return.txtpb b/data/maps/the_entry/rooms/Gallery Return.txtpb index 987a3ca..231dff9 100644 --- a/data/maps/the_entry/rooms/Gallery Return.txtpb +++ b/data/maps/the_entry/rooms/Gallery Return.txtpb | |||
@@ -10,5 +10,6 @@ panels { | |||
10 | ports { | 10 | ports { |
11 | name: "GALLERY" | 11 | name: "GALLERY" |
12 | path: "Components/Warps/worldport4" | 12 | path: "Components/Warps/worldport4" |
13 | orientation: "north" | 13 | destination { x: -38 y: 0 z: 8.5 } |
14 | rotation: 180 | ||
14 | } \ No newline at end of file | 15 | } \ No newline at end of file |
diff --git a/data/maps/the_entry/rooms/Least Blue Last.txtpb b/data/maps/the_entry/rooms/Least Blue Last.txtpb index adbe545..4fb715e 100644 --- a/data/maps/the_entry/rooms/Least Blue Last.txtpb +++ b/data/maps/the_entry/rooms/Least Blue Last.txtpb | |||
@@ -73,7 +73,8 @@ panels { | |||
73 | ports { | 73 | ports { |
74 | name: "DARKROOM" | 74 | name: "DARKROOM" |
75 | path: "Components/Warps/worldport5" | 75 | path: "Components/Warps/worldport5" |
76 | orientation: "south" | 76 | destination { x: 43 y: 0 z: -10 } |
77 | rotation: 0 | ||
77 | } | 78 | } |
78 | paintings { | 79 | paintings { |
79 | name: "PAINS" | 80 | name: "PAINS" |
diff --git a/data/maps/the_entry/rooms/Liberated Entrance.txtpb b/data/maps/the_entry/rooms/Liberated Entrance.txtpb index f0176a0..7c50e39 100644 --- a/data/maps/the_entry/rooms/Liberated Entrance.txtpb +++ b/data/maps/the_entry/rooms/Liberated Entrance.txtpb | |||
@@ -2,5 +2,6 @@ name: "Liberated Entrance" | |||
2 | ports { | 2 | ports { |
3 | name: "BLUE" | 3 | name: "BLUE" |
4 | path: "worldport8" | 4 | path: "worldport8" |
5 | orientation: "west" | 5 | destination { x: 18 y: 0 z: 55 } |
6 | rotation: 270 | ||
6 | } | 7 | } |
diff --git a/data/maps/the_entry/rooms/Lime Room.txtpb b/data/maps/the_entry/rooms/Lime Room.txtpb index e94f775..603fbdc 100644 --- a/data/maps/the_entry/rooms/Lime Room.txtpb +++ b/data/maps/the_entry/rooms/Lime Room.txtpb | |||
@@ -19,9 +19,3 @@ panels { | |||
19 | answer: "white" | 19 | answer: "white" |
20 | symbols: EXAMPLE | 20 | symbols: EXAMPLE |
21 | } | 21 | } |
22 | ports { | ||
23 | name: "REVITALIZED" | ||
24 | path: "worldport7" | ||
25 | orientation: "north" | ||
26 | required_door { name: "Revitalized Entrance" } | ||
27 | } \ No newline at end of file | ||
diff --git a/data/maps/the_entry/rooms/Literate Entrance.txtpb b/data/maps/the_entry/rooms/Literate Entrance.txtpb index 4ec402f..c15e242 100644 --- a/data/maps/the_entry/rooms/Literate Entrance.txtpb +++ b/data/maps/the_entry/rooms/Literate Entrance.txtpb | |||
@@ -2,5 +2,6 @@ name: "Literate Entrance" | |||
2 | ports { | 2 | ports { |
3 | name: "BROWN" | 3 | name: "BROWN" |
4 | path: "worldport9" | 4 | path: "worldport9" |
5 | orientation: "east" | 5 | destination { x: 39 y: 0 z: 55 } |
6 | rotation: 90 | ||
6 | } | 7 | } |
diff --git a/data/maps/the_entry/rooms/Parthenon Return.txtpb b/data/maps/the_entry/rooms/Parthenon Return.txtpb index 4776d11..bd49b55 100644 --- a/data/maps/the_entry/rooms/Parthenon Return.txtpb +++ b/data/maps/the_entry/rooms/Parthenon Return.txtpb | |||
@@ -10,5 +10,6 @@ panels { | |||
10 | ports { | 10 | ports { |
11 | name: "PARTHENON" | 11 | name: "PARTHENON" |
12 | path: "Components/Warps/worldport8" | 12 | path: "Components/Warps/worldport8" |
13 | orientation: "north" | 13 | destination { x: -5.5 y: 0 z: 18 } |
14 | } \ No newline at end of file | 14 | rotation: 180 |
15 | } | ||
diff --git a/data/maps/the_entry/rooms/Rabbit Hole.txtpb b/data/maps/the_entry/rooms/Rabbit Hole.txtpb index 520d513..0cb4661 100644 --- a/data/maps/the_entry/rooms/Rabbit Hole.txtpb +++ b/data/maps/the_entry/rooms/Rabbit Hole.txtpb | |||
@@ -9,5 +9,6 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "HOLE" | 10 | name: "HOLE" |
11 | path: "worldport4" | 11 | path: "worldport4" |
12 | orientation: "down" | 12 | destination { x: 74 y: 0 z: -43 } |
13 | } \ No newline at end of file | 13 | rotation: 0 |
14 | } | ||
diff --git a/data/maps/the_entry/rooms/Repetitive Entrance.txtpb b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb index 04ddcf3..40937a7 100644 --- a/data/maps/the_entry/rooms/Repetitive Entrance.txtpb +++ b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb | |||
@@ -3,5 +3,9 @@ panel_display_name: "Starting Room" | |||
3 | ports { | 3 | ports { |
4 | name: "REPETITIVE" | 4 | name: "REPETITIVE" |
5 | path: "Components/Warps/worldport7" | 5 | path: "Components/Warps/worldport7" |
6 | orientation: "north" | 6 | destination { x: -20 y: 0 z: -16 } |
7 | rotation: 180 | ||
8 | # TODO: this is part of what makes the keyholder dependent connection from CC | ||
9 | # safe in vanilla doors | ||
10 | no_shuffle: true | ||
7 | } | 11 | } |
diff --git a/data/maps/the_entry/rooms/Revitalized Entrance.txtpb b/data/maps/the_entry/rooms/Revitalized Entrance.txtpb new file mode 100644 index 0000000..1c38164 --- /dev/null +++ b/data/maps/the_entry/rooms/Revitalized Entrance.txtpb | |||
@@ -0,0 +1,8 @@ | |||
1 | name: "Revitalized Entrance" | ||
2 | panel_display_name: "Colored Doors Area" | ||
3 | ports { | ||
4 | name: "REVITALIZED" | ||
5 | path: "worldport7" | ||
6 | destination { x: -58 y: 0 z: 31.5 } | ||
7 | rotation: 180 | ||
8 | } | ||
diff --git a/data/maps/the_entry/rooms/Shop Entrance.txtpb b/data/maps/the_entry/rooms/Shop Entrance.txtpb index 67aa6de..ad407c3 100644 --- a/data/maps/the_entry/rooms/Shop Entrance.txtpb +++ b/data/maps/the_entry/rooms/Shop Entrance.txtpb | |||
@@ -10,5 +10,6 @@ panels { | |||
10 | ports { | 10 | ports { |
11 | name: "SHOP" | 11 | name: "SHOP" |
12 | path: "Components/Warps/worldport13" | 12 | path: "Components/Warps/worldport13" |
13 | orientation: "east" | 13 | destination { x: 18 y: 0 z: 49 } |
14 | rotation: 90 | ||
14 | } \ No newline at end of file | 15 | } \ No newline at end of file |
diff --git a/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb b/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb index ce35e5b..9149c03 100644 --- a/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb +++ b/data/maps/the_entry/rooms/White Hallway To Daedalus.txtpb | |||
@@ -3,5 +3,6 @@ panel_display_name: "Colored Doors Area" | |||
3 | ports { | 3 | ports { |
4 | name: "DAEDALUS" | 4 | name: "DAEDALUS" |
5 | path: "Components/Warps/worldport11" | 5 | path: "Components/Warps/worldport11" |
6 | orientation: "west" | 6 | destination { x: -45 y: 0 z: 24 } |
7 | rotation: 270 | ||
7 | } | 8 | } |
diff --git a/data/maps/the_entry/rooms/X Area.txtpb b/data/maps/the_entry/rooms/X Area.txtpb index 3f61c26..215e223 100644 --- a/data/maps/the_entry/rooms/X Area.txtpb +++ b/data/maps/the_entry/rooms/X Area.txtpb | |||
@@ -7,5 +7,6 @@ letters { | |||
7 | ports { | 7 | ports { |
8 | name: "CC" | 8 | name: "CC" |
9 | path: "Components/Warps/worldport3" | 9 | path: "Components/Warps/worldport3" |
10 | orientation: "west" | 10 | destination { x: -12.5 y: 0 z: 60 } |
11 | rotation: 270 | ||
11 | } | 12 | } |