diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 22:24:40 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 22:24:40 -0400 |
commit | 84c646f9386521b3a948607e49ec9ae0a48c3575 (patch) | |
tree | 2425b4ce26db895c4d6fa499f507c4c4b7105ae1 | |
parent | fcedfcf605ca0ed9781e0788f9c0b7c124586caa (diff) | |
download | lingo2-archipelago-84c646f9386521b3a948607e49ec9ae0a48c3575.tar.gz lingo2-archipelago-84c646f9386521b3a948607e49ec9ae0a48c3575.tar.bz2 lingo2-archipelago-84c646f9386521b3a948607e49ec9ae0a48c3575.zip |
Assigned IDs for the_ancient
-rw-r--r-- | data/ids.txtpb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/ids.txtpb b/data/ids.txtpb index 613b793..7f75d1b 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb | |||
@@ -181,6 +181,41 @@ maps { | |||
181 | } | 181 | } |
182 | } | 182 | } |
183 | maps { | 183 | maps { |
184 | key: "the_ancient" | ||
185 | value { | ||
186 | doors { | ||
187 | key: "End Door" | ||
188 | value: 170 | ||
189 | } | ||
190 | doors { | ||
191 | key: "Front Door" | ||
192 | value: 169 | ||
193 | } | ||
194 | doors { | ||
195 | key: "Lavender Cubes" | ||
196 | value: 171 | ||
197 | } | ||
198 | rooms { | ||
199 | key: "Inside" | ||
200 | value { | ||
201 | panels { | ||
202 | key: "COLOR" | ||
203 | value: 173 | ||
204 | } | ||
205 | } | ||
206 | } | ||
207 | rooms { | ||
208 | key: "Outside" | ||
209 | value { | ||
210 | panels { | ||
211 | key: "THIS" | ||
212 | value: 172 | ||
213 | } | ||
214 | } | ||
215 | } | ||
216 | } | ||
217 | } | ||
218 | maps { | ||
184 | key: "the_entry" | 219 | key: "the_entry" |
185 | value { | 220 | value { |
186 | doors { | 221 | doors { |