summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:49:13 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:49:13 -0800
commita149f05910a32abf75d92c89e0703291e2ab05cc (patch)
tree15539b96d7dac29860ec79b2727456fbf2b769bd
parentUpdated to use BN depends. (diff)
downloadcataclysm-bn-mod_restore-reactor-core-expansion-a149f05910a32abf75d92c89e0703291e2ab05cc.tar.xz
Convert prices to cent/USD.HEADmaster
Also add missing price_postapoc.
-rw-r--r--json/items/toolmod.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/json/items/toolmod.json b/json/items/toolmod.json
index 764c9d5..77c22a8 100644
--- a/json/items/toolmod.json
+++ b/json/items/toolmod.json
@@ -7,7 +7,8 @@
"description": "This is an expansion device for use on plutonium-powered equipment. With enough electronics skill, you could attach this to an atomic tool to double the amount of plutonium it can hold. Note that this device is incompatible with the atomic battery mod.",
"weight": "694 g",
"volume": "750 ml",
- "price": 10000,
+ "price": "100 USD",
+ "price_postapoc": "10 USD",
"material": [ "superalloy", "plastic" ],
"symbol": ";",
"color": "dark_gray",