Skip to content

Commit

Permalink
Merge pull request #68447 from harakka/sharp_wreckage
Browse files Browse the repository at this point in the history
Allow metal wreckage to be used for cutting
  • Loading branch information
Maleclypse authored Oct 1, 2023
2 parents 8852b69 + e732a39 commit e45dfb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/furniture_and_terrain/furniture-terrains.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@
"move_cost_mod": 6,
"max_volume": "750 L",
"required_str": -1,
"crafting_pseudo_item": "fake_sharp_metal_wreckage",
"flags": [
"TRANSPARENT",
"UNSTABLE",
Expand Down
7 changes: 7 additions & 0 deletions data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
"name": { "str": "bionic razor" },
"qualities": [ [ "BUTCHER", 8 ], [ "CUT", 1 ] ]
},
{
"id": "fake_sharp_metal_wreckage",
"copy-from": "fake_item",
"type": "TOOL",
"name": { "str": "sharp piece of wreckage" },
"qualities": [ [ "CUT", 1 ] ]
},
{
"id": "boulder_anvil",
"type": "TOOL",
Expand Down

0 comments on commit e45dfb7

Please sign in to comment.