Skip to content

Commit

Permalink
Minor Nesting (CleverRaven#73179)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people authored May 20, 2024
1 parent 02d325a commit a577158
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a577158

Please sign in to comment.