1[
2  {
3    "id": "46mm",
4    "type": "AMMO",
5    "name": { "str_sp": "4.6x30mm" },
6    "description": "4.6x30mm ammunition with 31gr copper plated steel bullets.  The 4.6x30mm round was developed by H&K to compete with FN Herstal's 5.7x28mm cartridge.  It has low recoil and excellent armor penetration.",
7    "weight": "5 g",
8    "volume": "156 ml",
9    "price": 300,
10    "price_postapoc": 1600,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "steel", "powder" ],
13    "symbol": "=",
14    "color": "dark_gray",
15    "count": 40,
16    "stack_size": 80,
17    "ammo_type": "46",
18    "casing": "46mm_casing",
19    "range": 14,
20    "damage": { "damage_type": "bullet", "amount": 18, "armor_penetration": 20 },
21    "dispersion": 40,
22    "recoil": 90,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "bp_46mm",
27    "copy-from": "46mm",
28    "type": "AMMO",
29    "name": { "str_sp": "4.6x30mm, black powder" },
30    "description": "4.6x30mm ammunition with 31gr copper plated lead bullets.  The 4.6x30mm round was developed by H&K to compete with FN Herstal's 5.7x28mm cartridge.  It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
31    "proportional": {
32      "price": 0.3,
33      "damage": { "damage_type": "bullet", "amount": 0.46, "armor_penetration": 0.1 },
34      "recoil": 0.46,
35      "dispersion": 1.2
36    },
37    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
38    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
39  },
40  {
41    "id": "reloaded_46mm",
42    "copy-from": "46mm",
43    "type": "AMMO",
44    "name": { "str_sp": "4.6x30mm, reloaded" },
45    "description": "4.6x30mm ammunition with 31gr copper plated lead bullets.  The 4.6x30mm round was developed by H&K to compete with FN Herstal's 5.7x28mm cartridge.  It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
46    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.2 }, "dispersion": 1.1 },
47    "extend": { "effects": [ "RECYCLED" ] },
48    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
49  }
50]
51