about summary refs log tree commit diff stats
path: root/data/maps/the_plaza/rooms/Main Area.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_plaza/rooms/Main Area.txtpb')
-rw-r--r--data/maps/the_plaza/rooms/Main Area.txtpb23
1 files changed, 14 insertions, 9 deletions
diff --git a/data/maps/the_plaza/rooms/Main Area.txtpb b/data/maps/the_plaza/rooms/Main Area.txtpb index 70f0347..c2fca13 100644 --- a/data/maps/the_plaza/rooms/Main Area.txtpb +++ b/data/maps/the_plaza/rooms/Main Area.txtpb
@@ -1,52 +1,57 @@
1name: "Main Area" 1name: "Main Area"
2display_name: "Plaza"
3panels { 2panels {
4 name: "COURTYARD" 3 name: "COURTYARD"
5 path: "Panels/Entrances/panel_1" 4 path: "Panels/Entrances/panel_1"
6 clue: "courtyard" 5 clue: "courtyard"
7 answer: "plaza" 6 answer: "plaza"
8 symbols: "sun" 7 symbols: SUN
9} 8}
10panels { 9panels {
11 name: "ASTOUNDING" 10 name: "ASTOUNDING"
12 path: "Panels/Entrances/panel_2" 11 path: "Panels/Entrances/panel_2"
13 clue: "astounding" 12 clue: "astounding"
14 answer: "impressive" 13 answer: "impressive"
15 symbols: "pyramid" 14 symbols: PYRAMID
16} 15}
17panels { 16panels {
18 name: "INFLEXIBLE" 17 name: "INFLEXIBLE"
19 path: "Panels/Entrances/panel_3" 18 path: "Panels/Entrances/panel_3"
20 clue: "inflexible" 19 clue: "inflexible"
21 answer: "unyielding" 20 answer: "unyielding"
22 symbols: "sun" 21 symbols: SUN
23} 22}
24panels { 23panels {
25 name: "AMONG" 24 name: "AMONG"
26 path: "Panels/Entrances/panel_4" 25 path: "Panels/Entrances/panel_4"
27 clue: "among" 26 clue: "among"
28 answer: "between" 27 answer: "between"
29 symbols: "sun" 28 symbols: SUN
30} 29}
31panels { 30panels {
32 name: "AFFABLE" 31 name: "AFFABLE"
33 path: "Panels/Entrances/panel_7" 32 path: "Panels/Entrances/panel_7"
34 clue: "affable" 33 clue: "affable"
35 answer: "charismatic" 34 answer: "charismatic"
36 symbols: "sun" 35 symbols: SUN
37} 36}
38ports { 37ports {
39 name: "UNYIELDING" 38 name: "UNYIELDING"
39 display_name: "Unyielding Hallway"
40 path: "Components/Warps/worldport" 40 path: "Components/Warps/worldport"
41 orientation: "west" 41 destination { x: 1 y: 0 z: 10 }
42 rotation: 270
42} 43}
43ports { 44ports {
44 name: "IMPRESSIVE" 45 name: "IMPRESSIVE"
46 display_name: "Impressive Hallway"
45 path: "Components/Warps/worldport2" 47 path: "Components/Warps/worldport2"
46 orientation: "west" 48 destination { x: 11 y: 0 z: 10 }
49 rotation: 270
47} 50}
48ports { 51ports {
49 name: "BETWEEN" 52 name: "BETWEEN"
53 display_name: "Between Hallway"
50 path: "Components/Warps/worldport3" 54 path: "Components/Warps/worldport3"
51 orientation: "west" 55 destination { x: -9 y: 0 z: 10 }
56 rotation: 270
52} 57}