1[
2  {
3    "id": "5x50dart",
4    "type": "AMMO",
5    "name": { "str": "RA110 5x50mm flechette" },
6    "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.",
7    "weight": "8 g",
8    "volume": "144 ml",
9    "price": 1125,
10    "material": [ "plastic", "powder", "steel" ],
11    "symbol": "=",
12    "color": "green",
13    "count": 100,
14    "stack_size": 45,
15    "ammo_type": "5x50",
16    "casing": "5x50_hull",
17    "range": 60,
18    "damage": { "damage_type": "bullet", "amount": 20, "armor_penetration": 30 },
19    "dispersion": 60,
20    "recoil": 400,
21    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
22    "price_postapoc": 1800,
23    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
24  },
25  {
26    "id": "5x50heavy",
27    "copy-from": "5x50dart",
28    "type": "AMMO",
29    "name": { "str": "RA119 5x50mm penetrator" },
30    "description": "Designed to defeat modern body armor, the Rivtech 5x50mm RA119 penetrator round features a biodegradable sabot and a single, fin-stabilized tungsten alloy projectile.",
31    "weight": "9 g",
32    "price": 1688,
33    "price_postapoc": 2400,
34    "relative": { "range": -10, "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 }, "dispersion": 20 },
35    "proportional": { "recoil": 1.1 }
36  },
37  {
38    "id": "reloaded_5x50dart",
39    "copy-from": "5x50dart",
40    "type": "AMMO",
41    "name": { "str": "5x50mm flechette, reloaded", "str_pl": "5x50mm flechettes, reloaded" },
42    "price_postapoc": 1200,
43    "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.  This one has been hand-reloaded.",
44    "effects": [ "COOKOFF", "RECYCLED" ],
45    "relative": { "range": -15, "dispersion": 40 },
46    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.7 }, "recoil": 0.9 }
47  }
48]
49