From c1af80a063685b32e59126452419afe3b49f6b63 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Apr 2022 12:33:06 -0700 Subject: Add 4.6mm FMJ and SHP rounds, with itemgroups and uncraft. -Also add reloaded and black powder variants with itemgroups and recipes. --- json/items/ammo/46.json | 98 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 2 deletions(-) (limited to 'json/items/ammo/46.json') diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 0a21d61..2eb9b91 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -27,7 +27,7 @@ "copy-from": "46mm", "type": "AMMO", "name": { "str": "4.6x30mm DM11, 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.", + "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": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.2 }, @@ -41,7 +41,7 @@ "copy-from": "46mm", "type": "AMMO", "name": { "str": "4.6x30mm DM11, 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.", + "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": { "damage_type": "bullet", "amount": 0.46, "armor_penetration": 0.1 }, @@ -50,5 +50,99 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "46mm_fmj", + "copy-from": "46mm", + "type": "AMMO", + "looks_like": "46mm", + "name": { "str": "4.6x30mm FMJ" }, + "description": "4.6x30mm ammunition with 42gr copper plated steel jacket and lead-antimony core bullets. The FMJ round has longer range and greater wounding potential, albeit with slightly more recoil and reduced muzzle velocity.", + "weight": "7000 mg", + "proportional": { + "price": 1.3, + "recoil": 1.2, + "dispersion": 1.1 + }, + "relative": { + "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -8 }, + "range": 4 + } + }, + { + "id": "reloaded_46mm_fmj", + "copy-from": "46mm_fmj", + "type": "AMMO", + "looks_like": "reloaded_46mm", + "name": { "str": "4.6x30mm FMJ, reloaded" }, + "description": "4.6x30mm ammunition with 42gr copper plated steel jacket and lead-antimony core bullets. The FMJ round has longer range and greater wounding potential, albeit with slightly more recoil and reduced muzzle velocity. This one has been hand-reloaded.", + "proportional": { + "price": 0.7, + "damage": { "damage_type": "bullet", "amount": 0.9 }, + "dispersion": 1.1 + }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "bp_46mm_fmj", + "copy-from": "46mm_fmj", + "type": "AMMO", + "looks_like": "reloaded_46mm", + "name": { "str": "4.6x30mm FMJ, black powder" }, + "description": "4.6x30mm ammunition with 42gr copper plated steel jacket and lead-antimony core bullets. The FMJ round has longer range and greater wounding potential, albeit with slightly more recoil and reduced muzzle velocity. This one has been hand-reloaded with black powder.", + "proportional": { + "price": 0.3, + "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, + "recoil": 0.76, + "dispersion": 1.2 + }, + "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "46mm_shp", + "copy-from": "46mm", + "type": "AMMO", + "looks_like": "46mm", + "name": { "str": "4.6x30mm SHP" }, + "description": "4.6x30mm ammunition with 31gr copper plated brass bullets. The Action Law Enforcement solid hollow point round is optimized for use against soft targets, while still having decent penetration.", + "proportional": { + "price": 0.8, + }, + "relative": { + "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -16 } + } + }, + { + "id": "reloaded_46mm_shp", + "copy-from": "46mm_shp", + "type": "AMMO", + "looks_like": "reloaded_46mm", + "name": { "str": "4.6x30mm SHP, reloaded" }, + "description": "4.6x30mm ammunition with 31gr copper plated brass bullets. The Action Law Enforcement solid hollow point round is optimized for use against soft targets, while still having decent penetration. This one has been hand-reloaded.", + "proportional": { + "price": 0.7, + "damage": { "damage_type": "bullet", "amount": 0.9 }, + "dispersion": 1.1 + }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "bp_46mm_shp", + "copy-from": "46mm_shp", + "type": "AMMO", + "looks_like": "reloaded_46mm", + "name": { "str": "4.6x30mm SHP, black powder" }, + "description": "4.6x30mm ammunition with 31gr copper plated brass bullets. The Action Law Enforcement solid hollow point round is optimized for use against soft targets, while still having decent penetration. This one has been hand-reloaded with black powder.", + "proportional": { + "price": 0.3, + "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, + "recoil": 0.76, + "dispersion": 1.2 + }, + "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } ] -- cgit v1.2.1