Skip to content

Commit

Permalink
Added DRILL 3 quality to drill_press_tool fake item (CleverRaven#62695
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Night-Pryanik authored Dec 11, 2022
1 parent 4e8ad92 commit 27d447b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@
"id": "drill_press_tool",
"type": "TOOL",
"name": { "str": "drill press", "str_pl": "drill presses" },
"copy-from": "fake_appliance_tool"
"copy-from": "fake_appliance_tool",
"charges_per_use": 25,
"charged_qualities": [ [ "DRILL", 3 ] ]
},
{
"id": "tablesaw_tool",
Expand Down

0 comments on commit 27d447b

Please sign in to comment.