summaryrefslogtreecommitdiff
path: root/json/items/ammo/38super.json
blob: 14af83fef601007fa23def33dfedb9d34ddfd636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
  {
    "id": "38super_fmj",
    "type": "AMMO",
    "name": { "str_sp": ".38 Super FMJ" },
    "description": ".38 Super ammunition with a 147gr FMJ bullet.  The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era.",
    "weight": "8 g",
    "volume": "97 ml",
    "price": "210 cent",
    "price_postapoc": "12 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 40,
    "stack_size": 40,
    "ammo_type": "38super",
    "casing": "38super_casing",
    "range": 14,
    "damage": { "damage_type": "bullet", "amount": 26 },
    "dispersion": 30,
    "recoil": 250,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "reloaded_38super_fmj",
    "copy-from": "38super_fmj",
    "type": "AMMO",
    "name": { "str_sp": ".38 Super FMJ, reloaded" },
    "description": ".38 Super ammunition with a 147gr FMJ bullet.  The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era.  This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]