summaryrefslogtreecommitdiff
path: root/json/items/ammo/10mm.json
blob: 3abe4c4b18678adbf5d702088b9c2150fc04376f (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
  {
    "id": "10mm_fmj",
    "type": "AMMO",
    "name": { "str_sp": "10mm Auto FMJ" },
    "description": "Jacketed 10mm Auto ammunition with a 180gr bullet.  The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.",
    "weight": "9 g",
    "volume": "117 ml",
    "price": 400,
    "price_postapoc": 800,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 40,
    "stack_size": 40,
    "ammo_type": "10mm",
    "casing": "10mm_casing",
    "range": 14,
    "damage": { "damage_type": "bullet", "amount": 28, "armor_penetration": 4 },
    "dispersion": 50,
    "recoil": 750,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "bp_10mm_fmj",
    "copy-from": "10mm_fmj",
    "type": "AMMO",
    "name": { "str_sp": "10mm Auto FMJ, black powder" },
    "description": "Jacketed 10mm Auto ammunition with a 180gr bullet.  The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.  Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.",
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
      "recoil": 0.76,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_10mm_fmj",
    "copy-from": "10mm_fmj",
    "type": "AMMO",
    "name": { "str_sp": "10mm Auto FMJ, reloaded" },
    "description": "Jacketed 10mm Auto ammunition with a 180gr bullet.  The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.  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" ] }
  }
]