1[
2  {
3    "abstract": "40x53mm_grenade",
4    "copy-from": "40x46mm_grenade",
5    "type": "AMMO",
6    "name": { "str": "40x53mm grenade" },
7    "weight": "340 g",
8    "volume": "137 ml",
9    "longest_side": "112 mm",
10    "count": 10,
11    "ammo_type": "40x53mm",
12    "range": 60,
13    "recoil": 26250,
14    "casing": "40x53mm_m169_casing"
15  },
16  {
17    "id": "40x53mm_m1001",
18    "copy-from": "40x53mm_grenade",
19    "type": "AMMO",
20    "name": { "str": "40x53mm M1001 flechette" },
21    "description": "40x53mm canister shot loaded with 115 17-grain flechettes.",
22    "damage": { "damage_type": "bullet", "amount": 150, "armor_penetration": 12 },
23    "range": 14,
24    "recoil": 18750,
25    "extend": { "effects": [ "SHOT" ] }
26  },
27  {
28    "id": "40x53mm_m430a1",
29    "copy-from": "40x53mm_grenade",
30    "type": "AMMO",
31    "name": { "str_sp": "40x53mm M430A1 HEDP" },
32    "description": "A high velocity 40x53mm high explosive dual-purpose grenade.  It can penetrate 3 inches of steel armor and fragmentation of the projectile body also makes it suitable for use against infantry.",
33    "volume": "132 ml",
34    "damage": { "damage_type": "bullet", "amount": 250, "armor_penetration": 45 },
35    "extend": { "effects": [ "EXPLOSIVE_m430a1" ] }
36  },
37  {
38    "id": "40x53mm_buckshot_m169",
39    "copy-from": "40x53mm_flechette_m169",
40    "type": "AMMO",
41    "name": { "str_sp": "40x53mm buckshot, reloaded" },
42    "description": "An improvised 40x53mm buckshot load somewhat resembling M576.",
43    "damage": { "damage_type": "bullet", "amount": 141 }
44  },
45  {
46    "id": "40x53mm_slug_m169",
47    "copy-from": "40x53mm_grenade",
48    "type": "AMMO",
49    "name": { "str": "40x53mm slug, reloaded", "str_pl": "40x53mm slugs, reloaded" },
50    "description": "An improvised 40x53mm load resembling an oversized shotgun slug.",
51    "damage": { "damage_type": "bullet", "amount": 141, "armor_penetration": 6 },
52    "proportional": { "price": 0.7, "dispersion": 1.1 }
53  },
54  {
55    "id": "40x53mm_flechette_m169",
56    "copy-from": "40x53mm_m1001",
57    "type": "AMMO",
58    "name": { "str_sp": "40x53mm flechette, reloaded" },
59    "description": "An improvised 40x53mm flechette load containing 115 steel darts, similar to M1001 flechette load.",
60    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }
61  },
62  {
63    "id": "bp_40x53mm_buckshot_m169",
64    "copy-from": "bp_40x53mm_flechette_m169",
65    "type": "AMMO",
66    "name": { "str_sp": "40x53mm buckshot, black powder" },
67    "description": "An improvised 40x53mm buckshot load somewhat resembling M576.",
68    "damage": { "damage_type": "bullet", "amount": 119 }
69  },
70  {
71    "id": "bp_40x53mm_slug_m169",
72    "copy-from": "40x53mm_grenade",
73    "type": "AMMO",
74    "name": { "str": "40x53mm slug, black powder", "str_pl": "40x53mm slugs, black powder" },
75    "description": "An improvised 40x53mm load resembling an oversized shotgun slug.",
76    "damage": { "damage_type": "bullet", "amount": 119, "armor_penetration": 3 },
77    "proportional": { "price": 0.3, "recoil": 0.76, "dispersion": 1.2 },
78    "extend": { "effects": [ "BLACKPOWDER", "MUZZLE_SMOKE" ] },
79    "delete": { "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
80  },
81  {
82    "id": "bp_40x53mm_flechette_m169",
83    "copy-from": "40x53mm_m1001",
84    "type": "AMMO",
85    "name": { "str_sp": "40x53mm flechette, black powder" },
86    "description": "An improvised 40x53mm flechette load containing 115 steel darts, similar to M1001 flechette load.",
87    "damage": { "damage_type": "bullet", "amount": 114, "armor_penetration": 6 },
88    "proportional": { "price": 0.3, "recoil": 0.76, "dispersion": 1.2 },
89    "extend": { "effects": [ "BLACKPOWDER", "MUZZLE_SMOKE" ] },
90    "delete": { "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
91  }
92]
93