Skip to content

Commit

Permalink
fix: increase capacity of lead-acid grid batteries (#4343)
Browse files Browse the repository at this point in the history
fix: update capacity of lead-acid grid batteries
  • Loading branch information
chaosvolt authored Mar 12, 2024
1 parent 3d756e1 commit 662f27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand All @@ -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 },
Expand All @@ -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 },
Expand Down

0 comments on commit 662f27c

Please sign in to comment.