summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-30 17:48:25 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-30 17:48:25 -0700
commitb209c7c9ad9a6f6f8b951ec3bf5a828ad2d75a38 (patch)
treeee326651a53bc1a04f7e024d4cd054f30c7b300a
parentFix 4.73 round mass (diff)
downloadcataclysm-dda-mod_hk-loadout-b209c7c9ad9a6f6f8b951ec3bf5a828ad2d75a38.tar.xz
Add replacements for 4.6mm ammo
Fix 4.6mm ammo mass
-rw-r--r--json/items/ammo/46.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json
new file mode 100644
index 0000000..2e1f85f
--- /dev/null
+++ b/json/items/ammo/46.json
@@ -0,0 +1,45 @@
+[
+ {
+ "id": "46mm",
+ "type": "AMMO",
+ "name": { "str": "4.6x30mm" },
+ "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. The DM11 Ultimate Combat round has low recoil and excellent armor penetration.",
+ "weight": "6500 mg",
+ "volume": "250 ml",
+ "price": 300,
+ "price_postapoc": 5200,
+ "material": [ "steel", "powder" ],
+ "symbol": "=",
+ "color": "dark_gray",
+ "count": 40,
+ "stack_size": 80,
+ "ammo_type": "46",
+ "casing": "46mm_casing",
+ "range": 14,
+ "damage": 18,
+ "pierce": 20,
+ "dispersion": 40,
+ "recoil": 90,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "reloaded_46mm",
+ "copy-from": "46mm",
+ "type": "AMMO",
+ "name": { "str": "4.6x30mm, reloaded" },
+ "description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
+ "proportional": { "price": 0.7, "damage": 0.9, "pierce": 0.2, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "bp_46mm",
+ "copy-from": "46mm",
+ "type": "AMMO",
+ "name": { "str": "4.6x30mm, black powder" },
+ "description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
+ "proportional": { "price": 0.3, "damage": 0.46, "recoil": 0.46, "pierce": 0.1, "dispersion": 1.2 },
+ "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ }
+]