From 8bf48c5b44b52171d70ff2f634bcfd85ba0520e3 Mon Sep 17 00:00:00 2001 From: Valiant Date: Thu, 17 Mar 2022 16:16:02 +0400 Subject: [PATCH] Cutting chainlink fence will now yield wires, not steel chunks Also added ability to use oxytorch and hacksaw on open chainlink fence. --- .../terrain-fences-gates.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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,