diff --git a/data/json/furniture_and_terrain/terrain-fences-gates.json b/data/json/furniture_and_terrain/terrain-fences-gates.json index 6126282f6924f..e5f07caca5c6d 100644 --- a/data/json/furniture_and_terrain/terrain-fences-gates.json +++ b/data/json/furniture_and_terrain/terrain-fences-gates.json @@ -84,7 +84,7 @@ "result": "t_dirt", "duration": "10 minutes", "message": "You finish cutting the metal.", - "byproducts": [ { "item": "pipe", "count": 6 }, { "item": "steel_chunk", "count": 20 } ] + "byproducts": [ { "item": "pipe", "count": 6 }, { "item": "wire", "count": [ 4, 20 ] } ] }, "bash": { "str_min": 10, @@ -117,7 +117,7 @@ "result": "t_dirt", "duration": "10 minutes", "message": "You finish cutting the metal.", - "byproducts": [ { "item": "pipe", "count": 6 }, { "item": "steel_chunk", "count": 20 } ] + "byproducts": [ { "item": "pipe", "count": 6 }, { "item": "wire", "count": [ 4, 20 ] } ] }, "bash": { "str_min": 10, @@ -145,6 +145,17 @@ "flags": [ "TRANSPARENT", "FLAT", "ROAD", "BURROWABLE" ], "connects_to": "CHAINFENCE", "close": "t_chaingate_c", + "oxytorch": { + "result": "t_dirt", + "duration": "9 seconds", + "byproducts": [ { "item": "pipe", "count": [ 1, 4 ] }, { "item": "wire", "count": [ 4, 16 ] } ] + }, + "hacksaw": { + "result": "t_dirt", + "duration": "10 minutes", + "message": "You finish cutting the metal.", + "byproducts": [ { "item": "pipe", "count": 6 }, { "item": "wire", "count": [ 4, 20 ] } ] + }, "bash": { "str_min": 5, "str_max": 150,