Stardew Valley: Improve Documentation (#1631)
This commit is contained in:
parent
20e80d06cf
commit
4eea91daab
|
@ -42,7 +42,8 @@ class StardewWebWorld(WebWorld):
|
||||||
|
|
||||||
class StardewValleyWorld(World):
|
class StardewValleyWorld(World):
|
||||||
"""
|
"""
|
||||||
Stardew Valley farming simulator game where the objective is basically to spend the least possible time on your farm.
|
Stardew Valley is an open-ended country-life RPG. You can farm, fish, mine, fight, complete quests,
|
||||||
|
befriend villagers, and uncover dark secrets.
|
||||||
"""
|
"""
|
||||||
game = "Stardew Valley"
|
game = "Stardew Valley"
|
||||||
option_definitions = stardew_valley_options
|
option_definitions = stardew_valley_options
|
||||||
|
|
|
@ -23,7 +23,7 @@ guide: [Basic Multiworld Setup Guide](/tutorial/Archipelago/setup/en)
|
||||||
|
|
||||||
### Where do I get a YAML file?
|
### Where do I get a YAML file?
|
||||||
|
|
||||||
You can customize your settings by visiting the [Stardew Valley Player Settings Page](/games/Stardew Valley/player-settings)
|
You can customize your settings by visiting the [Stardew Valley Player Settings Page](../player-settings)
|
||||||
|
|
||||||
## Joining a MultiWorld Game
|
## Joining a MultiWorld Game
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue