1[
2  {
3    "id": "545",
4    "type": "AMMO",
5    "name": { "str_sp": "5.45x39mm 7N10" },
6    "//": "Mainlined from Icecoon's Weapons Pack.",
7    "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets.  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.",
8    "weight": "10 g",
9    "volume": "134 ml",
10    "price": 100,
11    "price_postapoc": 900,
12    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
13    "material": [ "steel", "powder" ],
14    "symbol": "=",
15    "color": "yellow",
16    "count": 30,
17    "stack_size": 30,
18    "ammo_type": "545x39",
19    "casing": "545_casing",
20    "range": 37,
21    "damage": { "damage_type": "bullet", "amount": 40, "armor_penetration": 6 },
22    "dispersion": 30,
23    "recoil": 1400,
24    "effects": [ "COOKOFF" ]
25  },
26  {
27    "id": "545_ap",
28    "copy-from": "545",
29    "type": "AMMO",
30    "name": { "str_sp": "5.45x39mm 7N22" },
31    "description": "Armor piercing 5.45x39mm ammunition with 57gr bullets containing a steel penetrator.  Developed in 1998 by the Russian military.",
32    "price": 350,
33    "price_postapoc": 900,
34    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
35    "symbol": "=",
36    "color": "yellow",
37    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 8 } }
38  },
39  {
40    "id": "reloaded_545",
41    "copy-from": "545",
42    "type": "AMMO",
43    "name": { "str_sp": "5.45x39mm, reloaded" },
44    "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.",
45    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
46    "extend": { "effects": [ "RECYCLED" ] },
47    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
48  },
49  {
50    "id": "reloaded_545_ap",
51    "copy-from": "545_ap",
52    "type": "AMMO",
53    "name": { "str_sp": "5.45x39mm AP, reloaded" },
54    "description": "Armor piercing 5.45x39mm ammunition with hand-reloaded bullets containing a steel penetrator.  Developed in 1998 by the Russian military.",
55    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
56    "extend": { "effects": [ "RECYCLED" ] },
57    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
58  },
59  {
60    "id": "bp_545",
61    "copy-from": "545",
62    "type": "AMMO",
63    "name": { "str_sp": "5.45x39mm, black powder" },
64    "proportional": {
65      "price": 0.3,
66      "damage": { "damage_type": "bullet", "amount": 0.56, "armor_penetration": 0.5 },
67      "recoil": 0.56,
68      "dispersion": 1.2
69    },
70    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
71    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
72  },
73  {
74    "id": "bp_545_ap",
75    "copy-from": "545_ap",
76    "type": "AMMO",
77    "name": { "str_sp": "5.45x39mm AP, black powder" },
78    "proportional": {
79      "price": 0.3,
80      "damage": { "damage_type": "bullet", "amount": 0.56, "armor_penetration": 0.5 },
81      "recoil": 0.56,
82      "dispersion": 1.2
83    },
84    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
85    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
86  }
87]
88