summaryrefslogtreecommitdiff
path: root/json/items/ammo/380.json
blob: d774d08d0e770c4ea3c01a97a998cda5936514ec (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
101
[
  {
    "id": "380_FMJ",
    "type": "AMMO",
    "name": { "str_sp": ".380 ACP FMJ" },
    "description": ".380 ACP ammunition with a brass jacketed 95gr bullet.  Popular in pocket pistols for over a century, it is often considered the weakest caliber to consider carrying.  One should be careful not to chamber it in 9x18mm Makarov or 9x19mm firearms.",
    "weight": "6 g",
    "volume": "89 ml",
    "price": 140,
    "price_postapoc": 1000,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 50,
    "stack_size": 50,
    "ammo_type": "380",
    "casing": "380_casing",
    "range": 13,
    "damage": { "damage_type": "stab", "amount": 16, "armor_penetration": 2 },
    "dispersion": 60,
    "recoil": 300,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "380_JHP",
    "copy-from": "380_FMJ",
    "type": "AMMO",
    "name": { "str_sp": ".380 ACP JHP" },
    "description": ".380 ACP ammunition with a 95gr jacketed hollow point bullet.  It is a popular round for small concealable backup pistols, and often the weakest recommended defensive caliber.  One should be careful not to chamber it in 9x18mm Makarov or 9x19mm firearms.",
    "relative": { "damage": { "damage_type": "stab", "amount": 2, "armor_penetration": -2 } }
  },
  {
    "id": "380_p",
    "copy-from": "380_FMJ",
    "type": "AMMO",
    "name": { "str_sp": ".380 ACP +P" },
    "description": "Overpressure .380 ACP ammunition with a 90gr jacketed hollow point bullet.  These defensive loadings are designed to maximize performance and tend to be more accurate than practice ammo.  One should be careful not to chamber it in 9x18mm Makarov or 9x19mm firearms.",
    "price": 190,
    "price_postapoc": 1500,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 25,
    "relative": { "damage": { "damage_type": "stab", "amount": 4, "armor_penetration": 2 }, "dispersion": -15 },
    "proportional": { "recoil": 1.1 }
  },
  {
    "id": "bp_380_FMJ",
    "copy-from": "380_FMJ",
    "type": "AMMO",
    "name": { "str_sp": ".380 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_380_JHP",
    "copy-from": "380_JHP",
    "type": "AMMO",
    "name": { "str_sp": ".380 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_380_FMJ",
    "copy-from": "380_FMJ",
    "type": "AMMO",
    "name": { "str_sp": ".380 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_380_JHP",
    "copy-from": "380_JHP",
    "type": "AMMO",
    "name": { "str_sp": ".380 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_380_p",
    "copy-from": "380_p",
    "type": "AMMO",
    "name": { "str_sp": ".380 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" ] }
  }
]