Skip to content

Commit

Permalink
Merge pull request #72256 from Consoleable/60l-smith-new
Browse files Browse the repository at this point in the history
add 60L tank recipe based on 100L tank
  • Loading branch information
Maleclypse authored Mar 9, 2024
2 parents 4d143c9 + bfc747a commit 7214378
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/json/recipes/tools/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,21 @@
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"qualities": [ { "id": "CHISEL", "level": 3 } ]
},
{
"type": "recipe",
"activity_level": "BRISK_EXERCISE",
"result": "metal_tank",
"id_suffix": "from_scratch",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_CONTAINERS",
"skill_used": "fabrication",
"difficulty": 8,
"time": "2 h 40 m",
"autolearn": true,
"using": [ [ "blacksmithing_standard", 20 ], [ "steel_standard", 5 ] ],
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"qualities": [ { "id": "CHISEL", "level": 3 } ]
},
{
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
Expand Down

0 comments on commit 7214378

Please sign in to comment.