Stardew Valley: Fix Mistake and Formatting in settings page (#1737)
This commit is contained in:
parent
7a9d4272be
commit
664bbd86bb
|
@ -25,12 +25,9 @@ class Goal(Choice):
|
|||
Community Center: The world will be completed once you complete the Community Center.
|
||||
Grandpa's Evaluation: The world will be completed once 4 candles are lit at Grandpa's Shrine.
|
||||
Bottom of the Mines: The world will be completed once you reach level 120 in the mineshaft.
|
||||
Cryptic Note: The world will be completed once you complete the quest "Cryptic Note" where Mr Qi asks you to
|
||||
reach floor 100 in the Skull Cavern.
|
||||
Master Angler: The world will be completed once you have caught every fish in the game. Pairs well with
|
||||
Fishsanity.
|
||||
Complete Collection: The world will be completed once you have completed the museum by donating every possible
|
||||
item. Pairs well with Museumsanity.
|
||||
Cryptic Note: The world will be completed once you complete the quest "Cryptic Note" where Mr Qi asks you to reach floor 100 in the Skull Cavern.
|
||||
Master Angler: The world will be completed once you have caught every fish in the game. Pairs well with Fishsanity.
|
||||
Complete Collection: The world will be completed once you have completed the museum by donating every possible item. Pairs well with Museumsanity.
|
||||
Full House: The world will be completed once you get married and have two kids. Pairs well with Friendsanity.
|
||||
"""
|
||||
internal_name = "goal"
|
||||
|
@ -163,10 +160,9 @@ class SeasonRandomization(Choice):
|
|||
|
||||
class SeedShuffle(Choice):
|
||||
"""Should seeds be randomized?
|
||||
Pierre now sells a random amount of seasonal seeds and Joja sells them without season requirements, but only in
|
||||
huge packs.
|
||||
Pierre now sells a random amount of seasonal seeds and Joja sells them without season requirements, but only in huge packs.
|
||||
Disabled: All the seeds will be unlocked from the start.
|
||||
Randomized: The seeds will be unlocked as Archipelago items
|
||||
Shuffled: The seeds will be unlocked as Archipelago items
|
||||
"""
|
||||
internal_name = "seed_shuffle"
|
||||
display_name = "Seed Shuffle"
|
||||
|
@ -462,6 +458,7 @@ class GiftTax(SpecialRange):
|
|||
|
||||
|
||||
stardew_valley_option_classes = [
|
||||
Goal,
|
||||
StartingMoney,
|
||||
ResourcePackMultiplier,
|
||||
BundleRandomization,
|
||||
|
@ -480,7 +477,6 @@ stardew_valley_option_classes = [
|
|||
Museumsanity,
|
||||
Friendsanity,
|
||||
NumberOfPlayerBuffs,
|
||||
Goal,
|
||||
MultipleDaySleepEnabled,
|
||||
MultipleDaySleepCost,
|
||||
ExperienceMultiplier,
|
||||
|
|
Loading…
Reference in New Issue