about summary refs log tree commit diff stats
path: root/data/maps/the_graveyard/rooms
Commit message (Expand)AuthorAgeFilesLines
* Changed how door location names are formattedStar Rauchenberger2025-08-302-2/+0
* Converted puzzle symbols to an enumStar Rauchenberger2025-08-201-2/+2
* Added "endings" object typeStar Rauchenberger2025-08-201-1/+4
* Added the_graveyardStar Rauchenberger2025-08-142-0/+29
le='author Star Rauchenberger <fefferburbia@gmail.com> 2025-08-17 15:12:15 -0400 committer Star Rauchenberger <fefferburbia@gmail.com> 2025-08-17 15:12:15 -0400 Added the_plaza' href='/lingo2-archipelago/commit/data/maps/the_plaza/connections.txtpb?id=e99f7bf302b528242a99b500f6c5b2423daaefd6'>e99f7bf ^
9933a35 ^
e99f7bf ^



9933a35 ^
e99f7bf ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45






















                                      
                                 



                           
                                 



                             
                                 



                              
                                 





                          
connections {
  from_room: "Main Area"
  to_room: "Repetitive Entrance"
  door { name: "Repetitive Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Symbolic Entrance"
  door { name: "Symbolic Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Sirenic Entrance"
  door { name: "Sirenic Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Center Room"
  door { name: "Turtle Entrance" }
}
connections {
  from_room: "Center Room"
  to_room: "Top Left Room"
  door { name: "Northwest Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Top Right Room"
  door { name: "Northeast Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Bottom Left Room"
  door { name: "Southwest Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Bottom Right Room"
  door { name: "Southeast Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Mastery"
  door { name: "Mastery" }
}