From 5753db0d12da94f6ff2f1e3040a8be172be027b7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 11 Sep 2025 10:44:04 -0400 Subject: Worked on the documentation --- apworld/options.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'apworld/options.py') 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): class VictoryCondition(Choice): - """Victory condition.""" + """ + This option determines what your goal is. + + - **Gray Ending** (The Colorful) + - **Purple Ending** (The Sun Temple). This ordinarily requires all level 1 (purple) letters. + - **Mint Ending** (typing EXIT into the keyholders in Control Center) + - **Black Ending** (The Graveyard) + - **Blue Ending** (The Words) + - **Cyan Ending** (The Parthenon). This ordinarily requires almost all level 2 (cyan) letters. + - **Red Ending** (The Tower) + - **Plum Ending** (The Wondrous / The Door) + - **Orange Ending** (the castle in Daedalus) + - **Gold Ending** (The Gold). This involves going through the color rooms in Daedalus. + - **Yellow Ending** (The Gallery). This requires unlocking all gallery paintings. + - **Green Ending** (The Ancient). This requires filling all keyholders with specific letters. + - **White Ending** (Control Center). This combines every other ending. + """ display_name = "Victory Condition" option_gray_ending = 0 option_purple_ending = 1 -- cgit 1.4.1