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