diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-10 16:51:07 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-10 16:51:07 -0800 | 
| commit | 3464bd9663aec7b42fa15a24daad3109c20b9716 (patch) | |
| tree | eba02a17135a1150132752b9afccfa6dd417f3e6 /json | |
| parent | Allow wasteland sausages with human stomachs (diff) | |
| download | cataclysm-bn-mod_recipe-fixes-3464bd9663aec7b42fa15a24daad3109c20b9716.tar.xz | |
All human bones in preserved Bone broth
Diffstat (limited to 'json')
| -rw-r--r-- | json/recipes/food/canned.json | 59 | 
1 files changed, 59 insertions, 0 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index 92ddd1c..3717e53 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -1,6 +1,65 @@  [    {      "type": "recipe", +    "result": "broth_bone", +    "id_suffix": "canned", +    "category": "CC_FOOD", +    "subcategory": "CSC_FOOD_OTHER", +    "skill_used": "cooking", +    "difficulty": 4, +    "time": "24 m", +    "autolearn": true, +    "contained": true, +    "batch_time_factors": [ 83, 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, +    "autolearn": true, +    "batch_time_factors": [ 80, 4 ], +    "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, +    "autolearn": true, +    "batch_time_factors": [ 80, 4 ], +    "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",      "result": "peanutbutter",      "id_suffix": "jarred",      "container": "jar_glass_sealed",  | 
