summaryrefslogtreecommitdiff
path: root/json/items/ammo/45.json
blob: f2f3df3989a98406f6a1f4891d2ef1eb1963551b (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
  {
    "id": "45_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP JHP" },
    "description": ".45 ACP ammunition with 185gr JHP bullets.  The .45 ACP round was developed to replace the .38 Long Colt cartridge in the early 20th century.  It has good stopping power but above average recoil.",
    "weight": "10 g",
    "volume": "112 ml",
    "price": 180,
    "price_postapoc": 600,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 30,
    "stack_size": 30,
    "ammo_type": "45",
    "casing": "45_casing",
    "range": 16,
    "damage": { "damage_type": "stab", "amount": 30, "armor_penetration": 2 },
    "dispersion": 50,
    "recoil": 600,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "45_acp",
    "copy-from": "45_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP FMJ" },
    "description": ".45 ACP ammunition with 230gr FMJ bullets.  Noted for its stopping power, the .45 ACP round has been common for over a century.",
    "relative": { "damage": { "damage_type": "stab", "amount": -3, "armor_penetration": 6 } }
  },
  {
    "id": "45_super",
    "copy-from": "45_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP +P" },
    "description": "Overpressure .45 ACP ammunition with 185gr JHP bullets.  This +P ammunition has higher muzzle energy than typical loads leading to greater damage, accuracy and recoil.",
    "price": 210,
    "price_postapoc": 600,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "relative": { "damage": { "damage_type": "stab", "amount": 4, "armor_penetration": 4 }, "dispersion": -10, "recoil": 60 }
  },
  {
    "id": "bp_45_acp",
    "copy-from": "45_acp",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP FMJ, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "stab", "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": "bp_45_jhp",
    "copy-from": "45_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP JHP, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "stab", "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_45_acp",
    "copy-from": "45_acp",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP FMJ, reloaded" },
    "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_45_jhp",
    "copy-from": "45_jhp",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP JHP, reloaded" },
    "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_45_super",
    "copy-from": "45_super",
    "type": "AMMO",
    "name": { "str_sp": ".45 ACP +P, reloaded" },
    "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]