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>
		
			
				
	
	
		
			137 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			137 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
class Fish:
 | 
						|
    albacore = "Albacore"
 | 
						|
    anchovy = "Anchovy"
 | 
						|
    angler = "Angler"
 | 
						|
    any = "Any Fish"
 | 
						|
    blob_fish = "Blobfish"
 | 
						|
    blobfish = "Blobfish"
 | 
						|
    blue_discus = "Blue Discus"
 | 
						|
    bream = "Bream"
 | 
						|
    bullhead = "Bullhead"
 | 
						|
    carp = "Carp"
 | 
						|
    catfish = "Catfish"
 | 
						|
    chub = "Chub"
 | 
						|
    clam = "Clam"
 | 
						|
    cockle = "Cockle"
 | 
						|
    crab = "Crab"
 | 
						|
    crayfish = "Crayfish"
 | 
						|
    crimsonfish = "Crimsonfish"
 | 
						|
    dorado = "Dorado"
 | 
						|
    eel = "Eel"
 | 
						|
    flounder = "Flounder"
 | 
						|
    ghostfish = "Ghostfish"
 | 
						|
    glacierfish = "Glacierfish"
 | 
						|
    glacierfish_jr = "Glacierfish Jr."
 | 
						|
    halibut = "Halibut"
 | 
						|
    herring = "Herring"
 | 
						|
    ice_pip = "Ice Pip"
 | 
						|
    largemouth_bass = "Largemouth Bass"
 | 
						|
    lava_eel = "Lava Eel"
 | 
						|
    legend = "Legend"
 | 
						|
    legend_ii = "Legend II"
 | 
						|
    lingcod = "Lingcod"
 | 
						|
    lionfish = "Lionfish"
 | 
						|
    lobster = "Lobster"
 | 
						|
    midnight_carp = "Midnight Carp"
 | 
						|
    midnight_squid = "Midnight Squid"
 | 
						|
    ms_angler = "Ms. Angler"
 | 
						|
    mussel = "Mussel"
 | 
						|
    mussel_node = "Mussel Node"
 | 
						|
    mutant_carp = "Mutant Carp"
 | 
						|
    octopus = "Octopus"
 | 
						|
    oyster = "Oyster"
 | 
						|
    perch = "Perch"
 | 
						|
    periwinkle = "Periwinkle"
 | 
						|
    pike = "Pike"
 | 
						|
    pufferfish = "Pufferfish"
 | 
						|
    radioactive_carp = "Radioactive Carp"
 | 
						|
    rainbow_trout = "Rainbow Trout"
 | 
						|
    red_mullet = "Red Mullet"
 | 
						|
    red_snapper = "Red Snapper"
 | 
						|
    salmon = "Salmon"
 | 
						|
    sandfish = "Sandfish"
 | 
						|
    sardine = "Sardine"
 | 
						|
    scorpion_carp = "Scorpion Carp"
 | 
						|
    sea_cucumber = "Sea Cucumber"
 | 
						|
    shad = "Shad"
 | 
						|
    shrimp = "Shrimp"
 | 
						|
    slimejack = "Slimejack"
 | 
						|
    smallmouth_bass = "Smallmouth Bass"
 | 
						|
    snail = "Snail"
 | 
						|
    son_of_crimsonfish = "Son of Crimsonfish"
 | 
						|
    spook_fish = "Spook Fish"
 | 
						|
    spookfish = "Spook Fish"
 | 
						|
    squid = "Squid"
 | 
						|
    stingray = "Stingray"
 | 
						|
    stonefish = "Stonefish"
 | 
						|
    sturgeon = "Sturgeon"
 | 
						|
    sunfish = "Sunfish"
 | 
						|
    super_cucumber = "Super Cucumber"
 | 
						|
    tiger_trout = "Tiger Trout"
 | 
						|
    tilapia = "Tilapia"
 | 
						|
    tuna = "Tuna"
 | 
						|
    void_salmon = "Void Salmon"
 | 
						|
    walleye = "Walleye"
 | 
						|
    woodskip = "Woodskip"
 | 
						|
 | 
						|
 | 
						|
class WaterItem:
 | 
						|
    seaweed = "Seaweed"
 | 
						|
    green_algae = "Green Algae"
 | 
						|
    white_algae = "White Algae"
 | 
						|
    coral = "Coral"
 | 
						|
    nautilus_shell = "Nautilus Shell"
 | 
						|
    sea_urchin = "Sea Urchin"
 | 
						|
 | 
						|
 | 
						|
class Trash:
 | 
						|
    driftwood = "Driftwood"
 | 
						|
    trash = "Trash"
 | 
						|
    broken_cd = "Broken CD"
 | 
						|
    broken_glasses = "Broken Glasses"
 | 
						|
    joja_cola = "Joja Cola"
 | 
						|
    soggy_newspaper = "Soggy Newspaper"
 | 
						|
 | 
						|
 | 
						|
class WaterChest:
 | 
						|
    fishing_chest = "Fishing Chest"
 | 
						|
    treasure = "Treasure Chest"
 | 
						|
 | 
						|
 | 
						|
class SVEFish:
 | 
						|
    baby_lunaloo = "Baby Lunaloo"
 | 
						|
    bonefish = "Bonefish"
 | 
						|
    bull_trout = "Bull Trout"
 | 
						|
    butterfish = "Butterfish"
 | 
						|
    clownfish = "Clownfish"
 | 
						|
    daggerfish = "Daggerfish"
 | 
						|
    frog = "Frog"
 | 
						|
    gemfish = "Gemfish"
 | 
						|
    goldenfish = "Goldenfish"
 | 
						|
    grass_carp = "Grass Carp"
 | 
						|
    king_salmon = "King Salmon"
 | 
						|
    kittyfish = "Kittyfish"
 | 
						|
    lunaloo = "Lunaloo"
 | 
						|
    meteor_carp = "Meteor Carp"
 | 
						|
    minnow = "Minnow"
 | 
						|
    puppyfish = "Puppyfish"
 | 
						|
    radioactive_bass = "Radioactive Bass"
 | 
						|
    seahorse = "Seahorse"
 | 
						|
    shiny_lunaloo = "Shiny Lunaloo"
 | 
						|
    snatcher_worm = "Snatcher Worm"
 | 
						|
    starfish = "Starfish"
 | 
						|
    torpedo_trout = "Torpedo Trout"
 | 
						|
    undeadfish = "Undeadfish"
 | 
						|
    void_eel = "Void Eel"
 | 
						|
    water_grub = "Water Grub"
 | 
						|
    sea_sponge = "Sea Sponge"
 | 
						|
    dulse_seaweed = "Dulse Seaweed"
 | 
						|
 | 
						|
 | 
						|
class DistantLandsFish:
 | 
						|
    void_minnow = "Void Minnow"
 | 
						|
    swamp_leech = "Swamp Leech"
 | 
						|
    purple_algae = "Purple Algae"
 | 
						|
    giant_horsehoe_crab = "Giant Horsehoe Crab"
 | 
						|
 |