Skip to content

Commit

Permalink
more steel crafting recipes (#63218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-Wave authored Jan 21, 2023
1 parent 020de8e commit 207b3a0
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions data/mods/innawood/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,76 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plant_fibre", 5 ] ] ]
},
{
"type": "recipe",
"result": "lc_steel_lump",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"skill_used": "fabrication",
"difficulty": 5,
"time": "4 h",
"batch_time_factors": [ 90, 2 ],
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "forge", 500 ] ] ],
"components": [ [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 20 ] ], [ [ "coal_lump", 64 ], [ "charcoal", 40 ] ] ]
},
{
"type": "recipe",
"result": "mc_steel_lump",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"skill_used": "fabrication",
"difficulty": 5,
"time": "6 h",
"batch_time_factors": [ 90, 2 ],
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "forge", 500 ] ] ],
"components": [ [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 20 ] ], [ [ "coal_lump", 77 ], [ "charcoal", 48 ] ] ]
},
{
"type": "recipe",
"result": "hc_steel_lump",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"skill_used": "fabrication",
"difficulty": 5,
"time": "7 h",
"batch_time_factors": [ 90, 2 ],
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "forge", 500 ] ] ],
"components": [ [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 20 ] ], [ [ "coal_lump", 90 ], [ "charcoal", 68 ] ] ]
},
{
"type": "recipe",
"result": "steel_lump",
"id_suffix": "from_other_steel",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"skill_used": "fabrication",
"difficulty": 5,
"time": "3 h",
"batch_time_factors": [ 90, 2 ],
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "forge", 200 ] ] ],
"components": [
[
[ "hc_steel_lump", 1 ],
[ "hc_steel_chunk", 4 ],
[ "mc_steel_lump", 1 ],
[ "mc_steel_chunk", 4 ],
[ "lc_steel_lump", 1 ],
[ "lc_steel_chunk", 4 ]
]
]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down

0 comments on commit 207b3a0

Please sign in to comment.