Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wooden practice #51583

Merged
merged 6 commits into from
Sep 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ] ]
}
]