From 828feb7c3b7df11004e108b46171b78b12f0a12f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 19 May 2023 13:10:15 -0700 Subject: Fix sugar from sweets not outputting enough portions. --- Readme.txt | 4 ++++ json/recipes/food/other.json | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/Readme.txt b/Readme.txt index bee4f02..825322f 100644 --- a/Readme.txt +++ b/Readme.txt @@ -148,3 +148,7 @@ Why wasn't this a recipe already? No idea. Now it is. Canning with Large Tin Cans. Previously large tin cans were pure trash. Now they can be put to use. Specifically the four types found in vanilla: beans, corn, tomato, red sauce. + +-- +Sugar from sweets output increased. +Two 143g sugar beets make 71 portions. Two 148g portions of berries should too. 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 ] ] + ] } ] -- cgit v1.2.1