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