diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:06:49 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:06:49 -0800 |
commit | b5cd6b880f8ed5aff60a4c9d904fa9b39cea4389 (patch) | |
tree | 46305aaaf9b9e5255a68c0b7a1e21ba34a051a14 /json/items | |
parent | Add armor_multiplier to buckshot and slug 40mm cartridges. (diff) | |
download | cataclysm-bn-mod_grenade-crafting-master.tar.xz |
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/tool/explosive.json | 11 |
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)" } }, { |