diff options
Diffstat (limited to 'data/maps/the_entry/rooms')
25 files changed, 622 insertions, 0 deletions
| diff --git a/data/maps/the_entry/rooms/Blue Alcove.yaml b/data/maps/the_entry/rooms/Blue Alcove.yaml new file mode 100644 index 0000000..92315ac --- /dev/null +++ b/data/maps/the_entry/rooms/Blue Alcove.yaml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: Blue Alcove | ||
| 2 | display_name: Red Blue Area | ||
| 3 | panels: | ||
| 4 | BLUE: | ||
| 5 | id: "Panels/Back Right/br_11" | ||
| 6 | clue: blue | ||
| 7 | answer: orange | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | ARMY: | ||
| 11 | id: "Panels/Back Right/br_13" | ||
| 12 | clue: army | ||
| 13 | answer: navy | ||
| 14 | symbol: | ||
| 15 | - example | ||
| diff --git a/data/maps/the_entry/rooms/Colored Doors Area.yaml b/data/maps/the_entry/rooms/Colored Doors Area.yaml new file mode 100644 index 0000000..01f0818 --- /dev/null +++ b/data/maps/the_entry/rooms/Colored Doors Area.yaml | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | name: Colored Doors Area | ||
| 2 | display_name: Colored Doors Area | ||
| 3 | panels: | ||
| 4 | OPEN: | ||
| 5 | id: "Panels/Back Left/backleft_proxying_1" | ||
| 6 | clue: open | ||
| 7 | answer: open | ||
| 8 | proxies: | ||
| 9 | left: "Panels/Back Left/backleft_proxied_1" | ||
| 10 | right: "Panels/Back Left/backleft_proxied_2" | ||
| 11 | wall: "Panels/Back Left/backleft_proxied_3" | ||
| 12 | orange: "Panels/Back Left/backleft_proxied_4" | ||
| 13 | purple: "Panels/Back Left/backleft_proxied_5" | ||
| 14 | green: "Panels/Back Left/backleft_proxied_6" | ||
| diff --git a/data/maps/the_entry/rooms/Ctrl Tutorial.yaml b/data/maps/the_entry/rooms/Ctrl Tutorial.yaml new file mode 100644 index 0000000..831e4b7 --- /dev/null +++ b/data/maps/the_entry/rooms/Ctrl Tutorial.yaml | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | name: Ctrl Tutorial | ||
| 2 | display_name: Colored Doors Area | ||
| 3 | panels: | ||
| 4 | RIGHT: | ||
| 5 | id: "Panels/Back Left/backleft_proxying_2" | ||
| 6 | clue: right | ||
| 7 | answer: right | ||
| 8 | paintings: | ||
| 9 | PAINS: | ||
| 10 | id: "Components/Paintings/pains2" | ||
| 11 | orientation: west | ||
| 12 | display_name: Alcove Painting | ||
| diff --git a/data/maps/the_entry/rooms/D Room Final.yaml b/data/maps/the_entry/rooms/D Room Final.yaml new file mode 100644 index 0000000..02de869 --- /dev/null +++ b/data/maps/the_entry/rooms/D Room Final.yaml | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | name: D Room Final | ||
| 2 | display_name: D Room | ||
| 3 | letters: | ||
| 4 | - d1 | ||
| diff --git a/data/maps/the_entry/rooms/D Room.yaml b/data/maps/the_entry/rooms/D Room.yaml new file mode 100644 index 0000000..9469de2 --- /dev/null +++ b/data/maps/the_entry/rooms/D Room.yaml | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | name: D Room | ||
| 2 | display_name: D Room | ||
| 3 | panels: | ||
| 4 | BASEBALL: | ||
| 5 | id: "Panels/D/d_2" | ||
| 6 | clue: baseball | ||
| 7 | answer: hat | ||
| 8 | symbol: | ||
| 9 | - example | ||
| 10 | BIKERS: | ||
| 11 | id: "Panels/D/d_3" | ||
| 12 | clue: biker's | ||
| 13 | answer: tan | ||
| 14 | symbol: | ||
| 15 | - example | ||
| 16 | RED: | ||
| 17 | id: "Panels/D/d_4" | ||
| 18 | clue: red | ||
| 19 | answer: ant | ||
| 20 | symbol: | ||
| 21 | - example | ||
| 22 | SUN: | ||
| 23 | id: "Panels/D/d_5" | ||
| 24 | clue: sun | ||
| 25 | answer: tan | ||
| 26 | symbol: | ||
| 27 | - example | ||
| 28 | BLACK: | ||
| 29 | id: "Panels/D/d_6" | ||
| 30 | clue: black | ||
| 31 | answer: ant | ||
| 32 | symbol: | ||
| 33 | - example | ||
| 34 | COWBOY: | ||
| 35 | id: "Panels/D/d_7" | ||
| 36 | clue: cowboy | ||
| 37 | answer: hat | ||
| 38 | symbol: | ||
| 39 | - example | ||
| 40 | SPRAY: | ||
| 41 | id: "Panels/D/d_8" | ||
| 42 | clue: spray | ||
| 43 | answer: tan | ||
| 44 | symbol: | ||
| 45 | - example | ||
| 46 | BOWLER: | ||
| 47 | id: "Panels/D/d_9" | ||
| 48 | clue: bowler | ||
| 49 | answer: hat | ||
| 50 | symbol: | ||
| 51 | - example | ||
| 52 | CARPENTER: | ||
| 53 | id: "Panels/D/d_10" | ||
| 54 | clue: carpenter | ||
| 55 | answer: ant | ||
| 56 | symbol: | ||
| 57 | - example | ||
| diff --git a/data/maps/the_entry/rooms/Entry Exit.yaml b/data/maps/the_entry/rooms/Entry Exit.yaml new file mode 100644 index 0000000..8b32805 --- /dev/null +++ b/data/maps/the_entry/rooms/Entry Exit.yaml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | name: Entry Exit | ||
| 2 | display_name: Starting Room | ||
| 3 | ports: | ||
| 4 | GREAT: | ||
| 5 | id: "Components/Warps/worldport2" | ||
| 6 | orientation: north | ||
| diff --git a/data/maps/the_entry/rooms/Eye Room.yaml b/data/maps/the_entry/rooms/Eye Room.yaml new file mode 100644 index 0000000..5e0a7b5 --- /dev/null +++ b/data/maps/the_entry/rooms/Eye Room.yaml | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | name: Eye Room | ||
| 2 | display_name: Eye Room | ||
| 3 | panels: | ||
| 4 | I: | ||
| 5 | id: "Panels/Entry/eyes_1" | ||
| 6 | clue: i | ||
| 7 | answer: eyes | ||
| 8 | symbol: | ||
| 9 | - zero | ||
| 10 | - planet | ||
| 11 | paintings: | ||
| 12 | ENTER: | ||
| 13 | id: "Components/Paintings/eyes2" | ||
| 14 | orientation: south | ||
| 15 | display_name: Black Wall Painting | ||
| 16 | EXIT: | ||
| 17 | id: "Components/Paintings/eyes4" | ||
| 18 | orientation: west | ||
| 19 | display_name: Beige Wall Painting | ||
| 20 | GALLERY: | ||
| 21 | id: "Components/Paintings/eyes5" | ||
| 22 | orientation: east | ||
| 23 | move: True | ||
| 24 | enter_only: True | ||
| 25 | required_door: Third Eye Painting | ||
| 26 | display_name: Painting Beside Panel | ||
| 27 | ports: | ||
| 28 | LIONIZED: | ||
| 29 | id: "Components/Warps/worldport10" | ||
| 30 | orientation: north | ||
| diff --git a/data/maps/the_entry/rooms/Flipped Link Area.yaml b/data/maps/the_entry/rooms/Flipped Link Area.yaml new file mode 100644 index 0000000..ecaa37d --- /dev/null +++ b/data/maps/the_entry/rooms/Flipped Link Area.yaml | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | name: Flipped Link Area | ||
| 2 | display_name: Pyramid Area | ||
| 3 | panels: | ||
| 4 | WANDER: | ||
| 5 | id: "Panels/Pilgrimage/cream_4" | ||
| 6 | clue: wander | ||
| 7 | answer: roam | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | paintings: | ||
| 11 | NEAR: | ||
| 12 | id: "Components/Paintings/aches2" | ||
| 13 | orientation: north | ||
| 14 | flipped: True | ||
| 15 | display_name: Flipper Near Painting | ||
| 16 | FAR: | ||
| 17 | id: "Components/Paintings/aches4" | ||
| 18 | orientation: south | ||
| 19 | flipped: True | ||
| 20 | display_name: Flipped Far Painting | ||
| diff --git a/data/maps/the_entry/rooms/Flipped Pyramid Area.yaml b/data/maps/the_entry/rooms/Flipped Pyramid Area.yaml new file mode 100644 index 0000000..f1a8dfd --- /dev/null +++ b/data/maps/the_entry/rooms/Flipped Pyramid Area.yaml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: Flipped Pyramid Area | ||
| 2 | display_name: Pyramid Area | ||
| 3 | panels: | ||
| 4 | TURN (1): | ||
| 5 | id: "Panels/Entry/l_opener_3" | ||
| 6 | clue: turn | ||
| 7 | answer: flip | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | TURN (2): | ||
| 11 | id: "Panels/Entry/l_opener_4" | ||
| 12 | clue: turn | ||
| 13 | answer: spin | ||
| 14 | symbol: | ||
| 15 | - sun | ||
| diff --git a/data/maps/the_entry/rooms/Flipped Right Eye.yaml b/data/maps/the_entry/rooms/Flipped Right Eye.yaml new file mode 100644 index 0000000..f07d09b --- /dev/null +++ b/data/maps/the_entry/rooms/Flipped Right Eye.yaml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: Flipped Right Eye | ||
| 2 | display_name: Flip Area | ||
| 3 | panels: | ||
| 4 | WHERE: | ||
| 5 | id: "Panels/Pilgrimage/cream_5" | ||
| 6 | clue: where | ||
| 7 | answer: here | ||
| 8 | symbol: | ||
| 9 | - sparkles | ||
| 10 | HERE: | ||
| 11 | id: "Panels/Pilgrimage/cream_6" | ||
| 12 | clue: here | ||
| 13 | answer: there | ||
| 14 | symbol: | ||
| 15 | - sparkles | ||
| diff --git a/data/maps/the_entry/rooms/Flipped Second Room.yaml b/data/maps/the_entry/rooms/Flipped Second Room.yaml new file mode 100644 index 0000000..5816b9e --- /dev/null +++ b/data/maps/the_entry/rooms/Flipped Second Room.yaml | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | name: Flipped Second Room | ||
| 2 | display_name: Flip Area | ||
| 3 | panels: | ||
| 4 | CLUE: | ||
| 5 | id: "Panels/Entry/second_right_top" | ||
| 6 | clue: clue | ||
| 7 | answer: hint | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | SLENDER: | ||
| 11 | id: "Panels/Entry/second_left_top" | ||
| 12 | clue: slender | ||
| 13 | answer: thin | ||
| 14 | symbol: | ||
| 15 | - sun | ||
| 16 | paintings: | ||
| 17 | EYE: | ||
| 18 | id: "Components/Paintings/eyes" | ||
| 19 | orientation: north | ||
| 20 | flipped: True | ||
| 21 | display_name: Eye Painting | ||
| 22 | ports: | ||
| 23 | FOUR: | ||
| 24 | id: "Components/Warps/worldport9" | ||
| 25 | orientation: south | ||
| 26 | required_door: Flipped Second Room Right Door | ||
| diff --git a/data/maps/the_entry/rooms/Gallery Return.yaml b/data/maps/the_entry/rooms/Gallery Return.yaml new file mode 100644 index 0000000..5a57824 --- /dev/null +++ b/data/maps/the_entry/rooms/Gallery Return.yaml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | name: Gallery Return | ||
| 2 | display_name: Starting Room | ||
| 3 | panels: | ||
| 4 | RETURN: | ||
| 5 | id: "Panels/Entry/gallery_return" | ||
| 6 | clue: return | ||
| 7 | answer: turn | ||
| 8 | symbol: | ||
| 9 | - sparkles | ||
| 10 | ports: | ||
| 11 | GALLERY: | ||
| 12 | id: "Components/Warps/worldport4" | ||
| 13 | orientation: north | ||
| diff --git a/data/maps/the_entry/rooms/Least Blue Last.yaml b/data/maps/the_entry/rooms/Least Blue Last.yaml new file mode 100644 index 0000000..45d5c08 --- /dev/null +++ b/data/maps/the_entry/rooms/Least Blue Last.yaml | |||
| @@ -0,0 +1,75 @@ | |||
| 1 | name: Least Blue Last | ||
| 2 | display_name: Red Blue Area | ||
| 3 | panels: | ||
| 4 | CAPABLE (1): | ||
| 5 | id: "Panels/LBL/lbl_1" | ||
| 6 | clue: capable | ||
| 7 | answer: able | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | CAPABLE (2): | ||
| 11 | id: "Panels/LBL/lbl_2" | ||
| 12 | clue: capable | ||
| 13 | answer: able | ||
| 14 | symbol: | ||
| 15 | - sparkles | ||
| 16 | LUSTRE: | ||
| 17 | id: "Panels/LBL/lbl_3" | ||
| 18 | clue: lustre | ||
| 19 | answer: lust | ||
| 20 | symbol: | ||
| 21 | - sparkles | ||
| 22 | WANT: | ||
| 23 | id: "Panels/LBL/lbl_4" | ||
| 24 | clue: want | ||
| 25 | answer: lust | ||
| 26 | symbol: | ||
| 27 | - sun | ||
| 28 | STEALER: | ||
| 29 | id: "Panels/LBL/lbl_5" | ||
| 30 | clue: stealer | ||
| 31 | answer: stale | ||
| 32 | symbol: | ||
| 33 | - sparkles | ||
| 34 | OLD: | ||
| 35 | id: "Panels/LBL/lbl_6" | ||
| 36 | clue: old | ||
| 37 | answer: stale | ||
| 38 | symbol: | ||
| 39 | - sun | ||
| 40 | TRUST: | ||
| 41 | id: "Panels/LBL/lbl_7" | ||
| 42 | clue: trust | ||
| 43 | answer: lust | ||
| 44 | symbol: | ||
| 45 | - zero | ||
| 46 | LABEL: | ||
| 47 | id: "Panels/LBL/lbl_8" | ||
| 48 | clue: label | ||
| 49 | answer: able | ||
| 50 | symbol: | ||
| 51 | - zero | ||
| 52 | AIL: | ||
| 53 | id: "Panels/LBL/lbl_9" | ||
| 54 | clue: ail | ||
| 55 | answer: stale | ||
| 56 | symbol: | ||
| 57 | - zero | ||
| 58 | CORNERS: | ||
| 59 | id: "Panels/Back Right/br_14" | ||
| 60 | clue: corners | ||
| 61 | answer: born | ||
| 62 | required_door: Four Corner Panels | ||
| 63 | ports: | ||
| 64 | DARKROOM: | ||
| 65 | id: "Components/Warps/worldport5" | ||
| 66 | orientation: south | ||
| 67 | paintings: | ||
| 68 | PAINS: | ||
| 69 | id: "Components/Paintings/pains" | ||
| 70 | orientation: east | ||
| 71 | enter_only: True | ||
| 72 | required_door: Corners Painting | ||
| 73 | display_name: Corners Painting | ||
| 74 | letters: | ||
| 75 | - l1 | ||
| diff --git a/data/maps/the_entry/rooms/Lime Room.yaml b/data/maps/the_entry/rooms/Lime Room.yaml new file mode 100644 index 0000000..f89f945 --- /dev/null +++ b/data/maps/the_entry/rooms/Lime Room.yaml | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | name: Lime Room | ||
| 2 | display_name: Colored Doors Area | ||
| 3 | panels: | ||
| 4 | HIDE: | ||
| 5 | id: "Panels/Back Left/backleft_proxying_3" | ||
| 6 | clue: hide | ||
| 7 | answer: hide | ||
| 8 | SEEK: | ||
| 9 | id: "Panels/Back Left/backleft_proxying_4" | ||
| 10 | clue: seek | ||
| 11 | answer: seek | ||
| 12 | COLOR: | ||
| 13 | id: "Panels/Back Left/backleft_proxying_5" | ||
| 14 | clue: color | ||
| 15 | answer: white | ||
| 16 | symbol: | ||
| 17 | - example | ||
| 18 | ports: | ||
| 19 | DAEDALUS: | ||
| 20 | id: "Components/Warps/worldport11" | ||
| 21 | orientation: west | ||
| 22 | required_door: Control Center White Door | ||
| 23 | REVITALIZED: | ||
| 24 | id: "worldport7" | ||
| 25 | orientation: north | ||
| 26 | required_door: Revitalized Entrance | ||
| diff --git a/data/maps/the_entry/rooms/Link Area.yaml b/data/maps/the_entry/rooms/Link Area.yaml new file mode 100644 index 0000000..1ec0d48 --- /dev/null +++ b/data/maps/the_entry/rooms/Link Area.yaml | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | name: Link Area | ||
| 2 | display_name: Pyramid Area | ||
| 3 | panels: | ||
| 4 | WANDER: | ||
| 5 | id: "Panels/Pilgrimage/cream_3" | ||
| 6 | clue: wander | ||
| 7 | answer: amble | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | paintings: | ||
| 11 | NEAR: | ||
| 12 | id: "Components/Paintings/aches" | ||
| 13 | orientation: north | ||
| 14 | display_name: Near Painting | ||
| 15 | FAR: | ||
| 16 | id: "Components/Paintings/aches3" | ||
| 17 | orientation: south | ||
| 18 | display_name: Far Painting | ||
| 19 | PYRAMID: | ||
| 20 | id: "Components/Paintings/triangle" | ||
| 21 | orientation: south | ||
| 22 | display_name: Center Painting | ||
| 23 | ports: | ||
| 24 | BLUE: | ||
| 25 | id: "worldport8" | ||
| 26 | orientation: west | ||
| 27 | required_door: Liberated Entrance | ||
| 28 | BROWN: | ||
| 29 | id: "worldport9" | ||
| 30 | orientation: east | ||
| 31 | required_door: Literate Entrance | ||
| diff --git a/data/maps/the_entry/rooms/Parthenon Return.yaml b/data/maps/the_entry/rooms/Parthenon Return.yaml new file mode 100644 index 0000000..a65edc3 --- /dev/null +++ b/data/maps/the_entry/rooms/Parthenon Return.yaml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | name: Parthenon Return | ||
| 2 | display_name: Starting Room | ||
| 3 | panels: | ||
| 4 | RETURN: | ||
| 5 | id: "Panels/Back Left/backleft_return" | ||
| 6 | clue: return | ||
| 7 | answer: turn | ||
| 8 | symbol: | ||
| 9 | - sparkles | ||
| 10 | ports: | ||
| 11 | PARTHENON: | ||
| 12 | id: "Components/Warps/worldport8" | ||
| 13 | orientation: north | ||
| diff --git a/data/maps/the_entry/rooms/Rabbit Hole.yaml b/data/maps/the_entry/rooms/Rabbit Hole.yaml new file mode 100644 index 0000000..2bc700e --- /dev/null +++ b/data/maps/the_entry/rooms/Rabbit Hole.yaml | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | name: Rabbit Hole | ||
| 2 | display_name: Red Blue Area | ||
| 3 | panels: | ||
| 4 | PUZZLE: | ||
| 5 | id: "Panels/Back Right/br_6" | ||
| 6 | clue: "" | ||
| 7 | answer: down | ||
| 8 | ports: | ||
| 9 | HOLE: | ||
| 10 | id: "worldport4" | ||
| 11 | orientation: down | ||
| diff --git a/data/maps/the_entry/rooms/Red Alcove.yaml b/data/maps/the_entry/rooms/Red Alcove.yaml new file mode 100644 index 0000000..9feec4f --- /dev/null +++ b/data/maps/the_entry/rooms/Red Alcove.yaml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: Red Alcove | ||
| 2 | display_name: Red Blue Area | ||
| 3 | panels: | ||
| 4 | BROW: | ||
| 5 | id: "Panels/Back Right/br_10" | ||
| 6 | clue: brow | ||
| 7 | answer: brown | ||
| 8 | symbol: | ||
| 9 | - sparkles | ||
| 10 | DEAD: | ||
| 11 | id: "Panels/Back Right/br_12" | ||
| 12 | clue: dead | ||
| 13 | answer: red | ||
| 14 | symbol: | ||
| 15 | - zero | ||
| diff --git a/data/maps/the_entry/rooms/Red Blue Halls.yaml b/data/maps/the_entry/rooms/Red Blue Halls.yaml new file mode 100644 index 0000000..83faa84 --- /dev/null +++ b/data/maps/the_entry/rooms/Red Blue Halls.yaml | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | name: Red Blue Halls | ||
| 2 | display_name: Red Blue Area | ||
| 3 | panels: | ||
| 4 | CENTER: | ||
| 5 | id: "Panels/Back Right/br_1" | ||
| 6 | clue: center | ||
| 7 | answer: middle | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | DAY: | ||
| 11 | id: "Panels/Back Right/br_2" | ||
| 12 | clue: day | ||
| 13 | answer: night | ||
| 14 | symbol: | ||
| 15 | - sun | ||
| 16 | CENTER DAY: | ||
| 17 | id: "Panels/Back Right/br_3" | ||
| 18 | clue: "" | ||
| 19 | answer: noon | ||
| 20 | symbol: | ||
| 21 | - sun | ||
| 22 | - sparkles | ||
| 23 | WANDER: | ||
| 24 | id: "Panels/Pilgrimage/cream_2" | ||
| 25 | clue: wander | ||
| 26 | answer: meander | ||
| 27 | symbol: | ||
| 28 | - sun | ||
| 29 | RAIN: | ||
| 30 | id: "Panels/Back Right/br_7" | ||
| 31 | clue: rain | ||
| 32 | answer: snow | ||
| 33 | symbol: | ||
| 34 | - cross | ||
| 35 | WOMAN: | ||
| 36 | id: "Panels/Back Right/br_8" | ||
| 37 | clue: woman | ||
| 38 | answer: man | ||
| 39 | symbol: | ||
| 40 | - gender | ||
| 41 | RAIN WOMAN: | ||
| 42 | id: "Panels/Back Right/br_9" | ||
| 43 | clue: "" | ||
| 44 | answer: scarf | ||
| 45 | symbol: | ||
| 46 | - boxes | ||
| 47 | paintings: | ||
| 48 | BLARE: | ||
| 49 | id: "Components/Paintings/blare" | ||
| 50 | orientation: east | ||
| 51 | display_name: Brown Wall Painting | ||
| 52 | EYE: | ||
| 53 | id: "Components/Paintings/eyes3" | ||
| 54 | orientation: west | ||
| 55 | display_name: Beige Wall Painting | ||
| diff --git a/data/maps/the_entry/rooms/Right Eye.yaml b/data/maps/the_entry/rooms/Right Eye.yaml new file mode 100644 index 0000000..ee17bf9 --- /dev/null +++ b/data/maps/the_entry/rooms/Right Eye.yaml | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | name: Right Eye | ||
| 2 | display_name: Right Eye Area | ||
| 3 | panels: | ||
| 4 | EYE: | ||
| 5 | id: "Panels/Entry/front_2" | ||
| 6 | clue: eye | ||
| 7 | answer: spy | ||
| 8 | symbol: | ||
| 9 | - zero | ||
| 10 | WANDER: | ||
| 11 | id: "Panels/Pilgrimage/cream_1" | ||
| 12 | clue: wander | ||
| 13 | answer: wander | ||
| 14 | proxies: | ||
| 15 | lust: "Panels/Pilgrimage/cream_1_proxy_1" | ||
| 16 | FAINT: | ||
| 17 | id: "Panels/Entry/partial_1" | ||
| 18 | clue: faint | ||
| 19 | answer: paint | ||
| 20 | symbol: | ||
| 21 | - sparkles | ||
| 22 | paintings: | ||
| 23 | PSYCHIC: | ||
| 24 | id: "Components/Paintings/psychic" | ||
| 25 | required_door: Red Room Painting | ||
| 26 | enter_only: True | ||
| 27 | move: True | ||
| 28 | orientation: west | ||
| 29 | display_name: Red Room Painting | ||
| diff --git a/data/maps/the_entry/rooms/Shop Entrance.yaml b/data/maps/the_entry/rooms/Shop Entrance.yaml new file mode 100644 index 0000000..2addc97 --- /dev/null +++ b/data/maps/the_entry/rooms/Shop Entrance.yaml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | name: Shop Entrance | ||
| 2 | display_name: Starting Room | ||
| 3 | panels: | ||
| 4 | TURN: | ||
| 5 | id: "Panels/Entry/l_opener_2" | ||
| 6 | clue: turn | ||
| 7 | answer: turned | ||
| 8 | symbol: | ||
| 9 | - sparkles | ||
| 10 | ports: | ||
| 11 | SHOP: | ||
| 12 | id: "Components/Warps/worldport13" | ||
| 13 | orientation: east | ||
| diff --git a/data/maps/the_entry/rooms/Starting Room.yaml b/data/maps/the_entry/rooms/Starting Room.yaml new file mode 100644 index 0000000..35ee50f --- /dev/null +++ b/data/maps/the_entry/rooms/Starting Room.yaml | |||
| @@ -0,0 +1,74 @@ | |||
| 1 | name: Starting Room | ||
| 2 | display_name: Starting Room | ||
| 3 | panels: | ||
| 4 | HI: | ||
| 5 | id: "Panels/Entry/entry_proxying_1" | ||
| 6 | clue: hi | ||
| 7 | answer: hi | ||
| 8 | proxies: | ||
| 9 | bye: "Panels/Entry/entry_proxied_2" | ||
| 10 | hidden: "Panels/Entry/entry_proxied_5" | ||
| 11 | high: "Panels/Entry/entry_proxied_3" | ||
| 12 | hide: "Panels/Entry/entry_proxied_4" | ||
| 13 | thewords: "Components/Listeners/entry_proxied_6" | ||
| 14 | TRICK: | ||
| 15 | id: "Panels/Entry/side_1" | ||
| 16 | clue: trick | ||
| 17 | answer: trick | ||
| 18 | proxies: | ||
| 19 | treat: "Panels/Entry/side_proxy_1" | ||
| 20 | EYE: | ||
| 21 | id: "Panels/Entry/front_1" | ||
| 22 | clue: eye | ||
| 23 | answer: i | ||
| 24 | symbol: | ||
| 25 | - zero | ||
| 26 | HINT: | ||
| 27 | id: "Panels/Entry/second_right" | ||
| 28 | clue: hint | ||
| 29 | answer: hint | ||
| 30 | THIN: | ||
| 31 | id: "Panels/Entry/second_left" | ||
| 32 | clue: thin | ||
| 33 | answer: thin | ||
| 34 | THAN: | ||
| 35 | id: "Panels/D/d_entry" | ||
| 36 | clue: than | ||
| 37 | answer: than | ||
| 38 | letters: | ||
| 39 | - h1 | ||
| 40 | - i1 | ||
| 41 | - n1 | ||
| 42 | - t1 | ||
| 43 | paintings: | ||
| 44 | # Maze painting should stay vanilla as a hint. | ||
| 45 | OWL: | ||
| 46 | id: "Components/Paintings/owl" | ||
| 47 | move: True # how do | ||
| 48 | enter_only: True | ||
| 49 | orientation: north | ||
| 50 | required_door: Least Blue Last Panels | ||
| 51 | display_name: "Near Trick Painting" | ||
| 52 | PAINS: | ||
| 53 | id: "Components/Paintings/pains3" | ||
| 54 | enter_only: True | ||
| 55 | orientation: east | ||
| 56 | required_door: Near D Room Painting | ||
| 57 | display_name: Near D Room Painting | ||
| 58 | ports: | ||
| 59 | DIGITAL: | ||
| 60 | id: "Components/Warps/worldport" | ||
| 61 | orientation: west | ||
| 62 | required_door: Second Room Left Door | ||
| 63 | DAEDALUS: | ||
| 64 | id: "Components/Warps/worldport6" | ||
| 65 | orientation: west | ||
| 66 | required_door: Daedalus Entrance | ||
| 67 | REPETITIVE: | ||
| 68 | id: "Components/Warps/worldport7" | ||
| 69 | orientation: north | ||
| 70 | required_door: Repetitive Entrance | ||
| 71 | COMPOSITE: | ||
| 72 | id: "Components/Warps/worldport12" | ||
| 73 | orientation: east | ||
| 74 | required_door: Composite Room Entrance | ||
| diff --git a/data/maps/the_entry/rooms/Trick Room.yaml b/data/maps/the_entry/rooms/Trick Room.yaml new file mode 100644 index 0000000..964c8a6 --- /dev/null +++ b/data/maps/the_entry/rooms/Trick Room.yaml | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | name: Trick Room | ||
| 2 | display_name: Starting Room | ||
| 3 | panels: | ||
| 4 | INK: | ||
| 5 | id: "Panels/Entry/l_opener_1" | ||
| 6 | clue: ink | ||
| 7 | answer: ink | ||
| 8 | proxies: | ||
| 9 | link: "Panels/Entry/l_opener_proxy_1" | ||
| diff --git a/data/maps/the_entry/rooms/Wrath Room.yaml b/data/maps/the_entry/rooms/Wrath Room.yaml new file mode 100644 index 0000000..0608649 --- /dev/null +++ b/data/maps/the_entry/rooms/Wrath Room.yaml | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | name: Wrath Room | ||
| 2 | display_name: Red Blue Area | ||
| 3 | panels: | ||
| 4 | RABBIT: | ||
| 5 | id: "Panels/Back Right/br_4" | ||
| 6 | clue: rabbit | ||
| 7 | answer: hair | ||
| 8 | symbol: | ||
| 9 | - sun | ||
| 10 | - zero | ||
| 11 | HOLE: | ||
| 12 | id: "Panels/Back Right/br_5" | ||
| 13 | clue: hole | ||
| 14 | answer: part | ||
| 15 | symbol: | ||
| 16 | - zero | ||
| 17 | - boxes | ||
| 18 | WREATH: | ||
| 19 | id: "Panels/Back Right/br_17" | ||
| 20 | clue: wreath | ||
| 21 | answer: wrath | ||
| 22 | symbol: | ||
| 23 | - sparkles | ||
| 24 | DICE: | ||
| 25 | id: "Panels/Back Right/br_16" | ||
| 26 | clue: dice | ||
| 27 | answer: die | ||
| 28 | symbol: | ||
| 29 | - planet | ||
| 30 | CORN: | ||
| 31 | id: "Panels/Back Right/br_15" | ||
| 32 | clue: corn | ||
| 33 | answer: corners | ||
| 34 | symbol: | ||
| 35 | - sparkles | ||
| 36 | - planet | ||
| diff --git a/data/maps/the_entry/rooms/X Area.yaml b/data/maps/the_entry/rooms/X Area.yaml new file mode 100644 index 0000000..111e6a3 --- /dev/null +++ b/data/maps/the_entry/rooms/X Area.yaml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: X Area | ||
| 2 | display_name: Starting Room | ||
| 3 | letters: | ||
| 4 | - x1 | ||
| 5 | ports: | ||
| 6 | CC: | ||
| 7 | id: "Components/Warps/worldport3" | ||
| 8 | orientation: west | ||
