diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-10 14:07:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 13:07:56 -0600 |
commit | a43fb727a292bd9476dc8de5685c5b6c38a6a919 (patch) | |
tree | 9e702125b47c95fcaf2accf548aba241a9d50282 /LL1.yaml | |
parent | bbbbc71bee25cfd22c5304f98f5a7881383585a3 (diff) | |
download | lingo-apworld-a43fb727a292bd9476dc8de5685c5b6c38a6a919.tar.gz lingo-apworld-a43fb727a292bd9476dc8de5685c5b6c38a6a919.tar.bz2 lingo-apworld-a43fb727a292bd9476dc8de5685c5b6c38a6a919.zip |
Lingo: Fix edge case painting shuffle accessibility issues (#2441)
* Lingo: Fix painting shuffle logic issue in The Wise * Lingo: More generic painting cycle prevention * Lingo: okay how about now * Lingo: Consider Owl Hallway blocked painting areas in vanilla doors * Lingo: so honestly I should've seen this one coming * Lingo: Refined req_blocked for vanilla doors * Lingo: Orange Tower Basement is also owl-blocked * Lingo: Rewrite randomize_paintings to eliminate rerolls Now, mapping is done in two phases, rather than assigning everything at once and then rerolling if the mapping is non-viable.
Diffstat (limited to 'LL1.yaml')
-rw-r--r-- | LL1.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/LL1.yaml b/LL1.yaml index 7ae015d..db1418f 100644 --- a/LL1.yaml +++ b/LL1.yaml | |||
@@ -97,6 +97,11 @@ | |||
97 | # Use "required_when_no_doors" instead if it would be | 97 | # Use "required_when_no_doors" instead if it would be |
98 | # possible to enter the room without the painting in door | 98 | # possible to enter the room without the painting in door |
99 | # shuffle mode. | 99 | # shuffle mode. |
100 | # - req_blocked: Marks that a painting cannot be an entrance leading to a | ||
101 | # required painting. Paintings within a room that has a | ||
102 | # required painting are automatically req blocked. | ||
103 | # Use "req_blocked_when_no_doors" instead if it would be | ||
104 | # fine in door shuffle mode. | ||
100 | # - move: Denotes that the painting is able to move. | 105 | # - move: Denotes that the painting is able to move. |
101 | Starting Room: | 106 | Starting Room: |
102 | entrances: | 107 | entrances: |
@@ -2210,6 +2215,7 @@ | |||
2210 | - id: map_painting2 | 2215 | - id: map_painting2 |
2211 | orientation: north | 2216 | orientation: north |
2212 | enter_only: True # otherwise you might just skip the whole game! | 2217 | enter_only: True # otherwise you might just skip the whole game! |
2218 | req_blocked_when_no_doors: True # owl hallway in vanilla doors | ||
2213 | Roof: | 2219 | Roof: |
2214 | entrances: | 2220 | entrances: |
2215 | Orange Tower Seventh Floor: True | 2221 | Orange Tower Seventh Floor: True |
@@ -2276,6 +2282,7 @@ | |||
2276 | paintings: | 2282 | paintings: |
2277 | - id: arrows_painting_11 | 2283 | - id: arrows_painting_11 |
2278 | orientation: east | 2284 | orientation: east |
2285 | req_blocked_when_no_doors: True # owl hallway in vanilla doors | ||
2279 | Courtyard: | 2286 | Courtyard: |
2280 | entrances: | 2287 | entrances: |
2281 | Roof: True | 2288 | Roof: True |
@@ -5755,11 +5762,13 @@ | |||
5755 | move: True | 5762 | move: True |
5756 | required_door: | 5763 | required_door: |
5757 | door: Exit | 5764 | door: Exit |
5765 | req_blocked_when_no_doors: True # the wondrous (table) in vanilla doors | ||
5758 | - id: symmetry_painting_a_6 | 5766 | - id: symmetry_painting_a_6 |
5759 | orientation: west | 5767 | orientation: west |
5760 | exit_only: True | 5768 | exit_only: True |
5761 | - id: symmetry_painting_b_6 | 5769 | - id: symmetry_painting_b_6 |
5762 | orientation: north | 5770 | orientation: north |
5771 | req_blocked_when_no_doors: True # the wondrous (table) in vanilla doors | ||
5763 | Arrow Garden: | 5772 | Arrow Garden: |
5764 | entrances: | 5773 | entrances: |
5765 | The Wondrous: | 5774 | The Wondrous: |
@@ -6914,6 +6923,7 @@ | |||
6914 | paintings: | 6923 | paintings: |
6915 | - id: clock_painting_3 | 6924 | - id: clock_painting_3 |
6916 | orientation: east | 6925 | orientation: east |
6926 | req_blocked: True # outside the wise (with or without door shuffle) | ||
6917 | The Red: | 6927 | The Red: |
6918 | entrances: | 6928 | entrances: |
6919 | Roof: True | 6929 | Roof: True |
@@ -7362,6 +7372,7 @@ | |||
7362 | paintings: | 7372 | paintings: |
7363 | - id: hi_solved_painting4 | 7373 | - id: hi_solved_painting4 |
7364 | orientation: south | 7374 | orientation: south |
7375 | req_blocked_when_no_doors: True # owl hallway in vanilla doors | ||
7365 | Challenge Room: | 7376 | Challenge Room: |
7366 | entrances: | 7377 | entrances: |
7367 | Welcome Back Area: | 7378 | Welcome Back Area: |