Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voltmeter & pH meter rebalancing #3336

Merged
merged 3 commits into from
Sep 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading