mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00

## 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>
57 lines
2.1 KiB
Python
57 lines
2.1 KiB
Python
class Quest:
|
|
introductions = "Introductions"
|
|
how_to_win_friends = "How To Win Friends"
|
|
getting_started = "Getting Started"
|
|
to_the_beach = "To The Beach"
|
|
raising_animals = "Raising Animals"
|
|
advancement = "Advancement"
|
|
archaeology = "Archaeology"
|
|
meet_the_wizard = "Meet The Wizard"
|
|
forging_ahead = "Forging Ahead"
|
|
smelting = "Smelting"
|
|
initiation = "Initiation"
|
|
robins_lost_axe = "Robin's Lost Axe"
|
|
jodis_request = "Jodi's Request"
|
|
mayors_shorts = "Mayor's \"Shorts\""
|
|
blackberry_basket = "Blackberry Basket"
|
|
marnies_request = "Marnie's Request"
|
|
pam_is_thirsty = "Pam Is Thirsty"
|
|
a_dark_reagent = "A Dark Reagent"
|
|
cows_delight = "Cow's Delight"
|
|
the_skull_key = "The Skull Key"
|
|
crop_research = "Crop Research"
|
|
knee_therapy = "Knee Therapy"
|
|
robins_request = "Robin's Request"
|
|
qis_challenge = "Qi's Challenge"
|
|
the_mysterious_qi = "The Mysterious Qi"
|
|
carving_pumpkins = "Carving Pumpkins"
|
|
a_winter_mystery = "A Winter Mystery"
|
|
strange_note = "Strange Note"
|
|
cryptic_note = "Cryptic Note"
|
|
fresh_fruit = "Fresh Fruit"
|
|
aquatic_research = "Aquatic Research"
|
|
a_soldiers_star = "A Soldier's Star"
|
|
mayors_need = "Mayor's Need"
|
|
wanted_lobster = "Wanted: Lobster"
|
|
pam_needs_juice = "Pam Needs Juice"
|
|
fish_casserole = "Fish Casserole"
|
|
catch_a_squid = "Catch A Squid"
|
|
fish_stew = "Fish Stew"
|
|
pierres_notice = "Pierre's Notice"
|
|
clints_attempt = "Clint's Attempt"
|
|
a_favor_for_clint = "A Favor For Clint"
|
|
staff_of_power = "Staff Of Power"
|
|
grannys_gift = "Granny's Gift"
|
|
exotic_spirits = "Exotic Spirits"
|
|
catch_a_lingcod = "Catch a Lingcod"
|
|
the_pirates_wife = "The Pirate's Wife"
|
|
dark_talisman = "Dark Talisman"
|
|
goblin_problem = "Goblin Problem"
|
|
magic_ink = "Magic Ink"
|
|
|
|
class ModQuest:
|
|
MrGinger = "Mr.Ginger's request"
|
|
AyeishaEnvelope = "Missing Envelope"
|
|
AyeishaRing = "Lost Emerald Ring"
|
|
JunaCola = "Juna's Drink Request"
|
|
JunaSpaghetti = "Juna's BFF Request" |