diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-19 13:10:15 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-19 13:10:15 -0700 |
commit | 828feb7c3b7df11004e108b46171b78b12f0a12f (patch) | |
tree | c8cb1aa916e6563d204ed7b767148cfb14bb1af2 /json/recipes/food | |
parent | Fix large tin of canned beans containing only six portions. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-828feb7c3b7df11004e108b46171b78b12f0a12f.tar.xz |
Fix sugar from sweets not outputting enough portions.
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/other.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json index a383e0c..19dc892 100644 --- a/json/recipes/food/other.json +++ b/json/recipes/food/other.json @@ -234,5 +234,42 @@ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ], [ "food_processor", 10 ] ] ], "components": [ [ [ "edible_stomach", 1, "LIST" ] ] ] + }, + + { + "type": "recipe", + "result": "sugar", + "id_suffix": "from_sweets", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 4, + "time": "24 m", + "charges": 71, + "autolearn": true, + "batch_time_factors": [ 50, 3 ], + "qualities": [ { "id": "CHEM", "level": 2 } ], + "tools": [ [ [ "surface_heat", 50, "LIST" ] ] ], + "components": [ + [ + [ "sweet_fruit_like", 2, "LIST" ], + [ "coconut", 2 ], + [ "coffee_syrup", 5 ], + [ "cola", 6 ], + [ "con_milk", 1 ], + [ "corn", 3 ], + [ "honey_bottled", 1 ], + [ "honey_glassed", 2 ], + [ "honeycomb", 1 ], + [ "can_corn", 3 ], + [ "molasses", 1 ], + [ "purple_drink", 6 ], + [ "rootbeer", 6 ], + [ "syrup", 2 ], + [ "beet_syrup", 4 ] + ], + [ [ "lye_powder", 20 ] ], + [ [ "water_clean", 1 ], [ "water", 1 ] ] + ] } ] |