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/ammo/40x53mm.json | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'json/items/ammo/40x53mm.json') diff --git a/json/items/ammo/40x53mm.json b/json/items/ammo/40x53mm.json index 1bb9c28..1e0d941 100644 --- a/json/items/ammo/40x53mm.json +++ b/json/items/ammo/40x53mm.json @@ -24,30 +24,5 @@ }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "40x53mm_buckshot_m169", - "copy-from": "40x53mm_buckshot_m169", - "type": "AMMO", - "name": { "str": "40x53mm buckshot" }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "40x53mm_slug_m169", - "copy-from": "40x53mm_slug_m169", - "type": "AMMO", - "name": { "str": "40x53mm slug" }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "40x53mm_flechette_m169", - "copy-from": "40x53mm_flechette_m169", - "type": "AMMO", - "name": { "str": "40x53mm flechette" }, - "description": "An improvised 40x53mm flechette load somewhat resembling M1001.", - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } } ] -- cgit v1.2.1