Skip to content

Commit

Permalink
Merge pull request CleverRaven#56160 from Night-Pryanik/chainlink
Browse files Browse the repository at this point in the history
Cutting chainlink fence will now yield wires, not steel chunks
  • Loading branch information
Rivet-the-Zombie authored Mar 18, 2022
2 parents 86fe522 + 8bf48c5 commit 714f560
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 714f560

Please sign in to comment.