diff --git a/data/json/recipes/practice/fabrication.json b/data/json/recipes/practice/fabrication.json index c9d53179588f2..4a04b714d75a0 100644 --- a/data/json/recipes/practice/fabrication.json +++ b/data/json/recipes/practice/fabrication.json @@ -21,5 +21,41 @@ ], "autolearn": [ [ "fabrication", 2 ] ], "book_learn": [ [ "recipe_arrows", 1 ] ] + }, + { + "id": "prac_carving", + "type": "practice", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_PRACTICE", + "subcategory": "CSC_PRACTICE_FABRICATION", + "name": "carving", + "description": "Practice carving different forms and shapes in a piece of wood.", + "skill_used": "fabrication", + "practice_data": { "min_difficulty": 0, "max_difficulty": 1, "skill_limit": 2 }, + "proficiencies": [ { "proficiency": "prof_carving", "fail_multiplier": 1, "time_multiplier": 1 } ], + "time": "1 h", + "qualities": [ { "id": "CUT", "level": 1 } ], + "//": "One could use other wooden items to practice carving, but the stick and plank are the most easily adquired.", + "components": [ [ [ "stick", 1 ], [ "2x4", 1 ] ] ], + "byproducts": [ [ "splinter", 5 ] ], + "autolearn": [ [ "fabrication", 0 ] ] + }, + { + "id": "prac_carpentry_basic", + "type": "practice", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_PRACTICE", + "subcategory": "CSC_PRACTICE_FABRICATION", + "name": "basic carpentry", + "description": "Practice basic carpentry by cutting, shaping and uniting some planks or sticks with nails.", + "skill_used": "fabrication", + "practice_data": { "min_difficulty": 0, "max_difficulty": 1, "skill_limit": 2 }, + "proficiencies": [ { "proficiency": "prof_carpentry_basic", "fail_multiplier": 1, "time_multiplier": 1 } ], + "time": "1 h", + "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "CUT", "level": 1 } ], + "//": "You destroy the wood with your practice, and the nails are now unusable.", + "components": [ [ [ "stick", 4 ], [ "2x4", 2 ] ], [ [ "nail", 20 ] ] ], + "byproducts": [ [ "splinter", 15 ] ], + "autolearn": [ [ "fabrication", 0 ] ] } ]