 52e65e208e
			
		
	
	52e65e208e
	
	
	
		
			
			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>
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
| class FestivalCheck:
 | |
|     cone_hat = "Cone Hat"
 | |
|     dance = "Dance with someone"
 | |
|     egg_hunt = "Egg Hunt Victory"
 | |
|     fair_stardrop = "Fair Stardrop"
 | |
|     fishing_competition = "Win Fishing Competition"
 | |
|     grange_display = "Grange Display"
 | |
|     iridium_fireplace = "Iridium Fireplace"
 | |
|     luau_soup = "Luau Soup"
 | |
|     lupini_1000_years = "Lupini: 1000 Years From Now"
 | |
|     lupini_clouds = "Lupini: Clouds"
 | |
|     lupini_land_of_clay = "Lupini: Land Of Clay"
 | |
|     lupini_portrait_mermaid = "Lupini: Portrait Of A Mermaid"
 | |
|     lupini_red_eagle = "Lupini: Red Eagle"
 | |
|     lupini_solar_kingdom = "Lupini: Solar Kingdom"
 | |
|     lupini_the_serpent = "Lupini: The Serpent"
 | |
|     lupini_three_trees = "Lupini: Three Trees"
 | |
|     lupini_tropical_fish = "Lupini: 'Tropical Fish #173'"
 | |
|     mermaid_pearl = "Mermaid Pearl"
 | |
|     moonlight_jellies = "Dance of the Moonlight Jellies"
 | |
|     rarecrow_1 = "Rarecrow #1 (Turnip Head)"
 | |
|     rarecrow_2 = "Rarecrow #2 (Witch)"
 | |
|     rarecrow_3 = "Rarecrow #3 (Alien)"
 | |
|     rarecrow_4 = "Rarecrow #4 (Snowman)"
 | |
|     rarecrow_5 = "Rarecrow #5 (Woman)"
 | |
|     rarecrow_7 = "Rarecrow #7 (Tanuki)"
 | |
|     rarecrow_8 = "Rarecrow #8 (Tribal Mask)"
 | |
|     secret_santa = "Secret Santa"
 | |
|     legend_of_the_winter_star = "The Legend of the Winter Star"
 | |
|     smashing_stone = "Smashing Stone"
 | |
|     spirit_eve_maze = "Spirit's Eve Maze"
 | |
|     strawberry_seeds = "Egg Festival: Strawberry Seeds"
 | |
|     all_rarecrows = "Collect All Rarecrows"
 | |
|     tub_o_flowers = "Tub o' Flowers Recipe"
 | |
|     jack_o_lantern = "Jack-O-Lantern Recipe"
 | |
|     moonlight_jellies_banner = "Moonlight Jellies Banner"
 | |
|     starport_decal = "Starport Decal"
 |