From e0c497fa9ff55ea6267976c9b5da13697d374a35 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 13 Jan 2022 20:45:16 -0800 Subject: Clean up a few recipes to make greater use of requirement lists. --- json/recipes/food/uncategorized.json | 43 +++++++++++------------------------- 1 file changed, 13 insertions(+), 30 deletions(-) (limited to 'json/recipes/food/uncategorized.json') diff --git a/json/recipes/food/uncategorized.json b/json/recipes/food/uncategorized.json index e52b3b3..febf340 100644 --- a/json/recipes/food/uncategorized.json +++ b/json/recipes/food/uncategorized.json @@ -11,7 +11,11 @@ "qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT", "level": 1 } ], "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ], "batch_time_factors": [ 80, 1 ], - "components": [ [ [ "rice_cooked", 1 ] ], [ [ "tofu", 1 ], [ "dry_tofu", 1 ] ], [ [ "cooking_oil", 1 ] ] ] + "components": [ + [ [ "rice_cooked", 1 ] ], + [ [ "tofu", 1 ], [ "dry_tofu", 1 ] ], + [ [ "any_butter_or_oil", 1, "LIST" ] ] + ] }, { "type": "recipe", @@ -28,15 +32,8 @@ "components": [ [ [ "tofu", 4 ], [ "dry_tofu", 4 ] ], [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], - [ [ "cooking_oil", 1 ] ], - [ - [ "beet_syrup", 1 ], - [ "syrup", 1 ], - [ "sugar", 1 ], - [ "molasses", 1 ], - [ "honeycomb", 1 ], - [ "honey_bottled", 1 ] - ], + [ [ "any_butter_or_oil", 2, "LIST" ] ], + [ [ "sugar_standard", 1, "LIST" ] ], [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], [ [ "soysauce", 1 ] ] ] @@ -56,15 +53,8 @@ "components": [ [ [ "meat_red", 4, "LIST" ], [ "dry_meat", 4 ], [ "can_chicken", 4 ] ], [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], - [ [ "fry_oil", 2, "LIST" ] ], - [ - [ "beet_syrup", 1 ], - [ "syrup", 1 ], - [ "sugar", 1 ], - [ "molasses", 1 ], - [ "honeycomb", 1 ], - [ "honey_bottled", 1 ] - ], + [ [ "any_butter_or_oil", 2, "LIST" ] ], + [ [ "sugar_standard", 1, "LIST" ] ], [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], [ [ "soysauce", 1 ] ] ] @@ -84,15 +74,8 @@ "components": [ [ [ "veggy_any_uncooked", 4, "LIST" ] ], [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], - [ [ "cooking_oil", 1 ] ], - [ - [ "beet_syrup", 1 ], - [ "syrup", 1 ], - [ "sugar", 1 ], - [ "molasses", 1 ], - [ "honeycomb", 1 ], - [ "honey_bottled", 1 ] - ], + [ [ "any_butter_or_oil", 2, "LIST" ] ], + [ [ "sugar_standard", 1, "LIST" ] ], [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], [ [ "soysauce", 1 ] ] ] @@ -151,7 +134,7 @@ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ], - [ [ "salt", 1 ], [ "soysauce", 1 ], [ "seasoning_salt", 1 ], [ "garlic_clove", 1 ], [ "pepper", 1 ] ], + [ [ "seasoning_mild", 1, "LIST" ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] }, @@ -178,7 +161,7 @@ [ "morel_cooked", 1 ], [ "mushroom_cooked", 1 ] ], - [ [ "salt", 1 ], [ "soysauce", 1 ], [ "seasoning_salt", 1 ], [ "garlic_clove", 1 ], [ "pepper", 1 ] ], + [ [ "seasoning_mild", 1, "LIST" ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] }, -- cgit v1.2.1