diff --git a/data/json/items/tool/cooking.json b/data/json/items/tool/cooking.json index ce8b6ad81254..727851d11371 100644 --- a/data/json/items/tool/cooking.json +++ b/data/json/items/tool/cooking.json @@ -967,5 +967,34 @@ ] ], "magazine_well": "250 ml" + }, + { + "id": "jar_3l_glass_yeast", + "type": "GENERIC", + "category": "food", + "name": { "str_sp": "sealed yeast culture" }, + "description": "A sealed 3L glass jar holding sanitized yeast wort. You may harvest the yeast inside when it's done culturing.", + "weight": "365 g", + "volume": "3 L", + "price": "0 cent", + "price_postapoc": "10 cent", + "to_hit": -1, + "bashing": 5, + "material": [ "glass", "powder" ], + "symbol": ")", + "looks_like": "jar_3l_glass_sealed", + "color": "light_cyan", + "use_action": { + "target": "yeast", + "msg": "You open the jar and harvest the culture.", + "container": "jar_3l_glass", + "target_charges": 60, + "moves": 50, + "type": "delayed_transform", + "transform_age": 43200, + "not_ready_msg": "The yeast isn't done culturing yet.", + "//": "12 hours" + }, + "flags": [ "TRADER_AVOID" ] } ] diff --git a/data/json/recipes/food/other.json b/data/json/recipes/food/other.json index c71ffce60c5b..862236f252eb 100644 --- a/data/json/recipes/food/other.json +++ b/data/json/recipes/food/other.json @@ -2205,5 +2205,22 @@ "qualities": [ { "id": "COOK", "level": 2 }, { "id": "HAMMER", "level": 1 } ], "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], "components": [ [ [ "seed_rice", 1 ] ] ] + }, + { + "type": "recipe", + "result": "jar_3l_glass_yeast", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 2, + "time": "30 m", + "autolearn": true, + "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], + "components": [ + [ [ "water", 6 ], [ "water_clean", 6 ] ], + [ [ "jar_3l_glass", 1 ] ], + [ [ "yeast", 1 ] ], + [ [ "beverage_sweetener", 6, "LIST" ] ] + ] } ]