diff options
Diffstat (limited to 'json/items/ammo/545x39.json')
-rw-r--r-- | json/items/ammo/545x39.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/json/items/ammo/545x39.json b/json/items/ammo/545x39.json new file mode 100644 index 0000000..24b31ea --- /dev/null +++ b/json/items/ammo/545x39.json @@ -0,0 +1,59 @@ +[ + { + "id": "545", + "type": "AMMO", + "name": { "str_sp": "5.45x39mm 7N10" }, + "//": "Mainlined from Icecoon's Weapons Pack.", + "description": "5.45x39mm 7N10 ammunition with a 56gr FMJ bullet. The 5.45x39mm round was introduced along with the AK-74 in 1974. It has superior wounding potential to the older 7.62x39mm round and quickly replaced it in Soviet military use.", + "weight": "10 g", + "volume": "134 ml", + "price": 100, + "price_postapoc": 900, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "steel", "powder" ], + "symbol": "=", + "color": "yellow", + "count": 30, + "stack_size": 30, + "ammo_type": "545x39", + "casing": "545_casing", + "range": 37, + "damage": { "damage_type": "bullet", "amount": 40, "armor_penetration": 6 }, + "dispersion": 30, + "recoil": 1400, + "effects": [ "COOKOFF" ] + }, + { + "id": "545_ap", + "copy-from": "545", + "type": "AMMO", + "name": { "str_sp": "5.45x39mm 7N22" }, + "description": "Armor piercing 5.45x39mm ammunition with a 57gr bullet containing a steel penetrator. Developed in 1998 by the Russian military.", + "price": 350, + "price_postapoc": 900, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "symbol": "=", + "color": "yellow", + "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 8 } } + }, + { + "id": "reloaded_545", + "copy-from": "545", + "type": "AMMO", + "name": { "str_sp": "5.45x39mm 7N10, reloaded" }, + "description": "The 5.45x39mm was the standard ammunition for the AK series from 1974. Its designers were inspired by the 5.56x45mm NATO cartridge. 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_545_ap", + "copy-from": "545_ap", + "type": "AMMO", + "name": { "str_sp": "5.45x39mm 7N22, reloaded" }, + "description": "Armor piercing 5.45x39mm ammunition with a hand-reloaded bullet containing a steel penetrator. Its handmade quality leads 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" ] } + } +] |