forked from mirror/Archipelago
## What is this fixing or adding? Major content update for Stardew Valley ## How was this tested? One large-scale public Beta on the archipelago server, plus several smaller private asyncs and test runs You can go to https://github.com/agilbert1412/StardewArchipelago/releases to grab the mod (latest 4.x.x version), the supported mods and the apworld, to test this PR ## New Features: - Festival Checks [Easy mode or Hard Mode] - Special Orders [Both Board and Qi] - Willy's Boat - Ginger Island Parrots - TV Channels - Trap Items [Available in various difficulty levels] - Entrance Randomizer: Buildings and Chaos - New Fishsanity options: Exclude Legendaries, Exclude Hard fish, Only easy fish - Resource Pack overhaul [Resource packs are now more enjoyable and varied] - Goal: Greatest Walnut Hunter [Find every single Golden Walnut] - Goal: Perfection [Achieve Perfection] - Option: Profit Margin [Multiplier over all earnings] - Option: Friendsanity Heart Size [Reduce clutter from friendsanity hearts] - Option: Exclude Ginger Island - will exclude many locations and items to generate a playthrough that does not go to the island - Mod Support [Curated list of mods] ## New Contributors: @Witchybun for the mod support --------- Co-authored-by: Witchybun <embenham05@gmail.com> Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
34 lines
1.3 KiB
Python
34 lines
1.3 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_yum = "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"
|