From 57c7b1e9c454ab12c80b2aa541eb617bf3a80f94 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 31 Jan 2022 21:19:51 -0800 Subject: Port back to DDA. --- json/recipes/food/canned.json | 62 +++---------------------------------------- 1 file changed, 3 insertions(+), 59 deletions(-) (limited to 'json/recipes/food/canned.json') diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index 19b19ed..1bc7457 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -1,65 +1,7 @@ [ { "type": "recipe", - "result": "broth_bone", - "id_suffix": "canned", - "category": "CC_FOOD", - "subcategory": "CSC_FOOD_OTHER", - "skill_used": "cooking", - "difficulty": 4, - "time": "24 m", - "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], - "contained": true, - "batch_time_factors": [ 80, 5 ], - "qualities": [ - { "id": "SAW_M", "level": 1 }, - { "id": "HAMMER", "level": 1 }, - { "id": "CUT", "level": 1 }, - { "id": "COOK", "level": 3 } - ], - "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ] ], - "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "bone", 20 ], [ "bone_human", 20 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ] - }, - { - "type": "recipe", - "result": "broth_bone", - "id_suffix": "jarred", - "byproducts": [ [ "water", 10 ] ], - "container": "jar_glass_sealed", - "category": "CC_FOOD", - "subcategory": "CSC_FOOD_OTHER", - "skill_used": "cooking", - "skills_required": [ "mechanics", 1 ], - "difficulty": 4, - "time": "1 h", - "charges": 2, - "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], - "batch_time_factors": [ 80, 5 ], - "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], - "components": [ [ [ "jar_glass", 1 ] ], [ [ "bone", 20 ], [ "bone_human", 20 ] ], [ [ "water", 12 ], [ "water_clean", 12 ] ] ] - }, - { - "type": "recipe", - "result": "broth_bone", - "id_suffix": "jarred_3l", - "byproducts": [ [ "water", 10 ] ], - "container": "jar_3l_glass_sealed", - "category": "CC_FOOD", - "subcategory": "CSC_FOOD_OTHER", - "skill_used": "cooking", - "skills_required": [ "mechanics", 1 ], - "difficulty": 4, - "time": "1 h 10 m", - "charges": 12, - "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], - "batch_time_factors": [ 80, 5 ], - "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], - "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone", 120 ], [ "bone_human", 120 ] ] ] - }, - { - "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "peanutbutter", "id_suffix": "jarred", "container": "jar_glass_sealed", @@ -81,6 +23,7 @@ }, { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "peanutbutter_imitation", "id_suffix": "jarred", "container": "jar_glass_sealed", @@ -114,6 +57,7 @@ }, { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "sauce_pesto", "id_suffix": "jarred", "container": "jar_glass_sealed", -- cgit v1.2.1