1[
2  {
3    "id": "410shot_000",
4    "type": "AMMO",
5    "name": { "str_sp": ".410 000 shot" },
6    "description": "A .410 shell with 5 000 pellets.  Good for a hunting or combat load.",
7    "weight": "16 g",
8    "volume": "170 ml",
9    "price": 175,
10    "price_postapoc": 800,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "plastic", "powder" ],
13    "symbol": "=",
14    "color": "red",
15    "count": 20,
16    "stack_size": 20,
17    "ammo_type": "410shot",
18    "casing": "410shot_hull",
19    "range": 12,
20    "damage": { "damage_type": "bullet", "amount": 30 },
21    "recoil": 1350,
22    "loudness": 90,
23    "effects": [ "COOKOFF", "SHOT" ]
24  },
25  {
26    "id": "reloaded_410shot_000",
27    "copy-from": "410shot_000",
28    "type": "AMMO",
29    "name": { "str_sp": ".410 000 shot, 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