Skip to content

Commit

Permalink
Wooden practice (#51583)
Browse files Browse the repository at this point in the history
* Carving Practice

* Basic Carpentry practice

* Eliminated nails as byproduct

* JSON lint

* Update fabrication.json
  • Loading branch information
Termineitor244 authored Sep 14, 2021
1 parent bcf6246 commit 89a5de5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/json/recipes/practice/fabrication.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ]
}
]

0 comments on commit 89a5de5

Please sign in to comment.