Skip to content

Commit

Permalink
all tempered weapons use medium steel (#62012)
Browse files Browse the repository at this point in the history
The jian and wakizashi previously used low-carbon steel, unlike everything else.
  • Loading branch information
Sutremaine committed Oct 30, 2022
1 parent fa03493 commit 71f1763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/weapon/cutting.json
Expand Up @@ -1061,7 +1061,7 @@
{ "proficiency": "prof_bladesmith" },
{ "proficiency": "prof_quenching" }
],
"using": [ [ "blacksmithing_standard", 12 ], [ "lc_steel_standard", 4 ] ],
"using": [ [ "blacksmithing_standard", 12 ], [ "mc_steel_standard", 4 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "GRIND", "level": 2 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "hotcut", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "water", -120 ] ] ],
"components": [ [ [ "scrap_kevlar", 2 ], [ "plastic_chunk", 1 ] ] ]
Expand Down Expand Up @@ -1768,7 +1768,7 @@
{ "proficiency": "prof_bladesmith" },
{ "proficiency": "prof_quenching" }
],
"using": [ [ "blacksmithing_standard", 12 ], [ "lc_steel_standard", 2 ] ],
"using": [ [ "blacksmithing_standard", 12 ], [ "mc_steel_standard", 2 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "GRIND", "level": 2 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "hotcut", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "water", -120 ] ] ],
"components": [ [ [ "scrap_kevlar", 2 ], [ "plastic_chunk", 1 ] ] ]
Expand Down

0 comments on commit 71f1763

Please sign in to comment.