From acd3cb45bff490c0d28217669d4745c5ffdcc7c5 Mon Sep 17 00:00:00 2001 From: axe-y <58866768+axe-y@users.noreply.github.com> Date: Sat, 15 Apr 2023 23:04:47 -0400 Subject: [PATCH] DLCQuest: Fix documentation error (#1720) --- worlds/dlcquest/Options.py | 9 +++++++-- worlds/dlcquest/docs/en_DLCQuest.md | 14 +++++++------- worlds/dlcquest/docs/setup_en.md | 5 +++-- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/worlds/dlcquest/Options.py b/worlds/dlcquest/Options.py index c89c938b5b22..9a805d3799a6 100644 --- a/worlds/dlcquest/Options.py +++ b/worlds/dlcquest/Options.py @@ -54,10 +54,15 @@ class CoinSanityRange(SpecialRange): range_start = 1 range_end = 100 default = 20 + special_range_names = { + "low": 5, + "normal": 20, + "high": 50, + } class EndingChoice(Choice): - """This is for the ending type of the basic game""" + """Which ending is considered completion for the basic campaign""" internal_name = "ending_choice" display_name = "Ending Choice" option_any = 0 @@ -66,7 +71,7 @@ class EndingChoice(Choice): class Campaign(Choice): - """Whitch game you wana play to end""" + """Which campaign you want to play""" internal_name = "campaign" display_name = "Campaign" option_basic = 0 diff --git a/worlds/dlcquest/docs/en_DLCQuest.md b/worlds/dlcquest/docs/en_DLCQuest.md index 333b1e8ed9bb..eaccc8ff0a46 100644 --- a/worlds/dlcquest/docs/en_DLCQuest.md +++ b/worlds/dlcquest/docs/en_DLCQuest.md @@ -21,16 +21,16 @@ They can also choose to do both campaigns. Location checks in DLC Quest always include: - DLC Purchases from the shopkeeper - Awardment-related objectives - - Killing Sheep in DLC Quest - - Specific Awardment objectives in Live Freemium or Die + - Killing Sheep in DLC Quest + - Specific Awardment objectives in Live Freemium or Die There also are a number of location checks that are optional, and individual players choose to include them or not in their shuffling: - Items that your character can obtain in various ways - - Swords - - Gun - - Box of Various Supplies - - Humble Indie Bindle - - Pickaxe + - Swords + - Gun + - Box of Various Supplies + - Humble Indie Bindle + - Pickaxe - Coinsanity: Coins, either individually or as custom-sized bundles diff --git a/worlds/dlcquest/docs/setup_en.md b/worlds/dlcquest/docs/setup_en.md index 8111c654df4e..4a53740e0737 100644 --- a/worlds/dlcquest/docs/setup_en.md +++ b/worlds/dlcquest/docs/setup_en.md @@ -1,4 +1,4 @@ -# Stardew Valley Randomizer Setup Guide +# DLCQuest Randomizer Setup Guide ## Required Software @@ -32,6 +32,7 @@ You can customize your settings by visiting the [DLC Quest Player Settings Page] - Run "DLCQuestipelagoInstaller.exe" + ![image](https://i.imgur.com/2sPhMgs.png) - The installer should describe what it is doing each step of the way, and will ask for your input when necessary. - It will allow you to choose where to install your modded game, and offer a default location @@ -44,7 +45,7 @@ You can customize your settings by visiting the [DLC Quest Player Settings Page] - Run BepInEx.NET.Framework.Launcher.exe. If you opted for a desktop shortcut, you will find it with an icon and a more recognizable name. -- ![image](https://i.imgur.com/ZUiFrhf.png) +![image](https://i.imgur.com/ZUiFrhf.png) - Your game should launch alongside a modloader console, which will contain important debugging information if you run into problems.