summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/connections.txtpb17
-rw-r--r--data/ids.yaml28
-rw-r--r--data/maps/the_sirenic/connections.txtpb10
-rw-r--r--data/maps/the_sirenic/doors.txtpb28
-rw-r--r--data/maps/the_sirenic/rooms/Mastery.txtpb6
-rw-r--r--data/maps/the_sirenic/rooms/Puzzles.txtpb122
-rw-r--r--data/maps/the_sirenic/rooms/Start.txtpb21
7 files changed, 231 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index ff55e94..8f4b8e6 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -51,7 +51,6 @@
51# the_perceptive/Main Area/CC 51# the_perceptive/Main Area/CC
52# the_plaza/Main Area/UNYIELDING 52# the_plaza/Main Area/UNYIELDING
53# the_plaza/Symbolic Entrance/SYMBOLIC 53# the_plaza/Symbolic Entrance/SYMBOLIC
54# the_plaza/Sirenic Entrance/SIRENIC
55# the_quiet/Main Area/DAEDALUS 54# the_quiet/Main Area/DAEDALUS
56# cc -> relentless (don't use port objects) 55# cc -> relentless (don't use port objects)
57# the_repetitive/Main Room/CC 56# the_repetitive/Main Room/CC
@@ -1042,3 +1041,19 @@ connections {
1042 } 1041 }
1043 } 1042 }
1044} 1043}
1044connections {
1045 from {
1046 port {
1047 map: "the_plaza"
1048 room: "Sirenic Entrance"
1049 name: "SIRENIC"
1050 }
1051 }
1052 to {
1053 port {
1054 map: "the_sirenic"
1055 room: "Start"
1056 name: "PLAZA"
1057 }
1058 }
1059}
diff --git a/data/ids.yaml b/data/ids.yaml index 63f5545..c7ba689 100644 --- a/data/ids.yaml +++ b/data/ids.yaml
@@ -1649,6 +1649,34 @@ maps:
1649 doors: 1649 doors:
1650 Books Puzzles: 1136 1650 Books Puzzles: 1136
1651 Games Puzzles: 1137 1651 Games Puzzles: 1137
1652 the_sirenic:
1653 rooms:
1654 Mastery:
1655 masteries:
1656 MASTERY: 1162
1657 Puzzles:
1658 panels:
1659 Left Bottom 1: 1165
1660 Left Bottom 2: 1167
1661 Left Bottom 3: 1168
1662 Left Bottom 4: 1169
1663 Left Top 1: 1163
1664 Left Top 2: 1164
1665 Left Top 3: 1166
1666 Left Top 4: 1171
1667 Left Top 5: 1170
1668 Right Bottom 1: 1172
1669 Right Bottom 2: 1173
1670 Right Bottom 3: 1175
1671 Right Bottom 4: 1177
1672 Right Top 1: 1174
1673 Right Top 2: 1176
1674 Start:
1675 panels:
1676 Flipped: 1178
1677 Obverse: 1179
1678 doors:
1679 Entrance: 1161
1652letters: 1680letters:
1653 a1: 596 1681 a1: 596
1654 a2: 6 1682 a2: 6
diff --git a/data/maps/the_sirenic/connections.txtpb b/data/maps/the_sirenic/connections.txtpb new file mode 100644 index 0000000..17a20ad --- /dev/null +++ b/data/maps/the_sirenic/connections.txtpb
@@ -0,0 +1,10 @@
1connections {
2 from_room: "Start"
3 to_room: "Puzzles"
4 door { name: "Entrance" }
5}
6connections {
7 from_room: "Puzzles"
8 to_room: "Mastery"
9 door { name: "Puzzles" }
10}
diff --git a/data/maps/the_sirenic/doors.txtpb b/data/maps/the_sirenic/doors.txtpb new file mode 100644 index 0000000..851881e --- /dev/null +++ b/data/maps/the_sirenic/doors.txtpb
@@ -0,0 +1,28 @@
1doors {
2 name: "Entrance"
3 type: STANDARD
4 receivers: "Components/Doors/Door"
5 receivers: "Components/Doors/Door2"
6 panels { room: "Start" name: "Flipped" }
7 panels { room: "Start" name: "Obverse" }
8 location_room: "Start"
9}
10doors {
11 name: "Puzzles"
12 type: EVENT
13 panels { room: "Puzzles" name: "Left Top 1" }
14 panels { room: "Puzzles" name: "Left Top 2" }
15 panels { room: "Puzzles" name: "Left Top 3" }
16 panels { room: "Puzzles" name: "Left Top 4" }
17 panels { room: "Puzzles" name: "Left Top 5" }
18 panels { room: "Puzzles" name: "Left Bottom 1" }
19 panels { room: "Puzzles" name: "Left Bottom 2" }
20 panels { room: "Puzzles" name: "Left Bottom 3" }
21 panels { room: "Puzzles" name: "Left Bottom 4" }
22 panels { room: "Puzzles" name: "Right Top 1" }
23 panels { room: "Puzzles" name: "Right Top 2" }
24 panels { room: "Puzzles" name: "Right Bottom 1" }
25 panels { room: "Puzzles" name: "Right Bottom 2" }
26 panels { room: "Puzzles" name: "Right Bottom 3" }
27 panels { room: "Puzzles" name: "Right Bottom 4" }
28}
diff --git a/data/maps/the_sirenic/rooms/Mastery.txtpb b/data/maps/the_sirenic/rooms/Mastery.txtpb new file mode 100644 index 0000000..849202b --- /dev/null +++ b/data/maps/the_sirenic/rooms/Mastery.txtpb
@@ -0,0 +1,6 @@
1name: "Mastery"
2display_name: "Sirenic"
3masteries {
4 name: "MASTERY"
5 path: "Components/Collectables/smiley"
6}
diff --git a/data/maps/the_sirenic/rooms/Puzzles.txtpb b/data/maps/the_sirenic/rooms/Puzzles.txtpb new file mode 100644 index 0000000..a8695ef --- /dev/null +++ b/data/maps/the_sirenic/rooms/Puzzles.txtpb
@@ -0,0 +1,122 @@
1name: "Puzzles"
2display_name: "Sirenic"
3panels {
4 name: "Left Top 1"
5 path: "Panels/Room_1/pip_1"
6 clue: ""
7 answer: "do"
8 symbols: "age"
9 symbols: "lingo"
10}
11panels {
12 name: "Left Top 2"
13 path: "Panels/Room_1/pip_3"
14 clue: ""
15 answer: "neck"
16 symbols: "stars"
17 symbols: "lingo"
18}
19panels {
20 name: "Left Bottom 1"
21 path: "Panels/Room_1/pip_2"
22 clue: ""
23 answer: "rip"
24 symbols: "sparkles"
25 symbols: "lingo"
26}
27panels {
28 name: "Left Top 3"
29 path: "Panels/Room_1/1969_1"
30 clue: ""
31 answer: "idea"
32 symbols: "lingo"
33}
34panels {
35 name: "Left Bottom 2"
36 path: "Panels/Room_1/1969_2"
37 clue: ""
38 answer: "earl"
39 symbols: "sparkles"
40 symbols: "lingo"
41}
42panels {
43 name: "Left Bottom 3"
44 path: "Panels/Room_1/lastone"
45 clue: ""
46 answer: "ghost"
47 symbols: "sparkles"
48 symbols: "sound"
49 symbols: "lingo"
50}
51panels {
52 name: "Left Bottom 4"
53 path: "Panels/Room_1/lastone2"
54 clue: ""
55 answer: "tree"
56 symbols: "boxes"
57 symbols: "lingo"
58}
59panels {
60 name: "Left Top 5"
61 path: "Panels/Room_1/lastone3"
62 clue: ""
63 answer: "cow"
64 symbols: "sparkles"
65 symbols: "sound"
66 symbols: "lingo"
67}
68panels {
69 name: "Left Top 4"
70 path: "Panels/Room_1/lastone4"
71 clue: ""
72 answer: "room"
73 symbols: "sparkles"
74 symbols: "lingo"
75}
76panels {
77 name: "Right Bottom 1"
78 path: "Panels/Room_1/negative"
79 clue: ""
80 answer: "junk"
81 symbols: "lingo"
82}
83panels {
84 name: "Right Bottom 2"
85 path: "Panels/Room_1/skirt"
86 clue: ""
87 answer: "kilt"
88 symbols: "sparkles"
89 symbols: "lingo"
90}
91panels {
92 name: "Right Top 1"
93 path: "Panels/Room_1/skirt2"
94 clue: ""
95 answer: "skirt"
96 symbols: "sparkles"
97 symbols: "lingo"
98}
99panels {
100 name: "Right Bottom 3"
101 path: "Panels/Room_1/mow"
102 clue: ""
103 answer: "lawnmower"
104 symbols: "job"
105 symbols: "lingo"
106}
107panels {
108 name: "Right Top 2"
109 path: "Panels/Room_1/mow2"
110 clue: ""
111 answer: "woman"
112 symbols: "sparkles"
113 symbols: "lingo"
114}
115panels {
116 name: "Right Bottom 4"
117 path: "Panels/Room_1/ova"
118 clue: ""
119 answer: "egg"
120 symbols: "sun"
121 symbols: "lingo"
122}
diff --git a/data/maps/the_sirenic/rooms/Start.txtpb b/data/maps/the_sirenic/rooms/Start.txtpb new file mode 100644 index 0000000..762d8ed --- /dev/null +++ b/data/maps/the_sirenic/rooms/Start.txtpb
@@ -0,0 +1,21 @@
1name: "Start"
2display_name: "Sirenic"
3panels {
4 name: "Flipped"
5 path: "Panels/Entry/entry_2"
6 clue: ""
7 answer: "down"
8 symbols: "lingo"
9}
10panels {
11 name: "Obverse"
12 path: "Panels/Entry/entry_3"
13 clue: ""
14 answer: "upside"
15 symbols: "lingo"
16}
17ports {
18 name: "PLAZA"
19 path: "Components/Warps/worldport"
20 orientation: "south"
21}