62 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			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"
 | 
						|
    journal_scrap = "Journal Scrap"
 | 
						|
    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"
 | 
						|
 | 
						|
 | 
						|
class SVEForage:
 | 
						|
    ornate_treasure_chest = "Ornate Treasure Chest"
 | 
						|
    swirl_stone = "Swirl Stone"
 | 
						|
    void_pebble = "Void Pebble"
 | 
						|
    void_soul = "Void Soul"
 | 
						|
    ferngill_primrose = "Ferngill Primrose"
 | 
						|
    goldenrod = "Goldenrod"
 | 
						|
    winter_star_rose = "Winter Star Rose"
 | 
						|
    bearberrys = "Bearberrys"
 | 
						|
    poison_mushroom = "Poison Mushroom"
 | 
						|
    red_baneberry = "Red Baneberry"
 | 
						|
    big_conch = "Big Conch"
 | 
						|
    dewdrop_berry = "Dewdrop Berry"
 | 
						|
    dried_sand_dollar = "Dried Sand Dollar"
 | 
						|
    golden_ocean_flower = "Golden Ocean Flower"
 | 
						|
    lucky_four_leaf_clover = "Lucky Four Leaf Clover"
 | 
						|
    mushroom_colony = "Mushroom Colony"
 | 
						|
    poison_mushroom = "Poison Mushroom"
 | 
						|
    rusty_blade = "Rusty Blade"
 | 
						|
    smelly_rafflesia = "Smelly Rafflesia"
 | 
						|
    thistle = "Thistle"
 | 
						|
 | 
						|
 | 
						|
class DistantLandsForageable:
 | 
						|
    brown_amanita = "Brown Amanita"
 | 
						|
    swamp_herb = "Swamp Herb"
 |