From 4eea91daabc5efb8e82cdbff1a76011cb41b6098 Mon Sep 17 00:00:00 2001 From: agilbert1412 Date: Thu, 30 Mar 2023 10:25:25 -0400 Subject: [PATCH] Stardew Valley: Improve Documentation (#1631) --- worlds/stardew_valley/__init__.py | 3 ++- worlds/stardew_valley/docs/setup_en.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/worlds/stardew_valley/__init__.py b/worlds/stardew_valley/__init__.py index 306a3ec7..79c057fc 100644 --- a/worlds/stardew_valley/__init__.py +++ b/worlds/stardew_valley/__init__.py @@ -42,7 +42,8 @@ class StardewWebWorld(WebWorld): 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" option_definitions = stardew_valley_options diff --git a/worlds/stardew_valley/docs/setup_en.md b/worlds/stardew_valley/docs/setup_en.md index 7ac9c8a8..30d5f3da 100644 --- a/worlds/stardew_valley/docs/setup_en.md +++ b/worlds/stardew_valley/docs/setup_en.md @@ -23,7 +23,7 @@ guide: [Basic Multiworld Setup Guide](/tutorial/Archipelago/setup/en) ### 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