summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-13 20:45:16 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-13 20:45:16 -0800
commite0c497fa9ff55ea6267976c9b5da13697d374a35 (patch)
tree27c3f995c01f7866b2c47c6253dfac93162e527c
parentUpdated for removal of specialized gunpowders from BN (diff)
downloadcataclysm-dda-mod_recipe-fixes-e0c497fa9ff55ea6267976c9b5da13697d374a35.tar.xz
Clean up a few recipes to make greater use of requirement lists.
-rw-r--r--json/recipes/food/uncategorized.json43
1 files changed, 13 insertions, 30 deletions
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 ] ]
]
},