Skip to content

Stardew Valley: Options page documentation improvements #3155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions worlds/stardew_valley/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ class StardewValleyOption(Protocol):


class Goal(Choice):
"""What's your goal with this play-through?
"""Goal for this playthrough?
Community Center: Complete the Community Center
Grandpa's Evaluation: Succeed Grandpa's evaluation with 4 lit candles
Bottom of the Mines: Reach level 120 in the mineshaft
Cryptic Note: Complete the quest "Cryptic Note" where Mr Qi asks you to reach floor 100 in the Skull Cavern
Master Angler: Catch every fish. Adapts to chosen Fishsanity option
Complete Collection: Complete the museum by donating every possible item. Pairs well with Museumsanity
Full House: Get married and have two children. Pairs well with Friendsanity
Greatest Walnut Hunter: Find all 130 Golden Walnuts
Protector of the Valley: Complete all the monster slayer goals. Adapts to Monstersanity
Full Shipment: Ship every item in the collection tab. Adapts to Shipsanity
Grandpa's Evaluation: 4 lit candles in Grandpa's evaluation
Bottom of the Mines: Reach level 120 in the mines
Cryptic Note: Complete the quest "Cryptic Note" (Skull Cavern Floor 100)
Master Angler: Catch every fish. Adapts to Fishsanity
Complete Collection: Complete the museum collection
Full House: Get married and have 2 children
Greatest Walnut Hunter: Find 130 Golden Walnuts
Protector of the Valley: Complete the monster slayer goals. Adapts to Monstersanity
Full Shipment: Ship every item. Adapts to Shipsanity
Gourmet Chef: Cook every recipe. Adapts to Cooksanity
Craft Master: Craft every item.
Craft Master: Craft every item
Legend: Earn 10 000 000g
Mystery of the Stardrops: Find every stardrop
Allsanity: Complete every check in your slot
Perfection: Attain Perfection, based on the vanilla definition
Perfection: Attain Perfection
"""
internal_name = "goal"
display_name = "Goal"
Expand Down Expand Up @@ -457,7 +457,7 @@ class Cooksanity(Choice):


class Chefsanity(NamedRange):
"""Locations for leaning cooking recipes?
"""Locations for learning cooking recipes?
Vanilla: All cooking recipes are learned normally
Queen of Sauce: Every Queen of sauce episode is a check, all queen of sauce recipes are items
Purchases: Every purchasable recipe is a check
Expand Down
Loading