28 lines
716 B
Python
28 lines
716 B
Python
class ArtisanGood:
|
|
honey = "Honey"
|
|
oak_resin = "Oak Resin"
|
|
pine_tar = "Pine Tar"
|
|
maple_syrup = "Maple Syrup"
|
|
truffle_oil = "Truffle Oil"
|
|
cheese = "Cheese"
|
|
goat_cheese = "Goat Cheese"
|
|
jelly = "Jelly"
|
|
pickles = "Pickles"
|
|
wine = "Wine"
|
|
juice = "Juice"
|
|
cloth = "Cloth"
|
|
pale_ale = "Pale Ale"
|
|
aged_roe = "Aged Roe"
|
|
battery_pack = "Battery Pack"
|
|
mayonnaise = "Mayonnaise"
|
|
duck_mayonnaise = "Duck Mayonnaise"
|
|
dinosaur_mayonnaise = "Dinosaur Mayonnaise"
|
|
void_mayonnaise = "Void Mayonnaise"
|
|
caviar = "Caviar"
|
|
green_tea = "Green Tea"
|
|
mead = "Mead"
|
|
|
|
|
|
class ModArtisanGood:
|
|
pterodactyl_egg = "Pterodactyl Egg"
|