36 lines
		
	
	
		
			980 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			980 B
		
	
	
	
		
			Python
		
	
	
	
class Forageable:
 | 
						|
    blackberry = "Blackberry"
 | 
						|
    cactus_fruit = "Cactus Fruit"
 | 
						|
    cave_carrot = "Cave Carrot"
 | 
						|
    chanterelle = "Chanterelle"
 | 
						|
    coconut = "Coconut"
 | 
						|
    common_mushroom = "Common Mushroom"
 | 
						|
    crocus = "Crocus"
 | 
						|
    crystal_fruit = "Crystal Fruit"
 | 
						|
    daffodil = "Daffodil"
 | 
						|
    dandelion = "Dandelion"
 | 
						|
    fiddlehead_fern = "Fiddlehead Fern"
 | 
						|
    ginger = "Ginger"
 | 
						|
    hay = "Hay"
 | 
						|
    hazelnut = "Hazelnut"
 | 
						|
    holly = "Holly"
 | 
						|
    leek = "Leek"
 | 
						|
    magma_cap = "Magma Cap"
 | 
						|
    morel = "Morel"
 | 
						|
    secret_note = "Secret Note"
 | 
						|
    spice_berry = "Spice Berry"
 | 
						|
    sweet_pea = "Sweet Pea"
 | 
						|
    wild_horseradish = "Wild Horseradish"
 | 
						|
    wild_plum = "Wild Plum"
 | 
						|
    winter_root = "Winter Root"
 | 
						|
    dragon_tooth = "Dragon Tooth"
 | 
						|
    red_mushroom = "Red Mushroom"
 | 
						|
    purple_mushroom = "Purple Mushroom"
 | 
						|
    rainbow_shell = "Rainbow Shell"
 | 
						|
    salmonberry = "Salmonberry"
 | 
						|
    snow_yam = "Snow Yam"
 | 
						|
    spring_onion = "Spring Onion"
 | 
						|
 | 
						|
 | 
						|
 |