basic_ingredient( sea_scallops, .80, fresh ). basic_ingredient( onions, .20, fresh ). basic_ingredient( catsup, .40, cup ). basic_ingredient( crabmeat, 3.25, can ). basic_ingredient( vinegar, .20, cup ). basic_ingredient( yogurt, .40, cup ). basic_ingredient( horseradish, .05, tsp ). basic_ingredient( white_pepper, .04, tsp ). basic_ingredient( paprika, .04, tsp ). basic_ingredient( dry_mustard, .04, tsp ). basic_ingredient( celery_seeds, .04, tsp ). basic_ingredient( cloves, .04, tsp ). basic_ingredient( pecans, 1.75, cup ). basic_ingredient( coconut, 1.25, cup ). basic_ingredient( sour_cream, .30, cup ). basic_ingredient( lemon_juice, .05, tbls ). basic_ingredient( tomato_juice, .35, cup ). basic_ingredient( honey, .10, tbls ). basic_ingredient( bananas, .10, fresh ). basic_ingredient( oranges, .40, fresh ). basic_ingredient( apples, .30, fresh ). basic_ingredient( kiwifruits, .80, fresh ). basic_ingredient( orange_juice, .20, cup ). basic_ingredient( sugar, .02, tbls ). basic_ingredient( vanilla_extract, .25, tsp ). basic_ingredient( lemon_rind, .03, tsp ). basic_ingredient( cornstarch, .01, tbls ). basic_ingredient( vegetable_oil, .35, cup ). basic_ingredient( poppy_seeds, .14, tsp ). basic_ingredient( spinach, .60, cup ). basic_ingredient( walnuts, .90, cup ). basic_ingredient( salt, .01, tsp ). basic_ingredient( eggs, .15, fresh ). basic_ingredient( frozen_asparagus, 1.10, pkg ). basic_ingredient( lettuce, .95, head ). basic_ingredient( broccoli, .60, fresh ). basic_ingredient( cauliflower, 1.20, head ). basic_ingredient( green_pepper, .15, fresh ). basic_ingredient( mushrooms, 1.80, cup ). basic_ingredient( carrots, .10, fresh ). basic_ingredient( radishes, .05, fresh ). basic_ingredient( cucumbers, .25, fresh ). basic_ingredient( tomatoes, .22, fresh ). basic_ingredient( avocados, .35, fresh ). basic_ingredient( garlic_clove, .07, fresh ). basic_ingredient( blue_cheese, 2.25, cup ). basic_ingredient( cottage_cheese, .75, cup ). basic_ingredient( cream_cheese, .55, cup ). ingredient( horseradish_dressing, [ quant( yogurt, 1.0 ), quant( horseradish, 2.0 ), quant( white_pepper, 0.125 ) ] ). ingredient( fruit_salad_dressing, [ quant( mayonnaise, 0.5 ), quant( sour_cream, 0.5 ), quant( orange_juice, 0.25 ), quant( sugar, 1.0 ), quant( honey, 1.0 ), quant( vanilla_extract, 1.0 ), quant( lemon_rind, 0.25 ) ] ). ingredient( orange_poppy_seed_dressing, [ quant( orange_juice, 1.0 ), quant( cornstarch, 1.0 ), quant( vegetable_oil, 0.2 ), quant( poppy_seeds, 0.5 ) ] ). ingredient( blue_cheese_dressing, [ quant( mayonnaise, 0.5 ), quant( sour_cream, 0.5 ), quant( blue_cheese, 0.5 ), quant( lemon_juice, 1.0 ), quant( salt, 0.25 ) ] ). ingredient( french_dressing, [ quant( vegetable_oil, 0.75 ), quant( catsup, 0.5 ), quant( honey, 5.0 ), quant( vinegar, 0.5 ), quant( dry_mustard, 0.75 ), quant( paprika, 0.75 ), quant( celery_seeds, 0.75 ), quant( cloves, 0.25 ) ] ). ingredient( italian_dressing, [ quant( vegetable_oil, 0.75 ), quant( vinegar, 0.5 ) ] ). ingredient( tomato_dressing, [ quant( french_dressing, 1.0 ), quant( vinegar, .25 ), quant( tomato_juice, 0.75 ) ] ). ingredient( mayonnaise, [ quant( eggs, 2.0 ), quant( dry_mustard, 1.0 ), quant( salt, 0.5 ), quant( vegetable_oil, 1.5 ), quant( lemon_juice, 4.0 ) ] ). ingredient( banana_salad, [ quant( pecans, 0.5 ), quant( coconut, 0.5 ), quant( sour_cream, 0.25 ), quant( lemon_juice, 1.0 ), quant( honey, 1.0 ), quant( bananas, 2.0 ), quant( apples, 1.0 ), quant( kiwifruits, 1.0 ), quant( fruit_salad_dressing, 2.0 ) ] ). ingredient( orange_salad, [ quant( oranges, 3.0 ), quant( lettuce, 0.1 ), quant( cream_cheese, 0.25 ), quant( honey, 1.0 ), quant( orange_juice, 0.1 ) ] ). ingredient( orange_avacado_salad, [ quant( lettuce, 1.0 ), quant( oranges, 2.0 ), quant( avocados, 1.0 ), quant( italian_dressing, .25 ) ] ). ingredient( spinach_salad, [ quant( spinach, 7.0 ), quant( apple, 1.0 ), quant( walnuts, 0.33 ), quant( orange_poppy_seed_dressing, 1.0 ) ] ). ingredient( asparagus_salad, [ quant( frozen_asparagus, 1.0 ), quant( lettuce, .10 ), quant( eggs, 1.0 ), quant( horseradish_dressing, 0.5 ) ] ). ingredient( garden_salad, [ quant( avocados, 2.0 ), quant( lettuce, 1.0 ), quant( tomatoes, 2.0 ), quant( cucumbers, 1.0 ), quant( mushrooms, 1.0 ), quant( cauliflower, .5 ), quant( carrots, 2.0 ), quant( radishes, 4.0 ), quant( broccoli, 3.0 ), quant( green_pepper, 0.5 ), quant( blue_cheese_dressing, 2.0 ) ] ). ingredient( garlic_salad, [ quant( lettuce, 1.0 ), quant( salt, 0.25 ), quant( lemon_juice, 1.0 ), quant( vegetable_oil, 0.20 ), quant( garlic_clove, 1.0 ) ] ). ingredient( seafood_salad, [ quant( lettuce, 1.0 ), quant( crabmeat, 1.0 ), quant( eggs, 2.0 ), quant( radishes, 10.0 ), quant( paprika, 1.0 ), quant( cottage_cheese, 1.0 ), quant( carrots, 2.0 ), quant( marinated_scallops, 1.0 ), quant( tomato_dressing, 1.0 ) ] ). ingredient( marinated_scallops, [ quant( sea_scallops, 20.0 ), quant( onions, 0.1 ), quant( lemon_juice, 2.0 ), quant( tomato_dressing, 2.0 ) ] ). on_hand( vegetable_oil, 5.0 ). on_hand( salt, 100.0 ). on_hand( lemon_juice, 10.0 ). on_hand( vinegar, 4.0 ). on_hand( lettuce, 1.0 ). on_hand( catsup, 2.0 ). on_hand( sugar, 5.0 ). on_hand( eggs, 12.0 ). on_hand( honey, 2.0 ). on_hand( white_pepper, 20.0 ). on_hand( paprika, 20.0 ). on_hand( onions, 2.0 ). on_hand( tomatoes, 1.0 ). on_hand( carrots, 6.0 ).