diff --git a/data/json/items/comestibles/veggy_dishes.json b/data/json/items/comestibles/veggy_dishes.json index a22633e66fadc..f1fb54c45f776 100644 --- a/data/json/items/comestibles/veggy_dishes.json +++ b/data/json/items/comestibles/veggy_dishes.json @@ -1049,6 +1049,47 @@ "volume": "125 ml", "flags": [ "EDIBLE_FROZEN" ] }, + { + "type": "COMESTIBLE", + "id": "dry_chili", + "name": { "str": "dehydrated chili pepper" }, + "weight": "40 g", + "color": "red", + "spoils_in": "360 days", + "comestible_type": "FOOD", + "symbol": "%", + "calories": 13, + "quench": -8, + "description": "A dehydrated chili pepper. Still not great, but you can easily ground or mill it into powder.", + "price": "15 cent", + "price_postapoc": "20 cent", + "material": [ "veggy" ], + "milling": { "into": "chilly-p", "conversion_rate": 20 }, + "volume": "55 ml", + "flags": [ "EDIBLE_FROZEN" ], + "vitamins": [ [ "vitC", 88 ], [ "calcium", 1 ], [ "iron", 3 ] ], + "fun": -4 + }, + { + "type": "COMESTIBLE", + "id": "dry_garlic", + "name": { "str_sp": "dehydrated garlic cloves" }, + "weight": "2 g", + "color": "white", + "spoils_in": "1000 days", + "comestible_type": "FOOD", + "symbol": "%", + "quench": -15, + "calories": 3, + "description": "Dehyddrated garlic. You definitely don't want to eat these like this, but they can be milled or grounded into garlic powder.", + "price": "5 cent", + "price_postapoc": "3 cent", + "material": [ "garlic" ], + "milling": { "into": "garlic_powder", "conversion_rate": 5 }, + "volume": "17 ml", + "fun": -6, + "flags": [ "EDIBLE_FROZEN" ] + }, { "type": "COMESTIBLE", "id": "dry_corn", diff --git a/data/json/recipes/food/dry.json b/data/json/recipes/food/dry.json index 3febf21593459..d8b5c260544f2 100644 --- a/data/json/recipes/food/dry.json +++ b/data/json/recipes/food/dry.json @@ -332,6 +332,68 @@ ] ] }, + { + "type": "recipe", + "activity_level": "NO_EXERCISE", + "result": "dry_chili", + "category": "CC_FOOD", + "id_suffix": "frozen_ingredients", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 2, + "time": "15 m", + "autolearn": true, + "batch_time_factors": [ 67, 5 ], + "tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ], [ [ "surface_heat", 2, "LIST" ] ] ], + "//": "I pretty much made up all the relating numbers, feel free to change them", + "components": [ [ [ "chili_pepper", 1 ] ] ] + }, + { + "type": "recipe", + "activity_level": "NO_EXERCISE", + "result": "dry_chili", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 2, + "time": "12 m", + "autolearn": true, + "batch_time_factors": [ 67, 5 ], + "tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ] ], + "//": "I pretty much made up all the relating numbers, feel free to change them", + "components": [ [ [ "chili_pepper", 1 ] ] ] + }, + { + "type": "recipe", + "activity_level": "NO_EXERCISE", + "result": "dry_garlic", + "category": "CC_FOOD", + "id_suffix": "frozen_ingredients", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 2, + "time": "8 m", + "autolearn": true, + "batch_time_factors": [ 67, 5 ], + "tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ], [ [ "surface_heat", 2, "LIST" ] ] ], + "//": "I pretty much made up all the relating numbers, feel free to change them", + "components": [ [ [ "garlic_clove", 1 ] ] ] + }, + { + "type": "recipe", + "activity_level": "NO_EXERCISE", + "result": "dry_garlic", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 2, + "time": "6 m", + "autolearn": true, + "batch_time_factors": [ 67, 5 ], + "tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ] ], + "//": "I pretty much made up all the relating numbers, feel free to change them", + "components": [ [ [ "garlic_clove", 1 ] ] ] + }, { "type": "recipe", "activity_level": "NO_EXERCISE", diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 21a070dc49716..e044057138251 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -4648,6 +4648,22 @@ "tools": [ [ [ "surface_heat", 3, "LIST" ] ], [ [ "rock_quern", -1 ], [ "clay_quern", -1 ] ] ], "components": [ [ [ "chili_pepper", 1 ] ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "chilly-p", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 2, + "time": "20 m", + "autolearn": true, + "book_learn": [ [ "cookbook_mexican", 1 ] ], + "batch_time_factors": [ 83, 3 ], + "charges": 50, + "tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ] ] ], + "components": [ [ [ "dry_chili", 1 ] ] ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE", @@ -4664,6 +4680,22 @@ "tools": [ [ [ "surface_heat", 3, "LIST" ] ], [ [ "rock_quern", -1 ], [ "clay_quern", -1 ] ] ], "components": [ [ [ "garlic_clove", 1 ] ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "garlic_powder", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 2, + "time": "20 m", + "autolearn": true, + "book_learn": [ [ "cookbook_italian", 1 ] ], + "batch_time_factors": [ 83, 3 ], + "charges": 50, + "tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ] ] ], + "components": [ [ [ "dry_garlic", 1 ] ] ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",