summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-19 13:10:15 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-19 13:10:15 -0700
commit828feb7c3b7df11004e108b46171b78b12f0a12f (patch)
treec8cb1aa916e6563d204ed7b767148cfb14bb1af2
parentFix large tin of canned beans containing only six portions. (diff)
downloadcataclysm-bn-mod_recipe-fixes-828feb7c3b7df11004e108b46171b78b12f0a12f.tar.xz
Fix sugar from sweets not outputting enough portions.
-rw-r--r--Readme.txt4
-rw-r--r--json/recipes/food/other.json37
2 files changed, 41 insertions, 0 deletions
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 ] ]
+ ]
}
]