Skip to content

Commit

Permalink
fix: uncrafts for lightweight plastic containers (#4204)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Feb 12, 2024
1 parent a2a5cd9 commit 7bcf53a
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 @@ -4435,5 +4435,53 @@
"time": "3 m",
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "scrap", 5 ] ], [ [ "clockworks", 1 ] ] ]
},
{
"result": "bottle_plastic_small",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plastic_scrap", 8 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"result": "bottle_plastic",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plastic_chunk", 1 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"result": "condiment_bottle_unsealed",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plastic_chunk", 1 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"result": "bottle_twoliter",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plastic_chunk", 6 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"result": "jug_plastic",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plastic_chunk", 12 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"result": "test_tube_micro",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plastic_scrap", 1 ] ] ],
"flags": [ "BLIND_EASY" ]
}
]

0 comments on commit 7bcf53a

Please sign in to comment.