From 662f27cfd7b567273b38e920337c2e7e838e3fb7 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Tue, 12 Mar 2024 18:02:07 -0500 Subject: [PATCH] fix: increase capacity of lead-acid grid batteries (#4343) fix: update capacity of lead-acid grid batteries --- data/json/furniture_and_terrain/furniture-appliances.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/furniture_and_terrain/furniture-appliances.json b/data/json/furniture_and_terrain/furniture-appliances.json index 840bd0f73cb1..e8d2c1167ebd 100644 --- a/data/json/furniture_and_terrain/furniture-appliances.json +++ b/data/json/furniture_and_terrain/furniture-appliances.json @@ -1064,7 +1064,7 @@ "description": "A lead-acid battery salvaged from a vehicle and connected to building's electric grid.", "symbol": ":", "color": "blue_white", - "active": [ "battery", { "max_stored": 2500 } ], + "active": [ "battery", { "max_stored": 3000 } ], "deconstruct": { "items": [ { "item": "solder_wire", "charges": 10 }, @@ -1082,7 +1082,7 @@ "description": "A small lead-acid battery salvaged from a vehicle and connected to building's electric grid.", "symbol": ":", "color": "blue_white", - "active": [ "battery", { "max_stored": 500 } ], + "active": [ "battery", { "max_stored": 600 } ], "deconstruct": { "items": [ { "item": "solder_wire", "charges": 10 }, @@ -1100,7 +1100,7 @@ "description": "A tiny lead-acid battery salvaged from a vehicle and connected to building's electric grid. Better than nothing if you're desperate to turn the lights back on.", "symbol": ":", "color": "blue_white", - "active": [ "battery", { "max_stored": 150 } ], + "active": [ "battery", { "max_stored": 300 } ], "deconstruct": { "items": [ { "item": "solder_wire", "charges": 10 },