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"
 |