diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/connections.txtpb | 35 | ||||
-rw-r--r-- | data/maps/the_gallery/doors.txtpb | 4 | ||||
-rw-r--r-- | data/maps/the_hive/rooms/Main Area.txtpb | 4 | ||||
-rw-r--r-- | data/maps/the_impressive/connections.txtpb | 30 | ||||
-rw-r--r-- | data/maps/the_impressive/doors.txtpb | 37 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/Green Eye.txtpb | 27 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/Lobby.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/M Room.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/M2 Room.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/Side Area.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/W Room.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_impressive/rooms/WM Room.txtpb | 16 |
12 files changed, 194 insertions, 6 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index fe5086e..dfa2906 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -6,7 +6,6 @@ | |||
6 | # the_entry/Eye Room/LIONIZED | 6 | # the_entry/Eye Room/LIONIZED |
7 | # the_entry/Parthenon Return/PARTHENON | 7 | # the_entry/Parthenon Return/PARTHENON |
8 | # the_entry/Link Area/PYRAMID | 8 | # the_entry/Link Area/PYRAMID |
9 | # four_rooms/Intensify Room/IMPRESSIVE | ||
10 | # four_rooms/Time Room/OWL | 9 | # four_rooms/Time Room/OWL |
11 | # four_rooms/Examples Room/DAEDALUS | 10 | # four_rooms/Examples Room/DAEDALUS |
12 | # control center -> the_ancient | 11 | # control center -> the_ancient |
@@ -25,7 +24,6 @@ | |||
25 | # the_great/Main Area/LINEAR | 24 | # the_great/Main Area/LINEAR |
26 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) | 25 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) |
27 | # the_great/West Side/PARTIAL | 26 | # the_great/West Side/PARTIAL |
28 | # the_great/West Side/IMPRESSIVE | ||
29 | # the_great/West Side/CC | 27 | # the_great/West Side/CC |
30 | # the_great/Jubilant Entrance/JUBILANT | 28 | # the_great/Jubilant Entrance/JUBILANT |
31 | # the_great/Back Area/UNKEMPT | 29 | # the_great/Back Area/UNKEMPT |
@@ -39,6 +37,7 @@ | |||
39 | # the_hive/Main Area/DAED1 | 37 | # the_hive/Main Area/DAED1 |
40 | # the_hive/Main Area/DAED2 | 38 | # the_hive/Main Area/DAED2 |
41 | # the_hive/Main Area/DAED3 | 39 | # the_hive/Main Area/DAED3 |
40 | # the_impressive/Green Eye/PLAZA | ||
42 | connections { | 41 | connections { |
43 | from { | 42 | from { |
44 | panel { | 43 | panel { |
@@ -556,3 +555,35 @@ connections { | |||
556 | } | 555 | } |
557 | } | 556 | } |
558 | } | 557 | } |
558 | connections { | ||
559 | from { | ||
560 | port { | ||
561 | map: "the_great" | ||
562 | room: "West Side" | ||
563 | name: "IMPRESSIVE" | ||
564 | } | ||
565 | } | ||
566 | to { | ||
567 | port { | ||
568 | map: "the_impressive" | ||
569 | room: "Lobby" | ||
570 | name: "GREAT" | ||
571 | } | ||
572 | } | ||
573 | } | ||
574 | connections { | ||
575 | from { | ||
576 | port { | ||
577 | map: "the_impressive" | ||
578 | room: "Side Area" | ||
579 | name: "FOURROOMS" | ||
580 | } | ||
581 | } | ||
582 | to { | ||
583 | port { | ||
584 | map: "four_rooms" | ||
585 | room: "Intensify Room" | ||
586 | name: "IMPRESSIVE" | ||
587 | } | ||
588 | } | ||
589 | } | ||
diff --git a/data/maps/the_gallery/doors.txtpb b/data/maps/the_gallery/doors.txtpb index ecd2ccc..0851215 100644 --- a/data/maps/the_gallery/doors.txtpb +++ b/data/maps/the_gallery/doors.txtpb | |||
@@ -99,7 +99,7 @@ doors { | |||
99 | name: "Control Center Painting" | 99 | name: "Control Center Painting" |
100 | type: ITEM_ONLY | 100 | type: ITEM_ONLY |
101 | move_paintings { room: "Main Area" name: "CC" } | 101 | move_paintings { room: "Main Area" name: "CC" } |
102 | # TODO: Collect M1 in The Impressive | 102 | rooms { map: "the_impressive" name: "M2 Room" } |
103 | } | 103 | } |
104 | doors { | 104 | doors { |
105 | name: "Tower Painting" | 105 | name: "Tower Painting" |
@@ -147,7 +147,7 @@ doors { | |||
147 | name: "Ancient Painting" | 147 | name: "Ancient Painting" |
148 | type: ITEM_ONLY | 148 | type: ITEM_ONLY |
149 | move_paintings { room: "Main Area" name: "ANCIENT" } | 149 | move_paintings { room: "Main Area" name: "ANCIENT" } |
150 | # TODO: Enter The Ancient | 150 | rooms { map: "the_ancient" name: "Outside" } |
151 | } | 151 | } |
152 | doors { | 152 | doors { |
153 | name: "Gallery Extension" | 153 | name: "Gallery Extension" |
diff --git a/data/maps/the_hive/rooms/Main Area.txtpb b/data/maps/the_hive/rooms/Main Area.txtpb index 1aaabe8..bd2e088 100644 --- a/data/maps/the_hive/rooms/Main Area.txtpb +++ b/data/maps/the_hive/rooms/Main Area.txtpb | |||
@@ -71,7 +71,7 @@ panels { | |||
71 | symbols: "question" | 71 | symbols: "question" |
72 | } | 72 | } |
73 | panels { | 73 | panels { |
74 | name: "LOW" | 74 | name: "LOW (1)" |
75 | path: "Panels/Room 3/panel_3" | 75 | path: "Panels/Room 3/panel_3" |
76 | clue: "low" | 76 | clue: "low" |
77 | answer: "yellow" | 77 | answer: "yellow" |
@@ -85,7 +85,7 @@ panels { | |||
85 | symbols: "question" | 85 | symbols: "question" |
86 | } | 86 | } |
87 | panels { | 87 | panels { |
88 | name: "LOW" | 88 | name: "LOW (2)" |
89 | path: "Panels/Room 4/panel_1" | 89 | path: "Panels/Room 4/panel_1" |
90 | clue: "low" | 90 | clue: "low" |
91 | answer: "flower" | 91 | answer: "flower" |
diff --git a/data/maps/the_impressive/connections.txtpb b/data/maps/the_impressive/connections.txtpb new file mode 100644 index 0000000..08caee8 --- /dev/null +++ b/data/maps/the_impressive/connections.txtpb | |||
@@ -0,0 +1,30 @@ | |||
1 | connections { | ||
2 | from_room: "Lobby" | ||
3 | to_room: "WM Room" | ||
4 | door { name: "Front Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "WM Room" | ||
8 | to_room: "W Room" | ||
9 | door { name: "Big W" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "WM Room" | ||
13 | to_room: "M Room" | ||
14 | door { name: "Big M" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "M Room" | ||
18 | to_room: "M2 Room" | ||
19 | door { name: "M2 Divider" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "Lobby" | ||
23 | to_room: "Side Area" | ||
24 | door { name: "Side Door" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "Side Area" | ||
28 | to_room: "Green Eye" | ||
29 | door { name: "Control Center Green Door" } | ||
30 | } | ||
diff --git a/data/maps/the_impressive/doors.txtpb b/data/maps/the_impressive/doors.txtpb new file mode 100644 index 0000000..e27d531 --- /dev/null +++ b/data/maps/the_impressive/doors.txtpb | |||
@@ -0,0 +1,37 @@ | |||
1 | doors { | ||
2 | name: "Front Door" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/entry_1" | ||
5 | panels { room: "Lobby" name: "RIGHT" } | ||
6 | location_room: "Lobby" | ||
7 | } | ||
8 | doors { | ||
9 | name: "Side Door" | ||
10 | type: ITEM_ONLY | ||
11 | receivers: "Components/Doors/entry_3" | ||
12 | panels { room: "Lobby" name: "RIGHT" answer: "wrong" } | ||
13 | } | ||
14 | doors { | ||
15 | name: "Big W" | ||
16 | type: EVENT | ||
17 | panels { room: "WM Room" name: "LEFT" } | ||
18 | panels { room: "WM Room" name: "RIGHT" answer: "right" } | ||
19 | } | ||
20 | doors { | ||
21 | name: "Big M" | ||
22 | type: EVENT | ||
23 | panels { room: "WM Room" name: "LEFT" } | ||
24 | panels { room: "WM Room" name: "RIGHT" answer: "left" } | ||
25 | } | ||
26 | doors { | ||
27 | name: "M2 Divider" | ||
28 | type: EVENT | ||
29 | panels { room: "Green Eye" name: "RETURN" } | ||
30 | panels { room: "Green Eye" name: "LEFT" } | ||
31 | } | ||
32 | doors { | ||
33 | name: "Control Center Green Door" | ||
34 | type: CONTROL_CENTER_COLOR | ||
35 | receivers: "Components/Doors/entry_2" | ||
36 | control_center_color: "green" | ||
37 | } | ||
diff --git a/data/maps/the_impressive/rooms/Green Eye.txtpb b/data/maps/the_impressive/rooms/Green Eye.txtpb new file mode 100644 index 0000000..d452e9e --- /dev/null +++ b/data/maps/the_impressive/rooms/Green Eye.txtpb | |||
@@ -0,0 +1,27 @@ | |||
1 | name: "Green Eye" | ||
2 | display_name: "Impressive" | ||
3 | panels { | ||
4 | name: "RETURN" | ||
5 | path: "Panels/entry_5" | ||
6 | clue: "return" | ||
7 | answer: "turn" | ||
8 | symbols: "sparkles" | ||
9 | } | ||
10 | panels { | ||
11 | name: "TO" | ||
12 | path: "Panels/entry_6" | ||
13 | clue: "to" | ||
14 | answer: "to" | ||
15 | } | ||
16 | panels { | ||
17 | name: "LEFT" | ||
18 | path: "Panels/entry_7" | ||
19 | clue: "left" | ||
20 | answer: "right" | ||
21 | symbols: "sun" | ||
22 | } | ||
23 | ports { | ||
24 | name: "PLAZA" | ||
25 | path: "Components/Warps/worldport3" | ||
26 | orientation: "east" | ||
27 | } | ||
diff --git a/data/maps/the_impressive/rooms/Lobby.txtpb b/data/maps/the_impressive/rooms/Lobby.txtpb new file mode 100644 index 0000000..5492d67 --- /dev/null +++ b/data/maps/the_impressive/rooms/Lobby.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | name: "Lobby" | ||
2 | display_name: "Impressive" | ||
3 | panels { | ||
4 | name: "RIGHT" | ||
5 | path: "Panels/entry_1" | ||
6 | clue: "right" | ||
7 | answer: "right" | ||
8 | proxies { answer: "wrong" path: "Panels/proxied_3" } | ||
9 | } | ||
10 | ports { | ||
11 | name: "GREAT" | ||
12 | path: "Components/Warps/worldport" | ||
13 | orientation: "south" | ||
14 | } | ||
diff --git a/data/maps/the_impressive/rooms/M Room.txtpb b/data/maps/the_impressive/rooms/M Room.txtpb new file mode 100644 index 0000000..1796bb3 --- /dev/null +++ b/data/maps/the_impressive/rooms/M Room.txtpb | |||
@@ -0,0 +1,6 @@ | |||
1 | name: "M Room" | ||
2 | display_name: "Impressive" | ||
3 | letters { | ||
4 | key: "m" | ||
5 | path: "Components/Collectables/collectable" | ||
6 | } | ||
diff --git a/data/maps/the_impressive/rooms/M2 Room.txtpb b/data/maps/the_impressive/rooms/M2 Room.txtpb new file mode 100644 index 0000000..d229cbc --- /dev/null +++ b/data/maps/the_impressive/rooms/M2 Room.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "M2 Room" | ||
2 | display_name: "Impressive" | ||
3 | letters { | ||
4 | key: "m" | ||
5 | level2: true | ||
6 | path: "Components/Collectables/collectable3" | ||
7 | } | ||
diff --git a/data/maps/the_impressive/rooms/Side Area.txtpb b/data/maps/the_impressive/rooms/Side Area.txtpb new file mode 100644 index 0000000..c815fa2 --- /dev/null +++ b/data/maps/the_impressive/rooms/Side Area.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | name: "Side Area" | ||
2 | display_name: "Impressive" | ||
3 | panels { | ||
4 | name: "COLOR" | ||
5 | path: "Panels/entry_4" | ||
6 | clue: "color" | ||
7 | answer: "green" | ||
8 | symbols: "example" | ||
9 | } | ||
10 | ports { | ||
11 | name: "FOURROOMS" | ||
12 | path: "Components/Warps/worldport2" | ||
13 | orientation: "south" | ||
14 | } | ||
diff --git a/data/maps/the_impressive/rooms/W Room.txtpb b/data/maps/the_impressive/rooms/W Room.txtpb new file mode 100644 index 0000000..c0616f9 --- /dev/null +++ b/data/maps/the_impressive/rooms/W Room.txtpb | |||
@@ -0,0 +1,6 @@ | |||
1 | name: "W Room" | ||
2 | display_name: "Impressive" | ||
3 | letters { | ||
4 | key: "w" | ||
5 | path: "Components/Collectables/collectable2" | ||
6 | } | ||
diff --git a/data/maps/the_impressive/rooms/WM Room.txtpb b/data/maps/the_impressive/rooms/WM Room.txtpb new file mode 100644 index 0000000..95e5aab --- /dev/null +++ b/data/maps/the_impressive/rooms/WM Room.txtpb | |||
@@ -0,0 +1,16 @@ | |||
1 | name: "WM Room" | ||
2 | display_name: "Impressive" | ||
3 | panels { | ||
4 | name: "LEFT" | ||
5 | path: "Panels/entry_2" | ||
6 | clue: "left" | ||
7 | answer: "right" | ||
8 | symbols: "sun" | ||
9 | } | ||
10 | panels { | ||
11 | name: "RIGHT" | ||
12 | path: "Panels/entry_3" | ||
13 | clue: "right" | ||
14 | answer: "right" | ||
15 | proxies { answer: "left" path: "Panels/proxied_1" } | ||
16 | } | ||