1[
2  {
3    "id": "762_54R",
4    "type": "AMMO",
5    "name": { "str_sp": "7.62x54mmR" },
6    "description": "7.62x54mmR ammunition with 150gr FMJ bullets.  The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle.  Although it has not been used by militaries for several decades it remains popular with civilians.  It is a powerful cartridge capable of killing most targets with one shot.",
7    "weight": "18 g",
8    "volume": "185 ml",
9    "price": 200,
10    "price_postapoc": 600,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 20,
16    "stack_size": 20,
17    "ammo_type": "762R",
18    "casing": "762R_casing",
19    "range": 75,
20    "damage": { "damage_type": "bullet", "amount": 54, "armor_penetration": 10 },
21    "dispersion": 15,
22    "recoil": 2650,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "reloaded_762_54R",
27    "copy-from": "762_54R",
28    "type": "AMMO",
29    "name": { "str_sp": "7.62x54mmR, reloaded" },
30    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
31    "extend": { "effects": [ "RECYCLED" ] },
32    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
33  },
34  {
35    "id": "bp_762_54R",
36    "copy-from": "762_54R",
37    "type": "AMMO",
38    "name": { "str_sp": "7.62x54mmR, black powder" },
39    "proportional": {
40      "price": 0.3,
41      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
42      "recoil": 0.76,
43      "dispersion": 1.2
44    },
45    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
46    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
47  }
48]
49