From a57715862a6344733bdd6ecd6e233019375eec7b Mon Sep 17 00:00:00 2001 From: reusityback <98353605+reusityback@users.noreply.github.com> Date: Mon, 20 May 2024 04:16:27 +0200 Subject: [PATCH] Minor Nesting (#73179) * Add nested_adjustable_wrenches * Add nested_can_food * Add nested_funnels Added exclusively funnels for catching rainwater, excluding the separation funnel * Update data/json/recipes/nested.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/recipes/nested.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/recipes/nested.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/recipes/nested.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> --- data/json/recipes/nested.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/data/json/recipes/nested.json b/data/json/recipes/nested.json index 3dea7172fb88d..43382963ad00d 100644 --- a/data/json/recipes/nested.json +++ b/data/json/recipes/nested.json @@ -3902,6 +3902,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", @@ -4213,6 +4225,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",