forked from mirror/Archipelago
Major Content update for Stardew Valley, including the following features - Major performance improvements all across the Stardew Valley apworld, including a significant reduction in the test time - Randomized Farm Type - Bundles rework (Remixed Bundles and Missing Bundle!) - New Settings: * Shipsanity - Shipping individual items * Monstersanity - Slaying monsters * Cooksanity - Cooking individual recipes * Chefsanity - Learning individual recipes * Craftsanity - Crafting individual items - New Goals: * Protector of the Valley - Complete every monster slayer goal * Full Shipment - Ship every item * Craftmaster - Craft every item * Gourmet Chef - Cook every recipe * Legend - Earn 10 000 000g * Mystery of the Stardrops - Find every stardrop (Maguffin Hunt) * Allsanity - Complete every check in your slot - Building Shuffle: Cheaper options - Tool Shuffle: Cheaper options - Money rework - New traps - New isolated checks and items, including the farm cave, the movie theater, etc - Mod Support: SVE [Albrekka] - Mod Support: Distant Lands [Albrekka] - Mod Support: Hat Mouse Lacey [Albrekka] - Mod Support: Boarding House [Albrekka] Co-authored-by: Witchybun <elnendil@gmail.com> Co-authored-by: Witchybun <96719127+Witchybun@users.noreply.github.com> Co-authored-by: Jouramie <jouramie@hotmail.com> Co-authored-by: Alchav <59858495+Alchav@users.noreply.github.com>
41 lines
1.5 KiB
Python
41 lines
1.5 KiB
Python
class SpecialOrder:
|
|
island_ingredients = "Island Ingredients"
|
|
cave_patrol = "Cave Patrol"
|
|
aquatic_overpopulation = "Aquatic Overpopulation"
|
|
biome_balance = "Biome Balance"
|
|
rock_rejuivenation = "Rock Rejuvenation"
|
|
gifts_for_george = "Gifts for George"
|
|
fragments_of_the_past = "Fragments of the past"
|
|
gus_famous_omelet = "Gus' Famous Omelet"
|
|
crop_order = "Crop Order"
|
|
community_cleanup = "Community Cleanup"
|
|
the_strong_stuff = "The Strong Stuff"
|
|
pierres_prime_produce = "Pierre's Prime Produce"
|
|
robins_project = "Robin's Project"
|
|
robins_resource_rush = "Robin's Resource Rush"
|
|
juicy_bugs_wanted = "Juicy Bugs Wanted!"
|
|
tropical_fish = "Tropical Fish"
|
|
a_curious_substance = "A Curious Substance"
|
|
prismatic_jelly = "Prismatic Jelly"
|
|
qis_crop = "Qi's Crop"
|
|
lets_play_a_game = "Let's Play A Game"
|
|
four_precious_stones = "Four Precious Stones"
|
|
qis_hungry_challenge = "Qi's Hungry Challenge"
|
|
qis_cuisine = "Qi's Cuisine"
|
|
qis_kindness = "Qi's Kindness"
|
|
extended_family = "Extended Family"
|
|
danger_in_the_deep = "Danger In The Deep"
|
|
skull_cavern_invasion = "Skull Cavern Invasion"
|
|
qis_prismatic_grange = "Qi's Prismatic Grange"
|
|
|
|
|
|
class ModSpecialOrder:
|
|
junas_monster_mash = "Juna's Monster Mash"
|
|
andys_cellar = "Andy's Cellar"
|
|
a_mysterious_venture = "A Mysterious Venture"
|
|
an_elegant_reception = "An Elegant Reception"
|
|
fairy_garden = "Fairy Garden"
|
|
homemade_fertilizer = "Homemade Fertilizer"
|
|
geode_order = "Geode Order"
|
|
dwarf_scroll = "Dwarven Scrolls"
|