about summary refs log tree commit diff stats
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* Wondrous FIRE should be midred in panel shuffleStar Rauchenberger2023-06-031-1/+1
* Reveal snipes in panel shuffleStar Rauchenberger2023-06-021-6/+3
* Report achievements to AP using data storage (for tracker)Star Rauchenberger2023-05-211-0/+24
* Create "The Wanderer"Star Rauchenberger2023-05-051-1/+1
* ZERO was still marked as blackStar Rauchenberger2023-04-211-1/+1
* Never mind, we are not shuffling the mandatory wall snipesStar Rauchenberger2023-04-211-6/+6
* OPEN and FOURTH are now displaced as wellStar Rauchenberger2023-04-211-9/+9
* Art gallery ORDER is now set to the randomized subpanelsStar Rauchenberger2023-04-191-4/+4
* Move ZERO in front of the black wallStar Rauchenberger2023-04-191-3/+3
* Signs get updated in panel shuffle modeStar Rauchenberger2023-04-191-3/+11
* Set some more static panelsStar Rauchenberger2023-04-191-6/+6
* Set up some static panelsStar Rauchenberger2023-04-181-6/+6
* Prevented shuffling LOW and SECRETStar Rauchenberger2023-04-181-2/+2
* Added painting shufflingStar Rauchenberger2023-04-181-1/+1
* Implemented panel shuffleStar Rauchenberger2023-04-161-9/+71
* Implemented color shuffleStar Rauchenberger2023-04-161-0/+2739
a id='n174' href='#n174'>174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
connections {
  from_room: "Entry"
  to_room: "Yellow Vegetable"
  door { name: "Yellow Animal -> Vegetable" }
}
connections {
  from_room: "Yellow Vegetable"
  to_room: "Orange Vegetable"
  door { name: "Vegetable Yellow -> Orange" }
}
connections {
  from_room: "Orange Vegetable"
  to_room: "Red Vegetable"
  door { name: "Vegetable Orange -> Red" }
}
connections {
  from_room: "Red Vegetable"
  to_room: "Red Animal"
  door { name: "Red Vegetable -> Animal" }
}
connections {
  from_room: "Entry"
  to_room: "Yellow Planet"
  door { name: "Yellow Town -> Planet" }
}
connections {
  from_room: "Yellow Planet"
  to_room: "Orange Planet"
  door { name: "Planet Yellow -> Orange" }
}
connections {
  from_room: "Orange Planet"
  to_room: "Red Planet"
  door { name: "Planet Orange -> Red" }
}
connections {
  from_room: "Red Planet"
  to_room: "Red Town"
  door { name: "Red Planet -> Town" }
}
connections {
  from_room: "Yellow Planet"
  to_room: "Green Planet"
  door { name: "Planet Yellow -> Green" }
}
connections {
  from_room: "Entry"
  to_room: "Green Town"
  door { name: "Town Yellow -> Green" }
}
connections {
  from_room: "Entry"
  to_room: "Green Animal"
  door { name: "Animal Yellow -> Green" }
}
connections {
  from_room: "Yellow Vegetable"
  to_room: "Green Vegetable"
  door { name: "Vegetable Yellow -> Green" }
}
connections {
  from_room: "Green Planet"
  to_room: "Green Town"
  door { name: "Green Planet -> Town" }
}
connections {
  from_room: "Green Town"
  to_room: "Green Animal"
  door { name: "Green Town -> Animal" }
}
connections {
  from_room: "Green Animal"
  to_room: "Green Vegetable"
  door { name: "Green Animal -> Vegetable" }
}
connections {
  from_room: "Green Planet"
  to_room: "Blue Planet"
  door { name: "Planet Green -> Blue" }
}
connections {
  from_room: "Green Town"
  to_room: "Blue Town"
  door { name: "Town Green -> Blue" }
}
connections {
  from_room: "Green Animal"
  to_room: "Blue Animal"
  door { name: "Animal Green -> Blue" }
}
connections {
  from_room: "Green Vegetable"
  to_room: "Blue Vegetable"
  door { name: "Vegetable Green -> Blue" }
}
connections {
  from_room: "Blue Planet"
  to_room: "Blue Town"
  door { name: "Blue Planet -> Town" }
}
connections {
  from_room: "Blue Town"
  to_room: "Blue Animal"
  door { name: "Blue Town -> Animal" }
}
connections {
  from_room: "Blue Animal"
  to_room: "Blue Vegetable"
  door { name: "Blue Animal -> Vegetable" }
}
connections {
  from_room: "Blue Planet"
  to_room: "Purple Planet"
  door { name: "Planet Blue -> Purple" }
}
connections {
  from_room: "Blue Town"
  to_room: "Purple Town"
  door { name: "Town Blue -> Purple" }
}
connections {
  from_room: "Blue Animal"
  to_room: "Purple Animal"
  door { name: "Animal Blue -> Purple" }
}
connections {
  from_room: "Blue Vegetable"
  to_room: "Purple Vegetable"
  door { name: "Vegetable Blue -> Purple" }
}
connections {
  from_room: "Purple Planet"
  to_room: "Purple Town"
  door { name: "Purple Planet -> Town" }
}
connections {
  from_room: "Purple Town"
  to_room: "Purple Animal"
  door { name: "Purple Town -> Animal" }
}
connections {
  from_room: "Purple Animal"
  to_room: "Purple Vegetable"
  door { name: "Purple Animal -> Vegetable" }
}
connections {
  from_room: "Yellow Planet"
  to_room: "Green Planet (View)"
  oneway: true
}
connections {
  from_room: "Green Town"
  to_room: "Green Planet (View)"
  oneway: true
}
connections {
  from_room: "Green Planet"
  to_room: "Blue Planet (View)"
  oneway: true
}
connections {
  from_room: "Blue Town"
  to_room: "Blue Planet (View)"
  oneway: true
}
connections {
  from_room: "Blue Planet"
  to_room: "Purple Planet (View)"
  oneway: true
}
connections {
  from_room: "Purple Town"
  to_room: "Purple Planet (View)"
  oneway: true
}
connections {
  from_room: "Blue Planet"
  to_room: "Blue Town (View)"
  oneway: true
}
connections {
  from_room: "Purple Town"
  to_room: "Blue Town (View)"
  oneway: true
}
connections {
  from_room: "Purple Planet"
  to_room: "Purple Town (View)"
  oneway: true
}
connections {
  from_room: "Blue Town"
  to_room: "Purple Town (View)"
  oneway: true
}
connections {
  from_room: "Blue Town"
  to_room: "Blue Animal (View)"
  oneway: true
}
connections {
  from_room: "Green Animal"
  to_room: "Blue Animal (View)"
  oneway: true
}
connections {
  from_room: "Blue Animal"
  to_room: "Purple Animal (View)"
  oneway: true
}
connections {
  from_room: "Purple Vegetable"
  to_room: "Purple Animal (View)"
  oneway: true
}
connections {
  from_room: "Green Animal"
  to_room: "Green Vegetable (View)"
  oneway: true
}
connections {
  from_room: "Blue Vegetable"
  to_room: "Green Vegetable (View)"
  oneway: true
}
connections {
  from_room: "Green Vegetable"
  to_room: "Blue Vegetable (View)"
  oneway: true
}
connections {
  from_room: "Blue Animal"
  to_room: "Blue Vegetable (View)"
  oneway: true
}
connections {
  from_room: "Blue Vegetable"
  to_room: "Purple Vegetable (View)"
  oneway: true
}
connections {
  from_room: "Purple Animal"
  to_room: "Purple Vegetable (View)"
  oneway: true
}
connections {
  from_room: "Entry"
  to_room: "Overlook"
  door { name: "Overlook Door" }
}
connections {
  from_room: "Overlook"
  to_room: "Back Area"
  door { name: "Exit Door" }
}
connections {
  from_room: "Back Area"
  to_room: "Q2 Room"
  door { name: "Q2 Door" }
}
connections {
  from_room: "Back Area"
  to_room: "Butterfly Room"
  door { name: "Butterfly Entrance" }
}
connections {
  from_room: "Back Area"
  to_room: "Tree Entrance"
  door { name: "Control Center Brown Door" }
}