diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-14 13:09:59 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-14 13:09:59 -0700 |
commit | d9dd69087542c64ab20d1ab6665732d0911913f0 (patch) | |
tree | 82529919a17fc08effdddb99607d629357c6235d /json/items/ammo/40x46mm.json | |
parent | Use more real grenade names and weights. (diff) | |
download | cataclysm-dda-mod_grenade-crafting-d9dd69087542c64ab20d1ab6665732d0911913f0.tar.xz |
Port to DDA.
Diffstat (limited to 'json/items/ammo/40x46mm.json')
-rw-r--r-- | json/items/ammo/40x46mm.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/json/items/ammo/40x46mm.json b/json/items/ammo/40x46mm.json index 0a374e4..cd63290 100644 --- a/json/items/ammo/40x46mm.json +++ b/json/items/ammo/40x46mm.json @@ -50,55 +50,5 @@ }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "40x46mm_buckshot_m118", - "copy-from": "40x46mm_buckshot_m118", - "type": "AMMO", - "name": { "str": "40x46mm buckshot" }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "40x46mm_buckshot_m199", - "copy-from": "40x46mm_buckshot_m199", - "type": "AMMO", - "name": { "str": "40x46mm buckshot" }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "40x46mm_slug_m118", - "copy-from": "40x46mm_slug_m118", - "type": "AMMO", - "name": { "str": "40x46mm slug" }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "40x46mm_slug_m199", - "copy-from": "40x46mm_slug_m199", - "type": "AMMO", - "name": { "str": "40x46mm slug" }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "40x46mm_flechette_m118", - "copy-from": "40x46mm_flechette_m199", - "type": "AMMO", - "name": { "str": "40x46mm flechette" }, - "description": "An improvised 40x46mm flechette load somewhat resembling M1001.", - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "40x46mm_flechette_m199", - "copy-from": "40x46mm_flechette_m199", - "type": "AMMO", - "name": { "str": "40x46mm flechette" }, - "description": "An improvised 40x46mm flechette load somewhat resembling M1001.", - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } } ] |