Skip to content

Commit

Permalink
Add the recpie for the fanning mill
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoHart authored Nov 24, 2023
1 parent 702bb98 commit 9ee0a6d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -3363,5 +3363,32 @@
{ "id": "CHISEL_WOOD", "level": 1 }
],
"components": [ [ [ "2x4", 2 ] ], [ [ "nail", 10 ] ], [ [ "stick", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"result": "fanning_mill",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "survival", 3 ],
"difficulty": 7,
"time": "8 h",
"autolearn": true,
"book_learn": [ [ "reference_fabrication1", 1 ] ],
"proficiencies": [ { "proficiency": "prof_carpentry_basic" } ],
"qualities": [
{ "id": "HAMMER", "level": 2 },
{ "id": "SAW_W", "level": 2 },
{ "id": "CHISEL_WOOD", "level": 1 },
{ "id": "CUT", "level": 2 }
],
"components": [
[ [ "wood_panel", 4 ] ],
[ [ "2x4", 4 ] ],
[ [ "sieve_primitive", 1 ], [ "sieve_steel", 1 ] ],
[ [ "wood_panel", 1 ], [ "sheet_metal", 1 ] ],
[ [ "nail", 40 ] ]
]
}
]

0 comments on commit 9ee0a6d

Please sign in to comment.