Skip to content

Commit 8b3f73c

Browse files
Fix the nail making fix (#82576)
* initial commit touch up the bronze header description fix bronze nail header id in recipe casting requires molds fix densities fix densities for real this time initial commit Update parts_construction.json fix bronze nail recipe fix other recipes * clean this mess hopefully * fix duplicate proficiency
1 parent c6606a0 commit 8b3f73c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/json/recipes/other/parts_construction.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"batch_time_factors": [ 2, 10 ],
1414
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing", "time_multiplier": 1.5 } ],
1515
"using": [ [ "blacksmithing_standard", 1 ] ],
16-
"tools": [ [ [ "hotcut_any", 1, "LIST" ] ], [ [ "nail_header", 1 ] ] ],
16+
"tools": [ [ [ "hotcut_any", 1, "LIST" ] ], [ [ "nail_header", -1 ] ] ],
1717
"components": [ [ [ "lc_steel_chunk", 1 ] ] ]
1818
},
1919
{
@@ -34,7 +34,7 @@
3434
{ "proficiency": "prof_redsmithing_adv" }
3535
],
3636
"using": [ [ "blacksmithing_standard", 1 ], [ "bronze_tiny", 1 ] ],
37-
"tools": [ [ [ "hotcut_any", 1, "LIST" ] ], [ [ "nail_header", 1 ], [ "nail_header_bronze", 1 ] ] ]
37+
"tools": [ [ [ "hotcut_any", 1, "LIST" ] ], [ [ "nail_header", -1 ], [ "nail_header_bronze", -1 ] ] ]
3838
},
3939
{
4040
"type": "recipe",

data/json/recipes/tools/tool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@
14431443
"autolearn": true,
14441444
"proficiencies": [ { "proficiency": "prof_toolsmithing", "time_multiplier": 1.5 } ],
14451445
"using": [ [ "blacksmithing_standard", 1 ] ],
1446-
"tools": [ [ [ "drift", 1 ] ] ],
1446+
"tools": [ [ [ "drift", -1 ] ] ],
14471447
"components": [ [ [ "mc_steel_chunk", 1 ], [ "hc_steel_chunk", 1 ] ] ]
14481448
},
14491449
{

0 commit comments

Comments
 (0)