diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-07 15:42:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-07 15:42:00 -0400 |
commit | d79984b099c3f762b95d3b4257bef113d3a8d6ee (patch) | |
tree | bcb647c4734b9ddecb465f818e06efc899482f4e /data/door_groups.txtpb | |
parent | 8ab6132f99e9a033c170310b2d88a7312e46a153 (diff) | |
download | lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.tar.gz lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.tar.bz2 lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.zip |
Added door groups
Diffstat (limited to 'data/door_groups.txtpb')
-rw-r--r-- | data/door_groups.txtpb | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb new file mode 100644 index 0000000..ca8ce54 --- /dev/null +++ b/data/door_groups.txtpb | |||
@@ -0,0 +1,84 @@ | |||
1 | door_groups { | ||
2 | name: "The Entry - Repetitive Entrance" | ||
3 | type: CONNECTOR | ||
4 | doors { | ||
5 | map: "the_entry" | ||
6 | name: "Starting Room West Wall North Door" | ||
7 | } | ||
8 | doors { | ||
9 | map: "the_repetitive" | ||
10 | name: "Entry Entrance" | ||
11 | } | ||
12 | } | ||
13 | door_groups { | ||
14 | name: "The Repetitive - Plaza Entrance" | ||
15 | type: CONNECTOR | ||
16 | doors { | ||
17 | map: "the_repetitive" | ||
18 | name: "Black Hallway" | ||
19 | } | ||
20 | doors { | ||
21 | map: "the_plaza" | ||
22 | name: "Repetitive Entrance" | ||
23 | } | ||
24 | } | ||
25 | door_groups { | ||
26 | name: "Control Center White Doors" | ||
27 | type: COLOR_CONNECTOR | ||
28 | doors { | ||
29 | map: "daedalus" | ||
30 | name: "White Hallway From Entry" | ||
31 | } | ||
32 | doors { | ||
33 | map: "the_entry" | ||
34 | name: "Control Center White Door" | ||
35 | } | ||
36 | } | ||
37 | door_groups { | ||
38 | name: "Control Center Purple Doors" | ||
39 | type: COLOR_CONNECTOR | ||
40 | doors { | ||
41 | map: "daedalus" | ||
42 | name: "Purple Hallway From Great" | ||
43 | } | ||
44 | doors { | ||
45 | map: "the_great" | ||
46 | name: "Control Center Purple Door" | ||
47 | } | ||
48 | } | ||
49 | door_groups { | ||
50 | name: "Control Center Orange Doors" | ||
51 | type: COLOR_CONNECTOR | ||
52 | doors { | ||
53 | map: "daedalus" | ||
54 | name: "Control Center Orange Door" | ||
55 | } | ||
56 | doors { | ||
57 | map: "the_unkempt" | ||
58 | name: "Control Center Orange Door" | ||
59 | } | ||
60 | } | ||
61 | door_groups { | ||
62 | name: "Control Center Brown Doors" | ||
63 | type: COLOR_CONNECTOR | ||
64 | doors { | ||
65 | map: "the_bearer" | ||
66 | name: "Control Center Brown Door" | ||
67 | } | ||
68 | doors { | ||
69 | map: "the_tree" | ||
70 | name: "Control Center Brown Door" | ||
71 | } | ||
72 | } | ||
73 | door_groups { | ||
74 | name: "Control Center Blue Doors" | ||
75 | type: COLOR_CONNECTOR | ||
76 | doors { | ||
77 | map: "the_digital" | ||
78 | name: "Control Center Blue Door" | ||
79 | } | ||
80 | doors { | ||
81 | map: "the_unyielding" | ||
82 | name: "Digital Entrance" | ||
83 | } | ||
84 | } | ||