From f4ebbe11d14182f0a61c4e63109ff9f5b7ccf235 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 18:54:30 -0800 Subject: Add 545x39, 700nx, 762, and 762R --- json/items/ammo/762.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 json/items/ammo/762.json (limited to 'json/items/ammo/762.json') diff --git a/json/items/ammo/762.json b/json/items/ammo/762.json new file mode 100644 index 0000000..5ecbce8 --- /dev/null +++ b/json/items/ammo/762.json @@ -0,0 +1,56 @@ +[ + { + "id": "762_m43", + "type": "AMMO", + "name": { "str_sp": "7.62x39mm 57-N-231" }, + "description": "7.62x39mm 57-N-231 ammunition with a 121.9gr steel core FMJ bullet. Developed in World War 2 by the Soviet Union, the 7.62x39mm round rapidly became extremely popular all over the world. The bullet has poor wounding potential due to its stability, only beginning to yaw after 26cm.", + "weight": "16 g", + "volume": "113 ml", + "price": 120, + "price_postapoc": 900, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "steel", "powder" ], + "symbol": "=", + "color": "dark_gray", + "count": 30, + "stack_size": 20, + "ammo_type": "762", + "casing": "762_casing", + "range": 30, + "damage": { "damage_type": "bullet", "amount": 45, "armor_penetration": 8 }, + "dispersion": 35, + "recoil": 2036, + "effects": [ "COOKOFF", "NEVER_MISFIRES" ] + }, + { + "id": "762_m87", + "copy-from": "762_m43", + "type": "AMMO", + "name": { "str_sp": "7.62x39mm M67" }, + "//": "Entirely provisional. Could someone design a better wound ballistics system?", + "description": "7.62x39mm M67 ammunition with a 123gr bullet. The inadequate terminal ballistics of the M43 round led to the development of the M67 round in Yugoslavia in the 1960s. It destabilizes much faster than M43 after hitting a target, leading to greater damage.", + "price": 150, + "price_postapoc": 6800, + "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 2 } } + }, + { + "id": "reloaded_762_m43", + "copy-from": "762_m43", + "type": "AMMO", + "name": { "str_sp": "7.62x39mm M43, reloaded" }, + "description": "7.62x39mm ammunition with a 121.9gr bullet. Developed in World War 2 by the Soviet Union, the 7.62x39mm round rapidly became extremely popular all over the world. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "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": "reloaded_762_m87", + "copy-from": "762_m87", + "type": "AMMO", + "name": { "str_sp": "7.62x39mm M67, reloaded" }, + "description": "7.62x39mm M67 ammunition with a 123gr bullet. It destabilizes much faster than M43 after hitting a target, leading to greater damage. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + } +] -- cgit v1.2.1