From 7bcf53ac1d2304bf23056e6f6c809a25fec67eb0 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Mon, 12 Feb 2024 05:19:55 -0600 Subject: [PATCH] fix: uncrafts for lightweight plastic containers (#4204) --- data/json/uncraft/generic.json | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/data/json/uncraft/generic.json b/data/json/uncraft/generic.json index db39b9b7b56a..140f81ef5807 100644 --- a/data/json/uncraft/generic.json +++ b/data/json/uncraft/generic.json @@ -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" ] } ]