summaryrefslogtreecommitdiff
path: root/json/items
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 22:06:49 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 22:06:49 -0800
commitb5cd6b880f8ed5aff60a4c9d904fa9b39cea4389 (patch)
tree46305aaaf9b9e5255a68c0b7a1e21ba34a051a14 /json/items
parentAdd armor_multiplier to buckshot and slug 40mm cartridges. (diff)
downloadcataclysm-bn-mod_grenade-crafting-master.tar.xz
Restore the old volume and weight of EMP bombs.HEADmaster
Diffstat (limited to 'json/items')
-rw-r--r--json/items/tool/explosive.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/json/items/tool/explosive.json b/json/items/tool/explosive.json
index af352b4..04eec32 100644
--- a/json/items/tool/explosive.json
+++ b/json/items/tool/explosive.json
@@ -31,10 +31,21 @@
"name": { "str": "M112 explosive (armed)", "str_pl": "M112 explosives (armed)" }
},
{
+ "id": "EMPbomb",
+ "type": "TOOL",
+ "category": "weapons",
+ "copy-from": "EMPbomb",
+ "weight": "4543 g",
+ "volume": "15500 ml",
+ "name": { "str": "EMP bomb", "str_pl": "EMP bombs" }
+ },
+ {
"id": "EMPbomb_act",
"type": "TOOL",
"category": "weapons",
"copy-from": "EMPbomb_act",
+ "weight": "4543 g",
+ "volume": "15500 ml",
"name": { "str": "EMP bomb (active)", "str_pl": "EMP bombs (active)" }
},
{