summaryrefslogtreecommitdiff
path: root/json/items/ammo/45colt.json
blob: b96ebfb4e8239037b203dc5725baf34c2759fc93 (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": "45colt_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 Colt JHP" },
    "description": ".45 Colt ammunition with a 250gr jacketed hollow point bullet.  Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers.  Originally a black powder cartridge, modern loads can make this round competitive in the new era.",
    "weight": "12 g",
    "volume": "190 ml",
    "price": 200,
    "price_postapoc": 800,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 40,
    "stack_size": 40,
    "ammo_type": "45colt",
    "casing": "45colt_casing",
    "range": 16,
    "damage": { "damage_type": "bullet", "amount": 25, "armor_penetration": 2 },
    "dispersion": 50,
    "recoil": 600,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "reloaded_45colt_jhp",
    "copy-from": "45colt_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 Colt JHP, reloaded" },
    "description": ".45 Colt ammunition with a 250gr jacketed hollow point bullet.  Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers.  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" ] }
  },
  {
    "id": "bp_45colt_jhp",
    "copy-from": "45colt_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 Colt JHP, black powder" },
    "description": ".45 Colt ammunition with a 250gr jacketed hollow point bullet.  Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers.  The resource scarcity of the Cataclysm inspired someone to hand-reload this one with black powder, bringing the round closer to its original incarnation.  It's kind of poetic, when you think about it.",
    "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" ] }
  }
]