DLCQuest: Fix documentation error (#1720)
This commit is contained in:
parent
8a78062825
commit
acd3cb45bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||

|
||||
- 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.
|
||||
- 
|
||||

|
||||
|
||||
|
||||
- Your game should launch alongside a modloader console, which will contain important debugging information if you run into problems.
|
||||
|
|
Loading…
Reference in New Issue