Skip to content

Commit

Permalink
added stick recipe (#54993)
Browse files Browse the repository at this point in the history
Co-authored-by: = <=>
  • Loading branch information
remuluson2 authored Feb 3, 2022
1 parent d3bd55c commit 9949aa3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,5 +909,20 @@
[ "lc_steel_chunk", 4 ]
]
]
},
{
"type": "recipe",
"result": "stick",
"id_suffix": "stick_from_plank",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"time": "30 minutes",
"proficiencies": [ { "proficiency": "prof_carving", "fail_multiplier": 1, "time_multiplier": 2 } ],
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "2x4", 1 ] ] ],
"byproducts": [ [ "splinter", 5 ] ],
"autolearn": [ [ "fabrication", 0 ] ]
}
]

0 comments on commit 9949aa3

Please sign in to comment.