From b5cd6b880f8ed5aff60a4c9d904fa9b39cea4389 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Dec 2024 22:06:49 -0800 Subject: Restore the old volume and weight of EMP bombs. --- json/items/tool/explosive.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'json/items') 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 @@ -30,11 +30,22 @@ "copy-from": "c4armed", "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)" } }, { -- cgit v1.2.1