Skip to content

Commit

Permalink
Merge pull request #75817 from KnightlyProphet/electrohack-charges
Browse files Browse the repository at this point in the history
Electrohack charges
  • Loading branch information
akrieger authored Aug 27, 2024
2 parents 75242ae + 1af9227 commit 84695f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/tool/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"type": "TOOL",
"category": "tools",
"name": { "str": "electrohack" },
"description": "This device has many ports attached, allowing it to connect to almost any control panel or other electronic machine (but not computers). With a little skill, it can be used to crack passwords and more. It requires 25 charges of battery power per use.",
"description": "This device has many ports attached, allowing it to connect to almost any control panel or other electronic machine (but not computers). With a little skill, it can be used to crack passwords and more. It requires 5 charges of battery power per use.",
"weight": "114 g",
"volume": "500 ml",
"price": "400 USD",
Expand All @@ -236,7 +236,7 @@
}
],
"melee_damage": { "bash": 5 },
"charges_per_use": 25,
"charges_per_use": 5,
"qualities": [ [ "HACK", 2 ] ]
},
{
Expand Down

0 comments on commit 84695f5

Please sign in to comment.