diff options
Diffstat (limited to 'json')
-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)" } }, { |