summaryrefslogtreecommitdiff
path: root/json/recipes/food/other.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/other.json')
-rw-r--r--json/recipes/food/other.json37
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 ] ]
+ ]
}
]