summaryrefslogtreecommitdiff
path: root/json/items/toolmod.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-19 16:12:58 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-19 16:12:58 -0700
commit27e1d0d36c75c9a8619fb342a220afacda44d439 (patch)
treebab6c7da4c82c3aeedfb0ae92839e138266b8f8a /json/items/toolmod.json
downloadcataclysm-bn-mod_restore-reactor-core-expansion-27e1d0d36c75c9a8619fb342a220afacda44d439.tar.xz
Initial commit
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
+ }
+]