about summary refs log tree commit diff stats
path: root/data/maps/the_symbolic/connections.txtpb
blob: d9d253632edd77f84d21748c7c55ed96fa5ef80e (plain) (blame)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
connections {
  from_room: "White Room"
  to_room: "Black Room"
  door { name: "White Door" }
}
connections {
  from_room: "Black Room"
  to_room: "Red Room"
  door { name: "Black Door" }
}
connections {
  from_room: "Red Room"
  to_room: "Blue Room"
  door { name: "Red Door" }
}
connections {
  from_room: "Blue Room"
  to_room: "Green Room"
  door { name: "Blue Door" }
}
connections {
  from_room: "Green Room"
  to_room: "Yellow Room"
  door { name: "Green Door" }
}
connections {
  from_room: "Yellow Room"
  to_room: "Purple Room"
  door { name: "Yellow Door" }
}
connections {
  from_room: "Purple Room"
  to_room: "Orange Room"
  door { name: "Purple Door" }
}
connections {
  from_room: "Orange Room"
  to_room: "Tutorial"
  door { name: "Orange Door" }
}
connections {
  from_room: "Tutorial"
  to_room: "Red Blue Room"
  door { name: "Tutorial Door" }
}
connections {
  from_room: "Red Blue Room"
  to_room: "Main Area"
  door { name: "Main Area Entrance" }
}
connections {
  from_room: "Red Blue Room"
  to_room: "Whirred Room"
  door { name: "Whirred Room Entrance" }
}
connections {
  from_room: "Red Blue Room"
  to_room: "Poetry Room 1"
  door { name: "Poetry Room Entrance" }
}
connections {
  from_room: "Poetry Room 1"
  to_room: "Poetry Room 2"
  door { name: "Poetry Room Door 1" }
}
connections {
  from_room: "Poetry Room 2"
  to_room: "Poetry Room 3"
  door { name: "Poetry Room Door 2" }
}
connections {
  from_room: "Poetry Room 3"
  to_room: "Poetry Room Left"
  door { name: "Poetry Room Left" }
}
connections {
  from_room: "Poetry Room Left"
  to_room: "Poetry Room Left Left"
  door { name: "Poetry Room Left Left" }
}
connections {
  from_room: "Poetry Room Left"
  to_room: "Poetry Room Left Right"
  door { name: "Poetry Room Left Right" }
}
connections {
  from_room: "Poetry Room 3"
  to_room: "Poetry Room Right"
  door { name: "Poetry Room Right" }
}
connections {
  from_room: "Poetry Room Right"
  to_room: "Poetry Room Right Left"
  door { name: "Poetry Room Right Left" }
}
connections {
  from_room: "Poetry Room Right"
  to_room: "Poetry Room Right Right"
  door { name: "Poetry Room Right Right" }
}
connections {
  from_room: "Main Area"
  to_room: "Last Room"
  door { name: "Main Area Exit" }
}
connections {
  from_room: "Last Room"
  to_room: "Mastery"
  door { name: "Mastery" }
}
.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
connections {
  from_room: "Central Connected Area"
  to_room: "Yellow Left"
  door { name: "Yellow Room Left Door" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Yellow Right"
  door { name: "Yellow Room Right Door" }
}
connections {
  from_room: "White Corners"
  to_room: "Northwest Room"
  door { name: "Northwest Corner Exit" }
}
connections {
  from_room: "Jay Painting"
  to_room: "Behind Northwest"
  door { name: "Northwest Corner Behind" }
}
connections {
  from_room: "Yellow Left"
  to_room: "Missing 2"
  door { name: "Missing 2 Blocker" }
}
connections {
  from_room: "Yellow Right"
  to_room: "Triplet Room"
  door { name: "Triplet Blocker" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Daisy Alcove"
  door { name: "Daisy Alcove" }
}
connections {
  from_room: "Triplet Room"
  to_room: "Missing 3"
  door { name: "Missing 3 Blocker" }
}
connections {
  from_room: "Yellow Left"
  to_room: "Northwest Room"
  door { name: "Northwest 6" }
}
connections {
  from_room: "Jay Painting"
  to_room: "Northwest Room"
  door { name: "Northwest 6" }
}
connections {
  from_room: "Jay Painting"
  to_room: "Star Rooms"
  door { name: "Northwest 6" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Plaza Entrance"
  door { name: "Plaza Entrance Blocker" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Directions Room"
  door { name: "Southeast Room Circlet" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Red Eyes"
  door { name: "Red Eyes Blocker" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Blue Eyes"
  door { name: "Blue Eyes Blocker" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "East Room 1"
  door { name: "East Room 1 Entrance" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Orange Alcove"
  door { name: "Orange Alcove" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Gray Alcove"
  door { name: "Gray Alcove" }
}
connections {
  from_room: "Northeast Room 1"
  to_room: "Hero Room"
  door { name: "Hero Room Entrance" }
}
connections {
  from_room: "Northeast Room 1"
  to_room: "Behind Northeast"
  door { name: "Northeast Corner Behind" }
}
connections {
  from_room: "Northwest Room"
  to_room: "Jay Painting"
  door { name: "Jay Painting" }
}
connections {
  from_room: "Star Rooms"
  to_room: "Cyan Alcove"
  door { name: "Cyan Alcove" }
}
connections {
  from_room: "Star Rooms"
  to_room: "Black Alcove"
  door { name: "Black Alcove" }
}
connections {
  from_room: "White Corners"
  to_room: "Northeast Room 1"
  door { name: "Northeast Room 1 Entrance" }
}
connections {
  from_room: "White Corners"
  to_room: "Southwest Room 3"
  door { name: "Southwest Room 3 Entrance" }
}
connections {
  from_room: "Southwest Room 3"
  to_room: "Behind Southwest"
  door { name: "Southwest Corner Behind" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Southwest Room 2"
  door { name: "Southwest Room 2 Entrance" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Brown Alcove"
  door { name: "Brown Alcove" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Star Rooms"
  door { name: "Southwest 4" }
}
connections {
  from_room: "Southwest Room 3"
  to_room: "Star Rooms"
  door { name: "Southwest 4" }
}
connections {
  from_room: "Southwest Room 3"
  to_room: "Southwest Room"
  door { name: "Southwest 4" }
}
connections {
  from_room: "Southwest Room"
  to_room: "Missing 1"
  door { name: "Missing 1 Blocker" }
}
connections {
  from_room: "Directions Room"
  to_room: "Discovery Room"
  door { name: "Discovery Room Entrance" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Star Rooms"
  door { name: "Star Rooms West Entrance" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Star Rooms"
  door { name: "Star Rooms South Entrance" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Star Rooms"
  door { name: "Star Rooms North Entrance" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Star Rooms"
  door { name: "Star Rooms East Entrance" }
}
connections {
  from_room: "Directions Room"
  to_room: "Northwest Room"
  door { name: "Northwest Room Entrance" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "South Left Painting"
  door { name: "South Left Painting" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "South Right Painting"
  door { name: "South Right Painting" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Discovery Room"
  door { name: "Southwest 6" }
}
connections {
  from_room: "White Corners"
  to_room: "Plaza Entrance"
  door { name: "Southeast Corner Exit" }
}
connections {
  from_room: "Central Connected Area"
  to_room: "Mastery"
  door { name: "Mastery" }
}
connections {
  from_room: "Blue Eyes"
  to_room: "Mastery"
  door { name: "Mastery" }
}
connections {
  from_room: "Digital Entrance"
  to_room: "Central Connected Area"
  door { name: "Digital Entrance" }
}
connections {
  from_room: "Yellow Left"
  to_room: "Nuanced Entrance"
  door { name: "Nuanced Entrance" }
}
connections {
  from_room: "Yellow Right"
  to_room: "Bearer Entrance"
  door { name: "Bearer Entrance" }
}
connections {
  from_room: "Star Rooms"
  to_room: "Southwest Room"
  door { name: "Cyan Doors" }
}
connections {
  from {
    painting {
      room: "Jay Painting"
      name: "JAY2"
    }
  }
  to {
    painting {
      room: "White Corners"
      name: "JAY"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      room: "South Right Painting"
      name: "BEE2"
    }
  }
  to {
    painting {
      room: "Directions Room"
      name: "BEE"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      room: "Directions Room"
      name: "AYE2"
    }
  }
  to {
    painting {
      room: "South Left Painting"
      name: "AYE"
    }
  }
  oneway: true
}