about summary refs log tree commit diff stats
path: root/data/maps/the_plaza/rooms
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_plaza/rooms')
-rw-r--r--data/maps/the_plaza/rooms/Main Area.txtpb9
-rw-r--r--data/maps/the_plaza/rooms/Repetitive Entrance.txtpb3
-rw-r--r--data/maps/the_plaza/rooms/Sirenic Entrance.txtpb3
-rw-r--r--data/maps/the_plaza/rooms/Symbolic Entrance.txtpb3
4 files changed, 12 insertions, 6 deletions
diff --git a/data/maps/the_plaza/rooms/Main Area.txtpb b/data/maps/the_plaza/rooms/Main Area.txtpb index 521b974..20e6900 100644 --- a/data/maps/the_plaza/rooms/Main Area.txtpb +++ b/data/maps/the_plaza/rooms/Main Area.txtpb
@@ -37,15 +37,18 @@ panels {
37ports { 37ports {
38 name: "UNYIELDING" 38 name: "UNYIELDING"
39 path: "Components/Warps/worldport" 39 path: "Components/Warps/worldport"
40 orientation: "west" 40 destination { x: 1 y: 0 z: 10 }
41 rotation: 270
41} 42}
42ports { 43ports {
43 name: "IMPRESSIVE" 44 name: "IMPRESSIVE"
44 path: "Components/Warps/worldport2" 45 path: "Components/Warps/worldport2"
45 orientation: "west" 46 destination { x: 11 y: 0 z: 10 }
47 rotation: 270
46} 48}
47ports { 49ports {
48 name: "BETWEEN" 50 name: "BETWEEN"
49 path: "Components/Warps/worldport3" 51 path: "Components/Warps/worldport3"
50 orientation: "west" 52 destination { x: -9 y: 0 z: 10 }
53 rotation: 270
51} 54}
diff --git a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb index 3857d5f..107c7f3 100644 --- a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb
@@ -9,5 +9,6 @@ panels {
9ports { 9ports {
10 name: "REPETITIVE" 10 name: "REPETITIVE"
11 path: "Components/Warps/worldport5" 11 path: "Components/Warps/worldport5"
12 orientation: "north" 12 destination { x: -19 y: 0 z: 16 }
13 rotation: 180
13} 14}
diff --git a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb index 3c60ca8..48474b9 100644 --- a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb
@@ -9,5 +9,6 @@ panels {
9ports { 9ports {
10 name: "SIRENIC" 10 name: "SIRENIC"
11 path: "Components/Warps/worldport6" 11 path: "Components/Warps/worldport6"
12 orientation: "west" 12 destination { x: -51 y: 0 z: -43 }
13 rotation: 270
13} 14}
diff --git a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb index ce5982c..cb9ef4f 100644 --- a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb +++ b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb
@@ -9,5 +9,6 @@ panels {
9ports { 9ports {
10 name: "SYMBOLIC" 10 name: "SYMBOLIC"
11 path: "Components/Warps/worldport4" 11 path: "Components/Warps/worldport4"
12 orientation: "south" 12 destination { x: 28 y: 0 z: 4 }
13 rotation: 0
13} 14}