summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 10:48:01 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 10:48:01 -0400
commit1eacf01378d4dff3aed73fffcc42e0352b93835e (patch)
treea90fd3b0e829bab1acef32ffc63aafe1fafc61a9 /data/connections.txtpb
parente36aead557d767539326b230f9ba8b89b4d1d1df (diff)
downloadlingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.gz
lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.bz2
lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.zip
Trying out protobuf I guess
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb179
1 files changed, 179 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb new file mode 100644 index 0000000..a4f166f --- /dev/null +++ b/data/connections.txtpb
@@ -0,0 +1,179 @@
1connections {
2 from {
3 panel {
4 map: "the_entry"
5 room: "Starting Room"
6 name: "HI"
7 answer: "thewords"
8 }
9 }
10 to {
11 room {
12 map: "the_entry"
13 name: "Entrance"
14 }
15 }
16 oneway: true
17}
18connections {
19 from {
20 port {
21 map: "the_entry"
22 room: "Gallery Return"
23 name: "GALLERY"
24 }
25 }
26 to {
27 port {
28 map: "the_gallery"
29 room: "Main Area"
30 name: "ENTRY"
31 }
32 }
33}
34connections {
35 from {
36 port {
37 map: "the_entry"
38 room: "Shop Entrance"
39 name: "SHOP"
40 }
41 }
42 to {
43 port {
44 map: "the_shop"
45 room: "Shop"
46 name: "ENTRY"
47 }
48 }
49}
50connections {
51 from {
52 painting {
53 map: "the_entry"
54 room: "Right Eye"
55 name: "PSYCHIC"
56 }
57 }
58 to {
59 room {
60 map: "the_partial"
61 name: "Entrance"
62 }
63 }
64 oneway: true
65}
66connections {
67 from {
68 port {
69 map: "the_entry"
70 room: "Flipped Second Room"
71 name: "FOUR"
72 }
73 }
74 to {
75 port {
76 map: "the_four_rooms"
77 room: "Entry Room"
78 name: "ENTRY"
79 }
80 }
81}
82connections {
83 from {
84 port {
85 map: "the_entry"
86 room: "Eye Room"
87 name: "LIONIZED"
88 }
89 }
90 to {
91 port {
92 map: "the_lionized"
93 room: "Area"
94 name: "ENTRY"
95 }
96 }
97}
98connections {
99 from {
100 port {
101 map: "the_entry"
102 room: "Least Blue Last"
103 name: "DARKROOM"
104 }
105 }
106 to {
107 port {
108 map: "the_darkroom"
109 room: "First Room"
110 name: "ENTRY"
111 }
112 }
113}
114connections {
115 from {
116 port {
117 map: "the_entry"
118 room: "Parthenon Return"
119 name: "PARTHENON"
120 }
121 }
122 to {
123 port {
124 map: "the_parthenon"
125 room: "Area"
126 name: "ENTRY"
127 }
128 }
129}
130connections {
131 from {
132 port {
133 map: "the_entry"
134 room: "Lime Room"
135 name: "DAEDALUS"
136 }
137 }
138 to {
139 port {
140 # TODO
141 map: "daedalus"
142 room: ""
143 name: ""
144 }
145 }
146}
147connections {
148 from {
149 port {
150 map: "the_entry"
151 room: "Lime Room"
152 name: "REVITALIZED"
153 }
154 }
155 to {
156 port {
157 map: "the_revitalized"
158 room: "Entrance"
159 name: "PARTHENON"
160 }
161 }
162 oneway: true
163}
164connections {
165 from {
166 painting {
167 map: "the_entry"
168 room: "Link Area"
169 name: "PYRAMID"
170 }
171 }
172 to {
173 room {
174 map: "the_wise"
175 name: "Entrance"
176 }
177 }
178 oneway: true
179} \ No newline at end of file