Skip to content

Commit

Permalink
Add CUT 1 to metal wreckage
Browse files Browse the repository at this point in the history
  • Loading branch information
harakka committed Oct 1, 2023
1 parent 744bd76 commit e732a39
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 e732a39

Please sign in to comment.