Skip to content

Commit

Permalink
Adds carbon steel ingot uncrafts
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew4484 committed Sep 8, 2022
1 parent d3e28e4 commit 7851fff
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,54 @@
"tools": [ [ [ "reciprocating_saw", 50 ], [ "circsaw_off", 50 ] ] ],
"components": [ [ [ "plastic_chunk", 100 ] ] ]
},
{
"result": "10llcsteel",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "10 m",
"tools": [ [ [ "angle_grinder", 10 ] ] ],
"components": [ [ [ "5llcsteel", 2 ] ] ]
},
{
"result": "5llcsteel",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "1 h",
"tools": [ [ [ "angle_grinder", 50 ] ] ],
"components": [ [ [ "lc_steel_lump", 39 ] ] ]
},
{
"result": "10lmcsteel",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "10 m",
"tools": [ [ [ "angle_grinder", 10 ] ] ],
"components": [ [ [ "5lmcsteel", 2 ] ] ]
},
{
"result": "5lmcsteel",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "1 h",
"tools": [ [ [ "angle_grinder", 50 ] ] ],
"components": [ [ [ "mc_steel_lump", 39 ] ] ]
},
{
"result": "10lhcsteel",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "10 m",
"tools": [ [ [ "angle_grinder", 10 ] ] ],
"components": [ [ [ "5lhcsteel", 2 ] ] ]
},
{
"result": "5lhcsteel",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "1 h",
"tools": [ [ [ "angle_grinder", 50 ] ] ],
"components": [ [ [ "hc_steel_lump", 39 ] ] ]
},
{
"result": "atgm_spent",
"type": "uncraft",
Expand Down

0 comments on commit 7851fff

Please sign in to comment.