From 1af92270260e627e70c9519bbcc25dcda286ea77 Mon Sep 17 00:00:00 2001 From: KnightlyProphet Date: Mon, 19 Aug 2024 04:13:10 -0400 Subject: [PATCH] Update electronics.json Fix electrohack charges to be usable with a light battery a number of times as it used to be. --- data/json/items/tool/electronics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/tool/electronics.json b/data/json/items/tool/electronics.json index 89d032b58bd1f..030d386bb16df 100644 --- a/data/json/items/tool/electronics.json +++ b/data/json/items/tool/electronics.json @@ -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", @@ -236,7 +236,7 @@ } ], "melee_damage": { "bash": 5 }, - "charges_per_use": 25, + "charges_per_use": 5, "qualities": [ [ "HACK", 2 ] ] }, {