1[
2  {
3    "id": "44army",
4    "type": "AMMO",
5    "name": { "str": ".44 paper cartridge" },
6    "description": "A paper cartridge containing a premeasured amount of black powder and a .44 projectile.  Used by the Colt M1860 Army.",
7    "weight": "7 g",
8    "volume": "20 ml",
9    "price": 350,
10    "price_postapoc": 1000,
11    "material": [ "paper", "powder", "lead" ],
12    "symbol": "=",
13    "color": "white",
14    "count": 25,
15    "ammo_type": "44paper",
16    "range": 18,
17    "damage": { "damage_type": "bullet", "amount": 27 },
18    "dispersion": 70,
19    "recoil": 580,
20    "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER" ]
21  }
22]
23