summary refs log tree commit diff stats
path: root/data/LL1.yaml
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-01-16 07:09:54 -0500
committerGitHub <noreply@github.com>2024-01-16 13:09:54 +0100
commitecddff93e5bb2df0c565f626c97e6f704d834646 (patch)
tree5b29e02d8b003a8b5eb96ad10cb26b06fc9acf8b /data/LL1.yaml
parent1298dce3db9571a0907404cd3af09df948255d9e (diff)
downloadlingo-apworld-ecddff93e5bb2df0c565f626c97e6f704d834646.tar.gz
lingo-apworld-ecddff93e5bb2df0c565f626c97e6f704d834646.tar.bz2
lingo-apworld-ecddff93e5bb2df0c565f626c97e6f704d834646.zip
Lingo: Turn The Colorful into a countdown achievement (#2710)
The Colorful currently, in logic, does not expect you to solve the achievement panel until all of the doors are opened. This is not enforced by the client in complex door shuffle. It is also not typical of how achievements in Lingo usually work, and it ended up this way because of the fact that The Colorful is, uniquely, not a countdown panel. This change modifies logic so that solving each panel within The Colorful is required in order to access the achievement, rather than opening all of the doors. This will be accompanied by a change to the client that will turn the achievement panel into a countdown.
Diffstat (limited to 'data/LL1.yaml')
-rw-r--r--data/LL1.yaml28
1 files changed, 11 insertions, 17 deletions
diff --git a/data/LL1.yaml b/data/LL1.yaml index ea5886f..cc46677 100644 --- a/data/LL1.yaml +++ b/data/LL1.yaml
@@ -2635,12 +2635,6 @@
2635 panels: 2635 panels:
2636 - OBSTACLE 2636 - OBSTACLE
2637 The Colorful: 2637 The Colorful:
2638 # The set of required_doors in the achievement panel should prevent
2639 # generation from asking you to solve The Colorful before opening all of the
2640 # doors. Access from the roof is included so that the painting here could be
2641 # an entrance. The client will have to be hardcoded to not open the door to
2642 # the achievement until all of the doors are open, whether by solving the
2643 # panels or through receiving items.
2644 entrances: 2638 entrances:
2645 The Colorful (Gray): 2639 The Colorful (Gray):
2646 room: The Colorful (Gray) 2640 room: The Colorful (Gray)
@@ -2651,27 +2645,27 @@
2651 id: Countdown Panels/Panel_colorful_colorful 2645 id: Countdown Panels/Panel_colorful_colorful
2652 check: True 2646 check: True
2653 tag: forbid 2647 tag: forbid
2654 required_door: 2648 required_panel:
2655 - room: The Colorful (White) 2649 - room: The Colorful (White)
2656 door: Progress Door 2650 panel: BEGIN
2657 - room: The Colorful (Black) 2651 - room: The Colorful (Black)
2658 door: Progress Door 2652 panel: FOUND
2659 - room: The Colorful (Red) 2653 - room: The Colorful (Red)
2660 door: Progress Door 2654 panel: LOAF
2661 - room: The Colorful (Yellow) 2655 - room: The Colorful (Yellow)
2662 door: Progress Door 2656 panel: CREAM
2663 - room: The Colorful (Blue) 2657 - room: The Colorful (Blue)
2664 door: Progress Door 2658 panel: SUN
2665 - room: The Colorful (Purple) 2659 - room: The Colorful (Purple)
2666 door: Progress Door 2660 panel: SPOON
2667 - room: The Colorful (Orange) 2661 - room: The Colorful (Orange)
2668 door: Progress Door 2662 panel: LETTERS
2669 - room: The Colorful (Green) 2663 - room: The Colorful (Green)
2670 door: Progress Door 2664 panel: WALLS
2671 - room: The Colorful (Brown) 2665 - room: The Colorful (Brown)
2672 door: Progress Door 2666 panel: IRON
2673 - room: The Colorful (Gray) 2667 - room: The Colorful (Gray)
2674 door: Progress Door 2668 panel: OBSTACLE
2675 achievement: The Colorful 2669 achievement: The Colorful
2676 paintings: 2670 paintings:
2677 - id: arrows_painting_12 2671 - id: arrows_painting_12