Skip to content

Commit

Permalink
Update parts_construction.json
Browse files Browse the repository at this point in the history
the spear shaft recipe makes a soaking spear shaft now
  • Loading branch information
bloodbowel authored Aug 13, 2024
1 parent 257942b commit a0894e5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions data/json/recipes/other/parts_construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,17 +357,15 @@
{
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"result": "spear_shaft",
"result": "soaking_spear_shaft",
"byproducts": [ [ "splinter", 12 ] ],
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
"difficulty": 2,
"time": "5 h 40 m",
"//1": "TODO: adjust crafting time down by 4 hours when it's possible to separate the oiling time from the crafting time easily.",
"time": "1 h 40 m",
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 1.25, "max_experience": "100 m" } ],
"//2": "Max experience set because waiting for oil to soak in isn't really teaching you anything. Remove this when crafting time reduced to only carving time.",
"proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 1.25 } ],
"qualities": [
{ "id": "CUT", "level": 2 },
{ "id": "SAW_W", "level": 1 },
Expand Down

0 comments on commit a0894e5

Please sign in to comment.