Skip to content

Commit

Permalink
Cutting chainlink fence will now yield wires, not steel chunks
Browse files Browse the repository at this point in the history
Also added ability to use oxytorch and hacksaw on open chainlink fence.
  • Loading branch information
Night-Pryanik committed Mar 17, 2022
1 parent 86fe522 commit 8bf48c5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions data/json/furniture_and_terrain/terrain-fences-gates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8bf48c5

Please sign in to comment.