scripts/thirdparty/.tracery/dinner

108 lines
3.3 KiB
Plaintext
Raw Normal View History

2023-04-21 02:31:52 +00:00
{
"poultry": [
"chicken", "chicken breast", "chicken thighs", "duck breast", "quail",
"turkey breast"
],
"poultry-adj": [
"grilled", "sautéed", "pan-seared", "roast"
],
"meat-cut": [
"bison meat", "brisket", "elk meat", "ham", "lamb chops", "pork",
"porkchops", "ribs", "steak", "rabbit steak", "sirloin steak",
"strip steak", "veal cutlets"
],
"meat-cut-adj": [
"barbeque", "grilled", "pan-seared", "roast"
],
"mollusc": [
"clams", "mussels"
],
"mollusc-adj": [
"baked", "boiled", "grilled", "steamed", "stir-fried"
],
"potato-adj": [
"baked", "mashed", "scalloped", "smashed"
],
"rice-adj": [
"arborio", "basmati", "brown", "fried", "glutinous", "long-grain",
"jasmine", "steamed", "sticky", "white", "wild"
],
"pasta": [
"angel hair pasta", "linguini", "macaroni", "penne", "spaghetti"
],
"pasta-meat": [
"chicken", "meatballs", "parma ham", "prosciutto"
],
"pasta-sauce": [
"alfredo sauce", "pesto alla calabrese", "pesto alla genovese",
"pesto alla siciliana", "tomato sauce"
],
"pasta-pair": [
"gnocchi with truffle", "gnudi with ricotta", "three-cheese lasagna",
"beef ravioli", "cheese ravioli", "tortellini"
],
"soup-adj": [
"chicken", "chicken ginseng", "chicken noodle", "chickpea",
"cream of broccoli", "cream of mushroom", "cream of tomato", "egg drop",
"fisherman's", "french onion", "hot and sour", "leek", "lentil",
"tom yum", "yellow pea"
],
"soup-side": [
"a #salad# salad", "a side of crusty bread", "some garlic bread",
"a baguette"
],
"soup": [
"#soup-adj# soup", "avgolemono", "butajiru", "clam chowder",
"corn chowder", "gazpacho", "goulash", "haddock chowder", "lobster bisque",
"minestrone", "squash bisque", "potato and corn chowder", "pozole", "soto",
"stracciatella"
],
"stew-adj": [
"beef", "curry beef", "fish", "mixed vegetable", "venison"
],
"salad": [
"caesar", "couscous", "kale", "mango", "potato", "potato and egg"
],
"bento-main": [
"barbeque pork", "poached salmon", "shrimp tempura", "teriyaki beef",
"teriyaki chicken"
],
"bento-side1": [
"coleslaw", "pickled ginger", "pickled radishes", "tsukemono", "umeboshi"
],
"bento-side2": [
"a rolled egg", "làcháng", "gyoza", "shiitake mushrooms", "seaweed"
],
"wrap-adj": [
"bean", "grilled chicken", "shredded pork"
],
"wrap-side": [
"avocados", "grilled peppers", "ground beef", "roasted peppers",
"adobo sauce", "chili sauce", "grilled steak"
],
"wrap": [
"burritos", "pitas", "tacos"
],
"entree-part-meat": [
"#poultry-adj# #poultry#", "#meat-cut-adj# #meat-cut#",
"#mollusc-adj# #mollusc#"
],
"entree-part-veggie": [
"artichokes", "arugula", "asparagus", "baby bok choy", "broccoli",
"brussel sprouts", "baby corn", "cauliflower", "kale", "green peas",
"snowpeas", "spinach"
],
"entree-part-starch": [
"#potato-adj# potatoes", "#rice-adj# rice"
],
"origin": [
"#bento-main# bento with #bento-side1#, #bento-side2# and rice",
"#entree-part-meat# with #entree-part-veggie# and #entree-part-starch#",
"#pasta# with #pasta-meat# and #pasta-sauce#",
"#pasta-pair# and #pasta-sauce#",
"#stew-adj# stew with #rice-adj# rice",
"#soup# with #soup-side#",
"#wrap-adj# wrap with #wrap-side#"
]
}