summaryrefslogtreecommitdiff
path: root/json/items/ammo
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 13:09:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 13:09:59 -0700
commitd9dd69087542c64ab20d1ab6665732d0911913f0 (patch)
tree82529919a17fc08effdddb99607d629357c6235d /json/items/ammo
parentUse more real grenade names and weights. (diff)
downloadcataclysm-dda-mod_grenade-crafting-d9dd69087542c64ab20d1ab6665732d0911913f0.tar.xz
Port to DDA.
Diffstat (limited to 'json/items/ammo')
-rw-r--r--json/items/ammo/40x46mm.json50
-rw-r--r--json/items/ammo/40x53mm.json25
2 files changed, 0 insertions, 75 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" ] }
}
]
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" ] }
}
]