about summary refs log tree commit diff stats
path: root/apworld
diff options
context:
space:
mode:
Diffstat (limited to 'apworld')
-rw-r--r--apworld/options.py18
1 files changed, 17 insertions, 1 deletions
diff --git a/apworld/options.py b/apworld/options.py index f72e826..6f60282 100644 --- a/apworld/options.py +++ b/apworld/options.py
@@ -88,7 +88,23 @@ class DaedalusRoofAccess(Toggle):
88 88
89 89
90class VictoryCondition(Choice): 90class VictoryCondition(Choice):
91 """Victory condition.""" 91 """
92 This option determines what your goal is.
93
94 - **Gray Ending** (The Colorful)
95 - **Purple Ending** (The Sun Temple). This ordinarily requires all level 1 (purple) letters.
96 - **Mint Ending** (typing EXIT into the keyholders in Control Center)
97 - **Black Ending** (The Graveyard)
98 - **Blue Ending** (The Words)
99 - **Cyan Ending** (The Parthenon). This ordinarily requires almost all level 2 (cyan) letters.
100 - **Red Ending** (The Tower)
101 - **Plum Ending** (The Wondrous / The Door)
102 - **Orange Ending** (the castle in Daedalus)
103 - **Gold Ending** (The Gold). This involves going through the color rooms in Daedalus.
104 - **Yellow Ending** (The Gallery). This requires unlocking all gallery paintings.
105 - **Green Ending** (The Ancient). This requires filling all keyholders with specific letters.
106 - **White Ending** (Control Center). This combines every other ending.
107 """
92 display_name = "Victory Condition" 108 display_name = "Victory Condition"
93 option_gray_ending = 0 109 option_gray_ending = 0
94 option_purple_ending = 1 110 option_purple_ending = 1