Skip to content

Commit

Permalink
Update containers.json
Browse files Browse the repository at this point in the history
added 60L tank smithing recipe based on 100L tank recipe
  • Loading branch information
Consoleable authored Mar 8, 2024
1 parent d2faac4 commit bfc747a
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 bfc747a

Please sign in to comment.