1[
2  {
3    "id": "762_m43",
4    "type": "AMMO",
5    "name": { "str_sp": "7.62x39mm 57-N-231" },
6    "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets.  Developed in WW2 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.",
7    "weight": "16 g",
8    "volume": "113 ml",
9    "price": 120,
10    "price_postapoc": 900,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "steel", "powder" ],
13    "symbol": "=",
14    "color": "dark_gray",
15    "count": 30,
16    "stack_size": 20,
17    "ammo_type": "762",
18    "casing": "762_casing",
19    "range": 30,
20    "damage": { "damage_type": "bullet", "amount": 45, "armor_penetration": 8 },
21    "dispersion": 35,
22    "recoil": 2036,
23    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
24  },
25  {
26    "id": "762_m87",
27    "copy-from": "762_m43",
28    "type": "AMMO",
29    "name": { "str_sp": "7.62x39mm M67" },
30    "//": "Entirely provisional.  Could someone design a better wound ballistics system?",
31    "description": "7.62x39mm M67 rounds with 123gr bullets.  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.",
32    "price": 150,
33    "price_postapoc": 6800,
34    "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 2 } }
35  },
36  {
37    "id": "reloaded_762_m43",
38    "copy-from": "762_m43",
39    "type": "AMMO",
40    "name": { "str_sp": "7.62x39mm M43, reloaded" },
41    "description": "7.62x39mm ammunition with 121.9gr bullets.  Developed in WW2 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.",
42    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
43    "extend": { "effects": [ "RECYCLED" ] },
44    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
45  },
46  {
47    "id": "reloaded_762_m87",
48    "copy-from": "762_m87",
49    "type": "AMMO",
50    "name": { "str_sp": "7.62x39mm M67, reloaded" },
51    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
52    "extend": { "effects": [ "RECYCLED" ] },
53    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
54  },
55  {
56    "id": "bp_762_m43",
57    "copy-from": "762_m43",
58    "type": "AMMO",
59    "name": { "str_sp": "7.62x39mm M43, black powder" },
60    "proportional": {
61      "price": 0.3,
62      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
63      "recoil": 0.76,
64      "dispersion": 1.2
65    },
66    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
67    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
68  },
69  {
70    "id": "bp_762_m87",
71    "copy-from": "762_m87",
72    "type": "AMMO",
73    "name": { "str_sp": "7.62x39mm M87, black powder" },
74    "proportional": {
75      "price": 0.3,
76      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
77      "recoil": 0.76,
78      "dispersion": 1.2
79    },
80    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
81    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
82  }
83]
84