diff --git a/data/json/recipes/nested.json b/data/json/recipes/nested.json index 57f8e419f47ba..4b029e7970936 100644 --- a/data/json/recipes/nested.json +++ b/data/json/recipes/nested.json @@ -3895,6 +3895,18 @@ "skill_used": "fabrication", "nested_category_data": [ "nested_cardboard_boxes", "nested_cardboard_boxes_assembly", "nested_wooden_boxes", "nested_metal_boxes" ] }, + { + "id": "nested_can_food", + "type": "nested_category", + "activity_level": "MODERATE_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "name": "cans", + "description": "Recipes related to creating tin cans for conserving food.", + "skill_used": "fabrication", + "nested_category_data": [ "can_medium", "can_food_big", "can_food" ], + "difficulty": 6 + }, { "id": "nested_sheet_patchwork", "type": "nested_category", @@ -4206,6 +4218,28 @@ "nested_category_data": [ "spiked_rocket", "incendiary_hm_rocket", "explosive_hm_rocket" ], "difficulty": 3 }, + { + "id": "nested_adjustable_wrenches", + "type": "nested_category", + "activity_level": "BRISK_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "name": "adjustable wrenches", + "description": "Recipes related to creating adjustable wrenches.", + "skill_used": "fabrication", + "nested_category_data": [ "wrench", "wrench_large", "wrench_small" ] + }, + { + "id": "nested_funnels", + "type": "nested_category", + "activity_level": "BRISK_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "name": "funnels", + "description": "Recipes related to creating funnels for catching rainwater.", + "skill_used": "fabrication", + "nested_category_data": [ "birchbark_funnel", "makeshift_funnel", "leather_funnel", "funnel", "metal_funnel" ] + }, { "id": "nested_sewing_tools", "type": "nested_category",