diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-24 12:11:34 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 18:11:34 +0100 | 
| commit | 9e57d690a3e8d337a6bbe45bec5a9449db64fd92 (patch) | |
| tree | 7ef2e05643699f561cead117b9ed845d17640f8d /data/LL1.yaml | |
| parent | 53d71ca90b092e311310589a2654313cd569e4fe (diff) | |
| download | lingo-apworld-9e57d690a3e8d337a6bbe45bec5a9449db64fd92.tar.gz lingo-apworld-9e57d690a3e8d337a6bbe45bec5a9449db64fd92.tar.bz2 lingo-apworld-9e57d690a3e8d337a6bbe45bec5a9449db64fd92.zip  | |
Lingo: Move datafiles into a subdirectory (#2459)
Diffstat (limited to 'data/LL1.yaml')
| -rw-r--r-- | data/LL1.yaml | 7595 | 
1 files changed, 7595 insertions, 0 deletions
| diff --git a/data/LL1.yaml b/data/LL1.yaml new file mode 100644 index 0000000..d46403e --- /dev/null +++ b/data/LL1.yaml | |||
| @@ -0,0 +1,7595 @@ | |||
| 1 | --- | ||
| 2 | # This file is an associative array where the keys are region names. Rooms | ||
| 3 | # have four properties: entrances, panels, doors, and paintings. | ||
| 4 | # | ||
| 5 | # entrances is an array of regions from which this room can be accessed. The | ||
| 6 | # key of each entry is the room that can access this one. The value is a list | ||
| 7 | # of OR'd requirements for being able to access this room from the other one, | ||
| 8 | # although the list can be elided if there is only one requirement, and the | ||
| 9 | # value True can be used if there are no requirements (i.e. you always have | ||
| 10 | # access to this room if you have access to the other). Each requirement | ||
| 11 | # describes a door that must be opened in order to access this room from the | ||
| 12 | # other. The door is described by both the door's name and the name of the | ||
| 13 | # room that the door is in. The room name may be omitted if the door is | ||
| 14 | # located in the current room. | ||
| 15 | # | ||
| 16 | # panels is an array of panels in the room. The key of the array is an | ||
| 17 | # arbitrary name for the panel. Panels can have the following fields: | ||
| 18 | # - id: The internal ID of the panel in the LINGO map | ||
| 19 | # - required_room: In addition to having access to this room, the player must | ||
| 20 | # also have access to this other room in order to solve this | ||
| 21 | # panel. | ||
| 22 | # - required_door: In addition to having access to this room, the player must | ||
| 23 | # also have this door opened in order to solve this panel. | ||
| 24 | # - required_panel: In addition to having access to this room, the player must | ||
| 25 | # also be able to access this other panel in order to solve | ||
| 26 | # this panel. | ||
| 27 | # - colors: A list of colors that are required to be unlocked in order | ||
| 28 | # to solve this panel | ||
| 29 | # - check: A location check will be created for this individual panel. | ||
| 30 | # - exclude_reduce: Panel checks are assumed to be INCLUDED when reduce checks | ||
| 31 | # is on. This option excludes the check anyway. | ||
| 32 | # - tag: Label that describes how panel randomization should be | ||
| 33 | # done. In reorder mode, panels with the same tag can be | ||
| 34 | # shuffled amongst themselves. "forbid" is a special value | ||
| 35 | # meaning that no randomization should be done. This field is | ||
| 36 | # mandatory. | ||
| 37 | # - link: Panels with the same link label are randomized as a group. | ||
| 38 | # - subtag: Used to identify the separate parts of a linked group. | ||
| 39 | # - copy_to_sign: When randomizing this panel, the hint should be copied to | ||
| 40 | # the specified sign(s). | ||
| 41 | # - achievement: The name of the achievement that is received upon solving | ||
| 42 | # this panel. | ||
| 43 | # - non_counting: If True, this panel does not contribute to the total needed | ||
| 44 | # to unlock Level 2. | ||
| 45 | # - hunt: If True, the tracker will show this panel even when it is | ||
| 46 | # not a check. Used for hunts like the Number Hunt. | ||
| 47 | # | ||
| 48 | # doors is an array of doors associated with this room. When door | ||
| 49 | # randomization is enabled, each of these is an item. The key is a name that | ||
| 50 | # will be displayed as part of the item's name. Doors can have the following | ||
| 51 | # fields: | ||
| 52 | # - id: A string or list of internal door IDs from the LINGO map. | ||
| 53 | # In door shuffle mode, collecting the item generated for | ||
| 54 | # this door will open the doors listed here. | ||
| 55 | # - painting_id: An internal ID of a painting that should be moved upon | ||
| 56 | # receiving this door. | ||
| 57 | # - panels: These are the panels that canonically open this door. If | ||
| 58 | # there is only one panel for the door, then that panel is a | ||
| 59 | # check. If there is more than one panel, then that entire | ||
| 60 | # set of panels must be solved for a check. Panels can | ||
| 61 | # either be a string (representing a panel in this room) or | ||
| 62 | # a dict containing "room" and "panel". | ||
| 63 | # - item_name: Overrides the name of the item generated for this door. | ||
| 64 | # If not specified, the item name will be generated from | ||
| 65 | # the room name and the door name. | ||
| 66 | # - location_name: Overrides the name of the location generated for this | ||
| 67 | # door. If not specified, the location name will be | ||
| 68 | # generated using the names of the panels. | ||
| 69 | # - skip_location: If true, no location is generated for this door. | ||
| 70 | # - skip_item: If true, no item is generated for this door. | ||
| 71 | # - group: When simple doors is used, all doors with the same group | ||
| 72 | # will be covered by a single item. | ||
| 73 | # - include_reduce: Door checks are assumed to be EXCLUDED when reduce checks | ||
| 74 | # is on. This option includes the check anyway. | ||
| 75 | # - junk_item: If on, the item for this door will be considered a junk | ||
| 76 | # item instead of a progression item. Only use this for | ||
| 77 | # doors that could never gate progression regardless of | ||
| 78 | # options and state. | ||
| 79 | # - event: Denotes that the door is event only. This is similar to | ||
| 80 | # setting both skip_location and skip_item. | ||
| 81 | # | ||
| 82 | # paintings is an array of paintings in the room. This is used for painting | ||
| 83 | # shuffling. | ||
| 84 | # - id: The internal painting ID from the LINGO map. | ||
| 85 | # - enter_only: If true, painting shuffling will not place a warp exit on | ||
| 86 | # this painting. | ||
| 87 | # - exit_only: If true, painting shuffling will not place a warp entrance | ||
| 88 | # on this painting. | ||
| 89 | # - orientation: One of north/south/east/west. This is the direction that | ||
| 90 | # the player is facing when they are interacting with it, | ||
| 91 | # not the orientation of the painting itself. "North" is | ||
| 92 | # the direction the player faces at a new game, with the | ||
| 93 | # positive X axis to the right. | ||
| 94 | # - required_door: This door must be open for the painting to be usable as an | ||
| 95 | # entrance. If required_door is set, enter_only must be | ||
| 96 | # True. | ||
| 97 | # - required: Marks a painting as being the only entrance for a room, | ||
| 98 | # and thus it is required to be an exit when randomized. | ||
| 99 | # Use "required_when_no_doors" instead if it would be | ||
| 100 | # possible to enter the room without the painting in door | ||
| 101 | # shuffle mode. | ||
| 102 | # - req_blocked: Marks that a painting cannot be an entrance leading to a | ||
| 103 | # required painting. Paintings within a room that has a | ||
| 104 | # required painting are automatically req blocked. | ||
| 105 | # Use "req_blocked_when_no_doors" instead if it would be | ||
| 106 | # fine in door shuffle mode. | ||
| 107 | # - move: Denotes that the painting is able to move. | ||
| 108 | Starting Room: | ||
| 109 | entrances: | ||
| 110 | Menu: True | ||
| 111 | panels: | ||
| 112 | HI: | ||
| 113 | id: Entry Room/Panel_hi_hi | ||
| 114 | tag: midwhite | ||
| 115 | HIDDEN: | ||
| 116 | id: Entry Room/Panel_hidden_hidden | ||
| 117 | tag: midwhite | ||
| 118 | TYPE: | ||
| 119 | id: Entry Room/Panel_type_type | ||
| 120 | tag: midwhite | ||
| 121 | THIS: | ||
| 122 | id: Entry Room/Panel_this_this | ||
| 123 | tag: midwhite | ||
| 124 | WRITE: | ||
| 125 | id: Entry Room/Panel_write_write | ||
| 126 | tag: midwhite | ||
| 127 | SAME: | ||
| 128 | id: Entry Room/Panel_same_same | ||
| 129 | tag: midwhite | ||
| 130 | doors: | ||
| 131 | Main Door: | ||
| 132 | event: True | ||
| 133 | panels: | ||
| 134 | - HI | ||
| 135 | Back Right Door: | ||
| 136 | id: Entry Room Area Doors/Door_hidden_hidden | ||
| 137 | include_reduce: True | ||
| 138 | panels: | ||
| 139 | - HIDDEN | ||
| 140 | Rhyme Room Entrance: | ||
| 141 | id: | ||
| 142 | - Palindrome Room Area Doors/Door_level_level_2 | ||
| 143 | - Palindrome Room Area Doors/Door_racecar_racecar_2 | ||
| 144 | - Palindrome Room Area Doors/Door_solos_solos_2 | ||
| 145 | skip_location: True | ||
| 146 | group: Rhyme Room Doors | ||
| 147 | panels: | ||
| 148 | - room: The Tenacious | ||
| 149 | panel: LEVEL (Black) | ||
| 150 | - room: The Tenacious | ||
| 151 | panel: RACECAR (Black) | ||
| 152 | - room: The Tenacious | ||
| 153 | panel: SOLOS (Black) | ||
| 154 | paintings: | ||
| 155 | - id: arrows_painting | ||
| 156 | exit_only: True | ||
| 157 | orientation: south | ||
| 158 | - id: arrows_painting2 | ||
| 159 | disable: True | ||
| 160 | move: True | ||
| 161 | - id: arrows_painting3 | ||
| 162 | disable: True | ||
| 163 | move: True | ||
| 164 | - id: garden_painting_tower2 | ||
| 165 | enter_only: True | ||
| 166 | orientation: north | ||
| 167 | move: True | ||
| 168 | required_door: | ||
| 169 | room: Hedge Maze | ||
| 170 | door: Painting Shortcut | ||
| 171 | - id: flower_painting_8 | ||
| 172 | enter_only: True | ||
| 173 | orientation: north | ||
| 174 | move: True | ||
| 175 | required_door: | ||
| 176 | room: Courtyard | ||
| 177 | door: Painting Shortcut | ||
| 178 | - id: symmetry_painting_a_starter | ||
| 179 | enter_only: True | ||
| 180 | orientation: west | ||
| 181 | move: True | ||
| 182 | required_door: | ||
| 183 | room: The Wondrous (Doorknob) | ||
| 184 | door: Painting Shortcut | ||
| 185 | - id: pencil_painting6 | ||
| 186 | enter_only: True | ||
| 187 | orientation: east | ||
| 188 | move: True | ||
| 189 | required_door: | ||
| 190 | room: Outside The Bold | ||
| 191 | door: Painting Shortcut | ||
| 192 | - id: blueman_painting_3 | ||
| 193 | enter_only: True | ||
| 194 | orientation: east | ||
| 195 | move: True | ||
| 196 | required_door: | ||
| 197 | room: Outside The Undeterred | ||
| 198 | door: Painting Shortcut | ||
| 199 | - id: eyes_yellow_painting2 | ||
| 200 | enter_only: True | ||
| 201 | orientation: west | ||
| 202 | move: True | ||
| 203 | required_door: | ||
| 204 | room: Outside The Agreeable | ||
| 205 | door: Painting Shortcut | ||
| 206 | Hidden Room: | ||
| 207 | entrances: | ||
| 208 | Starting Room: | ||
| 209 | room: Starting Room | ||
| 210 | door: Back Right Door | ||
| 211 | The Seeker: | ||
| 212 | door: Seeker Entrance | ||
| 213 | Dead End Area: | ||
| 214 | door: Dead End Door | ||
| 215 | Knight Night (Outer Ring): | ||
| 216 | door: Knight Night Entrance | ||
| 217 | panels: | ||
| 218 | DEAD END: | ||
| 219 | id: Appendix Room/Panel_deadend_deadened | ||
| 220 | check: True | ||
| 221 | exclude_reduce: True | ||
| 222 | tag: topwhite | ||
| 223 | OPEN: | ||
| 224 | id: Heteronym Room/Panel_entrance_entrance | ||
| 225 | tag: midwhite | ||
| 226 | LIES: | ||
| 227 | id: Appendix Room/Panel_lies_lies | ||
| 228 | tag: midwhite | ||
| 229 | doors: | ||
| 230 | Dead End Door: | ||
| 231 | id: Appendix Room Area Doors/Door_rat_tar_2 | ||
| 232 | skip_location: true | ||
| 233 | group: Dead End Area Access | ||
| 234 | panels: | ||
| 235 | - room: Hub Room | ||
| 236 | panel: RAT | ||
| 237 | Knight Night Entrance: | ||
| 238 | id: Appendix Room Area Doors/Door_rat_tar_4 | ||
| 239 | skip_location: true | ||
| 240 | panels: | ||
| 241 | - room: Hub Room | ||
| 242 | panel: RAT | ||
| 243 | Seeker Entrance: | ||
| 244 | id: Entry Room Area Doors/Door_entrance_entrance | ||
| 245 | item_name: The Seeker - Entrance | ||
| 246 | panels: | ||
| 247 | - OPEN | ||
| 248 | Rhyme Room Entrance: | ||
| 249 | id: | ||
| 250 | - Appendix Room Area Doors/Door_rat_tar_3 | ||
| 251 | - Double Room Area Doors/Door_room_entry_stairs | ||
| 252 | skip_location: True | ||
| 253 | group: Rhyme Room Doors | ||
| 254 | panels: | ||
| 255 | - room: The Tenacious | ||
| 256 | panel: LEVEL (Black) | ||
| 257 | - room: The Tenacious | ||
| 258 | panel: RACECAR (Black) | ||
| 259 | - room: The Tenacious | ||
| 260 | panel: SOLOS (Black) | ||
| 261 | - room: Hub Room | ||
| 262 | panel: RAT | ||
| 263 | paintings: | ||
| 264 | - id: owl_painting | ||
| 265 | orientation: north | ||
| 266 | The Seeker: | ||
| 267 | entrances: | ||
| 268 | Hidden Room: | ||
| 269 | room: Hidden Room | ||
| 270 | door: Seeker Entrance | ||
| 271 | Pilgrim Room: | ||
| 272 | room: Pilgrim Room | ||
| 273 | door: Shortcut to The Seeker | ||
| 274 | panels: | ||
| 275 | Achievement: | ||
| 276 | id: Countdown Panels/Panel_seeker_seeker | ||
| 277 | required_room: Hidden Room | ||
| 278 | tag: forbid | ||
| 279 | check: True | ||
| 280 | achievement: The Seeker | ||
| 281 | BEAR: | ||
| 282 | id: Heteronym Room/Panel_bear_bear | ||
| 283 | tag: midwhite | ||
| 284 | MINE: | ||
| 285 | id: Heteronym Room/Panel_mine_mine | ||
| 286 | tag: double midwhite | ||
| 287 | subtag: left | ||
| 288 | link: exact MINE | ||
| 289 | MINE (2): | ||
| 290 | id: Heteronym Room/Panel_mine_mine_2 | ||
| 291 | tag: double midwhite | ||
| 292 | subtag: right | ||
| 293 | link: exact MINE | ||
| 294 | BOW: | ||
| 295 | id: Heteronym Room/Panel_bow_bow | ||
| 296 | tag: midwhite | ||
| 297 | DOES: | ||
| 298 | id: Heteronym Room/Panel_does_does | ||
| 299 | tag: midwhite | ||
| 300 | MOBILE: | ||
| 301 | id: Heteronym Room/Panel_mobile_mobile | ||
| 302 | tag: double midwhite | ||
| 303 | subtag: left | ||
| 304 | link: exact MOBILE | ||
| 305 | MOBILE (2): | ||
| 306 | id: Heteronym Room/Panel_mobile_mobile_2 | ||
| 307 | tag: double midwhite | ||
| 308 | subtag: right | ||
| 309 | link: exact MOBILE | ||
| 310 | DESERT: | ||
| 311 | id: Heteronym Room/Panel_desert_desert | ||
| 312 | tag: topmid white stack | ||
| 313 | subtag: mid | ||
| 314 | link: topmid DESERT | ||
| 315 | DESSERT: | ||
| 316 | id: Heteronym Room/Panel_desert_dessert | ||
| 317 | tag: topmid white stack | ||
| 318 | subtag: top | ||
| 319 | link: topmid DESERT | ||
| 320 | SOW: | ||
| 321 | id: Heteronym Room/Panel_sow_sow | ||
| 322 | tag: topmid white stack | ||
| 323 | subtag: mid | ||
| 324 | link: topmid SOW | ||
| 325 | SEW: | ||
| 326 | id: Heteronym Room/Panel_sow_so | ||
| 327 | tag: topmid white stack | ||
| 328 | subtag: top | ||
| 329 | link: topmid SOW | ||
| 330 | TO: | ||
| 331 | id: Heteronym Room/Panel_two_to | ||
| 332 | tag: double topwhite | ||
| 333 | subtag: left | ||
| 334 | link: hp TWO | ||
| 335 | TOO: | ||
| 336 | id: Heteronym Room/Panel_two_too | ||
| 337 | tag: double topwhite | ||
| 338 | subtag: right | ||
| 339 | link: hp TWO | ||
| 340 | WRITE: | ||
| 341 | id: Heteronym Room/Panel_write_right | ||
| 342 | tag: topwhite | ||
| 343 | EWE: | ||
| 344 | id: Heteronym Room/Panel_you_ewe | ||
| 345 | tag: topwhite | ||
| 346 | KNOT: | ||
| 347 | id: Heteronym Room/Panel_not_knot | ||
| 348 | tag: double topwhite | ||
| 349 | subtag: left | ||
| 350 | link: hp NOT | ||
| 351 | NAUGHT: | ||
| 352 | id: Heteronym Room/Panel_not_naught | ||
| 353 | tag: double topwhite | ||
| 354 | subtag: right | ||
| 355 | link: hp NOT | ||
| 356 | BEAR (2): | ||
| 357 | id: Heteronym Room/Panel_bear_bare | ||
| 358 | tag: topwhite | ||
| 359 | Second Room: | ||
| 360 | entrances: | ||
| 361 | Starting Room: | ||
| 362 | room: Starting Room | ||
| 363 | door: Main Door | ||
| 364 | Hub Room: | ||
| 365 | door: Exit Door | ||
| 366 | panels: | ||
| 367 | HI: | ||
| 368 | id: Entry Room/Panel_hi_high | ||
| 369 | tag: topwhite | ||
| 370 | LOW: | ||
| 371 | id: Entry Room/Panel_low_low | ||
| 372 | tag: forbid # This is a midwhite pretending to be a botwhite | ||
| 373 | ANOTHER TRY: | ||
| 374 | id: Entry Room/Panel_advance | ||
| 375 | tag: topwhite | ||
| 376 | LEVEL 2: | ||
| 377 | # We will set up special rules for this in code. | ||
| 378 | id: EndPanel/Panel_level_2 | ||
| 379 | tag: forbid | ||
| 380 | non_counting: True | ||
| 381 | check: True | ||
| 382 | required_panel: | ||
| 383 | - panel: ANOTHER TRY | ||
| 384 | doors: | ||
| 385 | Exit Door: | ||
| 386 | id: Entry Room Area Doors/Door_hi_high | ||
| 387 | location_name: Second Room - Good Luck | ||
| 388 | include_reduce: True | ||
| 389 | panels: | ||
| 390 | - HI | ||
| 391 | - LOW | ||
| 392 | Hub Room: | ||
| 393 | entrances: | ||
| 394 | Second Room: | ||
| 395 | room: Second Room | ||
| 396 | door: Exit Door | ||
| 397 | Dead End Area: | ||
| 398 | door: Near RAT Door | ||
| 399 | Crossroads: | ||
| 400 | door: Crossroads Entrance | ||
| 401 | The Tenacious: | ||
| 402 | door: Tenacious Entrance | ||
| 403 | Warts Straw Area: | ||
| 404 | door: Symmetry Door | ||
| 405 | Hedge Maze: | ||
| 406 | door: Shortcut to Hedge Maze | ||
| 407 | Orange Tower First Floor: | ||
| 408 | room: Orange Tower First Floor | ||
| 409 | door: Shortcut to Hub Room | ||
| 410 | Owl Hallway: | ||
| 411 | painting: True | ||
| 412 | Outside The Initiated: | ||
| 413 | room: Outside The Initiated | ||
| 414 | door: Shortcut to Hub Room | ||
| 415 | The Traveled: | ||
| 416 | door: Traveled Entrance | ||
| 417 | Roof: True # through the sunwarp | ||
| 418 | Outside The Undeterred: # (NOTE: used in hardcoded pilgrimage) | ||
| 419 | room: Outside The Undeterred | ||
| 420 | door: Green Painting | ||
| 421 | painting: True | ||
| 422 | panels: | ||
| 423 | ORDER: | ||
| 424 | id: Shuffle Room/Panel_order_chaos | ||
| 425 | colors: black | ||
| 426 | tag: botblack | ||
| 427 | SLAUGHTER: | ||
| 428 | id: Palindrome Room/Panel_slaughter_laughter | ||
| 429 | colors: red | ||
| 430 | tag: midred | ||
| 431 | NEAR: | ||
| 432 | id: Symmetry Room/Panel_near_far | ||
| 433 | colors: black | ||
| 434 | tag: botblack | ||
| 435 | FAR: | ||
| 436 | id: Symmetry Room/Panel_far_near | ||
| 437 | colors: black | ||
| 438 | tag: botblack | ||
| 439 | TRACE: | ||
| 440 | id: Maze Room/Panel_trace_trace | ||
| 441 | tag: midwhite | ||
| 442 | RAT: | ||
| 443 | id: Appendix Room/Panel_rat_tar | ||
| 444 | colors: black | ||
| 445 | check: True | ||
| 446 | exclude_reduce: True | ||
| 447 | tag: midblack | ||
| 448 | OPEN: | ||
| 449 | id: Synonym Room/Panel_open_open | ||
| 450 | tag: midwhite | ||
| 451 | FOUR: | ||
| 452 | id: Backside Room/Panel_four_four_3 | ||
| 453 | tag: midwhite | ||
| 454 | hunt: True | ||
| 455 | required_door: | ||
| 456 | room: Outside The Undeterred | ||
| 457 | door: Fours | ||
| 458 | LOST: | ||
| 459 | id: Shuffle Room/Panel_lost_found | ||
| 460 | colors: black | ||
| 461 | tag: botblack | ||
| 462 | FORWARD: | ||
| 463 | id: Entry Room/Panel_forward_forward | ||
| 464 | tag: midwhite | ||
| 465 | BETWEEN: | ||
| 466 | id: Entry Room/Panel_between_between | ||
| 467 | tag: midwhite | ||
| 468 | BACKWARD: | ||
| 469 | id: Entry Room/Panel_backward_backward | ||
| 470 | tag: midwhite | ||
| 471 | doors: | ||
| 472 | Crossroads Entrance: | ||
| 473 | id: Shuffle Room Area Doors/Door_chaos | ||
| 474 | panels: | ||
| 475 | - ORDER | ||
| 476 | Tenacious Entrance: | ||
| 477 | id: Palindrome Room Area Doors/Door_slaughter_laughter | ||
| 478 | group: Entrances to The Tenacious | ||
| 479 | panels: | ||
| 480 | - SLAUGHTER | ||
| 481 | Symmetry Door: | ||
| 482 | id: | ||
| 483 | - Symmetry Room Area Doors/Door_near_far | ||
| 484 | - Symmetry Room Area Doors/Door_far_near | ||
| 485 | group: Symmetry Doors | ||
| 486 | panels: | ||
| 487 | - NEAR | ||
| 488 | - FAR | ||
| 489 | Shortcut to Hedge Maze: | ||
| 490 | id: Maze Area Doors/Door_trace_trace | ||
| 491 | group: Hedge Maze Doors | ||
| 492 | panels: | ||
| 493 | - TRACE | ||
| 494 | Near RAT Door: | ||
| 495 | id: Appendix Room Area Doors/Door_deadend_deadened | ||
| 496 | skip_location: True | ||
| 497 | group: Dead End Area Access | ||
| 498 | panels: | ||
| 499 | - room: Hidden Room | ||
| 500 | panel: DEAD END | ||
| 501 | Traveled Entrance: | ||
| 502 | id: Appendix Room Area Doors/Door_open_open | ||
| 503 | item_name: The Traveled - Entrance | ||
| 504 | group: Entrance to The Traveled | ||
| 505 | panels: | ||
| 506 | - OPEN | ||
| 507 | Lost Door: | ||
| 508 | id: Shuffle Room Area Doors/Door_lost_found | ||
| 509 | junk_item: True | ||
| 510 | panels: | ||
| 511 | - LOST | ||
| 512 | paintings: | ||
| 513 | - id: maze_painting | ||
| 514 | orientation: west | ||
| 515 | Dead End Area: | ||
| 516 | entrances: | ||
| 517 | Hidden Room: | ||
| 518 | room: Hidden Room | ||
| 519 | door: Dead End Door | ||
| 520 | Hub Room: | ||
| 521 | room: Hub Room | ||
| 522 | door: Near RAT Door | ||
| 523 | panels: | ||
| 524 | FOUR: | ||
| 525 | id: Backside Room/Panel_four_four_2 | ||
| 526 | tag: midwhite | ||
| 527 | hunt: True | ||
| 528 | required_door: | ||
| 529 | room: Outside The Undeterred | ||
| 530 | door: Fours | ||
| 531 | EIGHT: | ||
| 532 | id: Backside Room/Panel_eight_eight_8 | ||
| 533 | tag: midwhite | ||
| 534 | hunt: True | ||
| 535 | required_door: | ||
| 536 | room: Number Hunt | ||
| 537 | door: Eights | ||
| 538 | paintings: | ||
| 539 | - id: smile_painting_6 | ||
| 540 | orientation: north | ||
| 541 | Pilgrim Antechamber: | ||
| 542 | # Let's not shuffle the paintings yet. | ||
| 543 | entrances: | ||
| 544 | # The pilgrimage is hardcoded in rules.py | ||
| 545 | Starting Room: | ||
| 546 | door: Sun Painting | ||
| 547 | panels: | ||
| 548 | HOT CRUST: | ||
| 549 | id: Lingo Room/Panel_shortcut | ||
| 550 | colors: yellow | ||
| 551 | tag: midyellow | ||
| 552 | PILGRIMAGE: | ||
| 553 | id: Lingo Room/Panel_pilgrim | ||
| 554 | colors: blue | ||
| 555 | tag: midblue | ||
| 556 | MASTERY: | ||
| 557 | id: Master Room/Panel_mastery_mastery14 | ||
| 558 | tag: midwhite | ||
| 559 | hunt: True | ||
| 560 | required_door: | ||
| 561 | room: Orange Tower Seventh Floor | ||
| 562 | door: Mastery | ||
| 563 | doors: | ||
| 564 | Sun Painting: | ||
| 565 | item_name: Pilgrim Room - Sun Painting | ||
| 566 | location_name: Pilgrim Room - HOT CRUST | ||
| 567 | painting_id: pilgrim_painting2 | ||
| 568 | panels: | ||
| 569 | - HOT CRUST | ||
| 570 | Exit: | ||
| 571 | event: True | ||
| 572 | panels: | ||
| 573 | - PILGRIMAGE | ||
| 574 | Pilgrim Room: | ||
| 575 | entrances: | ||
| 576 | The Seeker: | ||
| 577 | door: Shortcut to The Seeker | ||
| 578 | Pilgrim Antechamber: | ||
| 579 | room: Pilgrim Antechamber | ||
| 580 | door: Exit | ||
| 581 | panels: | ||
| 582 | THIS: | ||
| 583 | id: Lingo Room/Panel_lingo_9 | ||
| 584 | colors: gray | ||
| 585 | tag: forbid | ||
| 586 | TIME ROOM: | ||
| 587 | id: Lingo Room/Panel_lingo_1 | ||
| 588 | colors: purple | ||
| 589 | tag: toppurp | ||
| 590 | SCIENCE ROOM: | ||
| 591 | id: Lingo Room/Panel_lingo_2 | ||
| 592 | tag: botwhite | ||
| 593 | SHINY ROCK ROOM: | ||
| 594 | id: Lingo Room/Panel_lingo_3 | ||
| 595 | tag: botwhite | ||
| 596 | ANGRY POWER: | ||
| 597 | id: Lingo Room/Panel_lingo_4 | ||
| 598 | colors: | ||
| 599 | - purple | ||
| 600 | tag: forbid | ||
| 601 | MICRO LEGION: | ||
| 602 | id: Lingo Room/Panel_lingo_5 | ||
| 603 | colors: yellow | ||
| 604 | tag: midyellow | ||
| 605 | LOSERS RELAX: | ||
| 606 | id: Lingo Room/Panel_lingo_6 | ||
| 607 | colors: | ||
| 608 | - black | ||
| 609 | tag: forbid | ||
| 610 | "906234": | ||
| 611 | id: Lingo Room/Panel_lingo_7 | ||
| 612 | colors: | ||
| 613 | - orange | ||
| 614 | - blue | ||
| 615 | tag: forbid | ||
| 616 | MOOR EMORDNILAP: | ||
| 617 | id: Lingo Room/Panel_lingo_8 | ||
| 618 | colors: black | ||
| 619 | tag: midblack | ||
| 620 | HALL ROOMMATE: | ||
| 621 | id: Lingo Room/Panel_lingo_10 | ||
| 622 | colors: | ||
| 623 | - red | ||
| 624 | - blue | ||
| 625 | tag: forbid | ||
| 626 | ALL GREY: | ||
| 627 | id: Lingo Room/Panel_lingo_11 | ||
| 628 | colors: yellow | ||
| 629 | tag: midyellow | ||
| 630 | PLUNDER ISLAND: | ||
| 631 | id: Lingo Room/Panel_lingo_12 | ||
| 632 | colors: | ||
| 633 | - purple | ||
| 634 | - red | ||
| 635 | tag: forbid | ||
| 636 | FLOSS PATHS: | ||
| 637 | id: Lingo Room/Panel_lingo_13 | ||
| 638 | colors: | ||
| 639 | - purple | ||
| 640 | - brown | ||
| 641 | tag: forbid | ||
| 642 | doors: | ||
| 643 | Shortcut to The Seeker: | ||
| 644 | id: Master Room Doors/Door_pilgrim_shortcut | ||
| 645 | include_reduce: True | ||
| 646 | panels: | ||
| 647 | - THIS | ||
| 648 | Crossroads: | ||
| 649 | entrances: | ||
| 650 | Hub Room: True # The sunwarp means that we never need the ORDER door | ||
| 651 | Color Hallways: True | ||
| 652 | The Tenacious: | ||
| 653 | door: Tenacious Entrance | ||
| 654 | Orange Tower Fourth Floor: True # through IRK HORN | ||
| 655 | Amen Name Area: | ||
| 656 | room: Lost Area | ||
| 657 | door: Exit | ||
| 658 | Roof: True # through the sunwarp | ||
| 659 | panels: | ||
| 660 | DECAY: | ||
| 661 | id: Palindrome Room/Panel_decay_day | ||
| 662 | colors: red | ||
| 663 | tag: midred | ||
| 664 | NOPE: | ||
| 665 | id: Sun Room/Panel_nope_open | ||
| 666 | colors: yellow | ||
| 667 | tag: midyellow | ||
| 668 | EIGHT: | ||
| 669 | id: Backside Room/Panel_eight_eight_5 | ||
| 670 | tag: midwhite | ||
| 671 | hunt: True | ||
| 672 | required_door: | ||
| 673 | room: Number Hunt | ||
| 674 | door: Eights | ||
| 675 | WE ROT: | ||
| 676 | id: Shuffle Room/Panel_tower | ||
| 677 | colors: yellow | ||
| 678 | tag: midyellow | ||
| 679 | WORDS: | ||
| 680 | id: Shuffle Room/Panel_words_sword | ||
| 681 | colors: yellow | ||
| 682 | tag: midyellow | ||
| 683 | SWORD: | ||
| 684 | id: Shuffle Room/Panel_sword_words | ||
| 685 | colors: yellow | ||
| 686 | tag: midyellow | ||
| 687 | TURN: | ||
| 688 | id: Shuffle Room/Panel_turn_runt | ||
| 689 | colors: yellow | ||
| 690 | tag: midyellow | ||
| 691 | BEND HI: | ||
| 692 | id: Shuffle Room/Panel_behind | ||
| 693 | colors: yellow | ||
| 694 | tag: midyellow | ||
| 695 | THE EYES: | ||
| 696 | id: Shuffle Room/Panel_eyes_see_shuffle | ||
| 697 | colors: yellow | ||
| 698 | check: True | ||
| 699 | exclude_reduce: True | ||
| 700 | required_door: | ||
| 701 | door: Hollow Hallway | ||
| 702 | tag: midyellow | ||
| 703 | CORNER: | ||
| 704 | id: Shuffle Room/Panel_corner_corner | ||
| 705 | required_door: | ||
| 706 | door: Hollow Hallway | ||
| 707 | tag: midwhite | ||
| 708 | HOLLOW: | ||
| 709 | id: Shuffle Room/Panel_hollow_hollow | ||
| 710 | required_door: | ||
| 711 | door: Hollow Hallway | ||
| 712 | tag: midwhite | ||
| 713 | SWAP: | ||
| 714 | id: Shuffle Room/Panel_swap_wasp | ||
| 715 | colors: yellow | ||
| 716 | tag: midyellow | ||
| 717 | GEL: | ||
| 718 | id: Shuffle Room/Panel_gel | ||
| 719 | colors: yellow | ||
| 720 | tag: topyellow | ||
| 721 | required_door: | ||
| 722 | door: Tower Entrance | ||
| 723 | THOUGH: | ||
| 724 | id: Shuffle Room/Panel_though | ||
| 725 | colors: yellow | ||
| 726 | tag: topyellow | ||
| 727 | required_door: | ||
| 728 | door: Tower Entrance | ||
| 729 | CROSSROADS: | ||
| 730 | id: Shuffle Room/Panel_crossroads_crossroads | ||
| 731 | tag: midwhite | ||
| 732 | doors: | ||
| 733 | Tenacious Entrance: | ||
| 734 | id: Palindrome Room Area Doors/Door_decay_day | ||
| 735 | group: Entrances to The Tenacious | ||
| 736 | panels: | ||
| 737 | - DECAY | ||
| 738 | Discerning Entrance: | ||
| 739 | id: Shuffle Room Area Doors/Door_nope_open | ||
| 740 | item_name: The Discerning - Entrance | ||
| 741 | panels: | ||
| 742 | - NOPE | ||
| 743 | Tower Entrance: | ||
| 744 | id: | ||
| 745 | - Shuffle Room Area Doors/Door_tower | ||
| 746 | - Shuffle Room Area Doors/Door_tower2 | ||
| 747 | - Shuffle Room Area Doors/Door_tower3 | ||
| 748 | - Shuffle Room Area Doors/Door_tower4 | ||
| 749 | group: Crossroads - Tower Entrances | ||
| 750 | panels: | ||
| 751 | - WE ROT | ||
| 752 | Tower Back Entrance: | ||
| 753 | id: Shuffle Room Area Doors/Door_runt | ||
| 754 | location_name: Crossroads - TURN/RUNT | ||
| 755 | group: Crossroads - Tower Entrances | ||
| 756 | panels: | ||
| 757 | - TURN | ||
| 758 | - room: Orange Tower Fourth Floor | ||
| 759 | panel: RUNT | ||
| 760 | Words Sword Door: | ||
| 761 | id: | ||
| 762 | - Shuffle Room Area Doors/Door_words_shuffle_3 | ||
| 763 | - Shuffle Room Area Doors/Door_words_shuffle_4 | ||
| 764 | group: Crossroads Doors | ||
| 765 | panels: | ||
| 766 | - WORDS | ||
| 767 | - SWORD | ||
| 768 | Eye Wall: | ||
| 769 | id: Shuffle Room Area Doors/Door_behind | ||
| 770 | junk_item: True | ||
| 771 | group: Crossroads Doors | ||
| 772 | panels: | ||
| 773 | - BEND HI | ||
| 774 | Hollow Hallway: | ||
| 775 | id: Shuffle Room Area Doors/Door_crossroads6 | ||
| 776 | skip_location: True | ||
| 777 | group: Crossroads Doors | ||
| 778 | panels: | ||
| 779 | - BEND HI | ||
| 780 | Roof Access: | ||
| 781 | id: Tower Room Area Doors/Door_level_6_2 | ||
| 782 | skip_location: True | ||
| 783 | panels: | ||
| 784 | - room: Orange Tower First Floor | ||
| 785 | panel: DADS + ALE | ||
| 786 | - room: Outside The Undeterred | ||
| 787 | panel: ART + ART | ||
| 788 | - room: Orange Tower Third Floor | ||
| 789 | panel: DEER + WREN | ||
| 790 | - room: Orange Tower Fourth Floor | ||
| 791 | panel: LEARNS + UNSEW | ||
| 792 | - room: Orange Tower Fifth Floor | ||
| 793 | panel: DRAWL + RUNS | ||
| 794 | - room: Owl Hallway | ||
| 795 | panel: READS + RUST | ||
| 796 | paintings: | ||
| 797 | - id: eye_painting | ||
| 798 | disable: True | ||
| 799 | orientation: east | ||
| 800 | move: True | ||
| 801 | required_door: | ||
| 802 | door: Eye Wall | ||
| 803 | - id: smile_painting_4 | ||
| 804 | orientation: south | ||
| 805 | Lost Area: | ||
| 806 | entrances: | ||
| 807 | Outside The Agreeable: | ||
| 808 | door: Exit | ||
| 809 | Crossroads: | ||
| 810 | room: Crossroads | ||
| 811 | door: Words Sword Door | ||
| 812 | panels: | ||
| 813 | LOST (1): | ||
| 814 | id: Shuffle Room/Panel_lost_lots | ||
| 815 | colors: yellow | ||
| 816 | tag: midyellow | ||
| 817 | LOST (2): | ||
| 818 | id: Shuffle Room/Panel_lost_slot | ||
| 819 | colors: yellow | ||
| 820 | tag: midyellow | ||
| 821 | doors: | ||
| 822 | Exit: | ||
| 823 | id: | ||
| 824 | - Shuffle Room Area Doors/Door_lost_shuffle_1 | ||
| 825 | - Shuffle Room Area Doors/Door_lost_shuffle_2 | ||
| 826 | location_name: Crossroads - LOST Pair | ||
| 827 | panels: | ||
| 828 | - LOST (1) | ||
| 829 | - LOST (2) | ||
| 830 | Amen Name Area: | ||
| 831 | entrances: | ||
| 832 | Crossroads: | ||
| 833 | room: Lost Area | ||
| 834 | door: Exit | ||
| 835 | Suits Area: | ||
| 836 | door: Exit | ||
| 837 | panels: | ||
| 838 | AMEN: | ||
| 839 | id: Shuffle Room/Panel_amen_mean | ||
| 840 | colors: yellow | ||
| 841 | tag: double midyellow | ||
| 842 | subtag: left | ||
| 843 | link: ana MEAN | ||
| 844 | NAME: | ||
| 845 | id: Shuffle Room/Panel_name_mean | ||
| 846 | colors: yellow | ||
| 847 | tag: double midyellow | ||
| 848 | subtag: right | ||
| 849 | link: ana MEAN | ||
| 850 | NINE: | ||
| 851 | id: Backside Room/Panel_nine_nine_3 | ||
| 852 | tag: midwhite | ||
| 853 | hunt: True | ||
| 854 | required_door: | ||
| 855 | room: Number Hunt | ||
| 856 | door: Nines | ||
| 857 | doors: | ||
| 858 | Exit: | ||
| 859 | id: Shuffle Room Area Doors/Door_mean | ||
| 860 | panels: | ||
| 861 | - AMEN | ||
| 862 | - NAME | ||
| 863 | Suits Area: | ||
| 864 | entrances: | ||
| 865 | Amen Name Area: | ||
| 866 | room: Amen Name Area | ||
| 867 | door: Exit | ||
| 868 | Roof: True | ||
| 869 | panels: | ||
| 870 | SPADES: | ||
| 871 | id: Cross Room/Panel_spades_spades | ||
| 872 | tag: midwhite | ||
| 873 | CLUBS: | ||
| 874 | id: Cross Room/Panel_clubs_clubs | ||
| 875 | tag: midwhite | ||
| 876 | HEARTS: | ||
| 877 | id: Cross Room/Panel_hearts_hearts | ||
| 878 | tag: midwhite | ||
| 879 | paintings: | ||
| 880 | - id: west_afar | ||
| 881 | orientation: south | ||
| 882 | The Tenacious: | ||
| 883 | entrances: | ||
| 884 | Hub Room: | ||
| 885 | - room: Hub Room | ||
| 886 | door: Tenacious Entrance | ||
| 887 | - door: Shortcut to Hub Room | ||
| 888 | Crossroads: | ||
| 889 | room: Crossroads | ||
| 890 | door: Tenacious Entrance | ||
| 891 | Outside The Agreeable: | ||
| 892 | room: Outside The Agreeable | ||
| 893 | door: Tenacious Entrance | ||
| 894 | Dread Hallway: | ||
| 895 | room: Dread Hallway | ||
| 896 | door: Tenacious Entrance | ||
| 897 | panels: | ||
| 898 | LEVEL (Black): | ||
| 899 | id: Palindrome Room/Panel_level_level | ||
| 900 | colors: black | ||
| 901 | tag: midblack | ||
| 902 | RACECAR (Black): | ||
| 903 | id: Palindrome Room/Panel_racecar_racecar | ||
| 904 | colors: black | ||
| 905 | tag: palindrome | ||
| 906 | copy_to_sign: sign4 | ||
| 907 | SOLOS (Black): | ||
| 908 | id: Palindrome Room/Panel_solos_solos | ||
| 909 | colors: black | ||
| 910 | tag: palindrome | ||
| 911 | copy_to_sign: | ||
| 912 | - sign5 | ||
| 913 | - sign6 | ||
| 914 | LEVEL (White): | ||
| 915 | id: Palindrome Room/Panel_level_level_2 | ||
| 916 | tag: midwhite | ||
| 917 | RACECAR (White): | ||
| 918 | id: Palindrome Room/Panel_racecar_racecar_2 | ||
| 919 | tag: midwhite | ||
| 920 | copy_to_sign: sign3 | ||
| 921 | SOLOS (White): | ||
| 922 | id: Palindrome Room/Panel_solos_solos_2 | ||
| 923 | tag: midwhite | ||
| 924 | copy_to_sign: | ||
| 925 | - sign1 | ||
| 926 | - sign2 | ||
| 927 | Achievement: | ||
| 928 | id: Countdown Panels/Panel_tenacious_tenacious | ||
| 929 | check: True | ||
| 930 | tag: forbid | ||
| 931 | required_panel: | ||
| 932 | - panel: LEVEL (Black) | ||
| 933 | - panel: RACECAR (Black) | ||
| 934 | - panel: SOLOS (Black) | ||
| 935 | - panel: LEVEL (White) | ||
| 936 | - panel: RACECAR (White) | ||
| 937 | - panel: SOLOS (White) | ||
| 938 | - room: Hub Room | ||
| 939 | panel: SLAUGHTER | ||
| 940 | - room: Crossroads | ||
| 941 | panel: DECAY | ||
| 942 | - room: Outside The Agreeable | ||
| 943 | panel: MASSACRED | ||
| 944 | - room: Dread Hallway | ||
| 945 | panel: DREAD | ||
| 946 | achievement: The Tenacious | ||
| 947 | doors: | ||
| 948 | Shortcut to Hub Room: | ||
| 949 | id: | ||
| 950 | - Palindrome Room Area Doors/Door_level_level_1 | ||
| 951 | - Palindrome Room Area Doors/Door_racecar_racecar_1 | ||
| 952 | - Palindrome Room Area Doors/Door_solos_solos_1 | ||
| 953 | location_name: The Tenacious - Palindromes | ||
| 954 | group: Entrances to The Tenacious | ||
| 955 | panels: | ||
| 956 | - LEVEL (Black) | ||
| 957 | - RACECAR (Black) | ||
| 958 | - SOLOS (Black) | ||
| 959 | White Palindromes: | ||
| 960 | location_name: The Tenacious - White Palindromes | ||
| 961 | skip_item: True | ||
| 962 | panels: | ||
| 963 | - LEVEL (White) | ||
| 964 | - RACECAR (White) | ||
| 965 | - SOLOS (White) | ||
| 966 | Warts Straw Area: | ||
| 967 | entrances: | ||
| 968 | Hub Room: | ||
| 969 | room: Hub Room | ||
| 970 | door: Symmetry Door | ||
| 971 | Leaf Feel Area: | ||
| 972 | door: Door | ||
| 973 | panels: | ||
| 974 | WARTS: | ||
| 975 | id: Symmetry Room/Panel_warts_straw | ||
| 976 | colors: black | ||
| 977 | tag: midblack | ||
| 978 | STRAW: | ||
| 979 | id: Symmetry Room/Panel_straw_warts | ||
| 980 | colors: black | ||
| 981 | tag: midblack | ||
| 982 | doors: | ||
| 983 | Door: | ||
| 984 | id: | ||
| 985 | - Symmetry Room Area Doors/Door_warts_straw | ||
| 986 | - Symmetry Room Area Doors/Door_straw_warts | ||
| 987 | group: Symmetry Doors | ||
| 988 | panels: | ||
| 989 | - WARTS | ||
| 990 | - STRAW | ||
| 991 | Leaf Feel Area: | ||
| 992 | entrances: | ||
| 993 | Warts Straw Area: | ||
| 994 | room: Warts Straw Area | ||
| 995 | door: Door | ||
| 996 | Outside The Agreeable: | ||
| 997 | door: Door | ||
| 998 | panels: | ||
| 999 | LEAF: | ||
| 1000 | id: Symmetry Room/Panel_leaf_feel | ||
| 1001 | colors: black | ||
| 1002 | tag: topblack | ||
| 1003 | FEEL: | ||
| 1004 | id: Symmetry Room/Panel_feel_leaf | ||
| 1005 | colors: black | ||
| 1006 | tag: topblack | ||
| 1007 | doors: | ||
| 1008 | Door: | ||
| 1009 | id: | ||
| 1010 | - Symmetry Room Area Doors/Door_leaf_feel | ||
| 1011 | - Symmetry Room Area Doors/Door_feel_leaf | ||
| 1012 | group: Symmetry Doors | ||
| 1013 | panels: | ||
| 1014 | - LEAF | ||
| 1015 | - FEEL | ||
| 1016 | Outside The Agreeable: | ||
| 1017 | # Let's ignore the blue warp thing for now because the lookout is a dead | ||
| 1018 | # end. Later on it could be filler checks. | ||
| 1019 | entrances: | ||
| 1020 | # We don't have to list Lost Area because of Crossroads. | ||
| 1021 | Crossroads: True | ||
| 1022 | The Tenacious: | ||
| 1023 | door: Tenacious Entrance | ||
| 1024 | The Agreeable: | ||
| 1025 | door: Agreeable Entrance | ||
| 1026 | Dread Hallway: | ||
| 1027 | door: Black Door | ||
| 1028 | Leaf Feel Area: | ||
| 1029 | room: Leaf Feel Area | ||
| 1030 | door: Door | ||
| 1031 | Starting Room: | ||
| 1032 | door: Painting Shortcut | ||
| 1033 | painting: True | ||
| 1034 | Hallway Room (2): True | ||
| 1035 | Hallway Room (3): True | ||
| 1036 | Hallway Room (4): True | ||
| 1037 | Hedge Maze: True # through the door to the sectioned-off part of the hedge maze | ||
| 1038 | panels: | ||
| 1039 | MASSACRED: | ||
| 1040 | id: Palindrome Room/Panel_massacred_sacred | ||
| 1041 | colors: red | ||
| 1042 | tag: midred | ||
| 1043 | BLACK: | ||
| 1044 | id: Symmetry Room/Panel_black_white | ||
| 1045 | colors: black | ||
| 1046 | tag: botblack | ||
| 1047 | CLOSE: | ||
| 1048 | id: Antonym Room/Panel_close_open | ||
| 1049 | colors: black | ||
| 1050 | tag: botblack | ||
| 1051 | LEFT: | ||
| 1052 | id: Symmetry Room/Panel_left_right | ||
| 1053 | colors: black | ||
| 1054 | tag: botblack | ||
| 1055 | LEFT (2): | ||
| 1056 | id: Symmetry Room/Panel_left_wrong | ||
| 1057 | colors: black | ||
| 1058 | tag: bot black black | ||
| 1059 | RIGHT: | ||
| 1060 | id: Symmetry Room/Panel_right_left | ||
| 1061 | colors: black | ||
| 1062 | tag: botblack | ||
| 1063 | PURPLE: | ||
| 1064 | id: Color Arrow Room/Panel_purple_afar | ||
| 1065 | tag: midwhite | ||
| 1066 | hunt: True | ||
| 1067 | required_door: | ||
| 1068 | door: Purple Barrier | ||
| 1069 | FIVE (1): | ||
| 1070 | id: Backside Room/Panel_five_five_5 | ||
| 1071 | tag: midwhite | ||
| 1072 | hunt: True | ||
| 1073 | required_door: | ||
| 1074 | room: Outside The Undeterred | ||
| 1075 | door: Fives | ||
| 1076 | FIVE (2): | ||
| 1077 | id: Backside Room/Panel_five_five_4 | ||
| 1078 | tag: midwhite | ||
| 1079 | hunt: True | ||
| 1080 | required_door: | ||
| 1081 | room: Outside The Undeterred | ||
| 1082 | door: Fives | ||
| 1083 | OUT: | ||
| 1084 | id: Hallway Room/Panel_out_out | ||
| 1085 | check: True | ||
| 1086 | exclude_reduce: True | ||
| 1087 | tag: midwhite | ||
| 1088 | HIDE: | ||
| 1089 | id: Maze Room/Panel_hide_seek_4 | ||
| 1090 | colors: black | ||
| 1091 | tag: botblack | ||
| 1092 | DAZE: | ||
| 1093 | id: Maze Room/Panel_daze_maze | ||
| 1094 | colors: purple | ||
| 1095 | tag: midpurp | ||
| 1096 | WALL: | ||
| 1097 | id: Hallway Room/Panel_castle_1 | ||
| 1098 | colors: blue | ||
| 1099 | tag: quad bot blue | ||
| 1100 | link: qbb CASTLE | ||
| 1101 | KEEP: | ||
| 1102 | id: Hallway Room/Panel_castle_2 | ||
| 1103 | colors: blue | ||
| 1104 | tag: quad bot blue | ||
| 1105 | link: qbb CASTLE | ||
| 1106 | BAILEY: | ||
| 1107 | id: Hallway Room/Panel_castle_3 | ||
| 1108 | colors: blue | ||
| 1109 | tag: quad bot blue | ||
| 1110 | link: qbb CASTLE | ||
| 1111 | TOWER: | ||
| 1112 | id: Hallway Room/Panel_castle_4 | ||
| 1113 | colors: blue | ||
| 1114 | tag: quad bot blue | ||
| 1115 | link: qbb CASTLE | ||
| 1116 | NORTH: | ||
| 1117 | id: Cross Room/Panel_north_missing | ||
| 1118 | colors: green | ||
| 1119 | tag: forbid | ||
| 1120 | required_room: Outside The Bold | ||
| 1121 | DIAMONDS: | ||
| 1122 | id: Cross Room/Panel_diamonds_missing | ||
| 1123 | colors: green | ||
| 1124 | tag: forbid | ||
| 1125 | required_room: Suits Area | ||
| 1126 | FIRE: | ||
| 1127 | id: Cross Room/Panel_fire_missing | ||
| 1128 | colors: green | ||
| 1129 | tag: forbid | ||
| 1130 | required_room: Elements Area | ||
| 1131 | WINTER: | ||
| 1132 | id: Cross Room/Panel_winter_missing | ||
| 1133 | colors: green | ||
| 1134 | tag: forbid | ||
| 1135 | required_room: Orange Tower Fifth Floor | ||
| 1136 | doors: | ||
| 1137 | Tenacious Entrance: | ||
| 1138 | id: Palindrome Room Area Doors/Door_massacred_sacred | ||
| 1139 | group: Entrances to The Tenacious | ||
| 1140 | panels: | ||
| 1141 | - MASSACRED | ||
| 1142 | Black Door: | ||
| 1143 | id: Symmetry Room Area Doors/Door_black_white | ||
| 1144 | group: Entrances to The Tenacious | ||
| 1145 | panels: | ||
| 1146 | - BLACK | ||
| 1147 | Agreeable Entrance: | ||
| 1148 | id: Symmetry Room Area Doors/Door_close_open | ||
| 1149 | item_name: The Agreeable - Entrance | ||
| 1150 | panels: | ||
| 1151 | - CLOSE | ||
| 1152 | Painting Shortcut: | ||
| 1153 | item_name: Starting Room - Street Painting | ||
| 1154 | painting_id: eyes_yellow_painting2 | ||
| 1155 | panels: | ||
| 1156 | - RIGHT | ||
| 1157 | Purple Barrier: | ||
| 1158 | id: Color Arrow Room Doors/Door_purple_3 | ||
| 1159 | group: Color Hunt Barriers | ||
| 1160 | skip_location: True | ||
| 1161 | panels: | ||
| 1162 | - room: Champion's Rest | ||
| 1163 | panel: PURPLE | ||
| 1164 | Hallway Door: | ||
| 1165 | id: Red Blue Purple Room Area Doors/Door_room_2 | ||
| 1166 | group: Hallway Room Doors | ||
| 1167 | location_name: Hallway Room - First Room | ||
| 1168 | panels: | ||
| 1169 | - WALL | ||
| 1170 | - KEEP | ||
| 1171 | - BAILEY | ||
| 1172 | - TOWER | ||
| 1173 | paintings: | ||
| 1174 | - id: panda_painting | ||
| 1175 | orientation: south | ||
| 1176 | - id: eyes_yellow_painting | ||
| 1177 | orientation: east | ||
| 1178 | progression: | ||
| 1179 | Progressive Hallway Room: | ||
| 1180 | - Hallway Door | ||
| 1181 | - room: Hallway Room (2) | ||
| 1182 | door: Exit | ||
| 1183 | - room: Hallway Room (3) | ||
| 1184 | door: Exit | ||
| 1185 | - room: Hallway Room (4) | ||
| 1186 | door: Exit | ||
| 1187 | Dread Hallway: | ||
| 1188 | entrances: | ||
| 1189 | Outside The Agreeable: | ||
| 1190 | room: Outside The Agreeable | ||
| 1191 | door: Black Door | ||
| 1192 | The Tenacious: | ||
| 1193 | door: Tenacious Entrance | ||
| 1194 | panels: | ||
| 1195 | DREAD: | ||
| 1196 | id: Palindrome Room/Panel_dread_dead | ||
| 1197 | colors: red | ||
| 1198 | tag: midred | ||
| 1199 | doors: | ||
| 1200 | Tenacious Entrance: | ||
| 1201 | id: Palindrome Room Area Doors/Door_dread_dead | ||
| 1202 | group: Entrances to The Tenacious | ||
| 1203 | panels: | ||
| 1204 | - DREAD | ||
| 1205 | The Agreeable: | ||
| 1206 | entrances: | ||
| 1207 | Outside The Agreeable: | ||
| 1208 | room: Outside The Agreeable | ||
| 1209 | door: Agreeable Entrance | ||
| 1210 | Hedge Maze: | ||
| 1211 | door: Shortcut to Hedge Maze | ||
| 1212 | panels: | ||
| 1213 | Achievement: | ||
| 1214 | id: Countdown Panels/Panel_disagreeable_agreeable | ||
| 1215 | colors: black | ||
| 1216 | tag: forbid | ||
| 1217 | required_room: Outside The Agreeable | ||
| 1218 | check: True | ||
| 1219 | achievement: The Agreeable | ||
| 1220 | BYE: | ||
| 1221 | id: Antonym Room/Panel_bye_hi | ||
| 1222 | colors: black | ||
| 1223 | tag: botblack | ||
| 1224 | RETOOL: | ||
| 1225 | id: Antonym Room/Panel_retool_looter | ||
| 1226 | colors: black | ||
| 1227 | tag: midblack | ||
| 1228 | DRAWER: | ||
| 1229 | id: Antonym Room/Panel_drawer_reward | ||
| 1230 | colors: black | ||
| 1231 | tag: midblack | ||
| 1232 | READ: | ||
| 1233 | id: Antonym Room/Panel_read_write | ||
| 1234 | colors: black | ||
| 1235 | tag: botblack | ||
| 1236 | DIFFERENT: | ||
| 1237 | id: Antonym Room/Panel_different_same | ||
| 1238 | colors: black | ||
| 1239 | tag: botblack | ||
| 1240 | LOW: | ||
| 1241 | id: Antonym Room/Panel_low_high | ||
| 1242 | colors: black | ||
| 1243 | tag: botblack | ||
| 1244 | ALIVE: | ||
| 1245 | id: Antonym Room/Panel_alive_dead | ||
| 1246 | colors: black | ||
| 1247 | tag: botblack | ||
| 1248 | THAT: | ||
| 1249 | id: Antonym Room/Panel_that_this | ||
| 1250 | colors: black | ||
| 1251 | tag: botblack | ||
| 1252 | STRESSED: | ||
| 1253 | id: Antonym Room/Panel_stressed_desserts | ||
| 1254 | colors: black | ||
| 1255 | tag: midblack | ||
| 1256 | STAR: | ||
| 1257 | id: Antonym Room/Panel_star_rats | ||
| 1258 | colors: black | ||
| 1259 | tag: midblack | ||
| 1260 | TAME: | ||
| 1261 | id: Antonym Room/Panel_tame_mate | ||
| 1262 | colors: black | ||
| 1263 | tag: topblack | ||
| 1264 | CAT: | ||
| 1265 | id: Antonym Room/Panel_cat_tack | ||
| 1266 | colors: black | ||
| 1267 | tag: topblack | ||
| 1268 | doors: | ||
| 1269 | Shortcut to Hedge Maze: | ||
| 1270 | id: Symmetry Room Area Doors/Door_bye_hi | ||
| 1271 | group: Hedge Maze Doors | ||
| 1272 | panels: | ||
| 1273 | - BYE | ||
| 1274 | Hedge Maze: | ||
| 1275 | entrances: | ||
| 1276 | Hub Room: | ||
| 1277 | room: Hub Room | ||
| 1278 | door: Shortcut to Hedge Maze | ||
| 1279 | Color Hallways: True | ||
| 1280 | The Agreeable: | ||
| 1281 | room: The Agreeable | ||
| 1282 | door: Shortcut to Hedge Maze | ||
| 1283 | The Perceptive: True | ||
| 1284 | The Observant: | ||
| 1285 | door: Observant Entrance | ||
| 1286 | Owl Hallway: | ||
| 1287 | room: Owl Hallway | ||
| 1288 | door: Shortcut to Hedge Maze | ||
| 1289 | Roof: True | ||
| 1290 | panels: | ||
| 1291 | DOWN: | ||
| 1292 | id: Maze Room/Panel_down_up | ||
| 1293 | colors: black | ||
| 1294 | tag: botblack | ||
| 1295 | HIDE (1): | ||
| 1296 | id: Maze Room/Panel_hide_seek | ||
| 1297 | colors: black | ||
| 1298 | tag: botblack | ||
| 1299 | HIDE (2): | ||
| 1300 | id: Maze Room/Panel_hide_seek_2 | ||
| 1301 | colors: black | ||
| 1302 | tag: botblack | ||
| 1303 | HIDE (3): | ||
| 1304 | id: Maze Room/Panel_hide_seek_3 | ||
| 1305 | colors: black | ||
| 1306 | tag: botblack | ||
| 1307 | MASTERY (1): | ||
| 1308 | id: Master Room/Panel_mastery_mastery5 | ||
| 1309 | tag: midwhite | ||
| 1310 | hunt: True | ||
| 1311 | required_door: | ||
| 1312 | room: Orange Tower Seventh Floor | ||
| 1313 | door: Mastery | ||
| 1314 | MASTERY (2): | ||
| 1315 | id: Master Room/Panel_mastery_mastery9 | ||
| 1316 | tag: midwhite | ||
| 1317 | hunt: True | ||
| 1318 | required_door: | ||
| 1319 | room: Orange Tower Seventh Floor | ||
| 1320 | door: Mastery | ||
| 1321 | PATH (1): | ||
| 1322 | id: Maze Room/Panel_path_lock | ||
| 1323 | colors: green | ||
| 1324 | tag: forbid | ||
| 1325 | PATH (2): | ||
| 1326 | id: Maze Room/Panel_path_knot | ||
| 1327 | colors: green | ||
| 1328 | tag: forbid | ||
| 1329 | PATH (3): | ||
| 1330 | id: Maze Room/Panel_path_lost | ||
| 1331 | colors: green | ||
| 1332 | tag: forbid | ||
| 1333 | PATH (4): | ||
| 1334 | id: Maze Room/Panel_path_open | ||
| 1335 | colors: green | ||
| 1336 | tag: forbid | ||
| 1337 | PATH (5): | ||
| 1338 | id: Maze Room/Panel_path_help | ||
| 1339 | colors: green | ||
| 1340 | tag: forbid | ||
| 1341 | PATH (6): | ||
| 1342 | id: Maze Room/Panel_path_hunt | ||
| 1343 | colors: green | ||
| 1344 | tag: forbid | ||
| 1345 | PATH (7): | ||
| 1346 | id: Maze Room/Panel_path_nest | ||
| 1347 | colors: green | ||
| 1348 | tag: forbid | ||
| 1349 | PATH (8): | ||
| 1350 | id: Maze Room/Panel_path_look | ||
| 1351 | colors: green | ||
| 1352 | tag: forbid | ||
| 1353 | REFLOW: | ||
| 1354 | id: Maze Room/Panel_reflow_flower | ||
| 1355 | colors: yellow | ||
| 1356 | tag: midyellow | ||
| 1357 | LEAP: | ||
| 1358 | id: Maze Room/Panel_leap_jump | ||
| 1359 | tag: botwhite | ||
| 1360 | doors: | ||
| 1361 | Perceptive Entrance: | ||
| 1362 | id: Maze Area Doors/Door_maze_maze | ||
| 1363 | item_name: The Perceptive - Entrance | ||
| 1364 | group: Hedge Maze Doors | ||
| 1365 | panels: | ||
| 1366 | - DOWN | ||
| 1367 | Painting Shortcut: | ||
| 1368 | painting_id: garden_painting_tower2 | ||
| 1369 | item_name: Starting Room - Hedge Maze Painting | ||
| 1370 | skip_location: True | ||
| 1371 | panels: | ||
| 1372 | - DOWN | ||
| 1373 | Observant Entrance: | ||
| 1374 | id: | ||
| 1375 | - Maze Area Doors/Door_look_room_1 | ||
| 1376 | - Maze Area Doors/Door_look_room_2 | ||
| 1377 | - Maze Area Doors/Door_look_room_3 | ||
| 1378 | skip_location: True | ||
| 1379 | item_name: The Observant - Entrance | ||
| 1380 | group: Observant Doors | ||
| 1381 | panels: | ||
| 1382 | - room: The Perceptive | ||
| 1383 | panel: GAZE | ||
| 1384 | Hide and Seek: | ||
| 1385 | skip_item: True | ||
| 1386 | location_name: Hedge Maze - Hide and Seek | ||
| 1387 | include_reduce: True | ||
| 1388 | panels: | ||
| 1389 | - HIDE (1) | ||
| 1390 | - HIDE (2) | ||
| 1391 | - HIDE (3) | ||
| 1392 | - room: Outside The Agreeable | ||
| 1393 | panel: HIDE | ||
| 1394 | The Perceptive: | ||
| 1395 | entrances: | ||
| 1396 | Starting Room: | ||
| 1397 | room: Hedge Maze | ||
| 1398 | door: Painting Shortcut | ||
| 1399 | painting: True | ||
| 1400 | Hedge Maze: | ||
| 1401 | room: Hedge Maze | ||
| 1402 | door: Perceptive Entrance | ||
| 1403 | panels: | ||
| 1404 | Achievement: | ||
| 1405 | id: Countdown Panels/Panel_perceptive_perceptive | ||
| 1406 | colors: green | ||
| 1407 | tag: forbid | ||
| 1408 | check: True | ||
| 1409 | achievement: The Perceptive | ||
| 1410 | GAZE: | ||
| 1411 | id: Maze Room/Panel_look_look | ||
| 1412 | check: True | ||
| 1413 | exclude_reduce: True | ||
| 1414 | tag: botwhite | ||
| 1415 | paintings: | ||
| 1416 | - id: garden_painting_tower | ||
| 1417 | orientation: north | ||
| 1418 | The Fearless (First Floor): | ||
| 1419 | entrances: | ||
| 1420 | The Perceptive: True | ||
| 1421 | panels: | ||
| 1422 | NAPS: | ||
| 1423 | id: Naps Room/Panel_naps_span | ||
| 1424 | colors: black | ||
| 1425 | tag: midblack | ||
| 1426 | TEAM: | ||
| 1427 | id: Naps Room/Panel_team_meet | ||
| 1428 | colors: black | ||
| 1429 | tag: topblack | ||
| 1430 | TEEM: | ||
| 1431 | id: Naps Room/Panel_teem_meat | ||
| 1432 | colors: black | ||
| 1433 | tag: topblack | ||
| 1434 | IMPATIENT: | ||
| 1435 | id: Naps Room/Panel_impatient_doctor | ||
| 1436 | colors: black | ||
| 1437 | tag: bot black black | ||
| 1438 | EAT: | ||
| 1439 | id: Naps Room/Panel_eat_tea | ||
| 1440 | colors: black | ||
| 1441 | tag: topblack | ||
| 1442 | doors: | ||
| 1443 | Second Floor: | ||
| 1444 | id: Naps Room Doors/Door_hider_5 | ||
| 1445 | location_name: The Fearless - First Floor Puzzles | ||
| 1446 | group: Fearless Doors | ||
| 1447 | panels: | ||
| 1448 | - NAPS | ||
| 1449 | - TEAM | ||
| 1450 | - TEEM | ||
| 1451 | - IMPATIENT | ||
| 1452 | - EAT | ||
| 1453 | progression: | ||
| 1454 | Progressive Fearless: | ||
| 1455 | - Second Floor | ||
| 1456 | - room: The Fearless (Second Floor) | ||
| 1457 | door: Third Floor | ||
| 1458 | The Fearless (Second Floor): | ||
| 1459 | entrances: | ||
| 1460 | The Fearless (First Floor): | ||
| 1461 | room: The Fearless (First Floor) | ||
| 1462 | door: Second Floor | ||
| 1463 | panels: | ||
| 1464 | NONE: | ||
| 1465 | id: Naps Room/Panel_one_many | ||
| 1466 | colors: black | ||
| 1467 | tag: bot black top white | ||
| 1468 | SUM: | ||
| 1469 | id: Naps Room/Panel_one_none | ||
| 1470 | colors: black | ||
| 1471 | tag: top white bot black | ||
| 1472 | FUNNY: | ||
| 1473 | id: Naps Room/Panel_funny_enough | ||
| 1474 | colors: black | ||
| 1475 | tag: topblack | ||
| 1476 | MIGHT: | ||
| 1477 | id: Naps Room/Panel_might_time | ||
| 1478 | colors: black | ||
| 1479 | tag: topblack | ||
| 1480 | SAFE: | ||
| 1481 | id: Naps Room/Panel_safe_face | ||
| 1482 | colors: black | ||
| 1483 | tag: topblack | ||
| 1484 | SAME: | ||
| 1485 | id: Naps Room/Panel_same_mace | ||
| 1486 | colors: black | ||
| 1487 | tag: topblack | ||
| 1488 | CAME: | ||
| 1489 | id: Naps Room/Panel_came_make | ||
| 1490 | colors: black | ||
| 1491 | tag: topblack | ||
| 1492 | doors: | ||
| 1493 | Third Floor: | ||
| 1494 | id: | ||
| 1495 | - Naps Room Doors/Door_hider_1b2 | ||
| 1496 | - Naps Room Doors/Door_hider_new1 | ||
| 1497 | location_name: The Fearless - Second Floor Puzzles | ||
| 1498 | group: Fearless Doors | ||
| 1499 | panels: | ||
| 1500 | - NONE | ||
| 1501 | - SUM | ||
| 1502 | - FUNNY | ||
| 1503 | - MIGHT | ||
| 1504 | - SAFE | ||
| 1505 | - SAME | ||
| 1506 | - CAME | ||
| 1507 | The Fearless: | ||
| 1508 | entrances: | ||
| 1509 | The Fearless (First Floor): | ||
| 1510 | room: The Fearless (Second Floor) | ||
| 1511 | door: Third Floor | ||
| 1512 | panels: | ||
| 1513 | Achievement: | ||
| 1514 | id: Countdown Panels/Panel_fearless_fearless | ||
| 1515 | colors: black | ||
| 1516 | tag: forbid | ||
| 1517 | check: True | ||
| 1518 | achievement: The Fearless | ||
| 1519 | EASY: | ||
| 1520 | id: Naps Room/Panel_easy_soft | ||
| 1521 | colors: black | ||
| 1522 | tag: bot black black | ||
| 1523 | SOMETIMES: | ||
| 1524 | id: Naps Room/Panel_sometimes_always | ||
| 1525 | colors: black | ||
| 1526 | tag: bot black black | ||
| 1527 | DARK: | ||
| 1528 | id: Naps Room/Panel_dark_extinguish | ||
| 1529 | colors: black | ||
| 1530 | tag: bot black black | ||
| 1531 | EVEN: | ||
| 1532 | id: Naps Room/Panel_even_ordinary | ||
| 1533 | colors: black | ||
| 1534 | tag: bot black black | ||
| 1535 | The Observant: | ||
| 1536 | entrances: | ||
| 1537 | Hedge Maze: | ||
| 1538 | room: Hedge Maze | ||
| 1539 | door: Observant Entrance | ||
| 1540 | The Incomparable: True | ||
| 1541 | panels: | ||
| 1542 | Achievement: | ||
| 1543 | id: Countdown Panels/Panel_observant_observant | ||
| 1544 | colors: green | ||
| 1545 | check: True | ||
| 1546 | tag: forbid | ||
| 1547 | required_door: | ||
| 1548 | door: Stairs | ||
| 1549 | achievement: The Observant | ||
| 1550 | BACK: | ||
| 1551 | id: Look Room/Panel_four_back | ||
| 1552 | colors: green | ||
| 1553 | tag: forbid | ||
| 1554 | SIDE: | ||
| 1555 | id: Look Room/Panel_four_side | ||
| 1556 | colors: green | ||
| 1557 | tag: forbid | ||
| 1558 | BACKSIDE: | ||
| 1559 | id: Backside Room/Panel_backside_2 | ||
| 1560 | tag: midwhite | ||
| 1561 | hunt: True | ||
| 1562 | required_door: | ||
| 1563 | door: Backside Door | ||
| 1564 | STAIRS: | ||
| 1565 | id: Look Room/Panel_six_stairs | ||
| 1566 | colors: green | ||
| 1567 | tag: forbid | ||
| 1568 | WAYS: | ||
| 1569 | id: Look Room/Panel_four_ways | ||
| 1570 | colors: green | ||
| 1571 | tag: forbid | ||
| 1572 | "ON": | ||
| 1573 | id: Look Room/Panel_two_on | ||
| 1574 | colors: green | ||
| 1575 | tag: forbid | ||
| 1576 | UP: | ||
| 1577 | id: Look Room/Panel_two_up | ||
| 1578 | colors: green | ||
| 1579 | tag: forbid | ||
| 1580 | SWIMS: | ||
| 1581 | id: Look Room/Panel_five_swims | ||
| 1582 | colors: green | ||
| 1583 | tag: forbid | ||
| 1584 | UPSTAIRS: | ||
| 1585 | id: Look Room/Panel_eight_upstairs | ||
| 1586 | colors: green | ||
| 1587 | tag: forbid | ||
| 1588 | required_door: | ||
| 1589 | door: Stairs | ||
| 1590 | TOIL: | ||
| 1591 | id: Look Room/Panel_blue_toil | ||
| 1592 | colors: green | ||
| 1593 | tag: forbid | ||
| 1594 | required_door: | ||
| 1595 | door: Stairs | ||
| 1596 | STOP: | ||
| 1597 | id: Look Room/Panel_four_stop | ||
| 1598 | colors: green | ||
| 1599 | tag: forbid | ||
| 1600 | required_door: | ||
| 1601 | door: Stairs | ||
| 1602 | TOP: | ||
| 1603 | id: Look Room/Panel_aqua_top | ||
| 1604 | colors: green | ||
| 1605 | tag: forbid | ||
| 1606 | required_door: | ||
| 1607 | door: Stairs | ||
| 1608 | HI: | ||
| 1609 | id: Look Room/Panel_blue_hi | ||
| 1610 | colors: green | ||
| 1611 | tag: forbid | ||
| 1612 | required_door: | ||
| 1613 | door: Stairs | ||
| 1614 | HI (2): | ||
| 1615 | id: Look Room/Panel_blue_hi2 | ||
| 1616 | colors: green | ||
| 1617 | tag: forbid | ||
| 1618 | required_door: | ||
| 1619 | door: Stairs | ||
| 1620 | "31": | ||
| 1621 | id: Look Room/Panel_numbers_31 | ||
| 1622 | colors: green | ||
| 1623 | tag: forbid | ||
| 1624 | required_door: | ||
| 1625 | door: Stairs | ||
| 1626 | "52": | ||
| 1627 | id: Look Room/Panel_numbers_52 | ||
| 1628 | colors: green | ||
| 1629 | tag: forbid | ||
| 1630 | required_door: | ||
| 1631 | door: Stairs | ||
| 1632 | OIL: | ||
| 1633 | id: Look Room/Panel_aqua_oil | ||
| 1634 | colors: green | ||
| 1635 | tag: forbid | ||
| 1636 | required_door: | ||
| 1637 | door: Stairs | ||
| 1638 | BACKSIDE (GREEN): | ||
| 1639 | id: Look Room/Panel_eight_backside | ||
| 1640 | colors: green | ||
| 1641 | tag: forbid | ||
| 1642 | required_door: | ||
| 1643 | door: Stairs | ||
| 1644 | SIDEWAYS: | ||
| 1645 | id: Look Room/Panel_eight_sideways | ||
| 1646 | colors: green | ||
| 1647 | tag: forbid | ||
| 1648 | required_door: | ||
| 1649 | door: Stairs | ||
| 1650 | doors: | ||
| 1651 | Backside Door: | ||
| 1652 | id: Maze Area Doors/Door_backside | ||
| 1653 | group: Backside Doors | ||
| 1654 | panels: | ||
| 1655 | - BACK | ||
| 1656 | - SIDE | ||
| 1657 | Stairs: | ||
| 1658 | id: Maze Area Doors/Door_stairs | ||
| 1659 | group: Observant Doors | ||
| 1660 | panels: | ||
| 1661 | - STAIRS | ||
| 1662 | The Incomparable: | ||
| 1663 | entrances: | ||
| 1664 | The Observant: True # Assuming that access to The Observant includes access to the right entrance | ||
| 1665 | Eight Room: True | ||
| 1666 | Eight Alcove: | ||
| 1667 | door: Eight Door | ||
| 1668 | Orange Tower Sixth Floor: | ||
| 1669 | painting: True | ||
| 1670 | panels: | ||
| 1671 | Achievement: | ||
| 1672 | id: Countdown Panels/Panel_incomparable_incomparable | ||
| 1673 | colors: blue | ||
| 1674 | check: True | ||
| 1675 | tag: forbid | ||
| 1676 | required_room: | ||
| 1677 | - Elements Area | ||
| 1678 | - Courtyard | ||
| 1679 | - Eight Room | ||
| 1680 | achievement: The Incomparable | ||
| 1681 | A (One): | ||
| 1682 | id: Strand Room/Panel_blank_a | ||
| 1683 | colors: blue | ||
| 1684 | tag: forbid | ||
| 1685 | A (Two): | ||
| 1686 | id: Strand Room/Panel_a_an | ||
| 1687 | colors: blue | ||
| 1688 | tag: forbid | ||
| 1689 | A (Three): | ||
| 1690 | id: Strand Room/Panel_a_and | ||
| 1691 | colors: blue | ||
| 1692 | tag: forbid | ||
| 1693 | A (Four): | ||
| 1694 | id: Strand Room/Panel_a_sand | ||
| 1695 | colors: blue | ||
| 1696 | tag: forbid | ||
| 1697 | A (Five): | ||
| 1698 | id: Strand Room/Panel_a_stand | ||
| 1699 | colors: blue | ||
| 1700 | tag: forbid | ||
| 1701 | A (Six): | ||
| 1702 | id: Strand Room/Panel_a_strand | ||
| 1703 | colors: blue | ||
| 1704 | tag: forbid | ||
| 1705 | I (One): | ||
| 1706 | id: Strand Room/Panel_blank_i | ||
| 1707 | colors: blue | ||
| 1708 | tag: forbid | ||
| 1709 | I (Two): | ||
| 1710 | id: Strand Room/Panel_i_in | ||
| 1711 | colors: blue | ||
| 1712 | tag: forbid | ||
| 1713 | I (Three): | ||
| 1714 | id: Strand Room/Panel_i_sin | ||
| 1715 | colors: blue | ||
| 1716 | tag: forbid | ||
| 1717 | I (Four): | ||
| 1718 | id: Strand Room/Panel_i_sing | ||
| 1719 | colors: blue | ||
| 1720 | tag: forbid | ||
| 1721 | I (Five): | ||
| 1722 | id: Strand Room/Panel_i_sting | ||
| 1723 | colors: blue | ||
| 1724 | tag: forbid | ||
| 1725 | I (Six): | ||
| 1726 | id: Strand Room/Panel_i_string | ||
| 1727 | colors: blue | ||
| 1728 | tag: forbid | ||
| 1729 | I (Seven): | ||
| 1730 | id: Strand Room/Panel_i_strings | ||
| 1731 | colors: blue | ||
| 1732 | tag: forbid | ||
| 1733 | doors: | ||
| 1734 | Eight Door: | ||
| 1735 | id: Red Blue Purple Room Area Doors/Door_a_strands | ||
| 1736 | location_name: Giant Sevens | ||
| 1737 | group: Observant Doors | ||
| 1738 | panels: | ||
| 1739 | - I (Seven) | ||
| 1740 | - room: Courtyard | ||
| 1741 | panel: I | ||
| 1742 | - room: Elements Area | ||
| 1743 | panel: A | ||
| 1744 | paintings: | ||
| 1745 | - id: crown_painting | ||
| 1746 | orientation: east | ||
| 1747 | Eight Alcove: | ||
| 1748 | entrances: | ||
| 1749 | The Incomparable: | ||
| 1750 | room: The Incomparable | ||
| 1751 | door: Eight Door | ||
| 1752 | Outside The Initiated: | ||
| 1753 | room: Outside The Initiated | ||
| 1754 | door: Eight Door | ||
| 1755 | paintings: | ||
| 1756 | - id: eight_painting2 | ||
| 1757 | orientation: north | ||
| 1758 | Eight Room: | ||
| 1759 | entrances: | ||
| 1760 | Eight Alcove: | ||
| 1761 | painting: True | ||
| 1762 | panels: | ||
| 1763 | Eight Back: | ||
| 1764 | id: Strand Room/Panel_i_starling | ||
| 1765 | colors: blue | ||
| 1766 | tag: forbid | ||
| 1767 | Eight Front: | ||
| 1768 | id: Strand Room/Panel_i_starting | ||
| 1769 | colors: blue | ||
| 1770 | tag: forbid | ||
| 1771 | Nine: | ||
| 1772 | id: Strand Room/Panel_i_startling | ||
| 1773 | colors: blue | ||
| 1774 | tag: forbid | ||
| 1775 | paintings: | ||
| 1776 | - id: eight_painting | ||
| 1777 | orientation: south | ||
| 1778 | exit_only: True | ||
| 1779 | required: True | ||
| 1780 | Orange Tower: | ||
| 1781 | # This is a special, meta-ish room. | ||
| 1782 | entrances: | ||
| 1783 | Menu: True | ||
| 1784 | doors: | ||
| 1785 | Second Floor: | ||
| 1786 | id: Tower Room Area Doors/Door_level_1 | ||
| 1787 | skip_location: True | ||
| 1788 | panels: | ||
| 1789 | - room: Orange Tower First Floor | ||
| 1790 | panel: DADS + ALE | ||
| 1791 | Third Floor: | ||
| 1792 | id: Tower Room Area Doors/Door_level_2 | ||
| 1793 | skip_location: True | ||
| 1794 | panels: | ||
| 1795 | - room: Orange Tower First Floor | ||
| 1796 | panel: DADS + ALE | ||
| 1797 | - room: Outside The Undeterred | ||
| 1798 | panel: ART + ART | ||
| 1799 | Fourth Floor: | ||
| 1800 | id: Tower Room Area Doors/Door_level_3 | ||
| 1801 | skip_location: True | ||
| 1802 | panels: | ||
| 1803 | - room: Orange Tower First Floor | ||
| 1804 | panel: DADS + ALE | ||
| 1805 | - room: Outside The Undeterred | ||
| 1806 | panel: ART + ART | ||
| 1807 | - room: Orange Tower Third Floor | ||
| 1808 | panel: DEER + WREN | ||
| 1809 | Fifth Floor: | ||
| 1810 | id: Tower Room Area Doors/Door_level_4 | ||
| 1811 | skip_location: True | ||
| 1812 | panels: | ||
| 1813 | - room: Orange Tower First Floor | ||
| 1814 | panel: DADS + ALE | ||
| 1815 | - room: Outside The Undeterred | ||
| 1816 | panel: ART + ART | ||
| 1817 | - room: Orange Tower Third Floor | ||
| 1818 | panel: DEER + WREN | ||
| 1819 | - room: Orange Tower Fourth Floor | ||
| 1820 | panel: LEARNS + UNSEW | ||
| 1821 | Sixth Floor: | ||
| 1822 | id: Tower Room Area Doors/Door_level_5 | ||
| 1823 | skip_location: True | ||
| 1824 | panels: | ||
| 1825 | - room: Orange Tower First Floor | ||
| 1826 | panel: DADS + ALE | ||
| 1827 | - room: Outside The Undeterred | ||
| 1828 | panel: ART + ART | ||
| 1829 | - room: Orange Tower Third Floor | ||
| 1830 | panel: DEER + WREN | ||
| 1831 | - room: Orange Tower Fourth Floor | ||
| 1832 | panel: LEARNS + UNSEW | ||
| 1833 | - room: Orange Tower Fifth Floor | ||
| 1834 | panel: DRAWL + RUNS | ||
| 1835 | Seventh Floor: | ||
| 1836 | id: Tower Room Area Doors/Door_level_6 | ||
| 1837 | skip_location: True | ||
| 1838 | panels: | ||
| 1839 | - room: Orange Tower First Floor | ||
| 1840 | panel: DADS + ALE | ||
| 1841 | - room: Outside The Undeterred | ||
| 1842 | panel: ART + ART | ||
| 1843 | - room: Orange Tower Third Floor | ||
| 1844 | panel: DEER + WREN | ||
| 1845 | - room: Orange Tower Fourth Floor | ||
| 1846 | panel: LEARNS + UNSEW | ||
| 1847 | - room: Orange Tower Fifth Floor | ||
| 1848 | panel: DRAWL + RUNS | ||
| 1849 | - room: Owl Hallway | ||
| 1850 | panel: READS + RUST | ||
| 1851 | progression: | ||
| 1852 | Progressive Orange Tower: | ||
| 1853 | - Second Floor | ||
| 1854 | - Third Floor | ||
| 1855 | - Fourth Floor | ||
| 1856 | - Fifth Floor | ||
| 1857 | - Sixth Floor | ||
| 1858 | - Seventh Floor | ||
| 1859 | Orange Tower First Floor: | ||
| 1860 | entrances: | ||
| 1861 | Hub Room: | ||
| 1862 | door: Shortcut to Hub Room | ||
| 1863 | Outside The Wanderer: | ||
| 1864 | room: Outside The Wanderer | ||
| 1865 | door: Tower Entrance | ||
| 1866 | Orange Tower Second Floor: | ||
| 1867 | room: Orange Tower | ||
| 1868 | door: Second Floor | ||
| 1869 | Directional Gallery: | ||
| 1870 | door: Salt Pepper Door | ||
| 1871 | Roof: True # through the sunwarp | ||
| 1872 | panels: | ||
| 1873 | SECRET: | ||
| 1874 | id: Shuffle Room/Panel_secret_secret | ||
| 1875 | tag: midwhite | ||
| 1876 | DADS + ALE: | ||
| 1877 | id: Tower Room/Panel_dads_ale_dead_1 | ||
| 1878 | colors: orange | ||
| 1879 | check: True | ||
| 1880 | tag: midorange | ||
| 1881 | SALT: | ||
| 1882 | id: Backside Room/Panel_salt_pepper | ||
| 1883 | colors: black | ||
| 1884 | tag: botblack | ||
| 1885 | doors: | ||
| 1886 | Shortcut to Hub Room: | ||
| 1887 | id: Shuffle Room Area Doors/Door_secret_secret | ||
| 1888 | group: Orange Tower First Floor - Shortcuts | ||
| 1889 | panels: | ||
| 1890 | - SECRET | ||
| 1891 | Salt Pepper Door: | ||
| 1892 | id: Count Up Room Area Doors/Door_salt_pepper | ||
| 1893 | location_name: Orange Tower First Floor - Salt Pepper Door | ||
| 1894 | group: Orange Tower First Floor - Shortcuts | ||
| 1895 | panels: | ||
| 1896 | - SALT | ||
| 1897 | - room: Directional Gallery | ||
| 1898 | panel: PEPPER | ||
| 1899 | Orange Tower Second Floor: | ||
| 1900 | entrances: | ||
| 1901 | Orange Tower First Floor: | ||
| 1902 | room: Orange Tower | ||
| 1903 | door: Second Floor | ||
| 1904 | Orange Tower Third Floor: | ||
| 1905 | room: Orange Tower | ||
| 1906 | door: Third Floor | ||
| 1907 | Outside The Undeterred: True | ||
| 1908 | Orange Tower Third Floor: | ||
| 1909 | entrances: | ||
| 1910 | Knight Night Exit: | ||
| 1911 | room: Knight Night (Final) | ||
| 1912 | door: Exit | ||
| 1913 | Orange Tower Second Floor: | ||
| 1914 | room: Orange Tower | ||
| 1915 | door: Third Floor | ||
| 1916 | Orange Tower Fourth Floor: | ||
| 1917 | room: Orange Tower | ||
| 1918 | door: Fourth Floor | ||
| 1919 | Hot Crusts Area: True # sunwarp | ||
| 1920 | Bearer Side Area: # This is complicated because of The Bearer's topology | ||
| 1921 | room: Bearer Side Area | ||
| 1922 | door: Shortcut to Tower | ||
| 1923 | Rhyme Room (Smiley): | ||
| 1924 | door: Rhyme Room Entrance | ||
| 1925 | panels: | ||
| 1926 | RED: | ||
| 1927 | id: Color Arrow Room/Panel_red_afar | ||
| 1928 | tag: midwhite | ||
| 1929 | hunt: True | ||
| 1930 | required_door: | ||
| 1931 | door: Red Barrier | ||
| 1932 | DEER + WREN: | ||
| 1933 | id: Tower Room/Panel_deer_wren_rats_3 | ||
| 1934 | colors: orange | ||
| 1935 | check: True | ||
| 1936 | tag: midorange | ||
| 1937 | doors: | ||
| 1938 | Red Barrier: | ||
| 1939 | id: Color Arrow Room Doors/Door_red_6 | ||
| 1940 | group: Color Hunt Barriers | ||
| 1941 | skip_location: True | ||
| 1942 | panels: | ||
| 1943 | - room: Champion's Rest | ||
| 1944 | panel: RED | ||
| 1945 | Rhyme Room Entrance: | ||
| 1946 | id: Double Room Area Doors/Door_room_entry_stairs2 | ||
| 1947 | skip_location: True | ||
| 1948 | group: Rhyme Room Doors | ||
| 1949 | panels: | ||
| 1950 | - room: The Tenacious | ||
| 1951 | panel: LEVEL (Black) | ||
| 1952 | - room: The Tenacious | ||
| 1953 | panel: RACECAR (Black) | ||
| 1954 | - room: The Tenacious | ||
| 1955 | panel: SOLOS (Black) | ||
| 1956 | Orange Barrier: # see note in Outside The Initiated | ||
| 1957 | id: | ||
| 1958 | - Color Arrow Room Doors/Door_orange_hider_1 | ||
| 1959 | - Color Arrow Room Doors/Door_orange_hider_2 | ||
| 1960 | - Color Arrow Room Doors/Door_orange_hider_3 | ||
| 1961 | location_name: Color Hunt - RED and YELLOW | ||
| 1962 | group: Champion's Rest - Color Barriers | ||
| 1963 | item_name: Champion's Rest - Orange Barrier | ||
| 1964 | panels: | ||
| 1965 | - RED | ||
| 1966 | - room: Directional Gallery | ||
| 1967 | panel: YELLOW | ||
| 1968 | paintings: | ||
| 1969 | - id: arrows_painting_6 | ||
| 1970 | orientation: east | ||
| 1971 | - id: flower_painting_5 | ||
| 1972 | orientation: south | ||
| 1973 | Orange Tower Fourth Floor: | ||
| 1974 | entrances: | ||
| 1975 | Orange Tower Third Floor: | ||
| 1976 | room: Orange Tower | ||
| 1977 | door: Fourth Floor | ||
| 1978 | Orange Tower Fifth Floor: | ||
| 1979 | room: Orange Tower | ||
| 1980 | door: Fifth Floor | ||
| 1981 | Hot Crusts Area: | ||
| 1982 | door: Hot Crusts Door | ||
| 1983 | Crossroads: | ||
| 1984 | - room: Crossroads | ||
| 1985 | door: Tower Entrance | ||
| 1986 | - room: Crossroads | ||
| 1987 | door: Tower Back Entrance | ||
| 1988 | Courtyard: True | ||
| 1989 | Roof: True # through the sunwarp | ||
| 1990 | panels: | ||
| 1991 | RUNT: | ||
| 1992 | id: Shuffle Room/Panel_turn_runt2 | ||
| 1993 | colors: yellow | ||
| 1994 | tag: midyellow | ||
| 1995 | RUNT (2): | ||
| 1996 | id: Shuffle Room/Panel_runt3 | ||
| 1997 | colors: | ||
| 1998 | - yellow | ||
| 1999 | - blue | ||
| 2000 | tag: mid yellow blue | ||
| 2001 | LEARNS + UNSEW: | ||
| 2002 | id: Tower Room/Panel_learns_unsew_unrest_4 | ||
| 2003 | colors: orange | ||
| 2004 | check: True | ||
| 2005 | tag: midorange | ||
| 2006 | HOT CRUSTS: | ||
| 2007 | id: Shuffle Room/Panel_shortcuts | ||
| 2008 | colors: yellow | ||
| 2009 | tag: midyellow | ||
| 2010 | IRK HORN: | ||
| 2011 | id: Shuffle Room/Panel_corner | ||
| 2012 | colors: yellow | ||
| 2013 | check: True | ||
| 2014 | exclude_reduce: True | ||
| 2015 | tag: topyellow | ||
| 2016 | doors: | ||
| 2017 | Hot Crusts Door: | ||
| 2018 | id: Shuffle Room Area Doors/Door_hotcrust_shortcuts | ||
| 2019 | panels: | ||
| 2020 | - HOT CRUSTS | ||
| 2021 | Hot Crusts Area: | ||
| 2022 | entrances: | ||
| 2023 | Orange Tower Fourth Floor: | ||
| 2024 | room: Orange Tower Fourth Floor | ||
| 2025 | door: Hot Crusts Door | ||
| 2026 | Roof: True # through the sunwarp | ||
| 2027 | panels: | ||
| 2028 | EIGHT: | ||
| 2029 | id: Backside Room/Panel_eight_eight_3 | ||
| 2030 | tag: midwhite | ||
| 2031 | hunt: True | ||
| 2032 | required_door: | ||
| 2033 | room: Number Hunt | ||
| 2034 | door: Eights | ||
| 2035 | paintings: | ||
| 2036 | - id: smile_painting_8 | ||
| 2037 | orientation: north | ||
| 2038 | Orange Tower Fifth Floor: | ||
| 2039 | entrances: | ||
| 2040 | Orange Tower Fourth Floor: | ||
| 2041 | room: Orange Tower | ||
| 2042 | door: Fifth Floor | ||
| 2043 | Orange Tower Sixth Floor: | ||
| 2044 | room: Orange Tower | ||
| 2045 | door: Sixth Floor | ||
| 2046 | Cellar: | ||
| 2047 | room: Room Room | ||
| 2048 | door: Shortcut to Fifth Floor | ||
| 2049 | Welcome Back Area: | ||
| 2050 | door: Welcome Back | ||
| 2051 | Art Gallery: | ||
| 2052 | room: Art Gallery | ||
| 2053 | door: Exit | ||
| 2054 | The Bearer: | ||
| 2055 | room: Art Gallery | ||
| 2056 | door: Exit | ||
| 2057 | Outside The Initiated: | ||
| 2058 | room: Art Gallery | ||
| 2059 | door: Exit | ||
| 2060 | panels: | ||
| 2061 | SIZE (Small): | ||
| 2062 | id: Entry Room/Panel_size_small | ||
| 2063 | colors: gray | ||
| 2064 | tag: forbid | ||
| 2065 | SIZE (Big): | ||
| 2066 | id: Entry Room/Panel_size_big | ||
| 2067 | colors: gray | ||
| 2068 | tag: forbid | ||
| 2069 | DRAWL + RUNS: | ||
| 2070 | id: Tower Room/Panel_drawl_runs_enter_5 | ||
| 2071 | colors: orange | ||
| 2072 | check: True | ||
| 2073 | tag: midorange | ||
| 2074 | NINE: | ||
| 2075 | id: Backside Room/Panel_nine_nine_2 | ||
| 2076 | tag: midwhite | ||
| 2077 | hunt: True | ||
| 2078 | required_door: | ||
| 2079 | room: Number Hunt | ||
| 2080 | door: Nines | ||
| 2081 | SUMMER: | ||
| 2082 | id: Entry Room/Panel_summer_summer | ||
| 2083 | tag: midwhite | ||
| 2084 | AUTUMN: | ||
| 2085 | id: Entry Room/Panel_autumn_autumn | ||
| 2086 | tag: midwhite | ||
| 2087 | SPRING: | ||
| 2088 | id: Entry Room/Panel_spring_spring | ||
| 2089 | tag: midwhite | ||
| 2090 | PAINTING (1): | ||
| 2091 | id: Panel Room/Panel_painting_flower | ||
| 2092 | colors: green | ||
| 2093 | tag: forbid | ||
| 2094 | required_room: Cellar | ||
| 2095 | PAINTING (2): | ||
| 2096 | id: Panel Room/Panel_painting_eye | ||
| 2097 | colors: green | ||
| 2098 | tag: forbid | ||
| 2099 | required_room: Cellar | ||
| 2100 | PAINTING (3): | ||
| 2101 | id: Panel Room/Panel_painting_snowman | ||
| 2102 | colors: green | ||
| 2103 | tag: forbid | ||
| 2104 | required_room: Cellar | ||
| 2105 | PAINTING (4): | ||
| 2106 | id: Panel Room/Panel_painting_owl | ||
| 2107 | colors: green | ||
| 2108 | tag: forbid | ||
| 2109 | required_room: Cellar | ||
| 2110 | PAINTING (5): | ||
| 2111 | id: Panel Room/Panel_painting_panda | ||
| 2112 | colors: green | ||
| 2113 | tag: forbid | ||
| 2114 | required_room: Cellar | ||
| 2115 | ROOM: | ||
| 2116 | id: Panel Room/Panel_room_stairs | ||
| 2117 | colors: gray | ||
| 2118 | tag: forbid | ||
| 2119 | required_room: Cellar | ||
| 2120 | doors: | ||
| 2121 | Welcome Back: | ||
| 2122 | id: Entry Room Area Doors/Door_sizes | ||
| 2123 | group: Welcome Back Doors | ||
| 2124 | panels: | ||
| 2125 | - SIZE (Small) | ||
| 2126 | - SIZE (Big) | ||
| 2127 | paintings: | ||
| 2128 | - id: hi_solved_painting3 | ||
| 2129 | orientation: south | ||
| 2130 | - id: hi_solved_painting2 | ||
| 2131 | orientation: south | ||
| 2132 | - id: east_afar | ||
| 2133 | orientation: north | ||
| 2134 | Orange Tower Sixth Floor: | ||
| 2135 | entrances: | ||
| 2136 | Orange Tower Fifth Floor: | ||
| 2137 | room: Orange Tower | ||
| 2138 | door: Sixth Floor | ||
| 2139 | The Scientific: | ||
| 2140 | painting: True | ||
| 2141 | paintings: | ||
| 2142 | - id: arrows_painting_10 | ||
| 2143 | orientation: east | ||
| 2144 | - id: owl_painting_3 | ||
| 2145 | orientation: north | ||
| 2146 | - id: clock_painting | ||
| 2147 | orientation: west | ||
| 2148 | - id: scenery_painting_5d_2 | ||
| 2149 | orientation: south | ||
| 2150 | - id: symmetry_painting_b_7 | ||
| 2151 | orientation: north | ||
| 2152 | - id: panda_painting_2 | ||
| 2153 | orientation: south | ||
| 2154 | - id: crown_painting2 | ||
| 2155 | orientation: north | ||
| 2156 | - id: colors_painting2 | ||
| 2157 | orientation: south | ||
| 2158 | - id: cherry_painting2 | ||
| 2159 | orientation: east | ||
| 2160 | - id: hi_solved_painting | ||
| 2161 | orientation: west | ||
| 2162 | Orange Tower Seventh Floor: | ||
| 2163 | entrances: | ||
| 2164 | Orange Tower Sixth Floor: | ||
| 2165 | room: Orange Tower | ||
| 2166 | door: Seventh Floor | ||
| 2167 | panels: | ||
| 2168 | THE END: | ||
| 2169 | id: EndPanel/Panel_end_end | ||
| 2170 | check: True | ||
| 2171 | tag: forbid | ||
| 2172 | non_counting: True | ||
| 2173 | THE MASTER: | ||
| 2174 | # We will set up special rules for this in code. | ||
| 2175 | id: Countdown Panels/Panel_master_master | ||
| 2176 | check: True | ||
| 2177 | tag: forbid | ||
| 2178 | MASTERY: | ||
| 2179 | # This is the MASTERY on the other side of THE FEARLESS. It can only be | ||
| 2180 | # accessed by jumping from the top of the tower. | ||
| 2181 | id: Master Room/Panel_mastery_mastery8 | ||
| 2182 | tag: midwhite | ||
| 2183 | hunt: True | ||
| 2184 | required_door: | ||
| 2185 | door: Mastery | ||
| 2186 | doors: | ||
| 2187 | Mastery: | ||
| 2188 | id: | ||
| 2189 | - Master Room Doors/Door_tower_down | ||
| 2190 | - Master Room Doors/Door_master_master | ||
| 2191 | - Master Room Doors/Door_master_master_2 | ||
| 2192 | - Master Room Doors/Door_master_master_3 | ||
| 2193 | - Master Room Doors/Door_master_master_4 | ||
| 2194 | - Master Room Doors/Door_master_master_5 | ||
| 2195 | - Master Room Doors/Door_master_master_6 | ||
| 2196 | - Master Room Doors/Door_master_master_10 | ||
| 2197 | - Master Room Doors/Door_master_master_11 | ||
| 2198 | - Master Room Doors/Door_master_master_12 | ||
| 2199 | - Master Room Doors/Door_master_master_13 | ||
| 2200 | - Master Room Doors/Door_master_master_14 | ||
| 2201 | - Master Room Doors/Door_master_master_15 | ||
| 2202 | - Master Room Doors/Door_master_down | ||
| 2203 | - Master Room Doors/Door_master_down2 | ||
| 2204 | skip_location: True | ||
| 2205 | panels: | ||
| 2206 | - THE MASTER | ||
| 2207 | Mastery Panels: | ||
| 2208 | skip_item: True | ||
| 2209 | location_name: Mastery Panels | ||
| 2210 | panels: | ||
| 2211 | - room: Room Room | ||
| 2212 | panel: MASTERY | ||
| 2213 | - room: The Steady (Topaz) | ||
| 2214 | panel: MASTERY | ||
| 2215 | - room: Orange Tower Basement | ||
| 2216 | panel: MASTERY | ||
| 2217 | - room: Arrow Garden | ||
| 2218 | panel: MASTERY | ||
| 2219 | - room: Hedge Maze | ||
| 2220 | panel: MASTERY (1) | ||
| 2221 | - room: Roof | ||
| 2222 | panel: MASTERY (1) | ||
| 2223 | - room: Roof | ||
| 2224 | panel: MASTERY (2) | ||
| 2225 | - MASTERY | ||
| 2226 | - room: Hedge Maze | ||
| 2227 | panel: MASTERY (2) | ||
| 2228 | - room: Roof | ||
| 2229 | panel: MASTERY (3) | ||
| 2230 | - room: Roof | ||
| 2231 | panel: MASTERY (4) | ||
| 2232 | - room: Roof | ||
| 2233 | panel: MASTERY (5) | ||
| 2234 | - room: Elements Area | ||
| 2235 | panel: MASTERY | ||
| 2236 | - room: Pilgrim Antechamber | ||
| 2237 | panel: MASTERY | ||
| 2238 | - room: Roof | ||
| 2239 | panel: MASTERY (6) | ||
| 2240 | paintings: | ||
| 2241 | - id: map_painting2 | ||
| 2242 | orientation: north | ||
| 2243 | enter_only: True # otherwise you might just skip the whole game! | ||
| 2244 | req_blocked_when_no_doors: True # owl hallway in vanilla doors | ||
| 2245 | Roof: | ||
| 2246 | entrances: | ||
| 2247 | Orange Tower Seventh Floor: True | ||
| 2248 | Crossroads: | ||
| 2249 | room: Crossroads | ||
| 2250 | door: Roof Access | ||
| 2251 | panels: | ||
| 2252 | MASTERY (1): | ||
| 2253 | id: Master Room/Panel_mastery_mastery6 | ||
| 2254 | tag: midwhite | ||
| 2255 | hunt: True | ||
| 2256 | required_door: | ||
| 2257 | room: Orange Tower Seventh Floor | ||
| 2258 | door: Mastery | ||
| 2259 | MASTERY (2): | ||
| 2260 | id: Master Room/Panel_mastery_mastery7 | ||
| 2261 | tag: midwhite | ||
| 2262 | hunt: True | ||
| 2263 | required_door: | ||
| 2264 | room: Orange Tower Seventh Floor | ||
| 2265 | door: Mastery | ||
| 2266 | MASTERY (3): | ||
| 2267 | id: Master Room/Panel_mastery_mastery10 | ||
| 2268 | tag: midwhite | ||
| 2269 | hunt: True | ||
| 2270 | required_door: | ||
| 2271 | room: Orange Tower Seventh Floor | ||
| 2272 | door: Mastery | ||
| 2273 | MASTERY (4): | ||
| 2274 | id: Master Room/Panel_mastery_mastery11 | ||
| 2275 | tag: midwhite | ||
| 2276 | hunt: True | ||
| 2277 | required_door: | ||
| 2278 | room: Orange Tower Seventh Floor | ||
| 2279 | door: Mastery | ||
| 2280 | MASTERY (5): | ||
| 2281 | id: Master Room/Panel_mastery_mastery12 | ||
| 2282 | tag: midwhite | ||
| 2283 | hunt: True | ||
| 2284 | required_door: | ||
| 2285 | room: Orange Tower Seventh Floor | ||
| 2286 | door: Mastery | ||
| 2287 | MASTERY (6): | ||
| 2288 | id: Master Room/Panel_mastery_mastery15 | ||
| 2289 | tag: midwhite | ||
| 2290 | hunt: True | ||
| 2291 | required_door: | ||
| 2292 | room: Orange Tower Seventh Floor | ||
| 2293 | door: Mastery | ||
| 2294 | STAIRCASE: | ||
| 2295 | id: Open Areas/Panel_staircase | ||
| 2296 | tag: midwhite | ||
| 2297 | Orange Tower Basement: | ||
| 2298 | entrances: | ||
| 2299 | Orange Tower Sixth Floor: | ||
| 2300 | room: Orange Tower Seventh Floor | ||
| 2301 | door: Mastery | ||
| 2302 | panels: | ||
| 2303 | MASTERY: | ||
| 2304 | id: Master Room/Panel_mastery_mastery3 | ||
| 2305 | tag: midwhite | ||
| 2306 | hunt: True | ||
| 2307 | required_door: | ||
| 2308 | room: Orange Tower Seventh Floor | ||
| 2309 | door: Mastery | ||
| 2310 | THE LIBRARY: | ||
| 2311 | id: EndPanel/Panel_library | ||
| 2312 | check: True | ||
| 2313 | tag: forbid | ||
| 2314 | non_counting: True | ||
| 2315 | paintings: | ||
| 2316 | - id: arrows_painting_11 | ||
| 2317 | orientation: east | ||
| 2318 | req_blocked_when_no_doors: True # owl hallway in vanilla doors | ||
| 2319 | Courtyard: | ||
| 2320 | entrances: | ||
| 2321 | Roof: True | ||
| 2322 | Orange Tower Fourth Floor: True | ||
| 2323 | Arrow Garden: | ||
| 2324 | painting: True | ||
| 2325 | Starting Room: | ||
| 2326 | door: Painting Shortcut | ||
| 2327 | painting: True | ||
| 2328 | Yellow Backside Area: | ||
| 2329 | room: First Second Third Fourth | ||
| 2330 | door: Backside Door | ||
| 2331 | The Colorful (White): True | ||
| 2332 | panels: | ||
| 2333 | I: | ||
| 2334 | id: Strand Room/Panel_i_staring | ||
| 2335 | colors: blue | ||
| 2336 | tag: forbid | ||
| 2337 | hunt: True | ||
| 2338 | GREEN: | ||
| 2339 | id: Color Arrow Room/Panel_green_afar | ||
| 2340 | tag: midwhite | ||
| 2341 | hunt: True | ||
| 2342 | required_door: | ||
| 2343 | door: Green Barrier | ||
| 2344 | PINECONE: | ||
| 2345 | id: Shuffle Room/Panel_pinecone_pine | ||
| 2346 | colors: brown | ||
| 2347 | tag: botbrown | ||
| 2348 | ACORN: | ||
| 2349 | id: Shuffle Room/Panel_acorn_oak | ||
| 2350 | colors: brown | ||
| 2351 | tag: botbrown | ||
| 2352 | doors: | ||
| 2353 | Painting Shortcut: | ||
| 2354 | painting_id: flower_painting_8 | ||
| 2355 | item_name: Starting Room - Flower Painting | ||
| 2356 | skip_location: True | ||
| 2357 | panels: | ||
| 2358 | - room: First Second Third Fourth | ||
| 2359 | panel: FIRST | ||
| 2360 | - room: First Second Third Fourth | ||
| 2361 | panel: SECOND | ||
| 2362 | - room: First Second Third Fourth | ||
| 2363 | panel: THIRD | ||
| 2364 | - room: First Second Third Fourth | ||
| 2365 | panel: FOURTH | ||
| 2366 | Green Barrier: | ||
| 2367 | id: Color Arrow Room Doors/Door_green_5 | ||
| 2368 | group: Color Hunt Barriers | ||
| 2369 | skip_location: True | ||
| 2370 | panels: | ||
| 2371 | - room: Champion's Rest | ||
| 2372 | panel: GREEN | ||
| 2373 | paintings: | ||
| 2374 | - id: flower_painting_7 | ||
| 2375 | orientation: north | ||
| 2376 | Yellow Backside Area: | ||
| 2377 | entrances: | ||
| 2378 | Courtyard: | ||
| 2379 | room: First Second Third Fourth | ||
| 2380 | door: Backside Door | ||
| 2381 | Roof: True | ||
| 2382 | panels: | ||
| 2383 | BACKSIDE: | ||
| 2384 | id: Backside Room/Panel_backside_3 | ||
| 2385 | tag: midwhite | ||
| 2386 | hunt: True | ||
| 2387 | NINE: | ||
| 2388 | id: Backside Room/Panel_nine_nine_8 | ||
| 2389 | tag: midwhite | ||
| 2390 | hunt: True | ||
| 2391 | required_door: | ||
| 2392 | room: Number Hunt | ||
| 2393 | door: Nines | ||
| 2394 | paintings: | ||
| 2395 | - id: blueman_painting | ||
| 2396 | orientation: east | ||
| 2397 | First Second Third Fourth: | ||
| 2398 | # We are separating this door + its panels into its own room because they | ||
| 2399 | # are accessible from two distinct regions (Courtyard and Yellow Backside | ||
| 2400 | # Area). We need to do this because painting shuffle makes it possible to | ||
| 2401 | # have access to Yellow Backside Area without having access to Courtyard, | ||
| 2402 | # and we want it to still be in logic to solve these panels. | ||
| 2403 | entrances: | ||
| 2404 | Courtyard: True | ||
| 2405 | Yellow Backside Area: True | ||
| 2406 | panels: | ||
| 2407 | FIRST: | ||
| 2408 | id: Backside Room/Panel_first_first | ||
| 2409 | tag: midwhite | ||
| 2410 | SECOND: | ||
| 2411 | id: Backside Room/Panel_second_second | ||
| 2412 | tag: midwhite | ||
| 2413 | THIRD: | ||
| 2414 | id: Backside Room/Panel_third_third | ||
| 2415 | tag: midwhite | ||
| 2416 | FOURTH: | ||
| 2417 | id: Backside Room/Panel_fourth_fourth | ||
| 2418 | tag: midwhite | ||
| 2419 | doors: | ||
| 2420 | Backside Door: | ||
| 2421 | id: Count Up Room Area Doors/Door_yellow_backside | ||
| 2422 | group: Backside Doors | ||
| 2423 | location_name: Courtyard - FIRST, SECOND, THIRD, FOURTH | ||
| 2424 | item_name: Courtyard - Backside Door | ||
| 2425 | panels: | ||
| 2426 | - FIRST | ||
| 2427 | - SECOND | ||
| 2428 | - THIRD | ||
| 2429 | - FOURTH | ||
| 2430 | The Colorful (White): | ||
| 2431 | entrances: | ||
| 2432 | Courtyard: True | ||
| 2433 | The Colorful (Black): | ||
| 2434 | door: Progress Door | ||
| 2435 | panels: | ||
| 2436 | BEGIN: | ||
| 2437 | id: Doorways Room/Panel_begin_start | ||
| 2438 | tag: botwhite | ||
| 2439 | doors: | ||
| 2440 | Progress Door: | ||
| 2441 | id: Doorway Room Doors/Door_white | ||
| 2442 | item_name: The Colorful - White Door | ||
| 2443 | group: Colorful Doors | ||
| 2444 | location_name: The Colorful - White | ||
| 2445 | panels: | ||
| 2446 | - BEGIN | ||
| 2447 | The Colorful (Black): | ||
| 2448 | entrances: | ||
| 2449 | The Colorful (White): | ||
| 2450 | room: The Colorful (White) | ||
| 2451 | door: Progress Door | ||
| 2452 | The Colorful (Red): | ||
| 2453 | door: Progress Door | ||
| 2454 | panels: | ||
| 2455 | FOUND: | ||
| 2456 | id: Doorways Room/Panel_found_lost | ||
| 2457 | colors: black | ||
| 2458 | tag: botblack | ||
| 2459 | doors: | ||
| 2460 | Progress Door: | ||
| 2461 | id: Doorway Room Doors/Door_black | ||
| 2462 | item_name: The Colorful - Black Door | ||
| 2463 | location_name: The Colorful - Black | ||
| 2464 | group: Colorful Doors | ||
| 2465 | panels: | ||
| 2466 | - FOUND | ||
| 2467 | The Colorful (Red): | ||
| 2468 | entrances: | ||
| 2469 | The Colorful (Black): | ||
| 2470 | room: The Colorful (Black) | ||
| 2471 | door: Progress Door | ||
| 2472 | The Colorful (Yellow): | ||
| 2473 | door: Progress Door | ||
| 2474 | panels: | ||
| 2475 | LOAF: | ||
| 2476 | id: Doorways Room/Panel_loaf_crust | ||
| 2477 | colors: red | ||
| 2478 | tag: botred | ||
| 2479 | doors: | ||
| 2480 | Progress Door: | ||
| 2481 | id: Doorway Room Doors/Door_red | ||
| 2482 | item_name: The Colorful - Red Door | ||
| 2483 | location_name: The Colorful - Red | ||
| 2484 | group: Colorful Doors | ||
| 2485 | panels: | ||
| 2486 | - LOAF | ||
| 2487 | The Colorful (Yellow): | ||
| 2488 | entrances: | ||
| 2489 | The Colorful (Red): | ||
| 2490 | room: The Colorful (Red) | ||
| 2491 | door: Progress Door | ||
| 2492 | The Colorful (Blue): | ||
| 2493 | door: Progress Door | ||
| 2494 | panels: | ||
| 2495 | CREAM: | ||
| 2496 | id: Doorways Room/Panel_eggs_breakfast | ||
| 2497 | colors: yellow | ||
| 2498 | tag: botyellow | ||
| 2499 | doors: | ||
| 2500 | Progress Door: | ||
| 2501 | id: Doorway Room Doors/Door_yellow | ||
| 2502 | item_name: The Colorful - Yellow Door | ||
| 2503 | location_name: The Colorful - Yellow | ||
| 2504 | group: Colorful Doors | ||
| 2505 | panels: | ||
| 2506 | - CREAM | ||
| 2507 | The Colorful (Blue): | ||
| 2508 | entrances: | ||
| 2509 | The Colorful (Yellow): | ||
| 2510 | room: The Colorful (Yellow) | ||
| 2511 | door: Progress Door | ||
| 2512 | The Colorful (Purple): | ||
| 2513 | door: Progress Door | ||
| 2514 | panels: | ||
| 2515 | SUN: | ||
| 2516 | id: Doorways Room/Panel_sun_sky | ||
| 2517 | colors: blue | ||
| 2518 | tag: botblue | ||
| 2519 | doors: | ||
| 2520 | Progress Door: | ||
| 2521 | id: Doorway Room Doors/Door_blue | ||
| 2522 | item_name: The Colorful - Blue Door | ||
| 2523 | location_name: The Colorful - Blue | ||
| 2524 | group: Colorful Doors | ||
| 2525 | panels: | ||
| 2526 | - SUN | ||
| 2527 | The Colorful (Purple): | ||
| 2528 | entrances: | ||
| 2529 | The Colorful (Blue): | ||
| 2530 | room: The Colorful (Blue) | ||
| 2531 | door: Progress Door | ||
| 2532 | The Colorful (Orange): | ||
| 2533 | door: Progress Door | ||
| 2534 | panels: | ||
| 2535 | SPOON: | ||
| 2536 | id: Doorways Room/Panel_teacher_substitute | ||
| 2537 | colors: purple | ||
| 2538 | tag: botpurple | ||
| 2539 | doors: | ||
| 2540 | Progress Door: | ||
| 2541 | id: Doorway Room Doors/Door_purple | ||
| 2542 | item_name: The Colorful - Purple Door | ||
| 2543 | location_name: The Colorful - Purple | ||
| 2544 | group: Colorful Doors | ||
| 2545 | panels: | ||
| 2546 | - SPOON | ||
| 2547 | The Colorful (Orange): | ||
| 2548 | entrances: | ||
| 2549 | The Colorful (Purple): | ||
| 2550 | room: The Colorful (Purple) | ||
| 2551 | door: Progress Door | ||
| 2552 | The Colorful (Green): | ||
| 2553 | door: Progress Door | ||
| 2554 | panels: | ||
| 2555 | LETTERS: | ||
| 2556 | id: Doorways Room/Panel_walnuts_orange | ||
| 2557 | colors: orange | ||
| 2558 | tag: botorange | ||
| 2559 | doors: | ||
| 2560 | Progress Door: | ||
| 2561 | id: Doorway Room Doors/Door_orange | ||
| 2562 | item_name: The Colorful - Orange Door | ||
| 2563 | location_name: The Colorful - Orange | ||
| 2564 | group: Colorful Doors | ||
| 2565 | panels: | ||
| 2566 | - LETTERS | ||
| 2567 | The Colorful (Green): | ||
| 2568 | entrances: | ||
| 2569 | The Colorful (Orange): | ||
| 2570 | room: The Colorful (Orange) | ||
| 2571 | door: Progress Door | ||
| 2572 | The Colorful (Brown): | ||
| 2573 | door: Progress Door | ||
| 2574 | panels: | ||
| 2575 | WALLS: | ||
| 2576 | id: Doorways Room/Panel_path_i | ||
| 2577 | colors: green | ||
| 2578 | tag: forbid | ||
| 2579 | doors: | ||
| 2580 | Progress Door: | ||
| 2581 | id: Doorway Room Doors/Door_green | ||
| 2582 | item_name: The Colorful - Green Door | ||
| 2583 | location_name: The Colorful - Green | ||
| 2584 | group: Colorful Doors | ||
| 2585 | panels: | ||
| 2586 | - WALLS | ||
| 2587 | The Colorful (Brown): | ||
| 2588 | entrances: | ||
| 2589 | The Colorful (Green): | ||
| 2590 | room: The Colorful (Green) | ||
| 2591 | door: Progress Door | ||
| 2592 | The Colorful (Gray): | ||
| 2593 | door: Progress Door | ||
| 2594 | panels: | ||
| 2595 | IRON: | ||
| 2596 | id: Doorways Room/Panel_iron_rust | ||
| 2597 | colors: brown | ||
| 2598 | tag: botbrown | ||
| 2599 | doors: | ||
| 2600 | Progress Door: | ||
| 2601 | id: Doorway Room Doors/Door_brown | ||
| 2602 | item_name: The Colorful - Brown Door | ||
| 2603 | location_name: The Colorful - Brown | ||
| 2604 | group: Colorful Doors | ||
| 2605 | panels: | ||
| 2606 | - IRON | ||
| 2607 | The Colorful (Gray): | ||
| 2608 | entrances: | ||
| 2609 | The Colorful (Brown): | ||
| 2610 | room: The Colorful (Brown) | ||
| 2611 | door: Progress Door | ||
| 2612 | The Colorful: | ||
| 2613 | door: Progress Door | ||
| 2614 | panels: | ||
| 2615 | OBSTACLE: | ||
| 2616 | id: Doorways Room/Panel_obstacle_door | ||
| 2617 | colors: gray | ||
| 2618 | tag: forbid | ||
| 2619 | doors: | ||
| 2620 | Progress Door: | ||
| 2621 | id: | ||
| 2622 | - Doorway Room Doors/Door_gray | ||
| 2623 | - Doorway Room Doors/Door_gray2 # See comment below | ||
| 2624 | item_name: The Colorful - Gray Door | ||
| 2625 | location_name: The Colorful - Gray | ||
| 2626 | group: Colorful Doors | ||
| 2627 | panels: | ||
| 2628 | - OBSTACLE | ||
| 2629 | The Colorful: | ||
| 2630 | # The set of required_doors in the achievement panel should prevent | ||
| 2631 | # generation from asking you to solve The Colorful before opening all of the | ||
| 2632 | # doors. Access from the roof is included so that the painting here could be | ||
| 2633 | # an entrance. The client will have to be hardcoded to not open the door to | ||
| 2634 | # the achievement until all of the doors are open, whether by solving the | ||
| 2635 | # panels or through receiving items. | ||
| 2636 | entrances: | ||
| 2637 | The Colorful (Gray): | ||
| 2638 | room: The Colorful (Gray) | ||
| 2639 | door: Progress Door | ||
| 2640 | Roof: True | ||
| 2641 | panels: | ||
| 2642 | Achievement: | ||
| 2643 | id: Countdown Panels/Panel_colorful_colorful | ||
| 2644 | check: True | ||
| 2645 | tag: forbid | ||
| 2646 | required_door: | ||
| 2647 | - room: The Colorful (White) | ||
| 2648 | door: Progress Door | ||
| 2649 | - room: The Colorful (Black) | ||
| 2650 | door: Progress Door | ||
| 2651 | - room: The Colorful (Red) | ||
| 2652 | door: Progress Door | ||
| 2653 | - room: The Colorful (Yellow) | ||
| 2654 | door: Progress Door | ||
| 2655 | - room: The Colorful (Blue) | ||
| 2656 | door: Progress Door | ||
| 2657 | - room: The Colorful (Purple) | ||
| 2658 | door: Progress Door | ||
| 2659 | - room: The Colorful (Orange) | ||
| 2660 | door: Progress Door | ||
| 2661 | - room: The Colorful (Green) | ||
| 2662 | door: Progress Door | ||
| 2663 | - room: The Colorful (Brown) | ||
| 2664 | door: Progress Door | ||
| 2665 | - room: The Colorful (Gray) | ||
| 2666 | door: Progress Door | ||
| 2667 | achievement: The Colorful | ||
| 2668 | paintings: | ||
| 2669 | - id: arrows_painting_12 | ||
| 2670 | orientation: north | ||
| 2671 | Welcome Back Area: | ||
| 2672 | entrances: | ||
| 2673 | Starting Room: | ||
| 2674 | door: Shortcut to Starting Room | ||
| 2675 | Hub Room: True | ||
| 2676 | Outside The Wondrous: True | ||
| 2677 | Outside The Undeterred: True | ||
| 2678 | Outside The Agreeable: True | ||
| 2679 | Outside The Wanderer: True | ||
| 2680 | Orange Tower Fifth Floor: | ||
| 2681 | room: Orange Tower Fifth Floor | ||
| 2682 | door: Welcome Back | ||
| 2683 | Challenge Room: | ||
| 2684 | room: Challenge Room | ||
| 2685 | door: Welcome Door | ||
| 2686 | panels: | ||
| 2687 | WELCOME BACK: | ||
| 2688 | id: Entry Room/Panel_return_return | ||
| 2689 | tag: midwhite | ||
| 2690 | SECRET: | ||
| 2691 | id: Entry Room/Panel_secret_secret | ||
| 2692 | tag: midwhite | ||
| 2693 | CLOCKWISE: | ||
| 2694 | id: Shuffle Room/Panel_clockwise_counterclockwise | ||
| 2695 | colors: black | ||
| 2696 | check: True | ||
| 2697 | exclude_reduce: True | ||
| 2698 | tag: botblack | ||
| 2699 | doors: | ||
| 2700 | Shortcut to Starting Room: | ||
| 2701 | id: Entry Room Area Doors/Door_return_return | ||
| 2702 | group: Welcome Back Doors | ||
| 2703 | include_reduce: True | ||
| 2704 | panels: | ||
| 2705 | - WELCOME BACK | ||
| 2706 | Owl Hallway: | ||
| 2707 | entrances: | ||
| 2708 | Hidden Room: | ||
| 2709 | painting: True | ||
| 2710 | Hedge Maze: | ||
| 2711 | door: Shortcut to Hedge Maze | ||
| 2712 | Orange Tower Sixth Floor: | ||
| 2713 | painting: True | ||
| 2714 | panels: | ||
| 2715 | STRAYS: | ||
| 2716 | id: Maze Room/Panel_strays_maze | ||
| 2717 | colors: purple | ||
| 2718 | tag: toppurp | ||
| 2719 | READS + RUST: | ||
| 2720 | id: Tower Room/Panel_reads_rust_lawns_6 | ||
| 2721 | colors: orange | ||
| 2722 | check: True | ||
| 2723 | tag: midorange | ||
| 2724 | doors: | ||
| 2725 | Shortcut to Hedge Maze: | ||
| 2726 | id: Maze Area Doors/Door_strays_maze | ||
| 2727 | group: Hedge Maze Doors | ||
| 2728 | panels: | ||
| 2729 | - STRAYS | ||
| 2730 | paintings: | ||
| 2731 | - id: arrows_painting_8 | ||
| 2732 | orientation: south | ||
| 2733 | - id: maze_painting_2 | ||
| 2734 | orientation: north | ||
| 2735 | - id: owl_painting_2 | ||
| 2736 | orientation: south | ||
| 2737 | required_when_no_doors: True | ||
| 2738 | - id: clock_painting_4 | ||
| 2739 | orientation: north | ||
| 2740 | Outside The Initiated: | ||
| 2741 | entrances: | ||
| 2742 | Hub Room: | ||
| 2743 | door: Shortcut to Hub Room | ||
| 2744 | Knight Night Exit: | ||
| 2745 | room: Knight Night (Final) | ||
| 2746 | door: Exit | ||
| 2747 | Orange Tower Third Floor: True # sunwarp | ||
| 2748 | Orange Tower Fifth Floor: | ||
| 2749 | room: Art Gallery | ||
| 2750 | door: Exit | ||
| 2751 | Eight Alcove: | ||
| 2752 | door: Eight Door | ||
| 2753 | panels: | ||
| 2754 | SEVEN (1): | ||
| 2755 | id: Backside Room/Panel_seven_seven_5 | ||
| 2756 | tag: midwhite | ||
| 2757 | hunt: True | ||
| 2758 | required_door: | ||
| 2759 | room: Number Hunt | ||
| 2760 | door: Sevens | ||
| 2761 | SEVEN (2): | ||
| 2762 | id: Backside Room/Panel_seven_seven_6 | ||
| 2763 | tag: midwhite | ||
| 2764 | hunt: True | ||
| 2765 | required_door: | ||
| 2766 | room: Number Hunt | ||
| 2767 | door: Sevens | ||
| 2768 | EIGHT: | ||
| 2769 | id: Backside Room/Panel_eight_eight_7 | ||
| 2770 | tag: midwhite | ||
| 2771 | hunt: True | ||
| 2772 | required_door: | ||
| 2773 | room: Number Hunt | ||
| 2774 | door: Eights | ||
| 2775 | NINE: | ||
| 2776 | id: Backside Room/Panel_nine_nine_4 | ||
| 2777 | tag: midwhite | ||
| 2778 | hunt: True | ||
| 2779 | required_door: | ||
| 2780 | room: Number Hunt | ||
| 2781 | door: Nines | ||
| 2782 | BLUE: | ||
| 2783 | id: Color Arrow Room/Panel_blue_afar | ||
| 2784 | tag: midwhite | ||
| 2785 | hunt: True | ||
| 2786 | required_door: | ||
| 2787 | door: Blue Barrier | ||
| 2788 | ORANGE: | ||
| 2789 | id: Color Arrow Room/Panel_orange_afar | ||
| 2790 | tag: midwhite | ||
| 2791 | hunt: True | ||
| 2792 | required_door: | ||
| 2793 | door: Orange Barrier | ||
| 2794 | UNCOVER: | ||
| 2795 | id: Appendix Room/Panel_discover_recover | ||
| 2796 | colors: purple | ||
| 2797 | tag: midpurp | ||
| 2798 | OXEN: | ||
| 2799 | id: Rhyme Room/Panel_locked_knocked | ||
| 2800 | colors: purple | ||
| 2801 | tag: midpurp | ||
| 2802 | BACKSIDE: | ||
| 2803 | id: Backside Room/Panel_backside_1 | ||
| 2804 | tag: midwhite | ||
| 2805 | The Optimistic: | ||
| 2806 | id: Countdown Panels/Panel_optimistic_optimistic | ||
| 2807 | check: True | ||
| 2808 | tag: forbid | ||
| 2809 | required_door: | ||
| 2810 | door: Backsides | ||
| 2811 | achievement: The Optimistic | ||
| 2812 | PAST: | ||
| 2813 | id: Shuffle Room/Panel_past_present | ||
| 2814 | colors: brown | ||
| 2815 | tag: botbrown | ||
| 2816 | FUTURE: | ||
| 2817 | id: Shuffle Room/Panel_future_present | ||
| 2818 | colors: | ||
| 2819 | - brown | ||
| 2820 | - black | ||
| 2821 | tag: bot brown black | ||
| 2822 | FUTURE (2): | ||
| 2823 | id: Shuffle Room/Panel_future_past | ||
| 2824 | colors: black | ||
| 2825 | tag: botblack | ||
| 2826 | PAST (2): | ||
| 2827 | id: Shuffle Room/Panel_past_future | ||
| 2828 | colors: black | ||
| 2829 | tag: botblack | ||
| 2830 | PRESENT: | ||
| 2831 | id: Shuffle Room/Panel_past_past | ||
| 2832 | colors: | ||
| 2833 | - brown | ||
| 2834 | - black | ||
| 2835 | tag: bot brown black | ||
| 2836 | SMILE: | ||
| 2837 | id: Open Areas/Panel_smile_smile | ||
| 2838 | tag: midwhite | ||
| 2839 | ANGERED: | ||
| 2840 | id: Open Areas/Panel_angered_enraged | ||
| 2841 | colors: | ||
| 2842 | - yellow | ||
| 2843 | tag: syn anagram | ||
| 2844 | copy_to_sign: sign18 | ||
| 2845 | VOTE: | ||
| 2846 | id: Open Areas/Panel_vote_veto | ||
| 2847 | colors: | ||
| 2848 | - yellow | ||
| 2849 | - black | ||
| 2850 | tag: ant anagram | ||
| 2851 | copy_to_sign: sign17 | ||
| 2852 | doors: | ||
| 2853 | Shortcut to Hub Room: | ||
| 2854 | id: Appendix Room Area Doors/Door_recover_discover | ||
| 2855 | panels: | ||
| 2856 | - UNCOVER | ||
| 2857 | Blue Barrier: | ||
| 2858 | id: Color Arrow Room Doors/Door_blue_3 | ||
| 2859 | group: Color Hunt Barriers | ||
| 2860 | skip_location: True | ||
| 2861 | panels: | ||
| 2862 | - room: Champion's Rest | ||
| 2863 | panel: BLUE | ||
| 2864 | Orange Barrier: | ||
| 2865 | id: Color Arrow Room Doors/Door_orange_3 | ||
| 2866 | group: Color Hunt Barriers | ||
| 2867 | skip_location: True | ||
| 2868 | panels: | ||
| 2869 | - room: Champion's Rest | ||
| 2870 | panel: ORANGE | ||
| 2871 | Initiated Entrance: | ||
| 2872 | id: Red Blue Purple Room Area Doors/Door_locked_knocked | ||
| 2873 | item_name: The Initiated - Entrance | ||
| 2874 | panels: | ||
| 2875 | - OXEN | ||
| 2876 | # These would be more appropriate in Champion's Rest, but as currently | ||
| 2877 | # implemented, locations need to include at least one panel from the | ||
| 2878 | # containing region. | ||
| 2879 | Green Barrier: | ||
| 2880 | id: Color Arrow Room Doors/Door_green_hider_1 | ||
| 2881 | location_name: Color Hunt - BLUE and YELLOW | ||
| 2882 | item_name: Champion's Rest - Green Barrier | ||
| 2883 | group: Champion's Rest - Color Barriers | ||
| 2884 | panels: | ||
| 2885 | - BLUE | ||
| 2886 | - room: Directional Gallery | ||
| 2887 | panel: YELLOW | ||
| 2888 | Purple Barrier: | ||
| 2889 | id: | ||
| 2890 | - Color Arrow Room Doors/Door_purple_hider_1 | ||
| 2891 | - Color Arrow Room Doors/Door_purple_hider_2 | ||
| 2892 | - Color Arrow Room Doors/Door_purple_hider_3 | ||
| 2893 | location_name: Color Hunt - RED and BLUE | ||
| 2894 | item_name: Champion's Rest - Purple Barrier | ||
| 2895 | group: Champion's Rest - Color Barriers | ||
| 2896 | panels: | ||
| 2897 | - BLUE | ||
| 2898 | - room: Orange Tower Third Floor | ||
| 2899 | panel: RED | ||
| 2900 | Entrance: | ||
| 2901 | id: | ||
| 2902 | - Color Arrow Room Doors/Door_all_hider_1 | ||
| 2903 | - Color Arrow Room Doors/Door_all_hider_2 | ||
| 2904 | - Color Arrow Room Doors/Door_all_hider_3 | ||
| 2905 | location_name: Color Hunt - GREEN, ORANGE and PURPLE | ||
| 2906 | item_name: Champion's Rest - Entrance | ||
| 2907 | panels: | ||
| 2908 | - ORANGE | ||
| 2909 | - room: Courtyard | ||
| 2910 | panel: GREEN | ||
| 2911 | - room: Outside The Agreeable | ||
| 2912 | panel: PURPLE | ||
| 2913 | Backsides: | ||
| 2914 | event: True | ||
| 2915 | panels: | ||
| 2916 | - room: The Observant | ||
| 2917 | panel: BACKSIDE | ||
| 2918 | - room: Yellow Backside Area | ||
| 2919 | panel: BACKSIDE | ||
| 2920 | - room: Directional Gallery | ||
| 2921 | panel: BACKSIDE | ||
| 2922 | - room: The Bearer | ||
| 2923 | panel: BACKSIDE | ||
| 2924 | Eight Door: | ||
| 2925 | id: Red Blue Purple Room Area Doors/Door_a_strands2 | ||
| 2926 | skip_location: True | ||
| 2927 | panels: | ||
| 2928 | - room: The Incomparable | ||
| 2929 | panel: I (Seven) | ||
| 2930 | - room: Courtyard | ||
| 2931 | panel: I | ||
| 2932 | - room: Elements Area | ||
| 2933 | panel: A | ||
| 2934 | paintings: | ||
| 2935 | - id: clock_painting_5 | ||
| 2936 | orientation: east | ||
| 2937 | - id: smile_painting_1 | ||
| 2938 | orientation: north | ||
| 2939 | The Initiated: | ||
| 2940 | entrances: | ||
| 2941 | Outside The Initiated: | ||
| 2942 | room: Outside The Initiated | ||
| 2943 | door: Initiated Entrance | ||
| 2944 | panels: | ||
| 2945 | Achievement: | ||
| 2946 | id: Countdown Panels/Panel_illuminated_initiated | ||
| 2947 | colors: purple | ||
| 2948 | tag: forbid | ||
| 2949 | check: True | ||
| 2950 | achievement: The Initiated | ||
| 2951 | DAUGHTER: | ||
| 2952 | id: Rhyme Room/Panel_daughter_laughter | ||
| 2953 | colors: purple | ||
| 2954 | tag: midpurp | ||
| 2955 | START: | ||
| 2956 | id: Rhyme Room/Panel_move_love | ||
| 2957 | colors: purple | ||
| 2958 | tag: double midpurp | ||
| 2959 | subtag: left | ||
| 2960 | link: change STARS | ||
| 2961 | STARE: | ||
| 2962 | id: Rhyme Room/Panel_stove_love | ||
| 2963 | colors: purple | ||
| 2964 | tag: double midpurp | ||
| 2965 | subtag: right | ||
| 2966 | link: change STARS | ||
| 2967 | HYPE: | ||
| 2968 | id: Rhyme Room/Panel_scope_type | ||
| 2969 | colors: purple | ||
| 2970 | tag: midpurp and rhyme | ||
| 2971 | copy_to_sign: sign16 | ||
| 2972 | ABYSS: | ||
| 2973 | id: Rhyme Room/Panel_abyss_this | ||
| 2974 | colors: purple | ||
| 2975 | tag: toppurp | ||
| 2976 | SWEAT: | ||
| 2977 | id: Rhyme Room/Panel_sweat_great | ||
| 2978 | colors: purple | ||
| 2979 | tag: double midpurp | ||
| 2980 | subtag: left | ||
| 2981 | link: change GREAT | ||
| 2982 | BEAT: | ||
| 2983 | id: Rhyme Room/Panel_beat_great | ||
| 2984 | colors: purple | ||
| 2985 | tag: double midpurp | ||
| 2986 | subtag: right | ||
| 2987 | link: change GREAT | ||
| 2988 | ALUMNI: | ||
| 2989 | id: Rhyme Room/Panel_alumni_hi | ||
| 2990 | colors: purple | ||
| 2991 | tag: midpurp and rhyme | ||
| 2992 | copy_to_sign: sign14 | ||
| 2993 | PATS: | ||
| 2994 | id: Rhyme Room/Panel_wrath_path | ||
| 2995 | colors: purple | ||
| 2996 | tag: midpurp and rhyme | ||
| 2997 | copy_to_sign: sign15 | ||
| 2998 | KNIGHT: | ||
| 2999 | id: Rhyme Room/Panel_knight_write | ||
| 3000 | colors: purple | ||
| 3001 | tag: double toppurp | ||
| 3002 | subtag: left | ||
| 3003 | link: change WRITE | ||
| 3004 | BYTE: | ||
| 3005 | id: Rhyme Room/Panel_byte_write | ||
| 3006 | colors: purple | ||
| 3007 | tag: double toppurp | ||
| 3008 | subtag: right | ||
| 3009 | link: change WRITE | ||
| 3010 | MAIM: | ||
| 3011 | id: Rhyme Room/Panel_maim_same | ||
| 3012 | colors: purple | ||
| 3013 | tag: toppurp | ||
| 3014 | MORGUE: | ||
| 3015 | id: Rhyme Room/Panel_chair_bear | ||
| 3016 | colors: purple | ||
| 3017 | tag: purple rhyme change stack | ||
| 3018 | subtag: top | ||
| 3019 | link: prcs CYBORG | ||
| 3020 | CHAIR: | ||
| 3021 | id: Rhyme Room/Panel_bare_bear | ||
| 3022 | colors: purple | ||
| 3023 | tag: toppurp | ||
| 3024 | HUMAN: | ||
| 3025 | id: Rhyme Room/Panel_cost_most | ||
| 3026 | colors: purple | ||
| 3027 | tag: purple rhyme change stack | ||
| 3028 | subtag: bot | ||
| 3029 | link: prcs CYBORG | ||
| 3030 | BED: | ||
| 3031 | id: Rhyme Room/Panel_bed_dead | ||
| 3032 | colors: purple | ||
| 3033 | tag: toppurp | ||
| 3034 | The Traveled: | ||
| 3035 | entrances: | ||
| 3036 | Hub Room: | ||
| 3037 | room: Hub Room | ||
| 3038 | door: Traveled Entrance | ||
| 3039 | Color Hallways: | ||
| 3040 | door: Color Hallways Entrance | ||
| 3041 | panels: | ||
| 3042 | Achievement: | ||
| 3043 | id: Countdown Panels/Panel_traveled_traveled | ||
| 3044 | required_room: Hub Room | ||
| 3045 | tag: forbid | ||
| 3046 | check: True | ||
| 3047 | achievement: The Traveled | ||
| 3048 | CLOSE: | ||
| 3049 | id: Synonym Room/Panel_close_near | ||
| 3050 | tag: botwhite | ||
| 3051 | COMPOSE: | ||
| 3052 | id: Synonym Room/Panel_compose_write | ||
| 3053 | tag: double botwhite | ||
| 3054 | subtag: left | ||
| 3055 | link: syn WRITE | ||
| 3056 | RECORD: | ||
| 3057 | id: Synonym Room/Panel_record_write | ||
| 3058 | tag: double botwhite | ||
| 3059 | subtag: right | ||
| 3060 | link: syn WRITE | ||
| 3061 | CATEGORY: | ||
| 3062 | id: Synonym Room/Panel_category_type | ||
| 3063 | tag: botwhite | ||
| 3064 | HELLO: | ||
| 3065 | id: Synonym Room/Panel_hello_hi | ||
| 3066 | tag: botwhite | ||
| 3067 | DUPLICATE: | ||
| 3068 | id: Synonym Room/Panel_duplicate_same | ||
| 3069 | tag: double botwhite | ||
| 3070 | subtag: left | ||
| 3071 | link: syn SAME | ||
| 3072 | IDENTICAL: | ||
| 3073 | id: Synonym Room/Panel_identical_same | ||
| 3074 | tag: double botwhite | ||
| 3075 | subtag: right | ||
| 3076 | link: syn SAME | ||
| 3077 | DISTANT: | ||
| 3078 | id: Synonym Room/Panel_distant_far | ||
| 3079 | tag: botwhite | ||
| 3080 | HAY: | ||
| 3081 | id: Synonym Room/Panel_hay_straw | ||
| 3082 | tag: botwhite | ||
| 3083 | GIGGLE: | ||
| 3084 | id: Synonym Room/Panel_giggle_laugh | ||
| 3085 | tag: double botwhite | ||
| 3086 | subtag: left | ||
| 3087 | link: syn LAUGH | ||
| 3088 | CHUCKLE: | ||
| 3089 | id: Synonym Room/Panel_chuckle_laugh | ||
| 3090 | tag: double botwhite | ||
| 3091 | subtag: right | ||
| 3092 | link: syn LAUGH | ||
| 3093 | SNITCH: | ||
| 3094 | id: Synonym Room/Panel_snitch_rat | ||
| 3095 | tag: botwhite | ||
| 3096 | CONCEALED: | ||
| 3097 | id: Synonym Room/Panel_concealed_hidden | ||
| 3098 | tag: botwhite | ||
| 3099 | PLUNGE: | ||
| 3100 | id: Synonym Room/Panel_plunge_fall | ||
| 3101 | tag: double botwhite | ||
| 3102 | subtag: left | ||
| 3103 | link: syn FALL | ||
| 3104 | AUTUMN: | ||
| 3105 | id: Synonym Room/Panel_autumn_fall | ||
| 3106 | tag: double botwhite | ||
| 3107 | subtag: right | ||
| 3108 | link: syn FALL | ||
| 3109 | ROAD: | ||
| 3110 | id: Synonym Room/Panel_growths_warts | ||
| 3111 | tag: botwhite | ||
| 3112 | FOUR: | ||
| 3113 | id: Backside Room/Panel_four_four_4 | ||
| 3114 | tag: midwhite | ||
| 3115 | hunt: True | ||
| 3116 | required_door: | ||
| 3117 | room: Outside The Undeterred | ||
| 3118 | door: Fours | ||
| 3119 | doors: | ||
| 3120 | Color Hallways Entrance: | ||
| 3121 | id: Appendix Room Area Doors/Door_hello_hi | ||
| 3122 | group: Entrance to The Traveled | ||
| 3123 | panels: | ||
| 3124 | - HELLO | ||
| 3125 | Color Hallways: | ||
| 3126 | entrances: | ||
| 3127 | The Traveled: | ||
| 3128 | room: The Traveled | ||
| 3129 | door: Color Hallways Entrance | ||
| 3130 | Outside The Bold: True | ||
| 3131 | Outside The Undeterred: True | ||
| 3132 | Crossroads: True | ||
| 3133 | Hedge Maze: True | ||
| 3134 | Outside The Initiated: True # backside | ||
| 3135 | Directional Gallery: True # backside | ||
| 3136 | Yellow Backside Area: True | ||
| 3137 | The Bearer: | ||
| 3138 | room: The Bearer | ||
| 3139 | door: Backside Door | ||
| 3140 | The Observant: | ||
| 3141 | room: The Observant | ||
| 3142 | door: Backside Door | ||
| 3143 | Outside The Bold: | ||
| 3144 | entrances: | ||
| 3145 | Color Hallways: True | ||
| 3146 | Champion's Rest: | ||
| 3147 | room: Champion's Rest | ||
| 3148 | door: Shortcut to The Steady | ||
| 3149 | The Bearer: | ||
| 3150 | room: The Bearer | ||
| 3151 | door: Shortcut to The Bold | ||
| 3152 | Directional Gallery: | ||
| 3153 | # There is a painting warp here from the Directional Gallery, but it | ||
| 3154 | # only appears when the sixes are revealed. It could be its own item if | ||
| 3155 | # we wanted. | ||
| 3156 | room: Number Hunt | ||
| 3157 | door: Sixes | ||
| 3158 | painting: True | ||
| 3159 | Starting Room: | ||
| 3160 | door: Painting Shortcut | ||
| 3161 | painting: True | ||
| 3162 | Room Room: True # trapdoor | ||
| 3163 | panels: | ||
| 3164 | UNOPEN: | ||
| 3165 | id: Truncate Room/Panel_unopened_open | ||
| 3166 | colors: red | ||
| 3167 | tag: midred | ||
| 3168 | BEGIN: | ||
| 3169 | id: Rock Room/Panel_begin_begin | ||
| 3170 | tag: midwhite | ||
| 3171 | SIX: | ||
| 3172 | id: Backside Room/Panel_six_six_4 | ||
| 3173 | tag: midwhite | ||
| 3174 | hunt: True | ||
| 3175 | required_door: | ||
| 3176 | room: Number Hunt | ||
| 3177 | door: Sixes | ||
| 3178 | NINE: | ||
| 3179 | id: Backside Room/Panel_nine_nine_5 | ||
| 3180 | tag: midwhite | ||
| 3181 | hunt: True | ||
| 3182 | required_door: | ||
| 3183 | room: Number Hunt | ||
| 3184 | door: Nines | ||
| 3185 | LEFT: | ||
| 3186 | id: Shuffle Room/Panel_left_left_2 | ||
| 3187 | tag: midwhite | ||
| 3188 | RIGHT: | ||
| 3189 | id: Shuffle Room/Panel_right_right_2 | ||
| 3190 | tag: midwhite | ||
| 3191 | RISE (Horizon): | ||
| 3192 | id: Open Areas/Panel_rise_horizon | ||
| 3193 | colors: blue | ||
| 3194 | tag: double topblue | ||
| 3195 | subtag: left | ||
| 3196 | link: expand HORIZON | ||
| 3197 | RISE (Sunrise): | ||
| 3198 | id: Open Areas/Panel_rise_sunrise | ||
| 3199 | colors: blue | ||
| 3200 | tag: double topblue | ||
| 3201 | subtag: left | ||
| 3202 | link: expand SUNRISE | ||
| 3203 | ZEN: | ||
| 3204 | id: Open Areas/Panel_son_horizon | ||
| 3205 | colors: blue | ||
| 3206 | tag: double topblue | ||
| 3207 | subtag: right | ||
| 3208 | link: expand HORIZON | ||
| 3209 | SON: | ||
| 3210 | id: Open Areas/Panel_son_sunrise | ||
| 3211 | colors: blue | ||
| 3212 | tag: double topblue | ||
| 3213 | subtag: right | ||
| 3214 | link: expand SUNRISE | ||
| 3215 | STARGAZER: | ||
| 3216 | id: Open Areas/Panel_stargazer_stargazer | ||
| 3217 | tag: midwhite | ||
| 3218 | required_door: | ||
| 3219 | door: Stargazer Door | ||
| 3220 | MOUTH: | ||
| 3221 | id: Cross Room/Panel_mouth_south | ||
| 3222 | colors: purple | ||
| 3223 | tag: midpurp | ||
| 3224 | YEAST: | ||
| 3225 | id: Cross Room/Panel_yeast_east | ||
| 3226 | colors: red | ||
| 3227 | tag: midred | ||
| 3228 | WET: | ||
| 3229 | id: Cross Room/Panel_wet_west | ||
| 3230 | colors: blue | ||
| 3231 | tag: midblue | ||
| 3232 | doors: | ||
| 3233 | Bold Entrance: | ||
| 3234 | id: Red Blue Purple Room Area Doors/Door_unopened_open | ||
| 3235 | item_name: The Bold - Entrance | ||
| 3236 | panels: | ||
| 3237 | - UNOPEN | ||
| 3238 | Painting Shortcut: | ||
| 3239 | painting_id: pencil_painting6 | ||
| 3240 | skip_location: True | ||
| 3241 | item_name: Starting Room - Pencil Painting | ||
| 3242 | panels: | ||
| 3243 | - UNOPEN | ||
| 3244 | Steady Entrance: | ||
| 3245 | id: Rock Room Doors/Door_2 | ||
| 3246 | item_name: The Steady - Entrance | ||
| 3247 | panels: | ||
| 3248 | - BEGIN | ||
| 3249 | Lilac Entrance: | ||
| 3250 | event: True | ||
| 3251 | panels: | ||
| 3252 | - room: The Steady (Rose) | ||
| 3253 | panel: SOAR | ||
| 3254 | Stargazer Door: | ||
| 3255 | event: True | ||
| 3256 | panels: | ||
| 3257 | - RISE (Horizon) | ||
| 3258 | - RISE (Sunrise) | ||
| 3259 | - ZEN | ||
| 3260 | - SON | ||
| 3261 | paintings: | ||
| 3262 | - id: pencil_painting2 | ||
| 3263 | orientation: west | ||
| 3264 | - id: north_missing2 | ||
| 3265 | orientation: north | ||
| 3266 | The Bold: | ||
| 3267 | entrances: | ||
| 3268 | Outside The Bold: | ||
| 3269 | room: Outside The Bold | ||
| 3270 | door: Bold Entrance | ||
| 3271 | panels: | ||
| 3272 | Achievement: | ||
| 3273 | id: Countdown Panels/Panel_emboldened_bold | ||
| 3274 | colors: red | ||
| 3275 | tag: forbid | ||
| 3276 | check: True | ||
| 3277 | achievement: The Bold | ||
| 3278 | FOOT: | ||
| 3279 | id: Truncate Room/Panel_foot_toe | ||
| 3280 | colors: red | ||
| 3281 | tag: botred | ||
| 3282 | NEEDLE: | ||
| 3283 | id: Truncate Room/Panel_needle_eye | ||
| 3284 | colors: red | ||
| 3285 | tag: double botred | ||
| 3286 | subtag: left | ||
| 3287 | link: mero EYE | ||
| 3288 | FACE: | ||
| 3289 | id: Truncate Room/Panel_face_eye | ||
| 3290 | colors: red | ||
| 3291 | tag: double botred | ||
| 3292 | subtag: right | ||
| 3293 | link: mero EYE | ||
| 3294 | SIGN: | ||
| 3295 | id: Truncate Room/Panel_sign_sigh | ||
| 3296 | colors: red | ||
| 3297 | tag: topred | ||
| 3298 | HEARTBREAK: | ||
| 3299 | id: Truncate Room/Panel_heartbreak_brake | ||
| 3300 | colors: red | ||
| 3301 | tag: topred | ||
| 3302 | UNDEAD: | ||
| 3303 | id: Truncate Room/Panel_undead_dead | ||
| 3304 | colors: red | ||
| 3305 | tag: double midred | ||
| 3306 | subtag: left | ||
| 3307 | link: trunc DEAD | ||
| 3308 | DEADLINE: | ||
| 3309 | id: Truncate Room/Panel_deadline_dead | ||
| 3310 | colors: red | ||
| 3311 | tag: double midred | ||
| 3312 | subtag: right | ||
| 3313 | link: trunc DEAD | ||
| 3314 | SUSHI: | ||
| 3315 | id: Truncate Room/Panel_sushi_hi | ||
| 3316 | colors: red | ||
| 3317 | tag: midred | ||
| 3318 | THISTLE: | ||
| 3319 | id: Truncate Room/Panel_thistle_this | ||
| 3320 | colors: red | ||
| 3321 | tag: midred | ||
| 3322 | LANDMASS: | ||
| 3323 | id: Truncate Room/Panel_landmass_mass | ||
| 3324 | colors: red | ||
| 3325 | tag: double midred | ||
| 3326 | subtag: left | ||
| 3327 | link: trunc MASS | ||
| 3328 | MASSACRED: | ||
| 3329 | id: Truncate Room/Panel_massacred_mass | ||
| 3330 | colors: red | ||
| 3331 | tag: double midred | ||
| 3332 | subtag: right | ||
| 3333 | link: trunc MASS | ||
| 3334 | AIRPLANE: | ||
| 3335 | id: Truncate Room/Panel_airplane_plain | ||
| 3336 | colors: red | ||
| 3337 | tag: topred | ||
| 3338 | NIGHTMARE: | ||
| 3339 | id: Truncate Room/Panel_nightmare_knight | ||
| 3340 | colors: red | ||
| 3341 | tag: topred | ||
| 3342 | MOUTH: | ||
| 3343 | id: Truncate Room/Panel_mouth_teeth | ||
| 3344 | colors: red | ||
| 3345 | tag: double botred | ||
| 3346 | subtag: left | ||
| 3347 | link: mero TEETH | ||
| 3348 | SAW: | ||
| 3349 | id: Truncate Room/Panel_saw_teeth | ||
| 3350 | colors: red | ||
| 3351 | tag: double botred | ||
| 3352 | subtag: right | ||
| 3353 | link: mero TEETH | ||
| 3354 | HAND: | ||
| 3355 | id: Truncate Room/Panel_hand_finger | ||
| 3356 | colors: red | ||
| 3357 | tag: botred | ||
| 3358 | Outside The Undeterred: | ||
| 3359 | entrances: | ||
| 3360 | Color Hallways: True | ||
| 3361 | Orange Tower First Floor: True # sunwarp | ||
| 3362 | Orange Tower Second Floor: True | ||
| 3363 | The Artistic (Smiley): True | ||
| 3364 | The Artistic (Panda): True | ||
| 3365 | The Artistic (Apple): True | ||
| 3366 | The Artistic (Lattice): True | ||
| 3367 | Yellow Backside Area: | ||
| 3368 | painting: True | ||
| 3369 | Number Hunt: | ||
| 3370 | door: Number Hunt | ||
| 3371 | Directional Gallery: | ||
| 3372 | room: Directional Gallery | ||
| 3373 | door: Shortcut to The Undeterred | ||
| 3374 | Starting Room: | ||
| 3375 | door: Painting Shortcut | ||
| 3376 | painting: True | ||
| 3377 | panels: | ||
| 3378 | HOLLOW: | ||
| 3379 | id: Hallway Room/Panel_hollow_hollow | ||
| 3380 | tag: midwhite | ||
| 3381 | ART + ART: | ||
| 3382 | id: Tower Room/Panel_art_art_eat_2 | ||
| 3383 | colors: orange | ||
| 3384 | check: True | ||
| 3385 | tag: midorange | ||
| 3386 | PEN: | ||
| 3387 | id: Blue Room/Panel_pen_open | ||
| 3388 | colors: blue | ||
| 3389 | tag: midblue | ||
| 3390 | HUSTLING: | ||
| 3391 | id: Open Areas/Panel_hustling_sunlight | ||
| 3392 | colors: yellow | ||
| 3393 | tag: midyellow | ||
| 3394 | SUNLIGHT: | ||
| 3395 | id: Open Areas/Panel_sunlight_light | ||
| 3396 | colors: red | ||
| 3397 | tag: midred | ||
| 3398 | required_panel: | ||
| 3399 | panel: HUSTLING | ||
| 3400 | LIGHT: | ||
| 3401 | id: Open Areas/Panel_light_bright | ||
| 3402 | colors: purple | ||
| 3403 | tag: midpurp | ||
| 3404 | required_panel: | ||
| 3405 | panel: SUNLIGHT | ||
| 3406 | BRIGHT: | ||
| 3407 | id: Open Areas/Panel_bright_sunny | ||
| 3408 | tag: botwhite | ||
| 3409 | required_panel: | ||
| 3410 | panel: LIGHT | ||
| 3411 | SUNNY: | ||
| 3412 | id: Open Areas/Panel_sunny_rainy | ||
| 3413 | colors: black | ||
| 3414 | tag: botblack | ||
| 3415 | required_panel: | ||
| 3416 | panel: BRIGHT | ||
| 3417 | RAINY: | ||
| 3418 | id: Open Areas/Panel_rainy_rainbow | ||
| 3419 | colors: brown | ||
| 3420 | tag: botbrown | ||
| 3421 | required_panel: | ||
| 3422 | panel: SUNNY | ||
| 3423 | check: True | ||
| 3424 | ZERO: | ||
| 3425 | id: Backside Room/Panel_zero_zero | ||
| 3426 | tag: midwhite | ||
| 3427 | required_door: | ||
| 3428 | room: Number Hunt | ||
| 3429 | door: Zero Door | ||
| 3430 | ONE: | ||
| 3431 | id: Backside Room/Panel_one_one | ||
| 3432 | tag: midwhite | ||
| 3433 | TWO (1): | ||
| 3434 | id: Backside Room/Panel_two_two | ||
| 3435 | tag: midwhite | ||
| 3436 | required_door: | ||
| 3437 | door: Twos | ||
| 3438 | TWO (2): | ||
| 3439 | id: Backside Room/Panel_two_two_2 | ||
| 3440 | tag: midwhite | ||
| 3441 | required_door: | ||
| 3442 | door: Twos | ||
| 3443 | THREE (1): | ||
| 3444 | id: Backside Room/Panel_three_three | ||
| 3445 | tag: midwhite | ||
| 3446 | required_door: | ||
| 3447 | door: Threes | ||
| 3448 | THREE (2): | ||
| 3449 | id: Backside Room/Panel_three_three_2 | ||
| 3450 | tag: midwhite | ||
| 3451 | required_door: | ||
| 3452 | door: Threes | ||
| 3453 | THREE (3): | ||
| 3454 | id: Backside Room/Panel_three_three_3 | ||
| 3455 | tag: midwhite | ||
| 3456 | required_door: | ||
| 3457 | door: Threes | ||
| 3458 | FOUR: | ||
| 3459 | id: Backside Room/Panel_four_four | ||
| 3460 | tag: midwhite | ||
| 3461 | required_door: | ||
| 3462 | door: Fours | ||
| 3463 | doors: | ||
| 3464 | Undeterred Entrance: | ||
| 3465 | id: Red Blue Purple Room Area Doors/Door_pen_open | ||
| 3466 | item_name: The Undeterred - Entrance | ||
| 3467 | panels: | ||
| 3468 | - PEN | ||
| 3469 | Painting Shortcut: | ||
| 3470 | painting_id: | ||
| 3471 | - blueman_painting_3 | ||
| 3472 | - arrows_painting3 | ||
| 3473 | skip_location: True | ||
| 3474 | item_name: Starting Room - Blue Painting | ||
| 3475 | panels: | ||
| 3476 | - PEN | ||
| 3477 | Green Painting: | ||
| 3478 | painting_id: maze_painting_3 | ||
| 3479 | skip_location: True | ||
| 3480 | panels: | ||
| 3481 | - FOUR | ||
| 3482 | Twos: | ||
| 3483 | id: | ||
| 3484 | - Count Up Room Area Doors/Door_two_hider | ||
| 3485 | - Count Up Room Area Doors/Door_two_hider_2 | ||
| 3486 | include_reduce: True | ||
| 3487 | panels: | ||
| 3488 | - ONE | ||
| 3489 | Threes: | ||
| 3490 | id: | ||
| 3491 | - Count Up Room Area Doors/Door_three_hider | ||
| 3492 | - Count Up Room Area Doors/Door_three_hider_2 | ||
| 3493 | - Count Up Room Area Doors/Door_three_hider_3 | ||
| 3494 | location_name: Twos | ||
| 3495 | include_reduce: True | ||
| 3496 | panels: | ||
| 3497 | - TWO (1) | ||
| 3498 | - TWO (2) | ||
| 3499 | Number Hunt: | ||
| 3500 | id: Count Up Room Area Doors/Door_three_unlocked | ||
| 3501 | location_name: Threes | ||
| 3502 | include_reduce: True | ||
| 3503 | panels: | ||
| 3504 | - THREE (1) | ||
| 3505 | - THREE (2) | ||
| 3506 | - THREE (3) | ||
| 3507 | Fours: | ||
| 3508 | id: | ||
| 3509 | - Count Up Room Area Doors/Door_four_hider | ||
| 3510 | - Count Up Room Area Doors/Door_four_hider_2 | ||
| 3511 | - Count Up Room Area Doors/Door_four_hider_3 | ||
| 3512 | - Count Up Room Area Doors/Door_four_hider_4 | ||
| 3513 | skip_location: True | ||
| 3514 | panels: | ||
| 3515 | - THREE (1) | ||
| 3516 | - THREE (2) | ||
| 3517 | - THREE (3) | ||
| 3518 | Fives: | ||
| 3519 | id: | ||
| 3520 | - Count Up Room Area Doors/Door_five_hider | ||
| 3521 | - Count Up Room Area Doors/Door_five_hider_4 | ||
| 3522 | - Count Up Room Area Doors/Door_five_hider_5 | ||
| 3523 | location_name: Fours | ||
| 3524 | item_name: Number Hunt - Fives | ||
| 3525 | include_reduce: True | ||
| 3526 | panels: | ||
| 3527 | - FOUR | ||
| 3528 | - room: Hub Room | ||
| 3529 | panel: FOUR | ||
| 3530 | - room: Dead End Area | ||
| 3531 | panel: FOUR | ||
| 3532 | - room: The Traveled | ||
| 3533 | panel: FOUR | ||
| 3534 | Challenge Entrance: | ||
| 3535 | id: Count Up Room Area Doors/Door_zero_unlocked | ||
| 3536 | item_name: Number Hunt - Challenge Entrance | ||
| 3537 | panels: | ||
| 3538 | - ZERO | ||
| 3539 | paintings: | ||
| 3540 | - id: maze_painting_3 | ||
| 3541 | enter_only: True | ||
| 3542 | orientation: north | ||
| 3543 | move: True | ||
| 3544 | required_door: | ||
| 3545 | door: Green Painting | ||
| 3546 | - id: blueman_painting_2 | ||
| 3547 | orientation: east | ||
| 3548 | The Undeterred: | ||
| 3549 | entrances: | ||
| 3550 | Outside The Undeterred: | ||
| 3551 | room: Outside The Undeterred | ||
| 3552 | door: Undeterred Entrance | ||
| 3553 | panels: | ||
| 3554 | Achievement: | ||
| 3555 | id: Countdown Panels/Panel_deterred_undeterred | ||
| 3556 | colors: blue | ||
| 3557 | tag: forbid | ||
| 3558 | check: True | ||
| 3559 | achievement: The Undeterred | ||
| 3560 | BONE: | ||
| 3561 | id: Blue Room/Panel_bone_skeleton | ||
| 3562 | colors: blue | ||
| 3563 | tag: botblue | ||
| 3564 | EYE: | ||
| 3565 | id: Blue Room/Panel_mouth_face | ||
| 3566 | colors: blue | ||
| 3567 | tag: double botblue | ||
| 3568 | subtag: left | ||
| 3569 | link: holo FACE | ||
| 3570 | MOUTH: | ||
| 3571 | id: Blue Room/Panel_eye_face | ||
| 3572 | colors: blue | ||
| 3573 | tag: double botblue | ||
| 3574 | subtag: right | ||
| 3575 | link: holo FACE | ||
| 3576 | IRIS: | ||
| 3577 | id: Blue Room/Panel_toucan_bird | ||
| 3578 | colors: blue | ||
| 3579 | tag: botblue | ||
| 3580 | EYE (2): | ||
| 3581 | id: Blue Room/Panel_two_toucan | ||
| 3582 | colors: blue | ||
| 3583 | tag: topblue | ||
| 3584 | ICE: | ||
| 3585 | id: Blue Room/Panel_ice_eyesight | ||
| 3586 | colors: blue | ||
| 3587 | tag: double topblue | ||
| 3588 | subtag: left | ||
| 3589 | link: hex EYESIGHT | ||
| 3590 | HEIGHT: | ||
| 3591 | id: Blue Room/Panel_height_eyesight | ||
| 3592 | colors: blue | ||
| 3593 | tag: double topblue | ||
| 3594 | subtag: right | ||
| 3595 | link: hex EYESIGHT | ||
| 3596 | EYE (3): | ||
| 3597 | id: Blue Room/Panel_eye_hi | ||
| 3598 | colors: blue | ||
| 3599 | tag: topblue | ||
| 3600 | NOT: | ||
| 3601 | id: Blue Room/Panel_not_notice | ||
| 3602 | colors: blue | ||
| 3603 | tag: midblue | ||
| 3604 | JUST: | ||
| 3605 | id: Blue Room/Panel_just_readjust | ||
| 3606 | colors: blue | ||
| 3607 | tag: double midblue | ||
| 3608 | subtag: left | ||
| 3609 | link: exp READJUST | ||
| 3610 | READ: | ||
| 3611 | id: Blue Room/Panel_read_readjust | ||
| 3612 | colors: blue | ||
| 3613 | tag: double midblue | ||
| 3614 | subtag: right | ||
| 3615 | link: exp READJUST | ||
| 3616 | FATHER: | ||
| 3617 | id: Blue Room/Panel_ate_primate | ||
| 3618 | colors: blue | ||
| 3619 | tag: midblue | ||
| 3620 | FEATHER: | ||
| 3621 | id: Blue Room/Panel_primate_mammal | ||
| 3622 | colors: blue | ||
| 3623 | tag: botblue | ||
| 3624 | CONTINENT: | ||
| 3625 | id: Blue Room/Panel_continent_planet | ||
| 3626 | colors: blue | ||
| 3627 | tag: double botblue | ||
| 3628 | subtag: left | ||
| 3629 | link: holo PLANET | ||
| 3630 | OCEAN: | ||
| 3631 | id: Blue Room/Panel_ocean_planet | ||
| 3632 | colors: blue | ||
| 3633 | tag: double botblue | ||
| 3634 | subtag: right | ||
| 3635 | link: holo PLANET | ||
| 3636 | WALL: | ||
| 3637 | id: Blue Room/Panel_wall_room | ||
| 3638 | colors: blue | ||
| 3639 | tag: botblue | ||
| 3640 | Number Hunt: | ||
| 3641 | # This works a little differently than in the base game. The door to the | ||
| 3642 | # initial number in each set opens at the same time as the rest of the doors | ||
| 3643 | # in that set. | ||
| 3644 | entrances: | ||
| 3645 | Outside The Undeterred: | ||
| 3646 | room: Outside The Undeterred | ||
| 3647 | door: Number Hunt | ||
| 3648 | Directional Gallery: | ||
| 3649 | door: Door to Directional Gallery | ||
| 3650 | Challenge Room: | ||
| 3651 | room: Outside The Undeterred | ||
| 3652 | door: Challenge Entrance | ||
| 3653 | panels: | ||
| 3654 | FIVE: | ||
| 3655 | id: Backside Room/Panel_five_five | ||
| 3656 | tag: midwhite | ||
| 3657 | required_door: | ||
| 3658 | room: Outside The Undeterred | ||
| 3659 | door: Fives | ||
| 3660 | SIX: | ||
| 3661 | id: Backside Room/Panel_six_six | ||
| 3662 | tag: midwhite | ||
| 3663 | required_door: | ||
| 3664 | door: Sixes | ||
| 3665 | SEVEN: | ||
| 3666 | id: Backside Room/Panel_seven_seven | ||
| 3667 | tag: midwhite | ||
| 3668 | required_door: | ||
| 3669 | door: Sevens | ||
| 3670 | EIGHT: | ||
| 3671 | id: Backside Room/Panel_eight_eight | ||
| 3672 | tag: midwhite | ||
| 3673 | required_door: | ||
| 3674 | door: Eights | ||
| 3675 | NINE: | ||
| 3676 | id: Backside Room/Panel_nine_nine | ||
| 3677 | tag: midwhite | ||
| 3678 | required_door: | ||
| 3679 | door: Nines | ||
| 3680 | doors: | ||
| 3681 | Door to Directional Gallery: | ||
| 3682 | id: Count Up Room Area Doors/Door_five_unlocked | ||
| 3683 | group: Directional Gallery Doors | ||
| 3684 | skip_location: True | ||
| 3685 | panels: | ||
| 3686 | - FIVE | ||
| 3687 | Sixes: | ||
| 3688 | id: | ||
| 3689 | - Count Up Room Area Doors/Door_six_hider | ||
| 3690 | - Count Up Room Area Doors/Door_six_hider_2 | ||
| 3691 | - Count Up Room Area Doors/Door_six_hider_3 | ||
| 3692 | - Count Up Room Area Doors/Door_six_hider_4 | ||
| 3693 | - Count Up Room Area Doors/Door_six_hider_5 | ||
| 3694 | - Count Up Room Area Doors/Door_six_hider_6 | ||
| 3695 | painting_id: pencil_painting3 # See note in Outside The Bold | ||
| 3696 | location_name: Fives | ||
| 3697 | include_reduce: True | ||
| 3698 | panels: | ||
| 3699 | - FIVE | ||
| 3700 | - room: Outside The Agreeable | ||
| 3701 | panel: FIVE (1) | ||
| 3702 | - room: Outside The Agreeable | ||
| 3703 | panel: FIVE (2) | ||
| 3704 | - room: Directional Gallery | ||
| 3705 | panel: FIVE (1) | ||
| 3706 | - room: Directional Gallery | ||
| 3707 | panel: FIVE (2) | ||
| 3708 | Sevens: | ||
| 3709 | id: | ||
| 3710 | - Count Up Room Area Doors/Door_seven_hider | ||
| 3711 | - Count Up Room Area Doors/Door_seven_unlocked | ||
| 3712 | - Count Up Room Area Doors/Door_seven_hider_2 | ||
| 3713 | - Count Up Room Area Doors/Door_seven_hider_3 | ||
| 3714 | - Count Up Room Area Doors/Door_seven_hider_4 | ||
| 3715 | - Count Up Room Area Doors/Door_seven_hider_5 | ||
| 3716 | - Count Up Room Area Doors/Door_seven_hider_6 | ||
| 3717 | - Count Up Room Area Doors/Door_seven_hider_7 | ||
| 3718 | location_name: Sixes | ||
| 3719 | include_reduce: True | ||
| 3720 | panels: | ||
| 3721 | - SIX | ||
| 3722 | - room: Outside The Bold | ||
| 3723 | panel: SIX | ||
| 3724 | - room: Directional Gallery | ||
| 3725 | panel: SIX (1) | ||
| 3726 | - room: Directional Gallery | ||
| 3727 | panel: SIX (2) | ||
| 3728 | - room: The Bearer (East) | ||
| 3729 | panel: SIX | ||
| 3730 | - room: The Bearer (South) | ||
| 3731 | panel: SIX | ||
| 3732 | Eights: | ||
| 3733 | id: | ||
| 3734 | - Count Up Room Area Doors/Door_eight_hider | ||
| 3735 | - Count Up Room Area Doors/Door_eight_unlocked | ||
| 3736 | - Count Up Room Area Doors/Door_eight_hider_2 | ||
| 3737 | - Count Up Room Area Doors/Door_eight_hider_3 | ||
| 3738 | - Count Up Room Area Doors/Door_eight_hider_4 | ||
| 3739 | - Count Up Room Area Doors/Door_eight_hider_5 | ||
| 3740 | - Count Up Room Area Doors/Door_eight_hider_6 | ||
| 3741 | - Count Up Room Area Doors/Door_eight_hider_7 | ||
| 3742 | - Count Up Room Area Doors/Door_eight_hider_8 | ||
| 3743 | location_name: Sevens | ||
| 3744 | include_reduce: True | ||
| 3745 | panels: | ||
| 3746 | - SEVEN | ||
| 3747 | - room: Directional Gallery | ||
| 3748 | panel: SEVEN | ||
| 3749 | - room: Knight Night Exit | ||
| 3750 | panel: SEVEN (1) | ||
| 3751 | - room: Knight Night Exit | ||
| 3752 | panel: SEVEN (2) | ||
| 3753 | - room: Knight Night Exit | ||
| 3754 | panel: SEVEN (3) | ||
| 3755 | - room: Outside The Initiated | ||
| 3756 | panel: SEVEN (1) | ||
| 3757 | - room: Outside The Initiated | ||
| 3758 | panel: SEVEN (2) | ||
| 3759 | Nines: | ||
| 3760 | id: | ||
| 3761 | - Count Up Room Area Doors/Door_nine_hider | ||
| 3762 | - Count Up Room Area Doors/Door_nine_hider_2 | ||
| 3763 | - Count Up Room Area Doors/Door_nine_hider_3 | ||
| 3764 | - Count Up Room Area Doors/Door_nine_hider_4 | ||
| 3765 | - Count Up Room Area Doors/Door_nine_hider_5 | ||
| 3766 | - Count Up Room Area Doors/Door_nine_hider_6 | ||
| 3767 | - Count Up Room Area Doors/Door_nine_hider_7 | ||
| 3768 | - Count Up Room Area Doors/Door_nine_hider_8 | ||
| 3769 | - Count Up Room Area Doors/Door_nine_hider_9 | ||
| 3770 | location_name: Eights | ||
| 3771 | include_reduce: True | ||
| 3772 | panels: | ||
| 3773 | - EIGHT | ||
| 3774 | - room: Directional Gallery | ||
| 3775 | panel: EIGHT | ||
| 3776 | - room: The Eyes They See | ||
| 3777 | panel: EIGHT | ||
| 3778 | - room: Dead End Area | ||
| 3779 | panel: EIGHT | ||
| 3780 | - room: Crossroads | ||
| 3781 | panel: EIGHT | ||
| 3782 | - room: Hot Crusts Area | ||
| 3783 | panel: EIGHT | ||
| 3784 | - room: Art Gallery | ||
| 3785 | panel: EIGHT | ||
| 3786 | - room: Outside The Initiated | ||
| 3787 | panel: EIGHT | ||
| 3788 | Zero Door: | ||
| 3789 | # The black wall isn't a door, so we can't ever hide it. | ||
| 3790 | id: Count Up Room Area Doors/Door_zero_hider_2 | ||
| 3791 | location_name: Nines | ||
| 3792 | item_name: Outside The Undeterred - Zero Door | ||
| 3793 | include_reduce: True | ||
| 3794 | panels: | ||
| 3795 | - NINE | ||
| 3796 | - room: Directional Gallery | ||
| 3797 | panel: NINE | ||
| 3798 | - room: Amen Name Area | ||
| 3799 | panel: NINE | ||
| 3800 | - room: Yellow Backside Area | ||
| 3801 | panel: NINE | ||
| 3802 | - room: Outside The Initiated | ||
| 3803 | panel: NINE | ||
| 3804 | - room: Outside The Bold | ||
| 3805 | panel: NINE | ||
| 3806 | - room: Rhyme Room (Cross) | ||
| 3807 | panel: NINE | ||
| 3808 | - room: Orange Tower Fifth Floor | ||
| 3809 | panel: NINE | ||
| 3810 | - room: Elements Area | ||
| 3811 | panel: NINE | ||
| 3812 | paintings: | ||
| 3813 | - id: smile_painting_5 | ||
| 3814 | enter_only: True | ||
| 3815 | orientation: east | ||
| 3816 | required_door: | ||
| 3817 | door: Eights | ||
| 3818 | Directional Gallery: | ||
| 3819 | entrances: | ||
| 3820 | Outside The Agreeable: True # sunwarp | ||
| 3821 | Orange Tower First Floor: | ||
| 3822 | room: Orange Tower First Floor | ||
| 3823 | door: Salt Pepper Door | ||
| 3824 | Outside The Undeterred: | ||
| 3825 | door: Shortcut to The Undeterred | ||
| 3826 | Number Hunt: | ||
| 3827 | room: Number Hunt | ||
| 3828 | door: Door to Directional Gallery | ||
| 3829 | panels: | ||
| 3830 | PEPPER: | ||
| 3831 | id: Backside Room/Panel_pepper_salt | ||
| 3832 | colors: black | ||
| 3833 | tag: botblack | ||
| 3834 | TURN: | ||
| 3835 | id: Backside Room/Panel_turn_return | ||
| 3836 | colors: blue | ||
| 3837 | tag: midblue | ||
| 3838 | LEARN: | ||
| 3839 | id: Backside Room/Panel_learn_return | ||
| 3840 | colors: purple | ||
| 3841 | tag: midpurp | ||
| 3842 | FIVE (1): | ||
| 3843 | id: Backside Room/Panel_five_five_3 | ||
| 3844 | tag: midwhite | ||
| 3845 | hunt: True | ||
| 3846 | required_panel: | ||
| 3847 | panel: LIGHT | ||
| 3848 | FIVE (2): | ||
| 3849 | id: Backside Room/Panel_five_five_2 | ||
| 3850 | tag: midwhite | ||
| 3851 | hunt: True | ||
| 3852 | required_panel: | ||
| 3853 | panel: WARD | ||
| 3854 | SIX (1): | ||
| 3855 | id: Backside Room/Panel_six_six_3 | ||
| 3856 | tag: midwhite | ||
| 3857 | hunt: True | ||
| 3858 | required_door: | ||
| 3859 | room: Number Hunt | ||
| 3860 | door: Sixes | ||
| 3861 | SIX (2): | ||
| 3862 | id: Backside Room/Panel_six_six_2 | ||
| 3863 | tag: midwhite | ||
| 3864 | hunt: True | ||
| 3865 | required_door: | ||
| 3866 | room: Number Hunt | ||
| 3867 | door: Sixes | ||
| 3868 | SEVEN: | ||
| 3869 | id: Backside Room/Panel_seven_seven_2 | ||
| 3870 | tag: midwhite | ||
| 3871 | hunt: True | ||
| 3872 | required_door: | ||
| 3873 | room: Number Hunt | ||
| 3874 | door: Sevens | ||
| 3875 | EIGHT: | ||
| 3876 | id: Backside Room/Panel_eight_eight_2 | ||
| 3877 | tag: midwhite | ||
| 3878 | hunt: True | ||
| 3879 | required_door: | ||
| 3880 | room: Number Hunt | ||
| 3881 | door: Eights | ||
| 3882 | NINE: | ||
| 3883 | id: Backside Room/Panel_nine_nine_6 | ||
| 3884 | tag: midwhite | ||
| 3885 | hunt: True | ||
| 3886 | required_door: | ||
| 3887 | room: Number Hunt | ||
| 3888 | door: Nines | ||
| 3889 | BACKSIDE: | ||
| 3890 | id: Backside Room/Panel_backside_4 | ||
| 3891 | tag: midwhite | ||
| 3892 | hunt: True | ||
| 3893 | "834283054": | ||
| 3894 | id: Tower Room/Panel_834283054_undaunted | ||
| 3895 | colors: orange | ||
| 3896 | check: True | ||
| 3897 | exclude_reduce: True | ||
| 3898 | tag: midorange | ||
| 3899 | required_door: | ||
| 3900 | room: Number Hunt | ||
| 3901 | door: Sixes | ||
| 3902 | PARANOID: | ||
| 3903 | id: Backside Room/Panel_paranoid_paranoid | ||
| 3904 | tag: midwhite | ||
| 3905 | check: True | ||
| 3906 | exclude_reduce: True | ||
| 3907 | required_door: | ||
| 3908 | room: Number Hunt | ||
| 3909 | door: Sixes | ||
| 3910 | YELLOW: | ||
| 3911 | id: Color Arrow Room/Panel_yellow_afar | ||
| 3912 | tag: midwhite | ||
| 3913 | hunt: True | ||
| 3914 | required_door: | ||
| 3915 | door: Yellow Barrier | ||
| 3916 | WADED + WEE: | ||
| 3917 | id: Tower Room/Panel_waded_wee_warts_7 | ||
| 3918 | colors: orange | ||
| 3919 | check: True | ||
| 3920 | exclude_reduce: True | ||
| 3921 | tag: midorange | ||
| 3922 | THE EYES: | ||
| 3923 | id: Shuffle Room/Panel_theeyes_theeyes | ||
| 3924 | tag: midwhite | ||
| 3925 | LEFT: | ||
| 3926 | id: Shuffle Room/Panel_left_left | ||
| 3927 | tag: midwhite | ||
| 3928 | RIGHT: | ||
| 3929 | id: Shuffle Room/Panel_right_right | ||
| 3930 | tag: midwhite | ||
| 3931 | MIDDLE: | ||
| 3932 | id: Shuffle Room/Panel_middle_middle | ||
| 3933 | tag: midwhite | ||
| 3934 | WARD: | ||
| 3935 | id: Backside Room/Panel_ward_forward | ||
| 3936 | colors: blue | ||
| 3937 | tag: midblue | ||
| 3938 | HIND: | ||
| 3939 | id: Backside Room/Panel_hind_behind | ||
| 3940 | colors: blue | ||
| 3941 | tag: midblue | ||
| 3942 | RIG: | ||
| 3943 | id: Backside Room/Panel_rig_right | ||
| 3944 | colors: blue | ||
| 3945 | tag: midblue | ||
| 3946 | WINDWARD: | ||
| 3947 | id: Backside Room/Panel_windward_forward | ||
| 3948 | colors: purple | ||
| 3949 | tag: midpurp | ||
| 3950 | LIGHT: | ||
| 3951 | id: Backside Room/Panel_light_right | ||
| 3952 | colors: purple | ||
| 3953 | tag: midpurp | ||
| 3954 | REWIND: | ||
| 3955 | id: Backside Room/Panel_rewind_behind | ||
| 3956 | colors: purple | ||
| 3957 | tag: midpurp | ||
| 3958 | doors: | ||
| 3959 | Shortcut to The Undeterred: | ||
| 3960 | id: Count Up Room Area Doors/Door_return_double | ||
| 3961 | group: Directional Gallery Doors | ||
| 3962 | panels: | ||
| 3963 | - TURN | ||
| 3964 | - LEARN | ||
| 3965 | Yellow Barrier: | ||
| 3966 | id: Color Arrow Room Doors/Door_yellow_4 | ||
| 3967 | group: Color Hunt Barriers | ||
| 3968 | skip_location: True | ||
| 3969 | panels: | ||
| 3970 | - room: Champion's Rest | ||
| 3971 | panel: YELLOW | ||
| 3972 | paintings: | ||
| 3973 | - id: smile_painting_7 | ||
| 3974 | orientation: south | ||
| 3975 | - id: flower_painting_4 | ||
| 3976 | orientation: south | ||
| 3977 | - id: pencil_painting3 | ||
| 3978 | enter_only: True | ||
| 3979 | orientation: east | ||
| 3980 | move: True | ||
| 3981 | required_door: | ||
| 3982 | room: Number Hunt | ||
| 3983 | door: Sixes | ||
| 3984 | - id: boxes_painting | ||
| 3985 | orientation: south | ||
| 3986 | - id: cherry_painting | ||
| 3987 | orientation: east | ||
| 3988 | Champion's Rest: | ||
| 3989 | entrances: | ||
| 3990 | Outside The Bold: | ||
| 3991 | door: Shortcut to The Steady | ||
| 3992 | Orange Tower Fourth Floor: True # sunwarp | ||
| 3993 | Roof: True # through ceiling of sunwarp | ||
| 3994 | panels: | ||
| 3995 | EXIT: | ||
| 3996 | id: Rock Room/Panel_red_red | ||
| 3997 | tag: midwhite | ||
| 3998 | HUES: | ||
| 3999 | id: Color Arrow Room/Panel_hues_colors | ||
| 4000 | tag: botwhite | ||
| 4001 | RED: | ||
| 4002 | id: Color Arrow Room/Panel_red_near | ||
| 4003 | check: True | ||
| 4004 | tag: midwhite | ||
| 4005 | BLUE: | ||
| 4006 | id: Color Arrow Room/Panel_blue_near | ||
| 4007 | check: True | ||
| 4008 | tag: midwhite | ||
| 4009 | YELLOW: | ||
| 4010 | id: Color Arrow Room/Panel_yellow_near | ||
| 4011 | check: True | ||
| 4012 | tag: midwhite | ||
| 4013 | GREEN: | ||
| 4014 | id: Color Arrow Room/Panel_green_near | ||
| 4015 | check: True | ||
| 4016 | tag: midwhite | ||
| 4017 | required_door: | ||
| 4018 | room: Outside The Initiated | ||
| 4019 | door: Green Barrier | ||
| 4020 | PURPLE: | ||
| 4021 | id: Color Arrow Room/Panel_purple_near | ||
| 4022 | check: True | ||
| 4023 | tag: midwhite | ||
| 4024 | required_door: | ||
| 4025 | room: Outside The Initiated | ||
| 4026 | door: Purple Barrier | ||
| 4027 | ORANGE: | ||
| 4028 | id: Color Arrow Room/Panel_orange_near | ||
| 4029 | check: True | ||
| 4030 | tag: midwhite | ||
| 4031 | required_door: | ||
| 4032 | room: Orange Tower Third Floor | ||
| 4033 | door: Orange Barrier | ||
| 4034 | YOU: | ||
| 4035 | id: Color Arrow Room/Panel_you | ||
| 4036 | required_door: | ||
| 4037 | room: Outside The Initiated | ||
| 4038 | door: Entrance | ||
| 4039 | check: True | ||
| 4040 | colors: gray | ||
| 4041 | tag: forbid | ||
| 4042 | ME: | ||
| 4043 | id: Color Arrow Room/Panel_me | ||
| 4044 | colors: gray | ||
| 4045 | tag: forbid | ||
| 4046 | required_door: | ||
| 4047 | room: Outside The Initiated | ||
| 4048 | door: Entrance | ||
| 4049 | SECRET BLUE: | ||
| 4050 | # Pretend this and the other two are white, because they are snipes. | ||
| 4051 | # TODO: Extract them and randomize them? | ||
| 4052 | id: Color Arrow Room/Panel_secret_blue | ||
| 4053 | tag: forbid | ||
| 4054 | required_door: | ||
| 4055 | room: Outside The Initiated | ||
| 4056 | door: Entrance | ||
| 4057 | SECRET YELLOW: | ||
| 4058 | id: Color Arrow Room/Panel_secret_yellow | ||
| 4059 | tag: forbid | ||
| 4060 | required_door: | ||
| 4061 | room: Outside The Initiated | ||
| 4062 | door: Entrance | ||
| 4063 | SECRET RED: | ||
| 4064 | id: Color Arrow Room/Panel_secret_red | ||
| 4065 | tag: forbid | ||
| 4066 | required_door: | ||
| 4067 | room: Outside The Initiated | ||
| 4068 | door: Entrance | ||
| 4069 | doors: | ||
| 4070 | Shortcut to The Steady: | ||
| 4071 | id: Rock Room Doors/Door_hint | ||
| 4072 | panels: | ||
| 4073 | - EXIT | ||
| 4074 | paintings: | ||
| 4075 | - id: arrows_painting_7 | ||
| 4076 | orientation: east | ||
| 4077 | - id: fruitbowl_painting3 | ||
| 4078 | orientation: west | ||
| 4079 | enter_only: True | ||
| 4080 | required_door: | ||
| 4081 | room: Outside The Initiated | ||
| 4082 | door: Entrance | ||
| 4083 | - id: colors_painting | ||
| 4084 | orientation: south | ||
| 4085 | enter_only: True | ||
| 4086 | required_door: | ||
| 4087 | room: Outside The Initiated | ||
| 4088 | door: Entrance | ||
| 4089 | The Bearer: | ||
| 4090 | entrances: | ||
| 4091 | Outside The Bold: | ||
| 4092 | door: Shortcut to The Bold | ||
| 4093 | Orange Tower Fifth Floor: | ||
| 4094 | room: Art Gallery | ||
| 4095 | door: Exit | ||
| 4096 | The Bearer (East): True | ||
| 4097 | The Bearer (North): True | ||
| 4098 | The Bearer (South): True | ||
| 4099 | The Bearer (West): True | ||
| 4100 | Roof: True | ||
| 4101 | panels: | ||
| 4102 | Achievement: | ||
| 4103 | id: Countdown Panels/Panel_bearer_bearer | ||
| 4104 | check: True | ||
| 4105 | tag: forbid | ||
| 4106 | required_panel: | ||
| 4107 | - panel: PART | ||
| 4108 | - panel: HEART | ||
| 4109 | - room: Cross Tower (East) | ||
| 4110 | panel: WINTER | ||
| 4111 | - room: The Bearer (East) | ||
| 4112 | panel: PEACE | ||
| 4113 | - room: Cross Tower (North) | ||
| 4114 | panel: NORTH | ||
| 4115 | - room: The Bearer (North) | ||
| 4116 | panel: SILENT (1) | ||
| 4117 | - room: The Bearer (North) | ||
| 4118 | panel: SILENT (2) | ||
| 4119 | - room: The Bearer (North) | ||
| 4120 | panel: SPACE | ||
| 4121 | - room: The Bearer (North) | ||
| 4122 | panel: WARTS | ||
| 4123 | - room: Cross Tower (South) | ||
| 4124 | panel: FIRE | ||
| 4125 | - room: The Bearer (South) | ||
| 4126 | panel: TENT | ||
| 4127 | - room: The Bearer (South) | ||
| 4128 | panel: BOWL | ||
| 4129 | - room: Cross Tower (West) | ||
| 4130 | panel: DIAMONDS | ||
| 4131 | - room: The Bearer (West) | ||
| 4132 | panel: SNOW | ||
| 4133 | - room: The Bearer (West) | ||
| 4134 | panel: SMILE | ||
| 4135 | - room: Bearer Side Area | ||
| 4136 | panel: SHORTCUT | ||
| 4137 | - room: Bearer Side Area | ||
| 4138 | panel: POTS | ||
| 4139 | achievement: The Bearer | ||
| 4140 | MIDDLE: | ||
| 4141 | id: Shuffle Room/Panel_middle_middle_2 | ||
| 4142 | tag: midwhite | ||
| 4143 | FARTHER: | ||
| 4144 | id: Backside Room/Panel_farther_far | ||
| 4145 | colors: red | ||
| 4146 | tag: midred | ||
| 4147 | BACKSIDE: | ||
| 4148 | id: Backside Room/Panel_backside_5 | ||
| 4149 | tag: midwhite | ||
| 4150 | hunt: True | ||
| 4151 | required_door: | ||
| 4152 | door: Backside Door | ||
| 4153 | PART: | ||
| 4154 | id: Cross Room/Panel_part_rap | ||
| 4155 | colors: | ||
| 4156 | - red | ||
| 4157 | - yellow | ||
| 4158 | tag: mid red yellow | ||
| 4159 | required_panel: | ||
| 4160 | room: The Bearer (East) | ||
| 4161 | panel: PEACE | ||
| 4162 | HEART: | ||
| 4163 | id: Cross Room/Panel_heart_tar | ||
| 4164 | colors: | ||
| 4165 | - red | ||
| 4166 | - yellow | ||
| 4167 | tag: mid red yellow | ||
| 4168 | doors: | ||
| 4169 | Shortcut to The Bold: | ||
| 4170 | id: Red Blue Purple Room Area Doors/Door_middle_middle | ||
| 4171 | panels: | ||
| 4172 | - MIDDLE | ||
| 4173 | Backside Door: | ||
| 4174 | id: Red Blue Purple Room Area Doors/Door_locked_knocked2 # yeah... | ||
| 4175 | group: Backside Doors | ||
| 4176 | panels: | ||
| 4177 | - FARTHER | ||
| 4178 | East Entrance: | ||
| 4179 | event: True | ||
| 4180 | panels: | ||
| 4181 | - HEART | ||
| 4182 | The Bearer (East): | ||
| 4183 | entrances: | ||
| 4184 | Cross Tower (East): True | ||
| 4185 | Bearer Side Area: | ||
| 4186 | door: Side Area Access | ||
| 4187 | Roof: True | ||
| 4188 | panels: | ||
| 4189 | SIX: | ||
| 4190 | id: Backside Room/Panel_six_six_5 | ||
| 4191 | tag: midwhite | ||
| 4192 | colors: | ||
| 4193 | - red | ||
| 4194 | - yellow | ||
| 4195 | hunt: True | ||
| 4196 | required_door: | ||
| 4197 | room: Number Hunt | ||
| 4198 | door: Sixes | ||
| 4199 | PEACE: | ||
| 4200 | id: Cross Room/Panel_peace_ape | ||
| 4201 | colors: | ||
| 4202 | - red | ||
| 4203 | - yellow | ||
| 4204 | tag: mid red yellow | ||
| 4205 | doors: | ||
| 4206 | North Entrance: | ||
| 4207 | event: True | ||
| 4208 | panels: | ||
| 4209 | - room: The Bearer | ||
| 4210 | panel: PART | ||
| 4211 | Side Area Access: | ||
| 4212 | event: True | ||
| 4213 | panels: | ||
| 4214 | - room: The Bearer (North) | ||
| 4215 | panel: SPACE | ||
| 4216 | The Bearer (North): | ||
| 4217 | entrances: | ||
| 4218 | Cross Tower (East): True | ||
| 4219 | Roof: True | ||
| 4220 | panels: | ||
| 4221 | SILENT (1): | ||
| 4222 | id: Cross Room/Panel_silent_list | ||
| 4223 | colors: | ||
| 4224 | - red | ||
| 4225 | - yellow | ||
| 4226 | tag: mid red yellow | ||
| 4227 | required_panel: | ||
| 4228 | room: The Bearer (West) | ||
| 4229 | panel: SMILE | ||
| 4230 | SILENT (2): | ||
| 4231 | id: Cross Room/Panel_silent_list_2 | ||
| 4232 | colors: | ||
| 4233 | - red | ||
| 4234 | - yellow | ||
| 4235 | tag: mid yellow red | ||
| 4236 | required_panel: | ||
| 4237 | room: The Bearer (West) | ||
| 4238 | panel: SMILE | ||
| 4239 | SPACE: | ||
| 4240 | id: Cross Room/Panel_space_cape | ||
| 4241 | colors: | ||
| 4242 | - red | ||
| 4243 | - yellow | ||
| 4244 | tag: mid red yellow | ||
| 4245 | WARTS: | ||
| 4246 | id: Cross Room/Panel_warts_star | ||
| 4247 | colors: | ||
| 4248 | - red | ||
| 4249 | - yellow | ||
| 4250 | tag: mid red yellow | ||
| 4251 | required_panel: | ||
| 4252 | room: The Bearer (West) | ||
| 4253 | panel: SNOW | ||
| 4254 | doors: | ||
| 4255 | South Entrance: | ||
| 4256 | event: True | ||
| 4257 | panels: | ||
| 4258 | - room: Bearer Side Area | ||
| 4259 | panel: POTS | ||
| 4260 | The Bearer (South): | ||
| 4261 | entrances: | ||
| 4262 | Cross Tower (North): True | ||
| 4263 | Bearer Side Area: | ||
| 4264 | door: Side Area Shortcut | ||
| 4265 | Roof: True | ||
| 4266 | panels: | ||
| 4267 | SIX: | ||
| 4268 | id: Backside Room/Panel_six_six_6 | ||
| 4269 | tag: midwhite | ||
| 4270 | colors: | ||
| 4271 | - red | ||
| 4272 | - yellow | ||
| 4273 | hunt: True | ||
| 4274 | required_door: | ||
| 4275 | room: Number Hunt | ||
| 4276 | door: Sixes | ||
| 4277 | TENT: | ||
| 4278 | id: Cross Room/Panel_tent_net | ||
| 4279 | colors: | ||
| 4280 | - red | ||
| 4281 | - yellow | ||
| 4282 | tag: mid red yellow | ||
| 4283 | BOWL: | ||
| 4284 | id: Cross Room/Panel_bowl_low | ||
| 4285 | colors: | ||
| 4286 | - red | ||
| 4287 | - yellow | ||
| 4288 | tag: mid red yellow | ||
| 4289 | required_panel: | ||
| 4290 | panel: TENT | ||
| 4291 | doors: | ||
| 4292 | Side Area Shortcut: | ||
| 4293 | event: True | ||
| 4294 | panels: | ||
| 4295 | - room: The Bearer (North) | ||
| 4296 | panel: SILENT (1) | ||
| 4297 | The Bearer (West): | ||
| 4298 | entrances: | ||
| 4299 | Cross Tower (West): True | ||
| 4300 | Bearer Side Area: | ||
| 4301 | door: Side Area Shortcut | ||
| 4302 | Roof: True | ||
| 4303 | panels: | ||
| 4304 | SNOW: | ||
| 4305 | id: Cross Room/Panel_smile_lime | ||
| 4306 | colors: | ||
| 4307 | - red | ||
| 4308 | - yellow | ||
| 4309 | tag: mid yellow red | ||
| 4310 | SMILE: | ||
| 4311 | id: Cross Room/Panel_snow_won | ||
| 4312 | colors: | ||
| 4313 | - red | ||
| 4314 | - yellow | ||
| 4315 | tag: mid red yellow | ||
| 4316 | required_panel: | ||
| 4317 | room: The Bearer (North) | ||
| 4318 | panel: WARTS | ||
| 4319 | doors: | ||
| 4320 | Side Area Shortcut: | ||
| 4321 | event: True | ||
| 4322 | panels: | ||
| 4323 | - room: Cross Tower (East) | ||
| 4324 | panel: WINTER | ||
| 4325 | - room: Cross Tower (North) | ||
| 4326 | panel: NORTH | ||
| 4327 | - room: Cross Tower (South) | ||
| 4328 | panel: FIRE | ||
| 4329 | - room: Cross Tower (West) | ||
| 4330 | panel: DIAMONDS | ||
| 4331 | Bearer Side Area: | ||
| 4332 | entrances: | ||
| 4333 | The Bearer (East): | ||
| 4334 | room: The Bearer (East) | ||
| 4335 | door: Side Area Access | ||
| 4336 | The Bearer (South): | ||
| 4337 | room: The Bearer (South) | ||
| 4338 | door: Side Area Shortcut | ||
| 4339 | The Bearer (West): | ||
| 4340 | room: The Bearer (West) | ||
| 4341 | door: Side Area Shortcut | ||
| 4342 | Orange Tower Third Floor: | ||
| 4343 | door: Shortcut to Tower | ||
| 4344 | Roof: True | ||
| 4345 | panels: | ||
| 4346 | SHORTCUT: | ||
| 4347 | id: Cross Room/Panel_shortcut_shortcut | ||
| 4348 | tag: midwhite | ||
| 4349 | POTS: | ||
| 4350 | id: Cross Room/Panel_pots_top | ||
| 4351 | colors: | ||
| 4352 | - red | ||
| 4353 | - yellow | ||
| 4354 | tag: mid yellow red | ||
| 4355 | doors: | ||
| 4356 | Shortcut to Tower: | ||
| 4357 | id: Cross Room Doors/Door_shortcut | ||
| 4358 | item_name: The Bearer - Shortcut to Tower | ||
| 4359 | location_name: The Bearer - SHORTCUT | ||
| 4360 | panels: | ||
| 4361 | - SHORTCUT | ||
| 4362 | West Entrance: | ||
| 4363 | event: True | ||
| 4364 | panels: | ||
| 4365 | - room: The Bearer (South) | ||
| 4366 | panel: BOWL | ||
| 4367 | Cross Tower (East): | ||
| 4368 | entrances: | ||
| 4369 | The Bearer: | ||
| 4370 | room: The Bearer | ||
| 4371 | door: East Entrance | ||
| 4372 | Roof: True | ||
| 4373 | panels: | ||
| 4374 | WINTER: | ||
| 4375 | id: Cross Room/Panel_winter_winter | ||
| 4376 | colors: blue | ||
| 4377 | tag: forbid | ||
| 4378 | required_panel: | ||
| 4379 | room: The Bearer (North) | ||
| 4380 | panel: SPACE | ||
| 4381 | required_room: Orange Tower Fifth Floor | ||
| 4382 | Cross Tower (North): | ||
| 4383 | entrances: | ||
| 4384 | The Bearer (East): | ||
| 4385 | room: The Bearer (East) | ||
| 4386 | door: North Entrance | ||
| 4387 | Roof: True | ||
| 4388 | panels: | ||
| 4389 | NORTH: | ||
| 4390 | id: Cross Room/Panel_north_north | ||
| 4391 | colors: blue | ||
| 4392 | tag: forbid | ||
| 4393 | required_panel: | ||
| 4394 | room: The Bearer (West) | ||
| 4395 | panel: SMILE | ||
| 4396 | required_room: Outside The Bold | ||
| 4397 | Cross Tower (South): | ||
| 4398 | entrances: # No roof access | ||
| 4399 | The Bearer (North): | ||
| 4400 | room: The Bearer (North) | ||
| 4401 | door: South Entrance | ||
| 4402 | panels: | ||
| 4403 | FIRE: | ||
| 4404 | id: Cross Room/Panel_fire_fire | ||
| 4405 | colors: blue | ||
| 4406 | tag: forbid | ||
| 4407 | required_panel: | ||
| 4408 | room: The Bearer (North) | ||
| 4409 | panel: SILENT (1) | ||
| 4410 | required_room: Elements Area | ||
| 4411 | Cross Tower (West): | ||
| 4412 | entrances: | ||
| 4413 | Bearer Side Area: | ||
| 4414 | room: Bearer Side Area | ||
| 4415 | door: West Entrance | ||
| 4416 | Roof: True | ||
| 4417 | panels: | ||
| 4418 | DIAMONDS: | ||
| 4419 | id: Cross Room/Panel_diamonds_diamonds | ||
| 4420 | colors: blue | ||
| 4421 | tag: forbid | ||
| 4422 | required_panel: | ||
| 4423 | room: The Bearer (North) | ||
| 4424 | panel: WARTS | ||
| 4425 | required_room: Suits Area | ||
| 4426 | The Steady (Rose): | ||
| 4427 | entrances: | ||
| 4428 | Outside The Bold: | ||
| 4429 | room: Outside The Bold | ||
| 4430 | door: Steady Entrance | ||
| 4431 | The Steady (Lilac): | ||
| 4432 | room: The Steady | ||
| 4433 | door: Reveal | ||
| 4434 | The Steady (Ruby): | ||
| 4435 | door: Forward Exit | ||
| 4436 | The Steady (Carnation): | ||
| 4437 | door: Right Exit | ||
| 4438 | panels: | ||
| 4439 | SOAR: | ||
| 4440 | id: Rock Room/Panel_soar_rose | ||
| 4441 | colors: black | ||
| 4442 | tag: topblack | ||
| 4443 | doors: | ||
| 4444 | Forward Exit: | ||
| 4445 | event: True | ||
| 4446 | panels: | ||
| 4447 | - SOAR | ||
| 4448 | Right Exit: | ||
| 4449 | event: True | ||
| 4450 | panels: | ||
| 4451 | - room: The Steady (Lilac) | ||
| 4452 | panel: LIE LACK | ||
| 4453 | The Steady (Ruby): | ||
| 4454 | entrances: | ||
| 4455 | The Steady (Rose): | ||
| 4456 | room: The Steady (Rose) | ||
| 4457 | door: Forward Exit | ||
| 4458 | The Steady (Amethyst): | ||
| 4459 | room: The Steady | ||
| 4460 | door: Reveal | ||
| 4461 | The Steady (Cherry): | ||
| 4462 | door: Forward Exit | ||
| 4463 | The Steady (Amber): | ||
| 4464 | door: Right Exit | ||
| 4465 | panels: | ||
| 4466 | BURY: | ||
| 4467 | id: Rock Room/Panel_bury_ruby | ||
| 4468 | colors: yellow | ||
| 4469 | tag: midyellow | ||
| 4470 | doors: | ||
| 4471 | Forward Exit: | ||
| 4472 | event: True | ||
| 4473 | panels: | ||
| 4474 | - room: The Steady (Lime) | ||
| 4475 | panel: LIMELIGHT | ||
| 4476 | Right Exit: | ||
| 4477 | event: True | ||
| 4478 | panels: | ||
| 4479 | - room: The Steady (Carnation) | ||
| 4480 | panel: INCARNATION | ||
| 4481 | The Steady (Carnation): | ||
| 4482 | entrances: | ||
| 4483 | The Steady (Rose): | ||
| 4484 | room: The Steady (Rose) | ||
| 4485 | door: Right Exit | ||
| 4486 | Outside The Bold: | ||
| 4487 | room: The Steady | ||
| 4488 | door: Reveal | ||
| 4489 | The Steady (Amber): | ||
| 4490 | room: The Steady | ||
| 4491 | door: Reveal | ||
| 4492 | The Steady (Sunflower): | ||
| 4493 | door: Right Exit | ||
| 4494 | panels: | ||
| 4495 | INCARNATION: | ||
| 4496 | id: Rock Room/Panel_incarnation_carnation | ||
| 4497 | colors: red | ||
| 4498 | tag: midred | ||
| 4499 | doors: | ||
| 4500 | Right Exit: | ||
| 4501 | event: True | ||
| 4502 | panels: | ||
| 4503 | - room: The Steady (Amethyst) | ||
| 4504 | panel: PACIFIST | ||
| 4505 | The Steady (Sunflower): | ||
| 4506 | entrances: | ||
| 4507 | The Steady (Carnation): | ||
| 4508 | room: The Steady (Carnation) | ||
| 4509 | door: Right Exit | ||
| 4510 | The Steady (Topaz): | ||
| 4511 | room: The Steady (Topaz) | ||
| 4512 | door: Back Exit | ||
| 4513 | panels: | ||
| 4514 | SUN: | ||
| 4515 | id: Rock Room/Panel_sun_sunflower | ||
| 4516 | colors: blue | ||
| 4517 | tag: midblue | ||
| 4518 | doors: | ||
| 4519 | Back Exit: | ||
| 4520 | event: True | ||
| 4521 | panels: | ||
| 4522 | - SUN | ||
| 4523 | The Steady (Plum): | ||
| 4524 | entrances: | ||
| 4525 | The Steady (Amethyst): | ||
| 4526 | room: The Steady | ||
| 4527 | door: Reveal | ||
| 4528 | The Steady (Blueberry): | ||
| 4529 | room: The Steady | ||
| 4530 | door: Reveal | ||
| 4531 | The Steady (Cherry): | ||
| 4532 | room: The Steady (Cherry) | ||
| 4533 | door: Left Exit | ||
| 4534 | panels: | ||
| 4535 | LUMP: | ||
| 4536 | id: Rock Room/Panel_lump_plum | ||
| 4537 | colors: yellow | ||
| 4538 | tag: midyellow | ||
| 4539 | The Steady (Lime): | ||
| 4540 | entrances: | ||
| 4541 | The Steady (Sunflower): True | ||
| 4542 | The Steady (Emerald): | ||
| 4543 | room: The Steady | ||
| 4544 | door: Reveal | ||
| 4545 | The Steady (Blueberry): | ||
| 4546 | door: Right Exit | ||
| 4547 | panels: | ||
| 4548 | LIMELIGHT: | ||
| 4549 | id: Rock Room/Panel_limelight_lime | ||
| 4550 | colors: red | ||
| 4551 | tag: midred | ||
| 4552 | doors: | ||
| 4553 | Right Exit: | ||
| 4554 | event: True | ||
| 4555 | panels: | ||
| 4556 | - room: The Steady (Amber) | ||
| 4557 | panel: ANTECHAMBER | ||
| 4558 | paintings: | ||
| 4559 | - id: pencil_painting5 | ||
| 4560 | orientation: south | ||
| 4561 | The Steady (Lemon): | ||
| 4562 | entrances: | ||
| 4563 | The Steady (Emerald): True | ||
| 4564 | The Steady (Orange): | ||
| 4565 | room: The Steady | ||
| 4566 | door: Reveal | ||
| 4567 | The Steady (Topaz): | ||
| 4568 | door: Back Exit | ||
| 4569 | panels: | ||
| 4570 | MELON: | ||
| 4571 | id: Rock Room/Panel_melon_lemon | ||
| 4572 | colors: yellow | ||
| 4573 | tag: midyellow | ||
| 4574 | doors: | ||
| 4575 | Back Exit: | ||
| 4576 | event: True | ||
| 4577 | panels: | ||
| 4578 | - MELON | ||
| 4579 | paintings: | ||
| 4580 | - id: pencil_painting4 | ||
| 4581 | orientation: south | ||
| 4582 | The Steady (Topaz): | ||
| 4583 | entrances: | ||
| 4584 | The Steady (Lemon): | ||
| 4585 | room: The Steady (Lemon) | ||
| 4586 | door: Back Exit | ||
| 4587 | The Steady (Amber): | ||
| 4588 | room: The Steady | ||
| 4589 | door: Reveal | ||
| 4590 | The Steady (Sunflower): | ||
| 4591 | door: Back Exit | ||
| 4592 | panels: | ||
| 4593 | TOP: | ||
| 4594 | id: Rock Room/Panel_top_topaz | ||
| 4595 | colors: blue | ||
| 4596 | tag: midblue | ||
| 4597 | MASTERY: | ||
| 4598 | id: Master Room/Panel_mastery_mastery2 | ||
| 4599 | tag: midwhite | ||
| 4600 | hunt: True | ||
| 4601 | required_door: | ||
| 4602 | room: Orange Tower Seventh Floor | ||
| 4603 | door: Mastery | ||
| 4604 | doors: | ||
| 4605 | Back Exit: | ||
| 4606 | event: True | ||
| 4607 | panels: | ||
| 4608 | - TOP | ||
| 4609 | The Steady (Orange): | ||
| 4610 | entrances: | ||
| 4611 | The Steady (Cherry): | ||
| 4612 | room: The Steady | ||
| 4613 | door: Reveal | ||
| 4614 | The Steady (Lemon): | ||
| 4615 | room: The Steady | ||
| 4616 | door: Reveal | ||
| 4617 | The Steady (Amber): | ||
| 4618 | room: The Steady (Amber) | ||
| 4619 | door: Forward Exit | ||
| 4620 | panels: | ||
| 4621 | BLUE: | ||
| 4622 | id: Rock Room/Panel_blue_orange | ||
| 4623 | colors: black | ||
| 4624 | tag: botblack | ||
| 4625 | The Steady (Sapphire): | ||
| 4626 | entrances: | ||
| 4627 | The Steady (Emerald): | ||
| 4628 | door: Left Exit | ||
| 4629 | The Steady (Blueberry): | ||
| 4630 | room: The Steady | ||
| 4631 | door: Reveal | ||
| 4632 | The Steady (Amethyst): | ||
| 4633 | room: The Steady (Amethyst) | ||
| 4634 | door: Left Exit | ||
| 4635 | panels: | ||
| 4636 | SAP: | ||
| 4637 | id: Rock Room/Panel_sap_sapphire | ||
| 4638 | colors: blue | ||
| 4639 | tag: midblue | ||
| 4640 | doors: | ||
| 4641 | Left Exit: | ||
| 4642 | event: True | ||
| 4643 | panels: | ||
| 4644 | - room: The Steady (Plum) | ||
| 4645 | panel: LUMP | ||
| 4646 | - room: The Steady (Orange) | ||
| 4647 | panel: BLUE | ||
| 4648 | The Steady (Blueberry): | ||
| 4649 | entrances: | ||
| 4650 | The Steady (Lime): | ||
| 4651 | room: The Steady (Lime) | ||
| 4652 | door: Right Exit | ||
| 4653 | The Steady (Sapphire): | ||
| 4654 | room: The Steady | ||
| 4655 | door: Reveal | ||
| 4656 | The Steady (Plum): | ||
| 4657 | room: The Steady | ||
| 4658 | door: Reveal | ||
| 4659 | panels: | ||
| 4660 | BLUE: | ||
| 4661 | id: Rock Room/Panel_blue_blueberry | ||
| 4662 | colors: blue | ||
| 4663 | tag: midblue | ||
| 4664 | The Steady (Amber): | ||
| 4665 | entrances: | ||
| 4666 | The Steady (Ruby): | ||
| 4667 | room: The Steady (Ruby) | ||
| 4668 | door: Right Exit | ||
| 4669 | The Steady (Carnation): | ||
| 4670 | room: The Steady | ||
| 4671 | door: Reveal | ||
| 4672 | The Steady (Orange): | ||
| 4673 | door: Forward Exit | ||
| 4674 | The Steady (Topaz): | ||
| 4675 | room: The Steady | ||
| 4676 | door: Reveal | ||
| 4677 | panels: | ||
| 4678 | ANTECHAMBER: | ||
| 4679 | id: Rock Room/Panel_antechamber_amber | ||
| 4680 | colors: red | ||
| 4681 | tag: midred | ||
| 4682 | doors: | ||
| 4683 | Forward Exit: | ||
| 4684 | event: True | ||
| 4685 | panels: | ||
| 4686 | - room: The Steady (Blueberry) | ||
| 4687 | panel: BLUE | ||
| 4688 | The Steady (Emerald): | ||
| 4689 | entrances: | ||
| 4690 | The Steady (Sapphire): | ||
| 4691 | room: The Steady (Sapphire) | ||
| 4692 | door: Left Exit | ||
| 4693 | The Steady (Lime): | ||
| 4694 | room: The Steady | ||
| 4695 | door: Reveal | ||
| 4696 | panels: | ||
| 4697 | HERALD: | ||
| 4698 | id: Rock Room/Panel_herald_emerald | ||
| 4699 | colors: purple | ||
| 4700 | tag: midpurp | ||
| 4701 | The Steady (Amethyst): | ||
| 4702 | entrances: | ||
| 4703 | The Steady (Lilac): | ||
| 4704 | room: The Steady (Lilac) | ||
| 4705 | door: Forward Exit | ||
| 4706 | The Steady (Sapphire): | ||
| 4707 | door: Left Exit | ||
| 4708 | The Steady (Plum): | ||
| 4709 | room: The Steady | ||
| 4710 | door: Reveal | ||
| 4711 | The Steady (Ruby): | ||
| 4712 | room: The Steady | ||
| 4713 | door: Reveal | ||
| 4714 | panels: | ||
| 4715 | PACIFIST: | ||
| 4716 | id: Rock Room/Panel_thistle_amethyst | ||
| 4717 | colors: purple | ||
| 4718 | tag: toppurp | ||
| 4719 | doors: | ||
| 4720 | Left Exit: | ||
| 4721 | event: True | ||
| 4722 | panels: | ||
| 4723 | - room: The Steady (Sunflower) | ||
| 4724 | panel: SUN | ||
| 4725 | The Steady (Lilac): | ||
| 4726 | entrances: | ||
| 4727 | Outside The Bold: | ||
| 4728 | room: Outside The Bold | ||
| 4729 | door: Lilac Entrance | ||
| 4730 | The Steady (Amethyst): | ||
| 4731 | door: Forward Exit | ||
| 4732 | The Steady (Rose): | ||
| 4733 | room: The Steady | ||
| 4734 | door: Reveal | ||
| 4735 | panels: | ||
| 4736 | LIE LACK: | ||
| 4737 | id: Rock Room/Panel_lielack_lilac | ||
| 4738 | tag: topwhite | ||
| 4739 | doors: | ||
| 4740 | Forward Exit: | ||
| 4741 | event: True | ||
| 4742 | panels: | ||
| 4743 | - room: The Steady (Ruby) | ||
| 4744 | panel: BURY | ||
| 4745 | The Steady (Cherry): | ||
| 4746 | entrances: | ||
| 4747 | The Steady (Plum): | ||
| 4748 | door: Left Exit | ||
| 4749 | The Steady (Orange): | ||
| 4750 | room: The Steady | ||
| 4751 | door: Reveal | ||
| 4752 | The Steady (Ruby): | ||
| 4753 | room: The Steady (Ruby) | ||
| 4754 | door: Forward Exit | ||
| 4755 | panels: | ||
| 4756 | HAIRY: | ||
| 4757 | id: Rock Room/Panel_hairy_cherry | ||
| 4758 | colors: blue | ||
| 4759 | tag: topblue | ||
| 4760 | doors: | ||
| 4761 | Left Exit: | ||
| 4762 | event: True | ||
| 4763 | panels: | ||
| 4764 | - room: The Steady (Sapphire) | ||
| 4765 | panel: SAP | ||
| 4766 | The Steady: | ||
| 4767 | entrances: | ||
| 4768 | The Steady (Sunflower): | ||
| 4769 | room: The Steady (Sunflower) | ||
| 4770 | door: Back Exit | ||
| 4771 | panels: | ||
| 4772 | Achievement: | ||
| 4773 | id: Countdown Panels/Panel_steady_steady | ||
| 4774 | required_panel: | ||
| 4775 | - room: The Steady (Rose) | ||
| 4776 | panel: SOAR | ||
| 4777 | - room: The Steady (Carnation) | ||
| 4778 | panel: INCARNATION | ||
| 4779 | - room: The Steady (Sunflower) | ||
| 4780 | panel: SUN | ||
| 4781 | - room: The Steady (Ruby) | ||
| 4782 | panel: BURY | ||
| 4783 | - room: The Steady (Plum) | ||
| 4784 | panel: LUMP | ||
| 4785 | - room: The Steady (Lime) | ||
| 4786 | panel: LIMELIGHT | ||
| 4787 | - room: The Steady (Lemon) | ||
| 4788 | panel: MELON | ||
| 4789 | - room: The Steady (Topaz) | ||
| 4790 | panel: TOP | ||
| 4791 | - room: The Steady (Orange) | ||
| 4792 | panel: BLUE | ||
| 4793 | - room: The Steady (Sapphire) | ||
| 4794 | panel: SAP | ||
| 4795 | - room: The Steady (Blueberry) | ||
| 4796 | panel: BLUE | ||
| 4797 | - room: The Steady (Amber) | ||
| 4798 | panel: ANTECHAMBER | ||
| 4799 | - room: The Steady (Emerald) | ||
| 4800 | panel: HERALD | ||
| 4801 | - room: The Steady (Amethyst) | ||
| 4802 | panel: PACIFIST | ||
| 4803 | - room: The Steady (Lilac) | ||
| 4804 | panel: LIE LACK | ||
| 4805 | - room: The Steady (Cherry) | ||
| 4806 | panel: HAIRY | ||
| 4807 | tag: forbid | ||
| 4808 | check: True | ||
| 4809 | achievement: The Steady | ||
| 4810 | doors: | ||
| 4811 | Reveal: | ||
| 4812 | event: True | ||
| 4813 | panels: | ||
| 4814 | - Achievement | ||
| 4815 | Knight Night (Outer Ring): | ||
| 4816 | entrances: | ||
| 4817 | Hidden Room: | ||
| 4818 | room: Hidden Room | ||
| 4819 | door: Knight Night Entrance | ||
| 4820 | Knight Night Exit: True | ||
| 4821 | panels: | ||
| 4822 | NIGHT: | ||
| 4823 | id: Appendix Room/Panel_night_knight | ||
| 4824 | colors: blue | ||
| 4825 | tag: homophone midblue | ||
| 4826 | copy_to_sign: sign7 | ||
| 4827 | KNIGHT: | ||
| 4828 | id: Appendix Room/Panel_knight_night | ||
| 4829 | colors: red | ||
| 4830 | tag: homophone midred | ||
| 4831 | copy_to_sign: sign8 | ||
| 4832 | BEE: | ||
| 4833 | id: Appendix Room/Panel_bee_be | ||
| 4834 | colors: red | ||
| 4835 | tag: homophone midred | ||
| 4836 | copy_to_sign: sign9 | ||
| 4837 | NEW: | ||
| 4838 | id: Appendix Room/Panel_new_knew | ||
| 4839 | colors: blue | ||
| 4840 | tag: homophone midblue | ||
| 4841 | copy_to_sign: sign11 | ||
| 4842 | FORE: | ||
| 4843 | id: Appendix Room/Panel_fore_for | ||
| 4844 | colors: red | ||
| 4845 | tag: homophone midred | ||
| 4846 | copy_to_sign: sign10 | ||
| 4847 | TRUSTED (1): | ||
| 4848 | id: Appendix Room/Panel_trusted_trust | ||
| 4849 | colors: red | ||
| 4850 | tag: midred | ||
| 4851 | required_panel: | ||
| 4852 | room: Knight Night (Right Lower Segment) | ||
| 4853 | panel: BEFORE | ||
| 4854 | TRUSTED (2): | ||
| 4855 | id: Appendix Room/Panel_trusted_rusted | ||
| 4856 | colors: red | ||
| 4857 | tag: midred | ||
| 4858 | required_panel: | ||
| 4859 | room: Knight Night (Right Lower Segment) | ||
| 4860 | panel: BEFORE | ||
| 4861 | ENCRUSTED: | ||
| 4862 | id: Appendix Room/Panel_encrusted_rust | ||
| 4863 | colors: red | ||
| 4864 | tag: midred | ||
| 4865 | required_panel: | ||
| 4866 | - panel: TRUSTED (1) | ||
| 4867 | - panel: TRUSTED (2) | ||
| 4868 | ADJUST (1): | ||
| 4869 | id: Appendix Room/Panel_adjust_readjust | ||
| 4870 | colors: blue | ||
| 4871 | tag: midblue and phone | ||
| 4872 | required_panel: | ||
| 4873 | room: Knight Night (Right Lower Segment) | ||
| 4874 | panel: BE | ||
| 4875 | ADJUST (2): | ||
| 4876 | id: Appendix Room/Panel_adjust_adjusted | ||
| 4877 | colors: blue | ||
| 4878 | tag: midblue and phone | ||
| 4879 | required_panel: | ||
| 4880 | room: Knight Night (Right Lower Segment) | ||
| 4881 | panel: BE | ||
| 4882 | RIGHT: | ||
| 4883 | id: Appendix Room/Panel_right_right | ||
| 4884 | tag: midwhite | ||
| 4885 | required_panel: | ||
| 4886 | room: Knight Night (Right Lower Segment) | ||
| 4887 | panel: ADJUST | ||
| 4888 | TRUST: | ||
| 4889 | id: Appendix Room/Panel_trust_crust | ||
| 4890 | colors: | ||
| 4891 | - red | ||
| 4892 | - blue | ||
| 4893 | tag: mid red blue | ||
| 4894 | required_panel: | ||
| 4895 | - room: Knight Night (Right Lower Segment) | ||
| 4896 | panel: ADJUST | ||
| 4897 | - room: Knight Night (Right Lower Segment) | ||
| 4898 | panel: LEFT | ||
| 4899 | doors: | ||
| 4900 | Fore Door: | ||
| 4901 | event: True | ||
| 4902 | panels: | ||
| 4903 | - FORE | ||
| 4904 | New Door: | ||
| 4905 | event: True | ||
| 4906 | panels: | ||
| 4907 | - NEW | ||
| 4908 | To End: | ||
| 4909 | event: True | ||
| 4910 | panels: | ||
| 4911 | - RIGHT | ||
| 4912 | - room: Knight Night (Right Lower Segment) | ||
| 4913 | panel: LEFT | ||
| 4914 | Knight Night (Right Upper Segment): | ||
| 4915 | entrances: | ||
| 4916 | Knight Night Exit: True | ||
| 4917 | Knight Night (Outer Ring): | ||
| 4918 | room: Knight Night (Outer Ring) | ||
| 4919 | door: Fore Door | ||
| 4920 | Knight Night (Right Lower Segment): | ||
| 4921 | door: Segment Door | ||
| 4922 | panels: | ||
| 4923 | RUST (1): | ||
| 4924 | id: Appendix Room/Panel_rust_trust | ||
| 4925 | colors: blue | ||
| 4926 | tag: midblue | ||
| 4927 | required_panel: | ||
| 4928 | room: Knight Night (Outer Ring) | ||
| 4929 | panel: BEE | ||
| 4930 | RUST (2): | ||
| 4931 | id: Appendix Room/Panel_rust_crust | ||
| 4932 | colors: blue | ||
| 4933 | tag: midblue | ||
| 4934 | required_panel: | ||
| 4935 | room: Knight Night (Outer Ring) | ||
| 4936 | panel: BEE | ||
| 4937 | doors: | ||
| 4938 | Segment Door: | ||
| 4939 | event: True | ||
| 4940 | panels: | ||
| 4941 | - RUST (2) | ||
| 4942 | - room: Knight Night (Right Lower Segment) | ||
| 4943 | panel: BEFORE | ||
| 4944 | Knight Night (Right Lower Segment): | ||
| 4945 | entrances: | ||
| 4946 | Knight Night Exit: True | ||
| 4947 | Knight Night (Right Upper Segment): | ||
| 4948 | room: Knight Night (Right Upper Segment) | ||
| 4949 | door: Segment Door | ||
| 4950 | Knight Night (Outer Ring): | ||
| 4951 | room: Knight Night (Outer Ring) | ||
| 4952 | door: New Door | ||
| 4953 | panels: | ||
| 4954 | ADJUST: | ||
| 4955 | id: Appendix Room/Panel_adjust_readjusted | ||
| 4956 | colors: blue | ||
| 4957 | tag: midblue | ||
| 4958 | required_panel: | ||
| 4959 | - room: Knight Night (Outer Ring) | ||
| 4960 | panel: ADJUST (1) | ||
| 4961 | - room: Knight Night (Outer Ring) | ||
| 4962 | panel: ADJUST (2) | ||
| 4963 | BEFORE: | ||
| 4964 | id: Appendix Room/Panel_before_fore | ||
| 4965 | colors: red | ||
| 4966 | tag: midred and phone | ||
| 4967 | required_panel: | ||
| 4968 | room: Knight Night (Right Upper Segment) | ||
| 4969 | panel: RUST (1) | ||
| 4970 | BE: | ||
| 4971 | id: Appendix Room/Panel_be_before | ||
| 4972 | colors: blue | ||
| 4973 | tag: midblue and phone | ||
| 4974 | required_panel: | ||
| 4975 | room: Knight Night (Right Upper Segment) | ||
| 4976 | panel: RUST (1) | ||
| 4977 | LEFT: | ||
| 4978 | id: Appendix Room/Panel_left_left | ||
| 4979 | tag: midwhite | ||
| 4980 | required_panel: | ||
| 4981 | room: Knight Night (Outer Ring) | ||
| 4982 | panel: ENCRUSTED | ||
| 4983 | TRUST: | ||
| 4984 | id: Appendix Room/Panel_trust_crust_2 | ||
| 4985 | colors: purple | ||
| 4986 | tag: midpurp | ||
| 4987 | required_panel: | ||
| 4988 | - room: Knight Night (Outer Ring) | ||
| 4989 | panel: ENCRUSTED | ||
| 4990 | - room: Knight Night (Outer Ring) | ||
| 4991 | panel: RIGHT | ||
| 4992 | Knight Night (Final): | ||
| 4993 | entrances: | ||
| 4994 | Knight Night Exit: True | ||
| 4995 | Knight Night (Outer Ring): | ||
| 4996 | room: Knight Night (Outer Ring) | ||
| 4997 | door: To End | ||
| 4998 | Knight Night (Right Upper Segment): | ||
| 4999 | room: Knight Night (Outer Ring) | ||
| 5000 | door: To End | ||
| 5001 | panels: | ||
| 5002 | TRUSTED: | ||
| 5003 | id: Appendix Room/Panel_trusted_readjusted | ||
| 5004 | colors: purple | ||
| 5005 | tag: midpurp | ||
| 5006 | doors: | ||
| 5007 | Exit: | ||
| 5008 | id: | ||
| 5009 | - Appendix Room Area Doors/Door_trusted_readjusted | ||
| 5010 | - Appendix Room Area Doors/Door_trusted_readjusted2 | ||
| 5011 | - Appendix Room Area Doors/Door_trusted_readjusted3 | ||
| 5012 | - Appendix Room Area Doors/Door_trusted_readjusted4 | ||
| 5013 | - Appendix Room Area Doors/Door_trusted_readjusted5 | ||
| 5014 | - Appendix Room Area Doors/Door_trusted_readjusted6 | ||
| 5015 | - Appendix Room Area Doors/Door_trusted_readjusted7 | ||
| 5016 | - Appendix Room Area Doors/Door_trusted_readjusted8 | ||
| 5017 | - Appendix Room Area Doors/Door_trusted_readjusted9 | ||
| 5018 | - Appendix Room Area Doors/Door_trusted_readjusted10 | ||
| 5019 | - Appendix Room Area Doors/Door_trusted_readjusted11 | ||
| 5020 | - Appendix Room Area Doors/Door_trusted_readjusted12 | ||
| 5021 | - Appendix Room Area Doors/Door_trusted_readjusted13 | ||
| 5022 | include_reduce: True | ||
| 5023 | location_name: Knight Night Room - TRUSTED | ||
| 5024 | item_name: Knight Night Room - Exit | ||
| 5025 | panels: | ||
| 5026 | - TRUSTED | ||
| 5027 | Knight Night Exit: | ||
| 5028 | entrances: | ||
| 5029 | Knight Night (Outer Ring): | ||
| 5030 | room: Knight Night (Final) | ||
| 5031 | door: Exit | ||
| 5032 | Orange Tower Third Floor: | ||
| 5033 | room: Knight Night (Final) | ||
| 5034 | door: Exit | ||
| 5035 | Outside The Initiated: | ||
| 5036 | room: Knight Night (Final) | ||
| 5037 | door: Exit | ||
| 5038 | panels: | ||
| 5039 | SEVEN (1): | ||
| 5040 | id: Backside Room/Panel_seven_seven_7 | ||
| 5041 | tag: midwhite | ||
| 5042 | hunt: True | ||
| 5043 | required_door: | ||
| 5044 | - room: Number Hunt | ||
| 5045 | door: Sevens | ||
| 5046 | SEVEN (2): | ||
| 5047 | id: Backside Room/Panel_seven_seven_3 | ||
| 5048 | tag: midwhite | ||
| 5049 | hunt: True | ||
| 5050 | required_door: | ||
| 5051 | - room: Number Hunt | ||
| 5052 | door: Sevens | ||
| 5053 | SEVEN (3): | ||
| 5054 | id: Backside Room/Panel_seven_seven_4 | ||
| 5055 | tag: midwhite | ||
| 5056 | hunt: True | ||
| 5057 | required_door: | ||
| 5058 | - room: Number Hunt | ||
| 5059 | door: Sevens | ||
| 5060 | DEAD END: | ||
| 5061 | id: Appendix Room/Panel_deadend_deadend | ||
| 5062 | tag: midwhite | ||
| 5063 | WARNER: | ||
| 5064 | id: Appendix Room/Panel_warner_corner | ||
| 5065 | colors: purple | ||
| 5066 | tag: toppurp | ||
| 5067 | The Artistic (Smiley): | ||
| 5068 | entrances: | ||
| 5069 | Dead End Area: | ||
| 5070 | painting: True | ||
| 5071 | Crossroads: | ||
| 5072 | painting: True | ||
| 5073 | Hot Crusts Area: | ||
| 5074 | painting: True | ||
| 5075 | Outside The Initiated: | ||
| 5076 | painting: True | ||
| 5077 | Directional Gallery: | ||
| 5078 | painting: True | ||
| 5079 | Number Hunt: | ||
| 5080 | room: Number Hunt | ||
| 5081 | door: Eights | ||
| 5082 | painting: True | ||
| 5083 | Art Gallery: | ||
| 5084 | painting: True | ||
| 5085 | The Eyes They See: | ||
| 5086 | painting: True | ||
| 5087 | The Artistic (Panda): | ||
| 5088 | door: Door to Panda | ||
| 5089 | The Artistic (Apple): | ||
| 5090 | room: The Artistic (Apple) | ||
| 5091 | door: Door to Smiley | ||
| 5092 | Elements Area: | ||
| 5093 | room: Hallway Room (4) | ||
| 5094 | door: Exit | ||
| 5095 | panels: | ||
| 5096 | Achievement: | ||
| 5097 | id: Countdown Panels/Panel_artistic_artistic | ||
| 5098 | colors: | ||
| 5099 | - red | ||
| 5100 | - black | ||
| 5101 | - yellow | ||
| 5102 | - blue | ||
| 5103 | tag: forbid | ||
| 5104 | required_room: | ||
| 5105 | - The Artistic (Panda) | ||
| 5106 | - The Artistic (Apple) | ||
| 5107 | - The Artistic (Lattice) | ||
| 5108 | check: True | ||
| 5109 | achievement: The Artistic | ||
| 5110 | FINE: | ||
| 5111 | id: Ceiling Room/Panel_yellow_top_5 | ||
| 5112 | colors: | ||
| 5113 | - yellow | ||
| 5114 | - blue | ||
| 5115 | tag: yellow top blue bot | ||
| 5116 | subtag: top | ||
| 5117 | link: yxu KNIFE | ||
| 5118 | BLADE: | ||
| 5119 | id: Ceiling Room/Panel_blue_bot_5 | ||
| 5120 | colors: | ||
| 5121 | - blue | ||
| 5122 | - yellow | ||
| 5123 | tag: yellow top blue bot | ||
| 5124 | subtag: bot | ||
| 5125 | link: yxu KNIFE | ||
| 5126 | RED: | ||
| 5127 | id: Ceiling Room/Panel_blue_top_6 | ||
| 5128 | colors: | ||
| 5129 | - blue | ||
| 5130 | - yellow | ||
| 5131 | tag: blue top yellow mid | ||
| 5132 | subtag: top | ||
| 5133 | link: uyx BREAD | ||
| 5134 | BEARD: | ||
| 5135 | id: Ceiling Room/Panel_yellow_mid_6 | ||
| 5136 | colors: | ||
| 5137 | - yellow | ||
| 5138 | - blue | ||
| 5139 | tag: blue top yellow mid | ||
| 5140 | subtag: mid | ||
| 5141 | link: uyx BREAD | ||
| 5142 | ICE: | ||
| 5143 | id: Ceiling Room/Panel_blue_mid_7 | ||
| 5144 | colors: | ||
| 5145 | - blue | ||
| 5146 | - yellow | ||
| 5147 | tag: blue mid yellow bot | ||
| 5148 | subtag: mid | ||
| 5149 | link: xuy SPICE | ||
| 5150 | ROOT: | ||
| 5151 | id: Ceiling Room/Panel_yellow_bot_7 | ||
| 5152 | colors: | ||
| 5153 | - yellow | ||
| 5154 | - blue | ||
| 5155 | tag: blue mid yellow bot | ||
| 5156 | subtag: bot | ||
| 5157 | link: xuy SPICE | ||
| 5158 | doors: | ||
| 5159 | Door to Panda: | ||
| 5160 | id: | ||
| 5161 | - Ceiling Room Doors/Door_blue | ||
| 5162 | - Ceiling Room Doors/Door_blue2 | ||
| 5163 | location_name: The Artistic - Smiley and Panda | ||
| 5164 | group: Artistic Doors | ||
| 5165 | panels: | ||
| 5166 | - FINE | ||
| 5167 | - BLADE | ||
| 5168 | - RED | ||
| 5169 | - BEARD | ||
| 5170 | - ICE | ||
| 5171 | - ROOT | ||
| 5172 | - room: The Artistic (Panda) | ||
| 5173 | panel: EYE (Top) | ||
| 5174 | - room: The Artistic (Panda) | ||
| 5175 | panel: EYE (Bottom) | ||
| 5176 | - room: The Artistic (Panda) | ||
| 5177 | panel: LADYLIKE | ||
| 5178 | - room: The Artistic (Panda) | ||
| 5179 | panel: WATER | ||
| 5180 | - room: The Artistic (Panda) | ||
| 5181 | panel: OURS | ||
| 5182 | - room: The Artistic (Panda) | ||
| 5183 | panel: DAYS | ||
| 5184 | - room: The Artistic (Panda) | ||
| 5185 | panel: NIGHTTIME | ||
| 5186 | - room: The Artistic (Panda) | ||
| 5187 | panel: NIGHT | ||
| 5188 | paintings: | ||
| 5189 | - id: smile_painting_9 | ||
| 5190 | orientation: north | ||
| 5191 | exit_only: True | ||
| 5192 | The Artistic (Panda): | ||
| 5193 | entrances: | ||
| 5194 | Orange Tower Sixth Floor: | ||
| 5195 | painting: True | ||
| 5196 | Outside The Agreeable: | ||
| 5197 | painting: True | ||
| 5198 | The Artistic (Smiley): | ||
| 5199 | room: The Artistic (Smiley) | ||
| 5200 | door: Door to Panda | ||
| 5201 | The Artistic (Lattice): | ||
| 5202 | door: Door to Lattice | ||
| 5203 | panels: | ||
| 5204 | EYE (Top): | ||
| 5205 | id: Ceiling Room/Panel_blue_top_1 | ||
| 5206 | colors: | ||
| 5207 | - blue | ||
| 5208 | - red | ||
| 5209 | tag: blue top red bot | ||
| 5210 | subtag: top | ||
| 5211 | link: uxr IRIS | ||
| 5212 | EYE (Bottom): | ||
| 5213 | id: Ceiling Room/Panel_red_bot_1 | ||
| 5214 | colors: | ||
| 5215 | - red | ||
| 5216 | - blue | ||
| 5217 | tag: blue top red bot | ||
| 5218 | subtag: bot | ||
| 5219 | link: uxr IRIS | ||
| 5220 | LADYLIKE: | ||
| 5221 | id: Ceiling Room/Panel_red_mid_2 | ||
| 5222 | colors: | ||
| 5223 | - red | ||
| 5224 | - blue | ||
| 5225 | tag: red mid blue bot | ||
| 5226 | subtag: mid | ||
| 5227 | link: xru LAKE | ||
| 5228 | WATER: | ||
| 5229 | id: Ceiling Room/Panel_blue_bot_2 | ||
| 5230 | colors: | ||
| 5231 | - blue | ||
| 5232 | - red | ||
| 5233 | tag: red mid blue bot | ||
| 5234 | subtag: bot | ||
| 5235 | link: xru LAKE | ||
| 5236 | OURS: | ||
| 5237 | id: Ceiling Room/Panel_blue_mid_3 | ||
| 5238 | colors: | ||
| 5239 | - blue | ||
| 5240 | - red | ||
| 5241 | tag: blue mid red bot | ||
| 5242 | subtag: mid | ||
| 5243 | link: xur HOURS | ||
| 5244 | DAYS: | ||
| 5245 | id: Ceiling Room/Panel_red_bot_3 | ||
| 5246 | colors: | ||
| 5247 | - red | ||
| 5248 | - blue | ||
| 5249 | tag: blue mid red bot | ||
| 5250 | subtag: bot | ||
| 5251 | link: xur HOURS | ||
| 5252 | NIGHTTIME: | ||
| 5253 | id: Ceiling Room/Panel_red_top_4 | ||
| 5254 | colors: | ||
| 5255 | - red | ||
| 5256 | - blue | ||
| 5257 | tag: red top mid blue | ||
| 5258 | subtag: top | ||
| 5259 | link: rux KNIGHT | ||
| 5260 | NIGHT: | ||
| 5261 | id: Ceiling Room/Panel_blue_mid_4 | ||
| 5262 | colors: | ||
| 5263 | - blue | ||
| 5264 | - red | ||
| 5265 | tag: red top mid blue | ||
| 5266 | subtag: mid | ||
| 5267 | link: rux KNIGHT | ||
| 5268 | doors: | ||
| 5269 | Door to Lattice: | ||
| 5270 | id: | ||
| 5271 | - Ceiling Room Doors/Door_red | ||
| 5272 | - Ceiling Room Doors/Door_red2 | ||
| 5273 | location_name: The Artistic - Panda and Lattice | ||
| 5274 | group: Artistic Doors | ||
| 5275 | panels: | ||
| 5276 | - EYE (Top) | ||
| 5277 | - EYE (Bottom) | ||
| 5278 | - LADYLIKE | ||
| 5279 | - WATER | ||
| 5280 | - OURS | ||
| 5281 | - DAYS | ||
| 5282 | - NIGHTTIME | ||
| 5283 | - NIGHT | ||
| 5284 | - room: The Artistic (Lattice) | ||
| 5285 | panel: POSH | ||
| 5286 | - room: The Artistic (Lattice) | ||
| 5287 | panel: MALL | ||
| 5288 | - room: The Artistic (Lattice) | ||
| 5289 | panel: DEICIDE | ||
| 5290 | - room: The Artistic (Lattice) | ||
| 5291 | panel: WAVER | ||
| 5292 | - room: The Artistic (Lattice) | ||
| 5293 | panel: REPAID | ||
| 5294 | - room: The Artistic (Lattice) | ||
| 5295 | panel: BABY | ||
| 5296 | - room: The Artistic (Lattice) | ||
| 5297 | panel: LOBE | ||
| 5298 | - room: The Artistic (Lattice) | ||
| 5299 | panel: BOWELS | ||
| 5300 | paintings: | ||
| 5301 | - id: panda_painting_3 | ||
| 5302 | exit_only: True | ||
| 5303 | orientation: south | ||
| 5304 | required_when_no_doors: True | ||
| 5305 | The Artistic (Lattice): | ||
| 5306 | entrances: | ||
| 5307 | Directional Gallery: | ||
| 5308 | painting: True | ||
| 5309 | The Artistic (Panda): | ||
| 5310 | room: The Artistic (Panda) | ||
| 5311 | door: Door to Lattice | ||
| 5312 | The Artistic (Apple): | ||
| 5313 | door: Door to Apple | ||
| 5314 | panels: | ||
| 5315 | POSH: | ||
| 5316 | id: Ceiling Room/Panel_black_top_12 | ||
| 5317 | colors: | ||
| 5318 | - black | ||
| 5319 | - red | ||
| 5320 | tag: black top red bot | ||
| 5321 | subtag: top | ||
| 5322 | link: bxr SHOP | ||
| 5323 | MALL: | ||
| 5324 | id: Ceiling Room/Panel_red_bot_12 | ||
| 5325 | colors: | ||
| 5326 | - red | ||
| 5327 | - black | ||
| 5328 | tag: black top red bot | ||
| 5329 | subtag: bot | ||
| 5330 | link: bxr SHOP | ||
| 5331 | DEICIDE: | ||
| 5332 | id: Ceiling Room/Panel_red_top_13 | ||
| 5333 | colors: | ||
| 5334 | - red | ||
| 5335 | - black | ||
| 5336 | tag: red top black bot | ||
| 5337 | subtag: top | ||
| 5338 | link: rxb DECIDE | ||
| 5339 | WAVER: | ||
| 5340 | id: Ceiling Room/Panel_black_bot_13 | ||
| 5341 | colors: | ||
| 5342 | - black | ||
| 5343 | - red | ||
| 5344 | tag: red top black bot | ||
| 5345 | subtag: bot | ||
| 5346 | link: rxb DECIDE | ||
| 5347 | REPAID: | ||
| 5348 | id: Ceiling Room/Panel_black_mid_14 | ||
| 5349 | colors: | ||
| 5350 | - black | ||
| 5351 | - red | ||
| 5352 | tag: black mid red bot | ||
| 5353 | subtag: mid | ||
| 5354 | link: xbr DIAPER | ||
| 5355 | BABY: | ||
| 5356 | id: Ceiling Room/Panel_red_bot_14 | ||
| 5357 | colors: | ||
| 5358 | - red | ||
| 5359 | - black | ||
| 5360 | tag: black mid red bot | ||
| 5361 | subtag: bot | ||
| 5362 | link: xbr DIAPER | ||
| 5363 | LOBE: | ||
| 5364 | id: Ceiling Room/Panel_black_top_15 | ||
| 5365 | colors: | ||
| 5366 | - black | ||
| 5367 | - red | ||
| 5368 | tag: black top red mid | ||
| 5369 | subtag: top | ||
| 5370 | link: brx BOWL | ||
| 5371 | BOWELS: | ||
| 5372 | id: Ceiling Room/Panel_red_mid_15 | ||
| 5373 | colors: | ||
| 5374 | - red | ||
| 5375 | - black | ||
| 5376 | tag: black top red mid | ||
| 5377 | subtag: mid | ||
| 5378 | link: brx BOWL | ||
| 5379 | doors: | ||
| 5380 | Door to Apple: | ||
| 5381 | id: | ||
| 5382 | - Ceiling Room Doors/Door_black | ||
| 5383 | - Ceiling Room Doors/Door_black2 | ||
| 5384 | location_name: The Artistic - Lattice and Apple | ||
| 5385 | group: Artistic Doors | ||
| 5386 | panels: | ||
| 5387 | - POSH | ||
| 5388 | - MALL | ||
| 5389 | - DEICIDE | ||
| 5390 | - WAVER | ||
| 5391 | - REPAID | ||
| 5392 | - BABY | ||
| 5393 | - LOBE | ||
| 5394 | - BOWELS | ||
| 5395 | - room: The Artistic (Apple) | ||
| 5396 | panel: SPRIG | ||
| 5397 | - room: The Artistic (Apple) | ||
| 5398 | panel: RELEASES | ||
| 5399 | - room: The Artistic (Apple) | ||
| 5400 | panel: MUCH | ||
| 5401 | - room: The Artistic (Apple) | ||
| 5402 | panel: FISH | ||
| 5403 | - room: The Artistic (Apple) | ||
| 5404 | panel: MASK | ||
| 5405 | - room: The Artistic (Apple) | ||
| 5406 | panel: HILL | ||
| 5407 | - room: The Artistic (Apple) | ||
| 5408 | panel: TINE | ||
| 5409 | - room: The Artistic (Apple) | ||
| 5410 | panel: THING | ||
| 5411 | paintings: | ||
| 5412 | - id: boxes_painting2 | ||
| 5413 | orientation: south | ||
| 5414 | exit_only: True | ||
| 5415 | required_when_no_doors: True | ||
| 5416 | The Artistic (Apple): | ||
| 5417 | entrances: | ||
| 5418 | Orange Tower Sixth Floor: | ||
| 5419 | painting: True | ||
| 5420 | Directional Gallery: | ||
| 5421 | painting: True | ||
| 5422 | The Artistic (Lattice): | ||
| 5423 | room: The Artistic (Lattice) | ||
| 5424 | door: Door to Apple | ||
| 5425 | The Artistic (Smiley): | ||
| 5426 | door: Door to Smiley | ||
| 5427 | panels: | ||
| 5428 | SPRIG: | ||
| 5429 | id: Ceiling Room/Panel_yellow_mid_8 | ||
| 5430 | colors: | ||
| 5431 | - yellow | ||
| 5432 | - black | ||
| 5433 | tag: yellow mid black bot | ||
| 5434 | subtag: mid | ||
| 5435 | link: xyb GRIPS | ||
| 5436 | RELEASES: | ||
| 5437 | id: Ceiling Room/Panel_black_bot_8 | ||
| 5438 | colors: | ||
| 5439 | - black | ||
| 5440 | - yellow | ||
| 5441 | tag: yellow mid black bot | ||
| 5442 | subtag: bot | ||
| 5443 | link: xyb GRIPS | ||
| 5444 | MUCH: | ||
| 5445 | id: Ceiling Room/Panel_black_top_9 | ||
| 5446 | colors: | ||
| 5447 | - black | ||
| 5448 | - yellow | ||
| 5449 | tag: black top yellow bot | ||
| 5450 | subtag: top | ||
| 5451 | link: bxy CHUM | ||
| 5452 | FISH: | ||
| 5453 | id: Ceiling Room/Panel_yellow_bot_9 | ||
| 5454 | colors: | ||
| 5455 | - yellow | ||
| 5456 | - black | ||
| 5457 | tag: black top yellow bot | ||
| 5458 | subtag: bot | ||
| 5459 | link: bxy CHUM | ||
| 5460 | MASK: | ||
| 5461 | id: Ceiling Room/Panel_yellow_top_10 | ||
| 5462 | colors: | ||
| 5463 | - yellow | ||
| 5464 | - black | ||
| 5465 | tag: yellow top black bot | ||
| 5466 | subtag: top | ||
| 5467 | link: yxb CHASM | ||
| 5468 | HILL: | ||
| 5469 | id: Ceiling Room/Panel_black_bot_10 | ||
| 5470 | colors: | ||
| 5471 | - black | ||
| 5472 | - yellow | ||
| 5473 | tag: yellow top black bot | ||
| 5474 | subtag: bot | ||
| 5475 | link: yxb CHASM | ||
| 5476 | TINE: | ||
| 5477 | id: Ceiling Room/Panel_black_top_11 | ||
| 5478 | colors: | ||
| 5479 | - black | ||
| 5480 | - yellow | ||
| 5481 | tag: black top yellow mid | ||
| 5482 | subtag: top | ||
| 5483 | link: byx NIGHT | ||
| 5484 | THING: | ||
| 5485 | id: Ceiling Room/Panel_yellow_mid_11 | ||
| 5486 | colors: | ||
| 5487 | - yellow | ||
| 5488 | - black | ||
| 5489 | tag: black top yellow mid | ||
| 5490 | subtag: mid | ||
| 5491 | link: byx NIGHT | ||
| 5492 | doors: | ||
| 5493 | Door to Smiley: | ||
| 5494 | id: | ||
| 5495 | - Ceiling Room Doors/Door_yellow | ||
| 5496 | - Ceiling Room Doors/Door_yellow2 | ||
| 5497 | location_name: The Artistic - Apple and Smiley | ||
| 5498 | group: Artistic Doors | ||
| 5499 | panels: | ||
| 5500 | - SPRIG | ||
| 5501 | - RELEASES | ||
| 5502 | - MUCH | ||
| 5503 | - FISH | ||
| 5504 | - MASK | ||
| 5505 | - HILL | ||
| 5506 | - TINE | ||
| 5507 | - THING | ||
| 5508 | - room: The Artistic (Smiley) | ||
| 5509 | panel: FINE | ||
| 5510 | - room: The Artistic (Smiley) | ||
| 5511 | panel: BLADE | ||
| 5512 | - room: The Artistic (Smiley) | ||
| 5513 | panel: RED | ||
| 5514 | - room: The Artistic (Smiley) | ||
| 5515 | panel: BEARD | ||
| 5516 | - room: The Artistic (Smiley) | ||
| 5517 | panel: ICE | ||
| 5518 | - room: The Artistic (Smiley) | ||
| 5519 | panel: ROOT | ||
| 5520 | paintings: | ||
| 5521 | - id: cherry_painting3 | ||
| 5522 | orientation: north | ||
| 5523 | exit_only: True | ||
| 5524 | required_when_no_doors: True | ||
| 5525 | The Artistic (Hint Room): | ||
| 5526 | entrances: | ||
| 5527 | The Artistic (Lattice): | ||
| 5528 | room: The Artistic (Lattice) | ||
| 5529 | door: Door to Apple | ||
| 5530 | panels: | ||
| 5531 | THEME: | ||
| 5532 | id: Ceiling Room/Panel_answer_1 | ||
| 5533 | colors: red | ||
| 5534 | tag: midred | ||
| 5535 | PAINTS: | ||
| 5536 | id: Ceiling Room/Panel_answer_2 | ||
| 5537 | colors: yellow | ||
| 5538 | tag: botyellow | ||
| 5539 | I: | ||
| 5540 | id: Ceiling Room/Panel_answer_3 | ||
| 5541 | colors: blue | ||
| 5542 | tag: midblue | ||
| 5543 | KIT: | ||
| 5544 | id: Ceiling Room/Panel_answer_4 | ||
| 5545 | colors: black | ||
| 5546 | tag: topblack | ||
| 5547 | The Discerning: | ||
| 5548 | entrances: | ||
| 5549 | Crossroads: | ||
| 5550 | room: Crossroads | ||
| 5551 | door: Discerning Entrance | ||
| 5552 | panels: | ||
| 5553 | Achievement: | ||
| 5554 | id: Countdown Panels/Panel_discerning_scramble | ||
| 5555 | colors: yellow | ||
| 5556 | tag: forbid | ||
| 5557 | check: True | ||
| 5558 | achievement: The Discerning | ||
| 5559 | HITS: | ||
| 5560 | id: Sun Room/Panel_hits_this | ||
| 5561 | colors: yellow | ||
| 5562 | tag: midyellow | ||
| 5563 | WARRED: | ||
| 5564 | id: Sun Room/Panel_warred_drawer | ||
| 5565 | colors: yellow | ||
| 5566 | tag: double midyellow | ||
| 5567 | subtag: left | ||
| 5568 | link: ana DRAWER | ||
| 5569 | REDRAW: | ||
| 5570 | id: Sun Room/Panel_redraw_drawer | ||
| 5571 | colors: yellow | ||
| 5572 | tag: double midyellow | ||
| 5573 | subtag: right | ||
| 5574 | link: ana DRAWER | ||
| 5575 | ADDER: | ||
| 5576 | id: Sun Room/Panel_adder_dread | ||
| 5577 | colors: yellow | ||
| 5578 | tag: midyellow | ||
| 5579 | LAUGHTERS: | ||
| 5580 | id: Sun Room/Panel_laughters_slaughter | ||
| 5581 | colors: yellow | ||
| 5582 | tag: midyellow | ||
| 5583 | STONE: | ||
| 5584 | id: Sun Room/Panel_stone_notes | ||
| 5585 | colors: yellow | ||
| 5586 | tag: double midyellow | ||
| 5587 | subtag: left | ||
| 5588 | link: ana NOTES | ||
| 5589 | ONSET: | ||
| 5590 | id: Sun Room/Panel_onset_notes | ||
| 5591 | colors: yellow | ||
| 5592 | tag: double midyellow | ||
| 5593 | subtag: right | ||
| 5594 | link: ana NOTES | ||
| 5595 | RAT: | ||
| 5596 | id: Sun Room/Panel_rat_art | ||
| 5597 | colors: yellow | ||
| 5598 | tag: midyellow | ||
| 5599 | DUSTY: | ||
| 5600 | id: Sun Room/Panel_dusty_study | ||
| 5601 | colors: yellow | ||
| 5602 | tag: midyellow | ||
| 5603 | ARTS: | ||
| 5604 | id: Sun Room/Panel_arts_star | ||
| 5605 | colors: yellow | ||
| 5606 | tag: double midyellow | ||
| 5607 | subtag: left | ||
| 5608 | link: ana STAR | ||
| 5609 | TSAR: | ||
| 5610 | id: Sun Room/Panel_tsar_star | ||
| 5611 | colors: yellow | ||
| 5612 | tag: double midyellow | ||
| 5613 | subtag: right | ||
| 5614 | link: ana STAR | ||
| 5615 | STATE: | ||
| 5616 | id: Sun Room/Panel_state_taste | ||
| 5617 | colors: yellow | ||
| 5618 | tag: midyellow | ||
| 5619 | REACT: | ||
| 5620 | id: Sun Room/Panel_react_trace | ||
| 5621 | colors: yellow | ||
| 5622 | tag: midyellow | ||
| 5623 | DEAR: | ||
| 5624 | id: Sun Room/Panel_dear_read | ||
| 5625 | colors: yellow | ||
| 5626 | tag: double midyellow | ||
| 5627 | subtag: left | ||
| 5628 | link: ana READ | ||
| 5629 | DARE: | ||
| 5630 | id: Sun Room/Panel_dare_read | ||
| 5631 | colors: yellow | ||
| 5632 | tag: double midyellow | ||
| 5633 | subtag: right | ||
| 5634 | link: ana READ | ||
| 5635 | SEAM: | ||
| 5636 | id: Sun Room/Panel_seam_same | ||
| 5637 | colors: yellow | ||
| 5638 | tag: midyellow | ||
| 5639 | The Eyes They See: | ||
| 5640 | entrances: | ||
| 5641 | Crossroads: | ||
| 5642 | room: Crossroads | ||
| 5643 | door: Eye Wall | ||
| 5644 | painting: True | ||
| 5645 | Wondrous Lobby: | ||
| 5646 | door: Exit | ||
| 5647 | Directional Gallery: True | ||
| 5648 | panels: | ||
| 5649 | NEAR: | ||
| 5650 | id: Shuffle Room/Panel_near_near | ||
| 5651 | tag: midwhite | ||
| 5652 | EIGHT: | ||
| 5653 | id: Backside Room/Panel_eight_eight_4 | ||
| 5654 | tag: midwhite | ||
| 5655 | hunt: True | ||
| 5656 | required_door: | ||
| 5657 | room: Number Hunt | ||
| 5658 | door: Eights | ||
| 5659 | doors: | ||
| 5660 | Exit: | ||
| 5661 | id: Count Up Room Area Doors/Door_near_near | ||
| 5662 | group: Crossroads Doors | ||
| 5663 | panels: | ||
| 5664 | - NEAR | ||
| 5665 | paintings: | ||
| 5666 | - id: eye_painting_2 | ||
| 5667 | orientation: west | ||
| 5668 | - id: smile_painting_2 | ||
| 5669 | orientation: north | ||
| 5670 | Far Window: | ||
| 5671 | entrances: | ||
| 5672 | Crossroads: | ||
| 5673 | room: Crossroads | ||
| 5674 | door: Eye Wall | ||
| 5675 | The Eyes They See: True | ||
| 5676 | panels: | ||
| 5677 | FAR: | ||
| 5678 | id: Shuffle Room/Panel_far_far | ||
| 5679 | tag: midwhite | ||
| 5680 | Wondrous Lobby: | ||
| 5681 | entrances: | ||
| 5682 | Directional Gallery: True | ||
| 5683 | The Eyes They See: | ||
| 5684 | room: The Eyes They See | ||
| 5685 | door: Exit | ||
| 5686 | paintings: | ||
| 5687 | - id: arrows_painting_5 | ||
| 5688 | orientation: east | ||
| 5689 | Outside The Wondrous: | ||
| 5690 | entrances: | ||
| 5691 | Wondrous Lobby: True | ||
| 5692 | The Wondrous (Doorknob): | ||
| 5693 | door: Wondrous Entrance | ||
| 5694 | The Wondrous (Window): True | ||
| 5695 | panels: | ||
| 5696 | SHRINK: | ||
| 5697 | id: Wonderland Room/Panel_shrink_shrink | ||
| 5698 | tag: midwhite | ||
| 5699 | doors: | ||
| 5700 | Wondrous Entrance: | ||
| 5701 | id: Red Blue Purple Room Area Doors/Door_wonderland | ||
| 5702 | item_name: The Wondrous - Entrance | ||
| 5703 | panels: | ||
| 5704 | - SHRINK | ||
| 5705 | The Wondrous (Doorknob): | ||
| 5706 | entrances: | ||
| 5707 | Outside The Wondrous: | ||
| 5708 | room: Outside The Wondrous | ||
| 5709 | door: Wondrous Entrance | ||
| 5710 | Starting Room: | ||
| 5711 | door: Painting Shortcut | ||
| 5712 | painting: True | ||
| 5713 | The Wondrous (Chandelier): | ||
| 5714 | painting: True | ||
| 5715 | The Wondrous (Table): True # There is a way that doesn't use the painting | ||
| 5716 | doors: | ||
| 5717 | Painting Shortcut: | ||
| 5718 | painting_id: | ||
| 5719 | - symmetry_painting_a_starter | ||
| 5720 | - arrows_painting2 | ||
| 5721 | skip_location: True | ||
| 5722 | item_name: Starting Room - Symmetry Painting | ||
| 5723 | panels: | ||
| 5724 | - room: Outside The Wondrous | ||
| 5725 | panel: SHRINK | ||
| 5726 | paintings: | ||
| 5727 | - id: symmetry_painting_a_1 | ||
| 5728 | orientation: east | ||
| 5729 | exit_only: True | ||
| 5730 | - id: symmetry_painting_b_1 | ||
| 5731 | orientation: south | ||
| 5732 | The Wondrous (Bookcase): | ||
| 5733 | entrances: | ||
| 5734 | The Wondrous (Doorknob): True | ||
| 5735 | panels: | ||
| 5736 | CASE: | ||
| 5737 | id: Wonderland Room/Panel_case_bookcase | ||
| 5738 | colors: blue | ||
| 5739 | tag: midblue | ||
| 5740 | paintings: | ||
| 5741 | - id: symmetry_painting_a_3 | ||
| 5742 | orientation: west | ||
| 5743 | exit_only: True | ||
| 5744 | - id: symmetry_painting_b_3 | ||
| 5745 | disable: True | ||
| 5746 | The Wondrous (Chandelier): | ||
| 5747 | entrances: | ||
| 5748 | The Wondrous (Bookcase): True | ||
| 5749 | panels: | ||
| 5750 | CANDLE HEIR: | ||
| 5751 | id: Wonderland Room/Panel_candleheir_chandelier | ||
| 5752 | colors: yellow | ||
| 5753 | tag: midyellow | ||
| 5754 | paintings: | ||
| 5755 | - id: symmetry_painting_a_5 | ||
| 5756 | orientation: east | ||
| 5757 | - id: symmetry_painting_a_5 | ||
| 5758 | disable: True | ||
| 5759 | The Wondrous (Window): | ||
| 5760 | entrances: | ||
| 5761 | The Wondrous (Bookcase): True | ||
| 5762 | panels: | ||
| 5763 | GLASS: | ||
| 5764 | id: Wonderland Room/Panel_glass_window | ||
| 5765 | colors: brown | ||
| 5766 | tag: botbrown | ||
| 5767 | paintings: | ||
| 5768 | - id: symmetry_painting_b_4 | ||
| 5769 | orientation: north | ||
| 5770 | exit_only: True | ||
| 5771 | - id: symmetry_painting_a_4 | ||
| 5772 | disable: True | ||
| 5773 | The Wondrous (Table): | ||
| 5774 | entrances: | ||
| 5775 | The Wondrous (Doorknob): | ||
| 5776 | painting: True | ||
| 5777 | The Wondrous: | ||
| 5778 | painting: True | ||
| 5779 | panels: | ||
| 5780 | WOOD: | ||
| 5781 | id: Wonderland Room/Panel_wood_table | ||
| 5782 | colors: brown | ||
| 5783 | tag: botbrown | ||
| 5784 | BROOK NOD: | ||
| 5785 | # This panel, while physically being in the first room, is facing upward | ||
| 5786 | # and is only really solvable while standing on the windowsill, which is | ||
| 5787 | # a location you can only get to from Table. | ||
| 5788 | id: Wonderland Room/Panel_brooknod_doorknob | ||
| 5789 | colors: yellow | ||
| 5790 | tag: midyellow | ||
| 5791 | paintings: | ||
| 5792 | - id: symmetry_painting_a_2 | ||
| 5793 | orientation: west | ||
| 5794 | - id: symmetry_painting_b_2 | ||
| 5795 | orientation: south | ||
| 5796 | exit_only: True | ||
| 5797 | required: True | ||
| 5798 | The Wondrous: | ||
| 5799 | entrances: | ||
| 5800 | The Wondrous (Table): True | ||
| 5801 | Arrow Garden: | ||
| 5802 | door: Exit | ||
| 5803 | panels: | ||
| 5804 | FIREPLACE: | ||
| 5805 | id: Wonderland Room/Panel_fireplace_fire | ||
| 5806 | colors: red | ||
| 5807 | tag: midred | ||
| 5808 | Achievement: | ||
| 5809 | id: Countdown Panels/Panel_wondrous_wondrous | ||
| 5810 | required_panel: | ||
| 5811 | - panel: FIREPLACE | ||
| 5812 | - room: The Wondrous (Table) | ||
| 5813 | panel: BROOK NOD | ||
| 5814 | - room: The Wondrous (Bookcase) | ||
| 5815 | panel: CASE | ||
| 5816 | - room: The Wondrous (Chandelier) | ||
| 5817 | panel: CANDLE HEIR | ||
| 5818 | - room: The Wondrous (Window) | ||
| 5819 | panel: GLASS | ||
| 5820 | - room: The Wondrous (Table) | ||
| 5821 | panel: WOOD | ||
| 5822 | tag: forbid | ||
| 5823 | achievement: The Wondrous | ||
| 5824 | doors: | ||
| 5825 | Exit: | ||
| 5826 | id: Red Blue Purple Room Area Doors/Door_wonderland_exit | ||
| 5827 | painting_id: arrows_painting_9 | ||
| 5828 | include_reduce: True | ||
| 5829 | panels: | ||
| 5830 | - Achievement | ||
| 5831 | paintings: | ||
| 5832 | - id: arrows_painting_9 | ||
| 5833 | enter_only: True | ||
| 5834 | orientation: south | ||
| 5835 | move: True | ||
| 5836 | required_door: | ||
| 5837 | door: Exit | ||
| 5838 | req_blocked_when_no_doors: True # the wondrous (table) in vanilla doors | ||
| 5839 | - id: symmetry_painting_a_6 | ||
| 5840 | orientation: west | ||
| 5841 | exit_only: True | ||
| 5842 | - id: symmetry_painting_b_6 | ||
| 5843 | orientation: north | ||
| 5844 | req_blocked_when_no_doors: True # the wondrous (table) in vanilla doors | ||
| 5845 | Arrow Garden: | ||
| 5846 | entrances: | ||
| 5847 | The Wondrous: | ||
| 5848 | room: The Wondrous | ||
| 5849 | door: Exit | ||
| 5850 | Roof: True | ||
| 5851 | panels: | ||
| 5852 | MASTERY: | ||
| 5853 | id: Master Room/Panel_mastery_mastery4 | ||
| 5854 | tag: midwhite | ||
| 5855 | hunt: True | ||
| 5856 | required_door: | ||
| 5857 | room: Orange Tower Seventh Floor | ||
| 5858 | door: Mastery | ||
| 5859 | SHARP: | ||
| 5860 | id: Open Areas/Panel_rainy_rainbow2 | ||
| 5861 | tag: midwhite | ||
| 5862 | paintings: | ||
| 5863 | - id: flower_painting_6 | ||
| 5864 | orientation: south | ||
| 5865 | Hallway Room (2): | ||
| 5866 | entrances: | ||
| 5867 | Outside The Agreeable: | ||
| 5868 | room: Outside The Agreeable | ||
| 5869 | door: Hallway Door | ||
| 5870 | Elements Area: True | ||
| 5871 | panels: | ||
| 5872 | WISE: | ||
| 5873 | id: Hallway Room/Panel_counterclockwise_1 | ||
| 5874 | colors: blue | ||
| 5875 | tag: quad mid blue | ||
| 5876 | link: qmb COUNTERCLOCKWISE | ||
| 5877 | CLOCK: | ||
| 5878 | id: Hallway Room/Panel_counterclockwise_2 | ||
| 5879 | colors: blue | ||
| 5880 | tag: quad mid blue | ||
| 5881 | link: qmb COUNTERCLOCKWISE | ||
| 5882 | ER: | ||
| 5883 | id: Hallway Room/Panel_counterclockwise_3 | ||
| 5884 | colors: blue | ||
| 5885 | tag: quad mid blue | ||
| 5886 | link: qmb COUNTERCLOCKWISE | ||
| 5887 | COUNT: | ||
| 5888 | id: Hallway Room/Panel_counterclockwise_4 | ||
| 5889 | colors: blue | ||
| 5890 | tag: quad mid blue | ||
| 5891 | link: qmb COUNTERCLOCKWISE | ||
| 5892 | doors: | ||
| 5893 | Exit: | ||
| 5894 | id: Red Blue Purple Room Area Doors/Door_room_3 | ||
| 5895 | location_name: Hallway Room - Second Room | ||
| 5896 | group: Hallway Room Doors | ||
| 5897 | panels: | ||
| 5898 | - WISE | ||
| 5899 | - CLOCK | ||
| 5900 | - ER | ||
| 5901 | - COUNT | ||
| 5902 | Hallway Room (3): | ||
| 5903 | entrances: | ||
| 5904 | Hallway Room (2): | ||
| 5905 | room: Hallway Room (2) | ||
| 5906 | door: Exit | ||
| 5907 | # No entrance from Elements Area. The winding hallway does not connect. | ||
| 5908 | panels: | ||
| 5909 | TRANCE: | ||
| 5910 | id: Hallway Room/Panel_transformation_1 | ||
| 5911 | colors: blue | ||
| 5912 | tag: quad top blue | ||
| 5913 | link: qtb TRANSFORMATION | ||
| 5914 | FORM: | ||
| 5915 | id: Hallway Room/Panel_transformation_2 | ||
| 5916 | colors: blue | ||
| 5917 | tag: quad top blue | ||
| 5918 | link: qtb TRANSFORMATION | ||
| 5919 | A: | ||
| 5920 | id: Hallway Room/Panel_transformation_3 | ||
| 5921 | colors: blue | ||
| 5922 | tag: quad top blue | ||
| 5923 | link: qtb TRANSFORMATION | ||
| 5924 | SHUN: | ||
| 5925 | id: Hallway Room/Panel_transformation_4 | ||
| 5926 | colors: blue | ||
| 5927 | tag: quad top blue | ||
| 5928 | link: qtb TRANSFORMATION | ||
| 5929 | doors: | ||
| 5930 | Exit: | ||
| 5931 | id: Red Blue Purple Room Area Doors/Door_room_4 | ||
| 5932 | location_name: Hallway Room - Third Room | ||
| 5933 | group: Hallway Room Doors | ||
| 5934 | panels: | ||
| 5935 | - TRANCE | ||
| 5936 | - FORM | ||
| 5937 | - A | ||
| 5938 | - SHUN | ||
| 5939 | Hallway Room (4): | ||
| 5940 | entrances: | ||
| 5941 | Hallway Room (3): | ||
| 5942 | room: Hallway Room (3) | ||
| 5943 | door: Exit | ||
| 5944 | Elements Area: True | ||
| 5945 | panels: | ||
| 5946 | WHEEL: | ||
| 5947 | id: Hallway Room/Panel_room_5 | ||
| 5948 | colors: blue | ||
| 5949 | tag: full stack blue | ||
| 5950 | doors: | ||
| 5951 | Exit: | ||
| 5952 | id: | ||
| 5953 | - Red Blue Purple Room Area Doors/Door_room_5 | ||
| 5954 | - Red Blue Purple Room Area Doors/Door_room_6 # this is the connection to The Artistic | ||
| 5955 | group: Hallway Room Doors | ||
| 5956 | location_name: Hallway Room - Fourth Room | ||
| 5957 | panels: | ||
| 5958 | - WHEEL | ||
| 5959 | include_reduce: True | ||
| 5960 | Elements Area: | ||
| 5961 | entrances: | ||
| 5962 | Roof: True | ||
| 5963 | Hallway Room (4): | ||
| 5964 | room: Hallway Room (4) | ||
| 5965 | door: Exit | ||
| 5966 | The Artistic (Smiley): | ||
| 5967 | room: Hallway Room (4) | ||
| 5968 | door: Exit | ||
| 5969 | panels: | ||
| 5970 | A: | ||
| 5971 | id: Strand Room/Panel_a_strands | ||
| 5972 | colors: blue | ||
| 5973 | tag: forbid | ||
| 5974 | hunt: True | ||
| 5975 | NINE: | ||
| 5976 | id: Backside Room/Panel_nine_nine_7 | ||
| 5977 | tag: midwhite | ||
| 5978 | hunt: True | ||
| 5979 | required_door: | ||
| 5980 | room: Number Hunt | ||
| 5981 | door: Nines | ||
| 5982 | UNDISTRACTED: | ||
| 5983 | id: Open Areas/Panel_undistracted | ||
| 5984 | check: True | ||
| 5985 | exclude_reduce: True | ||
| 5986 | tag: midwhite | ||
| 5987 | MASTERY: | ||
| 5988 | id: Master Room/Panel_mastery_mastery13 | ||
| 5989 | tag: midwhite | ||
| 5990 | hunt: True | ||
| 5991 | required_door: | ||
| 5992 | room: Orange Tower Seventh Floor | ||
| 5993 | door: Mastery | ||
| 5994 | EARTH: | ||
| 5995 | id: Cross Room/Panel_earth_earth | ||
| 5996 | tag: midwhite | ||
| 5997 | WATER: | ||
| 5998 | id: Cross Room/Panel_water_water | ||
| 5999 | tag: midwhite | ||
| 6000 | AIR: | ||
| 6001 | id: Cross Room/Panel_air_air | ||
| 6002 | tag: midwhite | ||
| 6003 | paintings: | ||
| 6004 | - id: south_afar | ||
| 6005 | orientation: south | ||
| 6006 | Outside The Wanderer: | ||
| 6007 | entrances: | ||
| 6008 | Orange Tower First Floor: | ||
| 6009 | door: Tower Entrance | ||
| 6010 | Rhyme Room (Cross): | ||
| 6011 | room: Rhyme Room (Cross) | ||
| 6012 | door: Exit | ||
| 6013 | Roof: True | ||
| 6014 | panels: | ||
| 6015 | WANDERLUST: | ||
| 6016 | id: Tower Room/Panel_wanderlust_1234567890 | ||
| 6017 | colors: orange | ||
| 6018 | tag: midorange | ||
| 6019 | doors: | ||
| 6020 | Wanderer Entrance: | ||
| 6021 | id: Tower Room Area Doors/Door_wanderer_entrance | ||
| 6022 | item_name: The Wanderer - Entrance | ||
| 6023 | panels: | ||
| 6024 | - WANDERLUST | ||
| 6025 | Tower Entrance: | ||
| 6026 | id: Tower Room Area Doors/Door_wanderlust_start | ||
| 6027 | skip_location: True | ||
| 6028 | panels: | ||
| 6029 | - room: The Wanderer | ||
| 6030 | panel: Achievement | ||
| 6031 | The Wanderer: | ||
| 6032 | entrances: | ||
| 6033 | Outside The Wanderer: | ||
| 6034 | room: Outside The Wanderer | ||
| 6035 | door: Wanderer Entrance | ||
| 6036 | panels: | ||
| 6037 | Achievement: | ||
| 6038 | id: Countdown Panels/Panel_1234567890_wanderlust | ||
| 6039 | colors: orange | ||
| 6040 | check: True | ||
| 6041 | tag: forbid | ||
| 6042 | achievement: The Wanderer | ||
| 6043 | "7890": | ||
| 6044 | id: Orange Room/Panel_lust | ||
| 6045 | colors: orange | ||
| 6046 | tag: midorange | ||
| 6047 | "6524": | ||
| 6048 | id: Orange Room/Panel_read | ||
| 6049 | colors: orange | ||
| 6050 | tag: midorange | ||
| 6051 | "951": | ||
| 6052 | id: Orange Room/Panel_sew | ||
| 6053 | colors: orange | ||
| 6054 | tag: midorange | ||
| 6055 | "4524": | ||
| 6056 | id: Orange Room/Panel_dead | ||
| 6057 | colors: orange | ||
| 6058 | tag: midorange | ||
| 6059 | LEARN: | ||
| 6060 | id: Orange Room/Panel_learn | ||
| 6061 | colors: orange | ||
| 6062 | tag: midorange | ||
| 6063 | DUST: | ||
| 6064 | id: Orange Room/Panel_dust | ||
| 6065 | colors: orange | ||
| 6066 | tag: midorange | ||
| 6067 | STAR: | ||
| 6068 | id: Orange Room/Panel_star | ||
| 6069 | colors: orange | ||
| 6070 | tag: midorange | ||
| 6071 | WANDER: | ||
| 6072 | id: Orange Room/Panel_wander | ||
| 6073 | colors: orange | ||
| 6074 | tag: midorange | ||
| 6075 | Art Gallery: | ||
| 6076 | entrances: | ||
| 6077 | Orange Tower Third Floor: True | ||
| 6078 | Art Gallery (Second Floor): True | ||
| 6079 | Art Gallery (Third Floor): True | ||
| 6080 | Art Gallery (Fourth Floor): True | ||
| 6081 | Orange Tower Fifth Floor: | ||
| 6082 | door: Exit | ||
| 6083 | panels: | ||
| 6084 | EIGHT: | ||
| 6085 | id: Backside Room/Panel_eight_eight_6 | ||
| 6086 | tag: midwhite | ||
| 6087 | hunt: True | ||
| 6088 | required_door: | ||
| 6089 | room: Number Hunt | ||
| 6090 | door: Eights | ||
| 6091 | EON: | ||
| 6092 | id: Painting Room/Panel_eon_one | ||
| 6093 | colors: yellow | ||
| 6094 | tag: midyellow | ||
| 6095 | TRUSTWORTHY: | ||
| 6096 | id: Painting Room/Panel_to_two | ||
| 6097 | colors: red | ||
| 6098 | tag: midred | ||
| 6099 | FREE: | ||
| 6100 | id: Painting Room/Panel_free_three | ||
| 6101 | colors: purple | ||
| 6102 | tag: midpurp | ||
| 6103 | OUR: | ||
| 6104 | id: Painting Room/Panel_our_four | ||
| 6105 | colors: blue | ||
| 6106 | tag: midblue | ||
| 6107 | ONE ROAD MANY TURNS: | ||
| 6108 | id: Painting Room/Panel_order_onepathmanyturns | ||
| 6109 | tag: forbid | ||
| 6110 | colors: | ||
| 6111 | - yellow | ||
| 6112 | - blue | ||
| 6113 | - gray | ||
| 6114 | - brown | ||
| 6115 | - orange | ||
| 6116 | required_door: | ||
| 6117 | door: Fifth Floor | ||
| 6118 | doors: | ||
| 6119 | Second Floor: | ||
| 6120 | painting_id: | ||
| 6121 | - scenery_painting_2b | ||
| 6122 | - scenery_painting_2c | ||
| 6123 | skip_location: True | ||
| 6124 | panels: | ||
| 6125 | - EON | ||
| 6126 | First Floor Puzzles: | ||
| 6127 | skip_item: True | ||
| 6128 | location_name: Art Gallery - First Floor Puzzles | ||
| 6129 | panels: | ||
| 6130 | - EON | ||
| 6131 | - TRUSTWORTHY | ||
| 6132 | - FREE | ||
| 6133 | - OUR | ||
| 6134 | Third Floor: | ||
| 6135 | painting_id: | ||
| 6136 | - scenery_painting_3b | ||
| 6137 | - scenery_painting_3c | ||
| 6138 | skip_location: True | ||
| 6139 | panels: | ||
| 6140 | - room: Art Gallery (Second Floor) | ||
| 6141 | panel: PATH | ||
| 6142 | Fourth Floor: | ||
| 6143 | painting_id: | ||
| 6144 | - scenery_painting_4b | ||
| 6145 | - scenery_painting_4c | ||
| 6146 | skip_location: True | ||
| 6147 | panels: | ||
| 6148 | - room: Art Gallery (Third Floor) | ||
| 6149 | panel: ANY | ||
| 6150 | Fifth Floor: | ||
| 6151 | id: Tower Room Area Doors/Door_painting_backroom | ||
| 6152 | painting_id: | ||
| 6153 | - scenery_painting_5b | ||
| 6154 | - scenery_painting_5c | ||
| 6155 | skip_location: True | ||
| 6156 | panels: | ||
| 6157 | - room: Art Gallery (Fourth Floor) | ||
| 6158 | panel: SEND - USE | ||
| 6159 | Exit: | ||
| 6160 | id: Tower Room Area Doors/Door_painting_exit | ||
| 6161 | include_reduce: True | ||
| 6162 | panels: | ||
| 6163 | - ONE ROAD MANY TURNS | ||
| 6164 | paintings: | ||
| 6165 | - id: smile_painting_3 | ||
| 6166 | orientation: west | ||
| 6167 | - id: flower_painting_2 | ||
| 6168 | orientation: east | ||
| 6169 | - id: scenery_painting_0a | ||
| 6170 | orientation: north | ||
| 6171 | - id: map_painting | ||
| 6172 | orientation: east | ||
| 6173 | - id: fruitbowl_painting4 | ||
| 6174 | orientation: south | ||
| 6175 | progression: | ||
| 6176 | Progressive Art Gallery: | ||
| 6177 | - Second Floor | ||
| 6178 | - Third Floor | ||
| 6179 | - Fourth Floor | ||
| 6180 | - Fifth Floor | ||
| 6181 | - Exit | ||
| 6182 | Art Gallery (Second Floor): | ||
| 6183 | entrances: | ||
| 6184 | Art Gallery: | ||
| 6185 | room: Art Gallery | ||
| 6186 | door: Second Floor | ||
| 6187 | panels: | ||
| 6188 | HOUSE: | ||
| 6189 | id: Painting Room/Panel_house_neighborhood | ||
| 6190 | colors: blue | ||
| 6191 | tag: botblue | ||
| 6192 | PATH: | ||
| 6193 | id: Painting Room/Panel_path_road | ||
| 6194 | colors: brown | ||
| 6195 | tag: botbrown | ||
| 6196 | PARK: | ||
| 6197 | id: Painting Room/Panel_park_drive | ||
| 6198 | colors: black | ||
| 6199 | tag: botblack | ||
| 6200 | CARRIAGE: | ||
| 6201 | id: Painting Room/Panel_carriage_horse | ||
| 6202 | colors: red | ||
| 6203 | tag: botred | ||
| 6204 | doors: | ||
| 6205 | Puzzles: | ||
| 6206 | skip_item: True | ||
| 6207 | location_name: Art Gallery - Second Floor Puzzles | ||
| 6208 | panels: | ||
| 6209 | - HOUSE | ||
| 6210 | - PATH | ||
| 6211 | - PARK | ||
| 6212 | - CARRIAGE | ||
| 6213 | Art Gallery (Third Floor): | ||
| 6214 | entrances: | ||
| 6215 | Art Gallery: | ||
| 6216 | room: Art Gallery | ||
| 6217 | door: Third Floor | ||
| 6218 | panels: | ||
| 6219 | AN: | ||
| 6220 | id: Painting Room/Panel_an_many | ||
| 6221 | colors: blue | ||
| 6222 | tag: midblue | ||
| 6223 | MAY: | ||
| 6224 | id: Painting Room/Panel_may_many | ||
| 6225 | colors: blue | ||
| 6226 | tag: midblue | ||
| 6227 | ANY: | ||
| 6228 | id: Painting Room/Panel_any_many | ||
| 6229 | colors: blue | ||
| 6230 | tag: midblue | ||
| 6231 | MAN: | ||
| 6232 | id: Painting Room/Panel_man_many | ||
| 6233 | colors: blue | ||
| 6234 | tag: midblue | ||
| 6235 | doors: | ||
| 6236 | Puzzles: | ||
| 6237 | skip_item: True | ||
| 6238 | location_name: Art Gallery - Third Floor Puzzles | ||
| 6239 | panels: | ||
| 6240 | - AN | ||
| 6241 | - MAY | ||
| 6242 | - ANY | ||
| 6243 | - MAN | ||
| 6244 | Art Gallery (Fourth Floor): | ||
| 6245 | entrances: | ||
| 6246 | Art Gallery: | ||
| 6247 | room: Art Gallery | ||
| 6248 | door: Fourth Floor | ||
| 6249 | panels: | ||
| 6250 | URNS: | ||
| 6251 | id: Painting Room/Panel_urns_turns | ||
| 6252 | colors: blue | ||
| 6253 | tag: midblue | ||
| 6254 | LEARNS: | ||
| 6255 | id: Painting Room/Panel_learns_turns | ||
| 6256 | colors: purple | ||
| 6257 | tag: midpurp | ||
| 6258 | RUNTS: | ||
| 6259 | id: Painting Room/Panel_runts_turns | ||
| 6260 | colors: yellow | ||
| 6261 | tag: midyellow | ||
| 6262 | SEND - USE: | ||
| 6263 | id: Painting Room/Panel_send_use_turns | ||
| 6264 | colors: orange | ||
| 6265 | tag: midorange | ||
| 6266 | TRUST: | ||
| 6267 | id: Painting Room/Panel_trust_06890 | ||
| 6268 | colors: orange | ||
| 6269 | tag: midorange | ||
| 6270 | "062459": | ||
| 6271 | id: Painting Room/Panel_06890_trust | ||
| 6272 | colors: orange | ||
| 6273 | tag: midorange | ||
| 6274 | doors: | ||
| 6275 | Puzzles: | ||
| 6276 | skip_item: True | ||
| 6277 | location_name: Art Gallery - Fourth Floor Puzzles | ||
| 6278 | panels: | ||
| 6279 | - URNS | ||
| 6280 | - LEARNS | ||
| 6281 | - RUNTS | ||
| 6282 | - SEND - USE | ||
| 6283 | - TRUST | ||
| 6284 | - "062459" | ||
| 6285 | Rhyme Room (Smiley): | ||
| 6286 | entrances: | ||
| 6287 | Orange Tower Third Floor: | ||
| 6288 | room: Orange Tower Third Floor | ||
| 6289 | door: Rhyme Room Entrance | ||
| 6290 | Rhyme Room (Circle): | ||
| 6291 | room: Rhyme Room (Circle) | ||
| 6292 | door: Door to Smiley | ||
| 6293 | Rhyme Room (Cross): True # one-way | ||
| 6294 | panels: | ||
| 6295 | LOANS: | ||
| 6296 | id: Double Room/Panel_bones_rhyme | ||
| 6297 | colors: purple | ||
| 6298 | tag: syn rhyme | ||
| 6299 | subtag: top | ||
| 6300 | link: rhyme BONES | ||
| 6301 | SKELETON: | ||
| 6302 | id: Double Room/Panel_bones_syn | ||
| 6303 | tag: syn rhyme | ||
| 6304 | subtag: bot | ||
| 6305 | link: rhyme BONES | ||
| 6306 | REPENTANCE: | ||
| 6307 | id: Double Room/Panel_sentence_rhyme | ||
| 6308 | colors: purple | ||
| 6309 | tag: whole rhyme | ||
| 6310 | subtag: top | ||
| 6311 | link: rhyme SENTENCE | ||
| 6312 | WORD: | ||
| 6313 | id: Double Room/Panel_sentence_whole | ||
| 6314 | colors: blue | ||
| 6315 | tag: whole rhyme | ||
| 6316 | subtag: bot | ||
| 6317 | link: rhyme SENTENCE | ||
| 6318 | SCHEME: | ||
| 6319 | id: Double Room/Panel_dream_rhyme | ||
| 6320 | colors: purple | ||
| 6321 | tag: syn rhyme | ||
| 6322 | subtag: top | ||
| 6323 | link: rhyme DREAM | ||
| 6324 | FANTASY: | ||
| 6325 | id: Double Room/Panel_dream_syn | ||
| 6326 | tag: syn rhyme | ||
| 6327 | subtag: bot | ||
| 6328 | link: rhyme DREAM | ||
| 6329 | HISTORY: | ||
| 6330 | id: Double Room/Panel_mystery_rhyme | ||
| 6331 | colors: purple | ||
| 6332 | tag: syn rhyme | ||
| 6333 | subtag: top | ||
| 6334 | link: rhyme MYSTERY | ||
| 6335 | SECRET: | ||
| 6336 | id: Double Room/Panel_mystery_syn | ||
| 6337 | tag: syn rhyme | ||
| 6338 | subtag: bot | ||
| 6339 | link: rhyme MYSTERY | ||
| 6340 | doors: | ||
| 6341 | # This is complicated. I want the location in here to just be the four | ||
| 6342 | # panels against the wall toward Target. But in vanilla, you also need to | ||
| 6343 | # solve the panels in Circle that are against the Smiley wall. Logic needs | ||
| 6344 | # to know this so that it can handle no door shuffle properly. So we split | ||
| 6345 | # the item and location up. | ||
| 6346 | Door to Target: | ||
| 6347 | id: | ||
| 6348 | - Double Room Area Doors/Door_room_3a | ||
| 6349 | - Double Room Area Doors/Door_room_3bc | ||
| 6350 | skip_location: True | ||
| 6351 | group: Rhyme Room Doors | ||
| 6352 | panels: | ||
| 6353 | - SCHEME | ||
| 6354 | - FANTASY | ||
| 6355 | - HISTORY | ||
| 6356 | - SECRET | ||
| 6357 | - room: Rhyme Room (Circle) | ||
| 6358 | panel: BIRD | ||
| 6359 | - room: Rhyme Room (Circle) | ||
| 6360 | panel: LETTER | ||
| 6361 | - room: Rhyme Room (Circle) | ||
| 6362 | panel: VIOLENT | ||
| 6363 | - room: Rhyme Room (Circle) | ||
| 6364 | panel: MUTE | ||
| 6365 | Door to Target (Location): | ||
| 6366 | location_name: Rhyme Room (Smiley) - Puzzles Toward Target | ||
| 6367 | skip_item: True | ||
| 6368 | panels: | ||
| 6369 | - SCHEME | ||
| 6370 | - FANTASY | ||
| 6371 | - HISTORY | ||
| 6372 | - SECRET | ||
| 6373 | Rhyme Room (Cross): | ||
| 6374 | entrances: | ||
| 6375 | Rhyme Room (Target): # one-way | ||
| 6376 | room: Rhyme Room (Target) | ||
| 6377 | door: Door to Cross | ||
| 6378 | Rhyme Room (Looped Square): | ||
| 6379 | room: Rhyme Room (Looped Square) | ||
| 6380 | door: Door to Cross | ||
| 6381 | panels: | ||
| 6382 | NINE: | ||
| 6383 | id: Backside Room/Panel_nine_nine_9 | ||
| 6384 | tag: midwhite | ||
| 6385 | hunt: True | ||
| 6386 | required_door: | ||
| 6387 | room: Number Hunt | ||
| 6388 | door: Nines | ||
| 6389 | FERN: | ||
| 6390 | id: Double Room/Panel_return_rhyme | ||
| 6391 | colors: purple | ||
| 6392 | tag: ant rhyme | ||
| 6393 | subtag: top | ||
| 6394 | link: rhyme RETURN | ||
| 6395 | STAY: | ||
| 6396 | id: Double Room/Panel_return_ant | ||
| 6397 | colors: black | ||
| 6398 | tag: ant rhyme | ||
| 6399 | subtag: bot | ||
| 6400 | link: rhyme RETURN | ||
| 6401 | FRIEND: | ||
| 6402 | id: Double Room/Panel_descend_rhyme | ||
| 6403 | colors: purple | ||
| 6404 | tag: ant rhyme | ||
| 6405 | subtag: top | ||
| 6406 | link: rhyme DESCEND | ||
| 6407 | RISE: | ||
| 6408 | id: Double Room/Panel_descend_ant | ||
| 6409 | colors: black | ||
| 6410 | tag: ant rhyme | ||
| 6411 | subtag: bot | ||
| 6412 | link: rhyme DESCEND | ||
| 6413 | PLUMP: | ||
| 6414 | id: Double Room/Panel_jump_rhyme | ||
| 6415 | colors: purple | ||
| 6416 | tag: syn rhyme | ||
| 6417 | subtag: top | ||
| 6418 | link: rhyme JUMP | ||
| 6419 | BOUNCE: | ||
| 6420 | id: Double Room/Panel_jump_syn | ||
| 6421 | tag: syn rhyme | ||
| 6422 | subtag: bot | ||
| 6423 | link: rhyme JUMP | ||
| 6424 | SCRAWL: | ||
| 6425 | id: Double Room/Panel_fall_rhyme | ||
| 6426 | colors: purple | ||
| 6427 | tag: syn rhyme | ||
| 6428 | subtag: top | ||
| 6429 | link: rhyme FALL | ||
| 6430 | PLUNGE: | ||
| 6431 | id: Double Room/Panel_fall_syn | ||
| 6432 | tag: syn rhyme | ||
| 6433 | subtag: bot | ||
| 6434 | link: rhyme FALL | ||
| 6435 | LEAP: | ||
| 6436 | id: Double Room/Panel_leap_leap | ||
| 6437 | tag: midwhite | ||
| 6438 | doors: | ||
| 6439 | Exit: | ||
| 6440 | id: Double Room Area Doors/Door_room_exit | ||
| 6441 | location_name: Rhyme Room (Cross) - Exit Puzzles | ||
| 6442 | group: Rhyme Room Doors | ||
| 6443 | panels: | ||
| 6444 | - PLUMP | ||
| 6445 | - BOUNCE | ||
| 6446 | - SCRAWL | ||
| 6447 | - PLUNGE | ||
| 6448 | Rhyme Room (Circle): | ||
| 6449 | entrances: | ||
| 6450 | Rhyme Room (Looped Square): | ||
| 6451 | room: Rhyme Room (Looped Square) | ||
| 6452 | door: Door to Circle | ||
| 6453 | Hidden Room: | ||
| 6454 | room: Hidden Room | ||
| 6455 | door: Rhyme Room Entrance | ||
| 6456 | Rhyme Room (Smiley): | ||
| 6457 | door: Door to Smiley | ||
| 6458 | panels: | ||
| 6459 | BIRD: | ||
| 6460 | id: Double Room/Panel_word_rhyme | ||
| 6461 | colors: purple | ||
| 6462 | tag: whole rhyme | ||
| 6463 | subtag: top | ||
| 6464 | link: rhyme WORD | ||
| 6465 | LETTER: | ||
| 6466 | id: Double Room/Panel_word_whole | ||
| 6467 | colors: blue | ||
| 6468 | tag: whole rhyme | ||
| 6469 | subtag: bot | ||
| 6470 | link: rhyme WORD | ||
| 6471 | FORBIDDEN: | ||
| 6472 | id: Double Room/Panel_hidden_rhyme | ||
| 6473 | colors: purple | ||
| 6474 | tag: syn rhyme | ||
| 6475 | subtag: top | ||
| 6476 | link: rhyme HIDDEN | ||
| 6477 | CONCEALED: | ||
| 6478 | id: Double Room/Panel_hidden_syn | ||
| 6479 | tag: syn rhyme | ||
| 6480 | subtag: bot | ||
| 6481 | link: rhyme HIDDEN | ||
| 6482 | VIOLENT: | ||
| 6483 | id: Double Room/Panel_silent_rhyme | ||
| 6484 | colors: purple | ||
| 6485 | tag: syn rhyme | ||
| 6486 | subtag: top | ||
| 6487 | link: rhyme SILENT | ||
| 6488 | MUTE: | ||
| 6489 | id: Double Room/Panel_silent_syn | ||
| 6490 | tag: syn rhyme | ||
| 6491 | subtag: bot | ||
| 6492 | link: rhyme SILENT | ||
| 6493 | doors: | ||
| 6494 | Door to Smiley: | ||
| 6495 | id: | ||
| 6496 | - Double Room Area Doors/Door_room_2b | ||
| 6497 | - Double Room Area Doors/Door_room_3b | ||
| 6498 | location_name: Rhyme Room - Circle/Smiley Wall | ||
| 6499 | group: Rhyme Room Doors | ||
| 6500 | panels: | ||
| 6501 | - BIRD | ||
| 6502 | - LETTER | ||
| 6503 | - VIOLENT | ||
| 6504 | - MUTE | ||
| 6505 | - room: Rhyme Room (Smiley) | ||
| 6506 | panel: LOANS | ||
| 6507 | - room: Rhyme Room (Smiley) | ||
| 6508 | panel: SKELETON | ||
| 6509 | - room: Rhyme Room (Smiley) | ||
| 6510 | panel: REPENTANCE | ||
| 6511 | - room: Rhyme Room (Smiley) | ||
| 6512 | panel: WORD | ||
| 6513 | paintings: | ||
| 6514 | - id: arrows_painting_3 | ||
| 6515 | orientation: north | ||
| 6516 | Rhyme Room (Looped Square): | ||
| 6517 | entrances: | ||
| 6518 | Starting Room: | ||
| 6519 | room: Starting Room | ||
| 6520 | door: Rhyme Room Entrance | ||
| 6521 | Rhyme Room (Circle): | ||
| 6522 | door: Door to Circle | ||
| 6523 | Rhyme Room (Cross): | ||
| 6524 | door: Door to Cross | ||
| 6525 | Rhyme Room (Target): | ||
| 6526 | door: Door to Target | ||
| 6527 | panels: | ||
| 6528 | WALKED: | ||
| 6529 | id: Double Room/Panel_blocked_rhyme | ||
| 6530 | colors: purple | ||
| 6531 | tag: syn rhyme | ||
| 6532 | subtag: top | ||
| 6533 | link: rhyme BLOCKED | ||
| 6534 | OBSTRUCTED: | ||
| 6535 | id: Double Room/Panel_blocked_syn | ||
| 6536 | tag: syn rhyme | ||
| 6537 | subtag: bot | ||
| 6538 | link: rhyme BLOCKED | ||
| 6539 | SKIES: | ||
| 6540 | id: Double Room/Panel_rise_rhyme | ||
| 6541 | colors: purple | ||
| 6542 | tag: syn rhyme | ||
| 6543 | subtag: top | ||
| 6544 | link: rhyme RISE | ||
| 6545 | SWELL: | ||
| 6546 | id: Double Room/Panel_rise_syn | ||
| 6547 | tag: syn rhyme | ||
| 6548 | subtag: bot | ||
| 6549 | link: rhyme RISE | ||
| 6550 | PENNED: | ||
| 6551 | id: Double Room/Panel_ascend_rhyme | ||
| 6552 | colors: purple | ||
| 6553 | tag: syn rhyme | ||
| 6554 | subtag: top | ||
| 6555 | link: rhyme ASCEND | ||
| 6556 | CLIMB: | ||
| 6557 | id: Double Room/Panel_ascend_syn | ||
| 6558 | tag: syn rhyme | ||
| 6559 | subtag: bot | ||
| 6560 | link: rhyme ASCEND | ||
| 6561 | TROUBLE: | ||
| 6562 | id: Double Room/Panel_double_rhyme | ||
| 6563 | colors: purple | ||
| 6564 | tag: syn rhyme | ||
| 6565 | subtag: top | ||
| 6566 | link: rhyme DOUBLE | ||
| 6567 | DUPLICATE: | ||
| 6568 | id: Double Room/Panel_double_syn | ||
| 6569 | tag: syn rhyme | ||
| 6570 | subtag: bot | ||
| 6571 | link: rhyme DOUBLE | ||
| 6572 | doors: | ||
| 6573 | Door to Circle: | ||
| 6574 | id: | ||
| 6575 | - Double Room Area Doors/Door_room_2a | ||
| 6576 | - Double Room Area Doors/Door_room_1c | ||
| 6577 | location_name: Rhyme Room - Circle/Looped Square Wall | ||
| 6578 | group: Rhyme Room Doors | ||
| 6579 | panels: | ||
| 6580 | - WALKED | ||
| 6581 | - OBSTRUCTED | ||
| 6582 | - SKIES | ||
| 6583 | - SWELL | ||
| 6584 | - room: Rhyme Room (Circle) | ||
| 6585 | panel: BIRD | ||
| 6586 | - room: Rhyme Room (Circle) | ||
| 6587 | panel: LETTER | ||
| 6588 | - room: Rhyme Room (Circle) | ||
| 6589 | panel: FORBIDDEN | ||
| 6590 | - room: Rhyme Room (Circle) | ||
| 6591 | panel: CONCEALED | ||
| 6592 | Door to Cross: | ||
| 6593 | id: | ||
| 6594 | - Double Room Area Doors/Door_room_1a | ||
| 6595 | - Double Room Area Doors/Door_room_5a | ||
| 6596 | location_name: Rhyme Room - Cross/Looped Square Wall | ||
| 6597 | group: Rhyme Room Doors | ||
| 6598 | panels: | ||
| 6599 | - SKIES | ||
| 6600 | - SWELL | ||
| 6601 | - PENNED | ||
| 6602 | - CLIMB | ||
| 6603 | - room: Rhyme Room (Cross) | ||
| 6604 | panel: FERN | ||
| 6605 | - room: Rhyme Room (Cross) | ||
| 6606 | panel: STAY | ||
| 6607 | - room: Rhyme Room (Cross) | ||
| 6608 | panel: FRIEND | ||
| 6609 | - room: Rhyme Room (Cross) | ||
| 6610 | panel: RISE | ||
| 6611 | Door to Target: | ||
| 6612 | id: | ||
| 6613 | - Double Room Area Doors/Door_room_1b | ||
| 6614 | - Double Room Area Doors/Door_room_4b | ||
| 6615 | location_name: Rhyme Room - Target/Looped Square Wall | ||
| 6616 | group: Rhyme Room Doors | ||
| 6617 | panels: | ||
| 6618 | - PENNED | ||
| 6619 | - CLIMB | ||
| 6620 | - TROUBLE | ||
| 6621 | - DUPLICATE | ||
| 6622 | - room: Rhyme Room (Target) | ||
| 6623 | panel: WILD | ||
| 6624 | - room: Rhyme Room (Target) | ||
| 6625 | panel: KID | ||
| 6626 | - room: Rhyme Room (Target) | ||
| 6627 | panel: PISTOL | ||
| 6628 | - room: Rhyme Room (Target) | ||
| 6629 | panel: QUARTZ | ||
| 6630 | Rhyme Room (Target): | ||
| 6631 | entrances: | ||
| 6632 | Rhyme Room (Smiley): # one-way | ||
| 6633 | room: Rhyme Room (Smiley) | ||
| 6634 | door: Door to Target | ||
| 6635 | Rhyme Room (Looped Square): | ||
| 6636 | room: Rhyme Room (Looped Square) | ||
| 6637 | door: Door to Target | ||
| 6638 | panels: | ||
| 6639 | WILD: | ||
| 6640 | id: Double Room/Panel_child_rhyme | ||
| 6641 | colors: purple | ||
| 6642 | tag: syn rhyme | ||
| 6643 | subtag: top | ||
| 6644 | link: rhyme CHILD | ||
| 6645 | KID: | ||
| 6646 | id: Double Room/Panel_child_syn | ||
| 6647 | tag: syn rhyme | ||
| 6648 | subtag: bot | ||
| 6649 | link: rhyme CHILD | ||
| 6650 | PISTOL: | ||
| 6651 | id: Double Room/Panel_crystal_rhyme | ||
| 6652 | colors: purple | ||
| 6653 | tag: syn rhyme | ||
| 6654 | subtag: top | ||
| 6655 | link: rhyme CRYSTAL | ||
| 6656 | QUARTZ: | ||
| 6657 | id: Double Room/Panel_crystal_syn | ||
| 6658 | tag: syn rhyme | ||
| 6659 | subtag: bot | ||
| 6660 | link: rhyme CRYSTAL | ||
| 6661 | INNOVATIVE (Top): | ||
| 6662 | id: Double Room/Panel_creative_rhyme | ||
| 6663 | colors: purple | ||
| 6664 | tag: syn rhyme | ||
| 6665 | subtag: top | ||
| 6666 | link: rhyme CREATIVE | ||
| 6667 | INNOVATIVE (Bottom): | ||
| 6668 | id: Double Room/Panel_creative_syn | ||
| 6669 | tag: syn rhyme | ||
| 6670 | subtag: bot | ||
| 6671 | link: rhyme CREATIVE | ||
| 6672 | doors: | ||
| 6673 | Door to Cross: | ||
| 6674 | id: Double Room Area Doors/Door_room_4a | ||
| 6675 | location_name: Rhyme Room (Target) - Puzzles Toward Cross | ||
| 6676 | group: Rhyme Room Doors | ||
| 6677 | panels: | ||
| 6678 | - PISTOL | ||
| 6679 | - QUARTZ | ||
| 6680 | - INNOVATIVE (Top) | ||
| 6681 | - INNOVATIVE (Bottom) | ||
| 6682 | paintings: | ||
| 6683 | - id: arrows_painting_4 | ||
| 6684 | orientation: north | ||
| 6685 | Room Room: | ||
| 6686 | # This is a bit of a weird room. You can't really get to it from the roof. | ||
| 6687 | # And even if you were to go through the shortcut on the fifth floor into | ||
| 6688 | # the basement and up the stairs, you'd be blocked by the backsides of the | ||
| 6689 | # ROOM panels, which isn't ideal. So we will, at least for now, say that | ||
| 6690 | # this room is vanilla. | ||
| 6691 | # | ||
| 6692 | # For pretty much the same reason, I don't want to shuffle the paintings in | ||
| 6693 | # here. | ||
| 6694 | entrances: | ||
| 6695 | Orange Tower Fourth Floor: True | ||
| 6696 | panels: | ||
| 6697 | DOOR (1): | ||
| 6698 | id: Panel Room/Panel_room_door_1 | ||
| 6699 | colors: gray | ||
| 6700 | tag: forbid | ||
| 6701 | DOOR (2): | ||
| 6702 | id: Panel Room/Panel_room_door_2 | ||
| 6703 | colors: gray | ||
| 6704 | tag: forbid | ||
| 6705 | WINDOW: | ||
| 6706 | id: Panel Room/Panel_room_window_1 | ||
| 6707 | colors: gray | ||
| 6708 | tag: forbid | ||
| 6709 | STAIRS: | ||
| 6710 | id: Panel Room/Panel_room_stairs_1 | ||
| 6711 | colors: gray | ||
| 6712 | tag: forbid | ||
| 6713 | PAINTING: | ||
| 6714 | id: Panel Room/Panel_room_painting_1 | ||
| 6715 | colors: gray | ||
| 6716 | tag: forbid | ||
| 6717 | FLOOR (1): | ||
| 6718 | id: Panel Room/Panel_room_floor_1 | ||
| 6719 | colors: gray | ||
| 6720 | tag: forbid | ||
| 6721 | FLOOR (2): | ||
| 6722 | id: Panel Room/Panel_room_floor_2 | ||
| 6723 | colors: gray | ||
| 6724 | tag: forbid | ||
| 6725 | FLOOR (3): | ||
| 6726 | id: Panel Room/Panel_room_floor_3 | ||
| 6727 | colors: gray | ||
| 6728 | tag: forbid | ||
| 6729 | FLOOR (4): | ||
| 6730 | id: Panel Room/Panel_room_floor_4 | ||
| 6731 | colors: gray | ||
| 6732 | tag: forbid | ||
| 6733 | FLOOR (5): | ||
| 6734 | id: Panel Room/Panel_room_floor_5 | ||
| 6735 | colors: gray | ||
| 6736 | tag: forbid | ||
| 6737 | FLOOR (7): | ||
| 6738 | id: Panel Room/Panel_room_floor_7 | ||
| 6739 | colors: gray | ||
| 6740 | tag: forbid | ||
| 6741 | FLOOR (8): | ||
| 6742 | id: Panel Room/Panel_room_floor_8 | ||
| 6743 | colors: gray | ||
| 6744 | tag: forbid | ||
| 6745 | FLOOR (9): | ||
| 6746 | id: Panel Room/Panel_room_floor_9 | ||
| 6747 | colors: gray | ||
| 6748 | tag: forbid | ||
| 6749 | FLOOR (10): | ||
| 6750 | id: Panel Room/Panel_room_floor_10 | ||
| 6751 | colors: gray | ||
| 6752 | tag: forbid | ||
| 6753 | CEILING (1): | ||
| 6754 | id: Panel Room/Panel_room_ceiling_1 | ||
| 6755 | colors: gray | ||
| 6756 | tag: forbid | ||
| 6757 | CEILING (2): | ||
| 6758 | id: Panel Room/Panel_room_ceiling_2 | ||
| 6759 | colors: gray | ||
| 6760 | tag: forbid | ||
| 6761 | CEILING (3): | ||
| 6762 | id: Panel Room/Panel_room_ceiling_3 | ||
| 6763 | colors: gray | ||
| 6764 | tag: forbid | ||
| 6765 | CEILING (4): | ||
| 6766 | id: Panel Room/Panel_room_ceiling_4 | ||
| 6767 | colors: gray | ||
| 6768 | tag: forbid | ||
| 6769 | CEILING (5): | ||
| 6770 | id: Panel Room/Panel_room_ceiling_5 | ||
| 6771 | colors: gray | ||
| 6772 | tag: forbid | ||
| 6773 | WALL (1): | ||
| 6774 | id: Panel Room/Panel_room_wall_1 | ||
| 6775 | colors: gray | ||
| 6776 | tag: forbid | ||
| 6777 | WALL (2): | ||
| 6778 | id: Panel Room/Panel_room_wall_2 | ||
| 6779 | colors: gray | ||
| 6780 | tag: forbid | ||
| 6781 | WALL (3): | ||
| 6782 | id: Panel Room/Panel_room_wall_3 | ||
| 6783 | colors: gray | ||
| 6784 | tag: forbid | ||
| 6785 | WALL (4): | ||
| 6786 | id: Panel Room/Panel_room_wall_4 | ||
| 6787 | colors: gray | ||
| 6788 | tag: forbid | ||
| 6789 | WALL (5): | ||
| 6790 | id: Panel Room/Panel_room_wall_5 | ||
| 6791 | colors: gray | ||
| 6792 | tag: forbid | ||
| 6793 | WALL (6): | ||
| 6794 | id: Panel Room/Panel_room_wall_6 | ||
| 6795 | colors: gray | ||
| 6796 | tag: forbid | ||
| 6797 | WALL (7): | ||
| 6798 | id: Panel Room/Panel_room_wall_7 | ||
| 6799 | colors: gray | ||
| 6800 | tag: forbid | ||
| 6801 | WALL (8): | ||
| 6802 | id: Panel Room/Panel_room_wall_8 | ||
| 6803 | colors: gray | ||
| 6804 | tag: forbid | ||
| 6805 | WALL (9): | ||
| 6806 | id: Panel Room/Panel_room_wall_9 | ||
| 6807 | colors: gray | ||
| 6808 | tag: forbid | ||
| 6809 | WALL (10): | ||
| 6810 | id: Panel Room/Panel_room_wall_10 | ||
| 6811 | colors: gray | ||
| 6812 | tag: forbid | ||
| 6813 | WALL (11): | ||
| 6814 | id: Panel Room/Panel_room_wall_11 | ||
| 6815 | colors: gray | ||
| 6816 | tag: forbid | ||
| 6817 | WALL (12): | ||
| 6818 | id: Panel Room/Panel_room_wall_12 | ||
| 6819 | colors: gray | ||
| 6820 | tag: forbid | ||
| 6821 | WALL (13): | ||
| 6822 | id: Panel Room/Panel_room_wall_13 | ||
| 6823 | colors: gray | ||
| 6824 | tag: forbid | ||
| 6825 | WALL (14): | ||
| 6826 | id: Panel Room/Panel_room_wall_14 | ||
| 6827 | colors: gray | ||
| 6828 | tag: forbid | ||
| 6829 | WALL (15): | ||
| 6830 | id: Panel Room/Panel_room_wall_15 | ||
| 6831 | colors: gray | ||
| 6832 | tag: forbid | ||
| 6833 | WALL (16): | ||
| 6834 | id: Panel Room/Panel_room_wall_16 | ||
| 6835 | colors: gray | ||
| 6836 | tag: forbid | ||
| 6837 | WALL (17): | ||
| 6838 | id: Panel Room/Panel_room_wall_17 | ||
| 6839 | colors: gray | ||
| 6840 | tag: forbid | ||
| 6841 | WALL (18): | ||
| 6842 | id: Panel Room/Panel_room_wall_18 | ||
| 6843 | colors: gray | ||
| 6844 | tag: forbid | ||
| 6845 | WALL (19): | ||
| 6846 | id: Panel Room/Panel_room_wall_19 | ||
| 6847 | colors: gray | ||
| 6848 | tag: forbid | ||
| 6849 | WALL (20): | ||
| 6850 | id: Panel Room/Panel_room_wall_20 | ||
| 6851 | colors: gray | ||
| 6852 | tag: forbid | ||
| 6853 | WALL (21): | ||
| 6854 | id: Panel Room/Panel_room_wall_21 | ||
| 6855 | colors: gray | ||
| 6856 | tag: forbid | ||
| 6857 | BROOMED: | ||
| 6858 | id: Panel Room/Panel_broomed_bedroom | ||
| 6859 | colors: yellow | ||
| 6860 | tag: midyellow | ||
| 6861 | required_door: | ||
| 6862 | door: Excavation | ||
| 6863 | LAYS: | ||
| 6864 | id: Panel Room/Panel_lays_maze | ||
| 6865 | colors: purple | ||
| 6866 | tag: toppurp | ||
| 6867 | required_panel: | ||
| 6868 | panel: BROOMED | ||
| 6869 | BASE: | ||
| 6870 | id: Panel Room/Panel_base_basement | ||
| 6871 | colors: blue | ||
| 6872 | tag: midblue | ||
| 6873 | required_panel: | ||
| 6874 | panel: LAYS | ||
| 6875 | MASTERY: | ||
| 6876 | id: Master Room/Panel_mastery_mastery | ||
| 6877 | tag: midwhite | ||
| 6878 | colors: gray | ||
| 6879 | required_door: | ||
| 6880 | room: Orange Tower Seventh Floor | ||
| 6881 | door: Mastery | ||
| 6882 | doors: | ||
| 6883 | Excavation: | ||
| 6884 | event: True | ||
| 6885 | panels: | ||
| 6886 | - WALL (1) | ||
| 6887 | Shortcut to Fifth Floor: | ||
| 6888 | id: | ||
| 6889 | - Tower Room Area Doors/Door_panel_basement | ||
| 6890 | - Tower Room Area Doors/Door_panel_basement2 | ||
| 6891 | panels: | ||
| 6892 | - BASE | ||
| 6893 | Cellar: | ||
| 6894 | entrances: | ||
| 6895 | Room Room: | ||
| 6896 | room: Room Room | ||
| 6897 | door: Excavation | ||
| 6898 | Orange Tower Fifth Floor: | ||
| 6899 | room: Room Room | ||
| 6900 | door: Shortcut to Fifth Floor | ||
| 6901 | Outside The Wise: | ||
| 6902 | entrances: | ||
| 6903 | Orange Tower Sixth Floor: | ||
| 6904 | painting: True | ||
| 6905 | Outside The Initiated: | ||
| 6906 | painting: True | ||
| 6907 | panels: | ||
| 6908 | KITTEN: | ||
| 6909 | id: Clock Room/Panel_kitten_cat | ||
| 6910 | colors: brown | ||
| 6911 | tag: botbrown | ||
| 6912 | CAT: | ||
| 6913 | id: Clock Room/Panel_cat_kitten | ||
| 6914 | tag: bot brown black | ||
| 6915 | colors: | ||
| 6916 | - brown | ||
| 6917 | - black | ||
| 6918 | doors: | ||
| 6919 | Wise Entrance: | ||
| 6920 | id: Clock Room Area Doors/Door_time_start | ||
| 6921 | item_name: The Wise - Entrance | ||
| 6922 | panels: | ||
| 6923 | - KITTEN | ||
| 6924 | - CAT | ||
| 6925 | paintings: | ||
| 6926 | - id: arrows_painting_2 | ||
| 6927 | orientation: east | ||
| 6928 | - id: clock_painting_2 | ||
| 6929 | orientation: east | ||
| 6930 | exit_only: True | ||
| 6931 | required: True | ||
| 6932 | The Wise: | ||
| 6933 | entrances: | ||
| 6934 | Outside The Wise: | ||
| 6935 | room: Outside The Wise | ||
| 6936 | door: Wise Entrance | ||
| 6937 | panels: | ||
| 6938 | Achievement: | ||
| 6939 | id: Countdown Panels/Panel_intelligent_wise | ||
| 6940 | colors: | ||
| 6941 | - brown | ||
| 6942 | - black | ||
| 6943 | tag: forbid | ||
| 6944 | check: True | ||
| 6945 | achievement: The Wise | ||
| 6946 | PUPPY: | ||
| 6947 | id: Clock Room/Panel_puppy_dog | ||
| 6948 | colors: brown | ||
| 6949 | tag: botbrown | ||
| 6950 | ADULT: | ||
| 6951 | id: Clock Room/Panel_adult_child | ||
| 6952 | colors: | ||
| 6953 | - brown | ||
| 6954 | - black | ||
| 6955 | tag: bot brown black | ||
| 6956 | BREAD: | ||
| 6957 | id: Clock Room/Panel_bread_mold | ||
| 6958 | colors: brown | ||
| 6959 | tag: botbrown | ||
| 6960 | DINOSAUR: | ||
| 6961 | id: Clock Room/Panel_dinosaur_fossil | ||
| 6962 | colors: brown | ||
| 6963 | tag: botbrown | ||
| 6964 | OAK: | ||
| 6965 | id: Clock Room/Panel_oak_acorn | ||
| 6966 | colors: | ||
| 6967 | - brown | ||
| 6968 | - black | ||
| 6969 | tag: bot brown black | ||
| 6970 | CORPSE: | ||
| 6971 | id: Clock Room/Panel_corpse_skeleton | ||
| 6972 | colors: brown | ||
| 6973 | tag: botbrown | ||
| 6974 | BEFORE: | ||
| 6975 | id: Clock Room/Panel_before_ere | ||
| 6976 | colors: | ||
| 6977 | - brown | ||
| 6978 | - black | ||
| 6979 | tag: mid brown black | ||
| 6980 | YOUR: | ||
| 6981 | id: Clock Room/Panel_your_thy | ||
| 6982 | colors: | ||
| 6983 | - brown | ||
| 6984 | - black | ||
| 6985 | tag: mid brown black | ||
| 6986 | BETWIXT: | ||
| 6987 | id: Clock Room/Panel_betwixt_between | ||
| 6988 | colors: brown | ||
| 6989 | tag: midbrown | ||
| 6990 | NIGH: | ||
| 6991 | id: Clock Room/Panel_nigh_near | ||
| 6992 | colors: brown | ||
| 6993 | tag: midbrown | ||
| 6994 | CONNEXION: | ||
| 6995 | id: Clock Room/Panel_connexion_connection | ||
| 6996 | colors: brown | ||
| 6997 | tag: midbrown | ||
| 6998 | THOU: | ||
| 6999 | id: Clock Room/Panel_thou_you | ||
| 7000 | colors: brown | ||
| 7001 | tag: midbrown | ||
| 7002 | paintings: | ||
| 7003 | - id: clock_painting_3 | ||
| 7004 | orientation: east | ||
| 7005 | req_blocked: True # outside the wise (with or without door shuffle) | ||
| 7006 | The Red: | ||
| 7007 | entrances: | ||
| 7008 | Roof: True | ||
| 7009 | panels: | ||
| 7010 | Achievement: | ||
| 7011 | id: Countdown Panels/Panel_grandfathered_red | ||
| 7012 | colors: red | ||
| 7013 | tag: forbid | ||
| 7014 | check: True | ||
| 7015 | achievement: The Red | ||
| 7016 | PANDEMIC (1): | ||
| 7017 | id: Hangry Room/Panel_red_top_1 | ||
| 7018 | colors: red | ||
| 7019 | tag: topred | ||
| 7020 | TRINITY: | ||
| 7021 | id: Hangry Room/Panel_red_top_2 | ||
| 7022 | colors: red | ||
| 7023 | tag: topred | ||
| 7024 | CHEMISTRY: | ||
| 7025 | id: Hangry Room/Panel_red_top_3 | ||
| 7026 | colors: red | ||
| 7027 | tag: topred | ||
| 7028 | FLUMMOXED: | ||
| 7029 | id: Hangry Room/Panel_red_top_4 | ||
| 7030 | colors: red | ||
| 7031 | tag: topred | ||
| 7032 | PANDEMIC (2): | ||
| 7033 | id: Hangry Room/Panel_red_mid_1 | ||
| 7034 | colors: red | ||
| 7035 | tag: midred | ||
| 7036 | COUNTERCLOCKWISE: | ||
| 7037 | id: Hangry Room/Panel_red_mid_2 | ||
| 7038 | colors: red | ||
| 7039 | tag: red top red mid black bot | ||
| 7040 | FEARLESS: | ||
| 7041 | id: Hangry Room/Panel_red_mid_3 | ||
| 7042 | colors: red | ||
| 7043 | tag: midred | ||
| 7044 | DEFORESTATION: | ||
| 7045 | id: Hangry Room/Panel_red_mid_4 | ||
| 7046 | colors: red | ||
| 7047 | tag: red mid bot | ||
| 7048 | subtag: mid | ||
| 7049 | link: rmb FORE | ||
| 7050 | CRAFTSMANSHIP: | ||
| 7051 | id: Hangry Room/Panel_red_mid_5 | ||
| 7052 | colors: red | ||
| 7053 | tag: red mid bot | ||
| 7054 | subtag: mid | ||
| 7055 | link: rmb AFT | ||
| 7056 | CAMEL: | ||
| 7057 | id: Hangry Room/Panel_red_bot_1 | ||
| 7058 | colors: red | ||
| 7059 | tag: botred | ||
| 7060 | LION: | ||
| 7061 | id: Hangry Room/Panel_red_bot_2 | ||
| 7062 | colors: red | ||
| 7063 | tag: botred | ||
| 7064 | TIGER: | ||
| 7065 | id: Hangry Room/Panel_red_bot_3 | ||
| 7066 | colors: red | ||
| 7067 | tag: botred | ||
| 7068 | SHIP (1): | ||
| 7069 | id: Hangry Room/Panel_red_bot_4 | ||
| 7070 | colors: red | ||
| 7071 | tag: red mid bot | ||
| 7072 | subtag: bot | ||
| 7073 | link: rmb FORE | ||
| 7074 | SHIP (2): | ||
| 7075 | id: Hangry Room/Panel_red_bot_5 | ||
| 7076 | colors: red | ||
| 7077 | tag: red mid bot | ||
| 7078 | subtag: bot | ||
| 7079 | link: rmb AFT | ||
| 7080 | GIRAFFE: | ||
| 7081 | id: Hangry Room/Panel_red_bot_6 | ||
| 7082 | colors: red | ||
| 7083 | tag: botred | ||
| 7084 | The Ecstatic: | ||
| 7085 | entrances: | ||
| 7086 | Roof: True | ||
| 7087 | panels: | ||
| 7088 | Achievement: | ||
| 7089 | id: Countdown Panels/Panel_ecstatic_ecstatic | ||
| 7090 | colors: yellow | ||
| 7091 | tag: forbid | ||
| 7092 | check: True | ||
| 7093 | achievement: The Ecstatic | ||
| 7094 | FORM (1): | ||
| 7095 | id: Smiley Room/Panel_soundgram_1 | ||
| 7096 | colors: yellow | ||
| 7097 | tag: yellow top bot | ||
| 7098 | subtag: bottom | ||
| 7099 | link: ytb FORM | ||
| 7100 | WIND: | ||
| 7101 | id: Smiley Room/Panel_soundgram_2 | ||
| 7102 | colors: yellow | ||
| 7103 | tag: botyellow | ||
| 7104 | EGGS: | ||
| 7105 | id: Smiley Room/Panel_scrambled_1 | ||
| 7106 | colors: yellow | ||
| 7107 | tag: botyellow | ||
| 7108 | VEGETABLES: | ||
| 7109 | id: Smiley Room/Panel_scrambled_2 | ||
| 7110 | colors: yellow | ||
| 7111 | tag: botyellow | ||
| 7112 | WATER: | ||
| 7113 | id: Smiley Room/Panel_anagram_6_1 | ||
| 7114 | colors: yellow | ||
| 7115 | tag: botyellow | ||
| 7116 | FRUITS: | ||
| 7117 | id: Smiley Room/Panel_anagram_6_2 | ||
| 7118 | colors: yellow | ||
| 7119 | tag: botyellow | ||
| 7120 | LEAVES: | ||
| 7121 | id: Smiley Room/Panel_anagram_7_1 | ||
| 7122 | colors: yellow | ||
| 7123 | tag: topyellow | ||
| 7124 | VINES: | ||
| 7125 | id: Smiley Room/Panel_anagram_7_2 | ||
| 7126 | colors: yellow | ||
| 7127 | tag: topyellow | ||
| 7128 | ICE: | ||
| 7129 | id: Smiley Room/Panel_anagram_7_3 | ||
| 7130 | colors: yellow | ||
| 7131 | tag: topyellow | ||
| 7132 | STYLE: | ||
| 7133 | id: Smiley Room/Panel_anagram_7_4 | ||
| 7134 | colors: yellow | ||
| 7135 | tag: topyellow | ||
| 7136 | FIR: | ||
| 7137 | id: Smiley Room/Panel_anagram_8_1 | ||
| 7138 | colors: yellow | ||
| 7139 | tag: topyellow | ||
| 7140 | REEF: | ||
| 7141 | id: Smiley Room/Panel_anagram_8_2 | ||
| 7142 | colors: yellow | ||
| 7143 | tag: topyellow | ||
| 7144 | ROTS: | ||
| 7145 | id: Smiley Room/Panel_anagram_8_3 | ||
| 7146 | colors: yellow | ||
| 7147 | tag: topyellow | ||
| 7148 | FORM (2): | ||
| 7149 | id: Smiley Room/Panel_anagram_9_1 | ||
| 7150 | colors: yellow | ||
| 7151 | tag: yellow top bot | ||
| 7152 | subtag: top | ||
| 7153 | link: ytb FORM | ||
| 7154 | Outside The Scientific: | ||
| 7155 | entrances: | ||
| 7156 | Roof: True | ||
| 7157 | The Scientific: | ||
| 7158 | door: Scientific Entrance | ||
| 7159 | panels: | ||
| 7160 | OPEN: | ||
| 7161 | id: Chemistry Room/Panel_open | ||
| 7162 | tag: midwhite | ||
| 7163 | CLOSE: | ||
| 7164 | id: Chemistry Room/Panel_close | ||
| 7165 | colors: black | ||
| 7166 | tag: botblack | ||
| 7167 | AHEAD: | ||
| 7168 | id: Chemistry Room/Panel_ahead | ||
| 7169 | colors: black | ||
| 7170 | tag: botblack | ||
| 7171 | doors: | ||
| 7172 | Scientific Entrance: | ||
| 7173 | id: Red Blue Purple Room Area Doors/Door_chemistry_lab | ||
| 7174 | item_name: The Scientific - Entrance | ||
| 7175 | panels: | ||
| 7176 | - OPEN | ||
| 7177 | The Scientific: | ||
| 7178 | entrances: | ||
| 7179 | Outside The Scientific: | ||
| 7180 | room: Outside The Scientific | ||
| 7181 | door: Scientific Entrance | ||
| 7182 | panels: | ||
| 7183 | Achievement: | ||
| 7184 | id: Countdown Panels/Panel_scientific_scientific | ||
| 7185 | colors: | ||
| 7186 | - yellow | ||
| 7187 | - red | ||
| 7188 | - blue | ||
| 7189 | - brown | ||
| 7190 | - black | ||
| 7191 | - purple | ||
| 7192 | tag: forbid | ||
| 7193 | check: True | ||
| 7194 | achievement: The Scientific | ||
| 7195 | HYDROGEN (1): | ||
| 7196 | id: Chemistry Room/Panel_blue_bot_3 | ||
| 7197 | colors: blue | ||
| 7198 | tag: tri botblue | ||
| 7199 | link: tbb WATER | ||
| 7200 | OXYGEN: | ||
| 7201 | id: Chemistry Room/Panel_blue_bot_2 | ||
| 7202 | colors: blue | ||
| 7203 | tag: tri botblue | ||
| 7204 | link: tbb WATER | ||
| 7205 | HYDROGEN (2): | ||
| 7206 | id: Chemistry Room/Panel_blue_bot_4 | ||
| 7207 | colors: blue | ||
| 7208 | tag: tri botblue | ||
| 7209 | link: tbb WATER | ||
| 7210 | SUGAR (1): | ||
| 7211 | id: Chemistry Room/Panel_sugar_1 | ||
| 7212 | colors: red | ||
| 7213 | tag: botred | ||
| 7214 | SUGAR (2): | ||
| 7215 | id: Chemistry Room/Panel_sugar_2 | ||
| 7216 | colors: red | ||
| 7217 | tag: botred | ||
| 7218 | SUGAR (3): | ||
| 7219 | id: Chemistry Room/Panel_sugar_3 | ||
| 7220 | colors: red | ||
| 7221 | tag: botred | ||
| 7222 | CHLORINE: | ||
| 7223 | id: Chemistry Room/Panel_blue_bot_5 | ||
| 7224 | colors: blue | ||
| 7225 | tag: double botblue | ||
| 7226 | subtag: left | ||
| 7227 | link: holo SALT | ||
| 7228 | SODIUM: | ||
| 7229 | id: Chemistry Room/Panel_blue_bot_6 | ||
| 7230 | colors: blue | ||
| 7231 | tag: double botblue | ||
| 7232 | subtag: right | ||
| 7233 | link: holo SALT | ||
| 7234 | FOREST: | ||
| 7235 | id: Chemistry Room/Panel_long_bot_1 | ||
| 7236 | colors: | ||
| 7237 | - red | ||
| 7238 | - blue | ||
| 7239 | tag: chain red bot blue top | ||
| 7240 | POUND: | ||
| 7241 | id: Chemistry Room/Panel_long_top_1 | ||
| 7242 | colors: | ||
| 7243 | - red | ||
| 7244 | - blue | ||
| 7245 | tag: chain blue mid red bot | ||
| 7246 | ICE: | ||
| 7247 | id: Chemistry Room/Panel_brown_bot_1 | ||
| 7248 | colors: brown | ||
| 7249 | tag: botbrown | ||
| 7250 | FISSION: | ||
| 7251 | id: Chemistry Room/Panel_black_bot_1 | ||
| 7252 | colors: black | ||
| 7253 | tag: botblack | ||
| 7254 | FUSION: | ||
| 7255 | id: Chemistry Room/Panel_black_bot_2 | ||
| 7256 | colors: black | ||
| 7257 | tag: botblack | ||
| 7258 | MISS: | ||
| 7259 | id: Chemistry Room/Panel_blue_top_1 | ||
| 7260 | colors: blue | ||
| 7261 | tag: double topblue | ||
| 7262 | subtag: left | ||
| 7263 | link: exp CHEMISTRY | ||
| 7264 | TREE (1): | ||
| 7265 | id: Chemistry Room/Panel_blue_top_2 | ||
| 7266 | colors: blue | ||
| 7267 | tag: double topblue | ||
| 7268 | subtag: right | ||
| 7269 | link: exp CHEMISTRY | ||
| 7270 | BIOGRAPHY: | ||
| 7271 | id: Chemistry Room/Panel_biology_9 | ||
| 7272 | colors: purple | ||
| 7273 | tag: midpurp | ||
| 7274 | CACTUS: | ||
| 7275 | id: Chemistry Room/Panel_biology_4 | ||
| 7276 | colors: red | ||
| 7277 | tag: double botred | ||
| 7278 | subtag: right | ||
| 7279 | link: mero SPINE | ||
| 7280 | VERTEBRATE: | ||
| 7281 | id: Chemistry Room/Panel_biology_8 | ||
| 7282 | colors: red | ||
| 7283 | tag: double botred | ||
| 7284 | subtag: left | ||
| 7285 | link: mero SPINE | ||
| 7286 | ROSE: | ||
| 7287 | id: Chemistry Room/Panel_biology_2 | ||
| 7288 | colors: red | ||
| 7289 | tag: botred | ||
| 7290 | TREE (2): | ||
| 7291 | id: Chemistry Room/Panel_biology_3 | ||
| 7292 | colors: red | ||
| 7293 | tag: botred | ||
| 7294 | FRUIT: | ||
| 7295 | id: Chemistry Room/Panel_biology_1 | ||
| 7296 | colors: red | ||
| 7297 | tag: botred | ||
| 7298 | MAMMAL: | ||
| 7299 | id: Chemistry Room/Panel_biology_5 | ||
| 7300 | colors: red | ||
| 7301 | tag: botred | ||
| 7302 | BIRD: | ||
| 7303 | id: Chemistry Room/Panel_biology_6 | ||
| 7304 | colors: red | ||
| 7305 | tag: botred | ||
| 7306 | FISH: | ||
| 7307 | id: Chemistry Room/Panel_biology_7 | ||
| 7308 | colors: red | ||
| 7309 | tag: botred | ||
| 7310 | GRAVELY: | ||
| 7311 | id: Chemistry Room/Panel_physics_9 | ||
| 7312 | colors: purple | ||
| 7313 | tag: double midpurp | ||
| 7314 | subtag: left | ||
| 7315 | link: change GRAVITY | ||
| 7316 | BREVITY: | ||
| 7317 | id: Chemistry Room/Panel_biology_10 | ||
| 7318 | colors: purple | ||
| 7319 | tag: double midpurp | ||
| 7320 | subtag: right | ||
| 7321 | link: change GRAVITY | ||
| 7322 | PART: | ||
| 7323 | id: Chemistry Room/Panel_physics_2 | ||
| 7324 | colors: blue | ||
| 7325 | tag: blue mid red bot | ||
| 7326 | subtag: mid | ||
| 7327 | link: xur PARTICLE | ||
| 7328 | MATTER: | ||
| 7329 | id: Chemistry Room/Panel_physics_1 | ||
| 7330 | colors: red | ||
| 7331 | tag: blue mid red bot | ||
| 7332 | subtag: bot | ||
| 7333 | link: xur PARTICLE | ||
| 7334 | ELECTRIC: | ||
| 7335 | id: Chemistry Room/Panel_physics_6 | ||
| 7336 | colors: purple | ||
| 7337 | tag: purple mid red bot | ||
| 7338 | subtag: mid | ||
| 7339 | link: xpr ELECTRON | ||
| 7340 | ATOM (1): | ||
| 7341 | id: Chemistry Room/Panel_physics_3 | ||
| 7342 | colors: red | ||
| 7343 | tag: purple mid red bot | ||
| 7344 | subtag: bot | ||
| 7345 | link: xpr ELECTRON | ||
| 7346 | NEUTRAL: | ||
| 7347 | id: Chemistry Room/Panel_physics_7 | ||
| 7348 | colors: purple | ||
| 7349 | tag: purple mid red bot | ||
| 7350 | subtag: mid | ||
| 7351 | link: xpr NEUTRON | ||
| 7352 | ATOM (2): | ||
| 7353 | id: Chemistry Room/Panel_physics_4 | ||
| 7354 | colors: red | ||
| 7355 | tag: purple mid red bot | ||
| 7356 | subtag: bot | ||
| 7357 | link: xpr NEUTRON | ||
| 7358 | PROPEL: | ||
| 7359 | id: Chemistry Room/Panel_physics_8 | ||
| 7360 | colors: purple | ||
| 7361 | tag: purple mid red bot | ||
| 7362 | subtag: mid | ||
| 7363 | link: xpr PROTON | ||
| 7364 | ATOM (3): | ||
| 7365 | id: Chemistry Room/Panel_physics_5 | ||
| 7366 | colors: red | ||
| 7367 | tag: purple mid red bot | ||
| 7368 | subtag: bot | ||
| 7369 | link: xpr PROTON | ||
| 7370 | ORDER: | ||
| 7371 | id: Chemistry Room/Panel_physics_11 | ||
| 7372 | colors: brown | ||
| 7373 | tag: botbrown | ||
| 7374 | OPTICS: | ||
| 7375 | id: Chemistry Room/Panel_physics_10 | ||
| 7376 | colors: yellow | ||
| 7377 | tag: midyellow | ||
| 7378 | GRAPHITE: | ||
| 7379 | id: Chemistry Room/Panel_yellow_bot_1 | ||
| 7380 | colors: yellow | ||
| 7381 | tag: botyellow | ||
| 7382 | HOT RYE: | ||
| 7383 | id: Chemistry Room/Panel_anagram_1 | ||
| 7384 | colors: yellow | ||
| 7385 | tag: midyellow | ||
| 7386 | SIT SHY HOPE: | ||
| 7387 | id: Chemistry Room/Panel_anagram_2 | ||
| 7388 | colors: yellow | ||
| 7389 | tag: midyellow | ||
| 7390 | ME NEXT PIER: | ||
| 7391 | id: Chemistry Room/Panel_anagram_3 | ||
| 7392 | colors: yellow | ||
| 7393 | tag: midyellow | ||
| 7394 | RUT LESS: | ||
| 7395 | id: Chemistry Room/Panel_anagram_4 | ||
| 7396 | colors: yellow | ||
| 7397 | tag: midyellow | ||
| 7398 | SON COUNCIL: | ||
| 7399 | id: Chemistry Room/Panel_anagram_5 | ||
| 7400 | colors: yellow | ||
| 7401 | tag: midyellow | ||
| 7402 | doors: | ||
| 7403 | Chemistry Puzzles: | ||
| 7404 | skip_item: True | ||
| 7405 | location_name: The Scientific - Chemistry Puzzles | ||
| 7406 | panels: | ||
| 7407 | - HYDROGEN (1) | ||
| 7408 | - OXYGEN | ||
| 7409 | - HYDROGEN (2) | ||
| 7410 | - SUGAR (1) | ||
| 7411 | - SUGAR (2) | ||
| 7412 | - SUGAR (3) | ||
| 7413 | - CHLORINE | ||
| 7414 | - SODIUM | ||
| 7415 | - FOREST | ||
| 7416 | - POUND | ||
| 7417 | - ICE | ||
| 7418 | - FISSION | ||
| 7419 | - FUSION | ||
| 7420 | - MISS | ||
| 7421 | - TREE (1) | ||
| 7422 | Biology Puzzles: | ||
| 7423 | skip_item: True | ||
| 7424 | location_name: The Scientific - Biology Puzzles | ||
| 7425 | panels: | ||
| 7426 | - BIOGRAPHY | ||
| 7427 | - CACTUS | ||
| 7428 | - VERTEBRATE | ||
| 7429 | - ROSE | ||
| 7430 | - TREE (2) | ||
| 7431 | - FRUIT | ||
| 7432 | - MAMMAL | ||
| 7433 | - BIRD | ||
| 7434 | - FISH | ||
| 7435 | Physics Puzzles: | ||
| 7436 | skip_item: True | ||
| 7437 | location_name: The Scientific - Physics Puzzles | ||
| 7438 | panels: | ||
| 7439 | - GRAVELY | ||
| 7440 | - BREVITY | ||
| 7441 | - PART | ||
| 7442 | - MATTER | ||
| 7443 | - ELECTRIC | ||
| 7444 | - ATOM (1) | ||
| 7445 | - NEUTRAL | ||
| 7446 | - ATOM (2) | ||
| 7447 | - PROPEL | ||
| 7448 | - ATOM (3) | ||
| 7449 | - ORDER | ||
| 7450 | - OPTICS | ||
| 7451 | paintings: | ||
| 7452 | - id: hi_solved_painting4 | ||
| 7453 | orientation: south | ||
| 7454 | req_blocked_when_no_doors: True # owl hallway in vanilla doors | ||
| 7455 | Challenge Room: | ||
| 7456 | entrances: | ||
| 7457 | Welcome Back Area: | ||
| 7458 | door: Welcome Door | ||
| 7459 | Number Hunt: | ||
| 7460 | room: Outside The Undeterred | ||
| 7461 | door: Challenge Entrance | ||
| 7462 | panels: | ||
| 7463 | WELCOME: | ||
| 7464 | id: Challenge Room/Panel_welcome_welcome | ||
| 7465 | tag: midwhite | ||
| 7466 | CHALLENGE: | ||
| 7467 | id: Challenge Room/Panel_challenge_challenge | ||
| 7468 | tag: midwhite | ||
| 7469 | Achievement: | ||
| 7470 | id: Countdown Panels/Panel_challenged_unchallenged | ||
| 7471 | check: True | ||
| 7472 | colors: | ||
| 7473 | - black | ||
| 7474 | - gray | ||
| 7475 | - red | ||
| 7476 | - blue | ||
| 7477 | - yellow | ||
| 7478 | - purple | ||
| 7479 | - brown | ||
| 7480 | - orange | ||
| 7481 | tag: forbid | ||
| 7482 | achievement: The Unchallenged | ||
| 7483 | OPEN: | ||
| 7484 | id: Challenge Room/Panel_open_nepotism | ||
| 7485 | colors: | ||
| 7486 | - black | ||
| 7487 | - blue | ||
| 7488 | tag: chain mid black !!! blue | ||
| 7489 | SINGED: | ||
| 7490 | id: Challenge Room/Panel_singed_singsong | ||
| 7491 | colors: | ||
| 7492 | - red | ||
| 7493 | - blue | ||
| 7494 | tag: chain mid red blue | ||
| 7495 | NEVER TRUSTED: | ||
| 7496 | id: Challenge Room/Panel_nevertrusted_maladjusted | ||
| 7497 | colors: purple | ||
| 7498 | tag: midpurp | ||
| 7499 | CORNER: | ||
| 7500 | id: Challenge Room/Panel_corner_corn | ||
| 7501 | colors: red | ||
| 7502 | tag: midred | ||
| 7503 | STRAWBERRIES: | ||
| 7504 | id: Challenge Room/Panel_strawberries_mold | ||
| 7505 | colors: brown | ||
| 7506 | tag: double botbrown | ||
| 7507 | subtag: left | ||
| 7508 | link: time MOLD | ||
| 7509 | GRUB: | ||
| 7510 | id: Challenge Room/Panel_grub_burger | ||
| 7511 | colors: | ||
| 7512 | - black | ||
| 7513 | - blue | ||
| 7514 | tag: chain mid black blue | ||
| 7515 | BREAD: | ||
| 7516 | id: Challenge Room/Panel_bread_mold | ||
| 7517 | colors: brown | ||
| 7518 | tag: double botbrown | ||
| 7519 | subtag: right | ||
| 7520 | link: time MOLD | ||
| 7521 | COLOR: | ||
| 7522 | id: Challenge Room/Panel_color_gray | ||
| 7523 | colors: gray | ||
| 7524 | tag: forbid | ||
| 7525 | WRITER: | ||
| 7526 | id: Challenge Room/Panel_writer_songwriter | ||
| 7527 | colors: blue | ||
| 7528 | tag: midblue | ||
| 7529 | "02759": | ||
| 7530 | id: Challenge Room/Panel_tales_stale | ||
| 7531 | colors: | ||
| 7532 | - orange | ||
| 7533 | - yellow | ||
| 7534 | tag: chain mid orange yellow | ||
| 7535 | REAL EYES: | ||
| 7536 | id: Challenge Room/Panel_realeyes_realize | ||
| 7537 | tag: topwhite | ||
| 7538 | LOBS: | ||
| 7539 | id: Challenge Room/Panel_lobs_lobster | ||
| 7540 | colors: blue | ||
| 7541 | tag: midblue | ||
| 7542 | PEST ALLY: | ||
| 7543 | id: Challenge Room/Panel_double_anagram_1 | ||
| 7544 | colors: yellow | ||
| 7545 | tag: midyellow | ||
| 7546 | GENIAL HALO: | ||
| 7547 | id: Challenge Room/Panel_double_anagram_2 | ||
| 7548 | colors: yellow | ||
| 7549 | tag: midyellow | ||
| 7550 | DUCK LOGO: | ||
| 7551 | id: Challenge Room/Panel_double_anagram_3 | ||
| 7552 | colors: yellow | ||
| 7553 | tag: midyellow | ||
| 7554 | AVIAN GREEN: | ||
| 7555 | id: Challenge Room/Panel_double_anagram_4 | ||
| 7556 | colors: yellow | ||
| 7557 | tag: midyellow | ||
| 7558 | FEVER TEAR: | ||
| 7559 | id: Challenge Room/Panel_double_anagram_5 | ||
| 7560 | colors: yellow | ||
| 7561 | tag: midyellow | ||
| 7562 | FACTS: | ||
| 7563 | id: Challenge Room/Panel_facts | ||
| 7564 | colors: | ||
| 7565 | - red | ||
| 7566 | - blue | ||
| 7567 | tag: forbid | ||
| 7568 | FACTS (1): | ||
| 7569 | id: Challenge Room/Panel_facts2 | ||
| 7570 | colors: red | ||
| 7571 | tag: forbid | ||
| 7572 | FACTS (3): | ||
| 7573 | id: Challenge Room/Panel_facts3 | ||
| 7574 | tag: forbid | ||
| 7575 | FACTS (4): | ||
| 7576 | id: Challenge Room/Panel_facts4 | ||
| 7577 | colors: blue | ||
| 7578 | tag: forbid | ||
| 7579 | FACTS (5): | ||
| 7580 | id: Challenge Room/Panel_facts5 | ||
| 7581 | colors: blue | ||
| 7582 | tag: forbid | ||
| 7583 | FACTS (6): | ||
| 7584 | id: Challenge Room/Panel_facts6 | ||
| 7585 | colors: blue | ||
| 7586 | tag: forbid | ||
| 7587 | LAPEL SHEEP: | ||
| 7588 | id: Challenge Room/Panel_double_anagram_6 | ||
| 7589 | colors: yellow | ||
| 7590 | tag: midyellow | ||
| 7591 | doors: | ||
| 7592 | Welcome Door: | ||
| 7593 | id: Entry Room Area Doors/Door_challenge_challenge | ||
| 7594 | panels: | ||
| 7595 | - WELCOME | ||
