Skip to content

Commit

Permalink
DLCQuest: Fix documentation error (ArchipelagoMW#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
axe-y authored Apr 16, 2023
1 parent 8a78062 commit acd3cb4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
9 changes: 7 additions & 2 deletions worlds/dlcquest/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
14 changes: 7 additions & 7 deletions worlds/dlcquest/docs/en_DLCQuest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
5 changes: 3 additions & 2 deletions worlds/dlcquest/docs/setup_en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stardew Valley Randomizer Setup Guide
# DLCQuest Randomizer Setup Guide

## Required Software

Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit acd3cb4

Please sign in to comment.