 5eadbc9840
			
		
	
	5eadbc9840
	
	
	
		
			
			This is a major update for Stardew Valley, for version 3.x.x. Changes include a large number of new features, including Seasons Randomizer, SeedShuffle, Museumsanity, Friendsanity, Complete Collection Goal, Full House Goal, friendship multiplier Co-authored-by: Jouramie <jouramie@hotmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			258 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			258 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| spring = "Spring"
 | |
| summer = "Summer"
 | |
| fall = "Fall"
 | |
| winter = "Winter"
 | |
| 
 | |
| not_spring = (summer, fall, winter)
 | |
| not_summer = (spring, fall, winter)
 | |
| not_fall = (spring, summer, winter)
 | |
| not_winter = (spring, summer, fall)
 | |
| all_seasons = (spring, summer, fall, winter)
 |