Skip to content

Commit

Permalink
feat: ✨ Allow "simple decontruction" option to Workbench(cataclysmbnt…
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed May 13, 2022
1 parent e990a2a commit bc28412
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions data/json/furniture_and_terrain/furniture-surfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,8 @@
"move_cost_mod": 2,
"required_str": 10,
"looks_like": "f_lab_bench",
"flags": [ "TRANSPARENT", "PLACE_ITEM", "MOUNTABLE", "FLAT_SURF" ],
"deconstruct": {
"items": [
{ "item": "pipe", "count": [ 6, 8 ] },
{ "item": "sheet_metal", "count": 2 },
{ "item": "sheet_metal_small", "count": [ 2, 4 ] }
]
},
"flags": [ "TRANSPARENT", "PLACE_ITEM", "MOUNTABLE", "FLAT_SURF", "EASY_DECONSTRUCT" ],
"deconstruct": { "items": [ { "item": "workbench", "count": 1 } ] },
"bash": {
"str_min": 35,
"str_max": 80,
Expand Down

0 comments on commit bc28412

Please sign in to comment.