summaryrefslogtreecommitdiff
path: root/json/items/toolmod.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/toolmod.json')
-rw-r--r--json/items/toolmod.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/json/items/toolmod.json b/json/items/toolmod.json
new file mode 100644
index 0000000..764c9d5
--- /dev/null
+++ b/json/items/toolmod.json
@@ -0,0 +1,17 @@
+[
+ {
+ "id": "double_plutonium_core",
+ "type": "TOOLMOD",
+ "category": "spare_parts",
+ "name": { "str": "reactor core expansion device" },
+ "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,
+ "material": [ "superalloy", "plastic" ],
+ "symbol": ";",
+ "color": "dark_gray",
+ "acceptable_ammo": [ "plutonium" ],
+ "capacity_multiplier": 2.0
+ }
+]