1[
2  {
3    "id": "shot_paper_bird",
4    "copy-from": "shot_paper_00",
5    "type": "AMMO",
6    "name": { "str": "birdshot paper cartridge" },
7    "description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of birdshot.  Used mostly for hunting small game or fowl.",
8    "damage": { "damage_type": "bullet", "amount": 10 },
9    "proportional": { "recoil": 0.6, "loudness": 0.8 },
10    "extend": { "effects": [ "NOGIB" ] }
11  },
12  {
13    "id": "shot_paper_dragon",
14    "copy-from": "shot_paper_00",
15    "type": "AMMO",
16    "name": { "str": "pyrotechnic paper cartridge" },
17    "description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of flammable metals.  When fired, burning chunks of metal and sparks will shoot out of the barrel, igniting everything in their path.",
18    "proportional": {
19      "damage": { "damage_type": "bullet", "amount": 0.2 },
20      "recoil": 0.6,
21      "loudness": 0.8,
22      "dispersion": 1.2,
23      "range": 0.5
24    },
25    "extend": { "effects": [ "INCENDIARY", "STREAM", "NOGIB" ] }
26  },
27  {
28    "id": "shot_paper_00",
29    "type": "AMMO",
30    "name": { "str": "buckshot paper cartridge" },
31    "description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of 00 buckshot.",
32    "weight": "26 g",
33    "volume": "250 ml",
34    "price": 500,
35    "price_postapoc": 800,
36    "material": [ "paper", "powder", "lead" ],
37    "symbol": "=",
38    "color": "white",
39    "count": 20,
40    "stack_size": 20,
41    "ammo_type": "shotpaper",
42    "range": 12,
43    "damage": { "damage_type": "bullet", "amount": 40 },
44    "recoil": 2000,
45    "loudness": 128,
46    "effects": [ "COOKOFF", "SHOT", "BLACKPOWDER", "MUZZLE_SMOKE" ]
47  },
48  {
49    "id": "shot_paper_slug",
50    "copy-from": "shot_paper_00",
51    "type": "AMMO",
52    "name": { "str": ".62 paper cartridge" },
53    "description": "A paper cartridge containing a premeasured amount of black powder and a .605 inch lead ball.",
54    "relative": { "range": 12, "damage": { "damage_type": "bullet", "armor_penetration": 4 } },
55    "delete": { "effects": [ "SHOT" ] },
56    "dispersion": 100
57  }
58]
59