Skip to content

Commit

Permalink
Voltmeter & pH meter rebalancing (#3336)
Browse files Browse the repository at this point in the history
* voltmeter on toolbelt

You can put the voltmeter on your toolbelt

* realistic voltmeter size

See discussion in discord about why this size is reasonable.

* Update science.json

---------

Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>
  • Loading branch information
RoyalFox2140 and chaosvolt authored Sep 30, 2023
1 parent c36bcee commit 2202dc2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/json/items/tool/science.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@
"category": "tools",
"name": { "str": "pH meter" },
"description": "This is basically a pair of glass probes on a voltmeter. By putting one probe into a calibration solution (conveniently included) and the other in a substance, you can calculate the acidity.",
"weight": "3000 g",
"volume": "1500 ml",
"weight": "500 g",
"volume": "750 ml",
"price": 6000,
"price_postapoc": 250,
"ammo": "battery",
Expand Down Expand Up @@ -419,8 +419,8 @@
"category": "tools",
"name": { "str": "voltmeter" },
"description": "This device has two probes that let you measure the electrical potential between two points.",
"weight": "3000 g",
"volume": "1500 ml",
"weight": "500 g",
"volume": "750 ml",
"price": 6000,
"price_postapoc": 250,
"ammo": "battery",
Expand All @@ -430,6 +430,7 @@
"symbol": ";",
"color": "light_gray",
"use_action": [ "REPORT_GRID_CHARGE", "REPORT_GRID_CONNECTIONS", "MODIFY_GRID_CONNECTIONS" ],
"flags": [ "BELT_CLIP" ],
"magazines": [
[
"battery",
Expand Down

0 comments on commit 2202dc2

Please sign in to comment.