diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 00:05:27 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 00:05:27 -0400 |
commit | d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3 (patch) | |
tree | 143c1fee148ed6319d9de71d2d729d764d73bcaf /data/maps/the_three_doors/connections.txtpb | |
parent | 523757481b2306614806a23981721d4a64abb134 (diff) | |
download | lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.tar.gz lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.tar.bz2 lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.zip |
Added the_three_doors
Diffstat (limited to 'data/maps/the_three_doors/connections.txtpb')
-rw-r--r-- | data/maps/the_three_doors/connections.txtpb | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/data/maps/the_three_doors/connections.txtpb b/data/maps/the_three_doors/connections.txtpb new file mode 100644 index 0000000..e3e80c0 --- /dev/null +++ b/data/maps/the_three_doors/connections.txtpb | |||
@@ -0,0 +1,150 @@ | |||
1 | connections { | ||
2 | from_room: "First Second Room" | ||
3 | to_room: "Loose Strings Room" | ||
4 | door { name: "Firs Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "First Second Room" | ||
8 | to_room: "Silver Portal Room" | ||
9 | door { name: "Initial Door" } | ||
10 | } | ||
11 | connections { | ||
12 | from { | ||
13 | port { | ||
14 | room: "First Second Room" | ||
15 | name: "TTD" | ||
16 | } | ||
17 | } | ||
18 | to { | ||
19 | port { | ||
20 | room: "First Second Room" | ||
21 | name: "GREAT" | ||
22 | } | ||
23 | } | ||
24 | oneway: true | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "First Second Room" | ||
28 | to_room: "Silver Portal Room" | ||
29 | door { name: "Second Left Door" } | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "First Second Room" | ||
33 | to_room: "One Luck Room" | ||
34 | door { name: "Second Right Door" } | ||
35 | } | ||
36 | connections { | ||
37 | from_room: "Silver Portal Room" | ||
38 | to_room: "First Second Room" | ||
39 | oneway: true | ||
40 | } | ||
41 | connections { | ||
42 | from { | ||
43 | port { | ||
44 | room: "Silver Portal Room" | ||
45 | name: "BEGIN" | ||
46 | } | ||
47 | } | ||
48 | to { | ||
49 | port { | ||
50 | room: "First Second Room" | ||
51 | name: "GREAT" | ||
52 | } | ||
53 | } | ||
54 | oneway: true | ||
55 | } | ||
56 | connections { | ||
57 | from { | ||
58 | port { | ||
59 | room: "Silver Portal Room" | ||
60 | name: "NEXT" | ||
61 | } | ||
62 | } | ||
63 | to { | ||
64 | port { | ||
65 | room: "One Luck Room" | ||
66 | name: "BEGIN" | ||
67 | } | ||
68 | } | ||
69 | oneway: true | ||
70 | } | ||
71 | connections { | ||
72 | from { | ||
73 | port { | ||
74 | room: "One Luck Room" | ||
75 | name: "BEGIN" | ||
76 | } | ||
77 | } | ||
78 | to { | ||
79 | port { | ||
80 | room: "First Second Room" | ||
81 | name: "GREAT" | ||
82 | } | ||
83 | } | ||
84 | oneway: true | ||
85 | } | ||
86 | connections { | ||
87 | from_room: "One Luck Room" | ||
88 | to_room: "Dead End Room" | ||
89 | oneway: true | ||
90 | } | ||
91 | connections { | ||
92 | from_room: "One Luck Room" | ||
93 | to_room: "First Second Room" | ||
94 | oneway: true | ||
95 | } | ||
96 | connections { | ||
97 | from_room: "Dead End Room" | ||
98 | to_room: "Silver Portal Room" | ||
99 | oneway: true | ||
100 | } | ||
101 | connections { | ||
102 | from { | ||
103 | port { | ||
104 | room: "Dead End Room" | ||
105 | name: "BEGIN" | ||
106 | } | ||
107 | } | ||
108 | to { | ||
109 | port { | ||
110 | room: "First Second Room" | ||
111 | name: "GREAT" | ||
112 | } | ||
113 | } | ||
114 | oneway: true | ||
115 | } | ||
116 | connections { | ||
117 | from { | ||
118 | port { | ||
119 | room: "Dead End Room" | ||
120 | name: "BEGIN2" | ||
121 | } | ||
122 | } | ||
123 | to { | ||
124 | port { | ||
125 | room: "First Second Room" | ||
126 | name: "GREAT" | ||
127 | } | ||
128 | } | ||
129 | oneway: true | ||
130 | } | ||
131 | connections { | ||
132 | from_room: "Loose Strings Room" | ||
133 | to_room: "First Second Room" | ||
134 | oneway: true | ||
135 | } | ||
136 | connections { | ||
137 | from { | ||
138 | port { | ||
139 | room: "Loose Strings Room" | ||
140 | name: "BEGIN" | ||
141 | } | ||
142 | } | ||
143 | to { | ||
144 | port { | ||
145 | room: "First Second Room" | ||
146 | name: "GREAT" | ||
147 | } | ||
148 | } | ||
149 | oneway: true | ||
150 | } | ||