From d9dd69087542c64ab20d1ab6665732d0911913f0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 13:09:59 -0700 Subject: Port to DDA. --- json/items/tool/explosive.json | 58 +----------------------------------------- 1 file changed, 1 insertion(+), 57 deletions(-) (limited to 'json/items/tool') diff --git a/json/items/tool/explosive.json b/json/items/tool/explosive.json index 0c8033c..09652be 100644 --- a/json/items/tool/explosive.json +++ b/json/items/tool/explosive.json @@ -1,11 +1,4 @@ [ - { - "id": "can_bomb_act", - "type": "TOOL", - "category": "weapons", - "copy-from": "can_bomb_act", - "name": { "str": "can bomb (active)", "str_pl": "can bombs (active)" } - }, { "id": "c4", "type": "TOOL", @@ -20,7 +13,7 @@ "material": [ "plastic" ], "symbol": ";", "color": "light_gray", - "use_action": "C4" + "use_action": [ "C4" ] }, { "id": "c4armed", @@ -54,13 +47,6 @@ "weight": "370 g", "description": "This stun grenade is active, and will soon detonate with intense light and sound, blinding, deafening and disorienting anyone nearby. It may be a good idea to throw it!" }, - { - "id": "fragment_bomb_act", - "type": "TOOL", - "category": "weapons", - "copy-from": "fragment_bomb_act", - "name": { "str": "fragment bomb (lit)", "str_pl": "fragment bombs (lit)" } - }, { "id": "fungicidalbomb", "type": "TOOL", @@ -100,20 +86,6 @@ "name": { "str": "M67 fragmentation grenade (active)", "str_pl": "M67 fragmentation grenades (active)" }, "description": "This fragmentation grenade is active, and will explode any second now. Better throw it!" }, - { - "id": "makeshift_grenade", - "type": "TOOL", - "category": "weapons", - "copy-from": "makeshift_grenade", - "name": { "str": "makeshift fragmentation grenade" } - }, - { - "id": "makeshift_grenade_act", - "type": "TOOL", - "category": "weapons", - "copy-from": "makeshift_grenade_act", - "name": { "str": "makeshift fragmentation grenade (active)", "str_pl": "makeshift fragmentation grenades (active)" } - }, { "id": "grenade_emp_act", "type": "TOOL", @@ -199,13 +171,6 @@ "copy-from": "molotov_lit", "name": { "str": "Molotov cocktail (lit)", "str_pl": "Molotov cocktails (lit)" } }, - { - "id": "nail_bomb_act", - "type": "TOOL", - "category": "weapons", - "copy-from": "nail_bomb_act", - "name": { "str": "nail bomb (lit)", "str_pl": "nail bombs (lit)" } - }, { "id": "pipebomb_act", "type": "TOOL", @@ -238,27 +203,6 @@ "weight": "539 g", "description": "This smoke grenade has had its pin removed and is expelling thick smoke." }, - { - "id": "tool_anfo_charge_act", - "type": "TOOL", - "category": "weapons", - "copy-from": "tool_anfo_charge_act", - "name": { "str": "ANFO charge (lit)", "str_pl": "ANFO charges (lit)" } - }, - { - "id": "tool_black_powder_charge_act", - "type": "TOOL", - "category": "weapons", - "copy-from": "tool_black_powder_charge_act", - "name": { "str": "black gunpowder charge (lit)", "str_pl": "black gunpowder charges (lit)" } - }, - { - "id": "tool_rdx_charge_act", - "type": "TOOL", - "category": "weapons", - "copy-from": "tool_rdx_charge_act", - "name": { "str": "RDX charge (lit)", "str_pl": "RDX charges (lit)" } - }, { "id": "tool_rocket_candy_act", "type": "TOOL", -- cgit v1.2.1