summaryrefslogtreecommitdiff
path: root/json/items/ammo/9x18.json
blob: 08339b05707e97a7e47fc159e29e4ede44f2602d (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
102
103
104
105
106
107
[
  {
    "id": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm 57-N-181S" },
    "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets.  The 9x18mm round was very common in the Eastern Bloc during the 20th century and remained in Russian military service into the 21st century.",
    "weight": "8 g",
    "volume": "97 ml",
    "price": 100,
    "price_postapoc": 1000,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "steel", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 50,
    "stack_size": 50,
    "ammo_type": "9x18",
    "casing": "9x18mm_casing",
    "range": 13,
    "damage": { "damage_type": "bullet", "amount": 16, "armor_penetration": 2 },
    "dispersion": 60,
    "recoil": 300,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "9x18mmP2",
    "copy-from": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm SP-7" },
    "description": "9x18mm Makarov SP-7 ammunition.  The 9x18mm round was very common in the Eastern Bloc during the 20th century and remained in Russian military service into the 21st century.",
    "price": 150,
    "price_postapoc": 1000,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 25,
    "relative": { "range": 2, "damage": { "damage_type": "bullet", "amount": 4 }, "dispersion": -10 },
    "proportional": { "recoil": 1.1 }
  },
  {
    "id": "9x18mmfmj",
    "copy-from": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm RG028" },
    "description": "9x18mm Makarov RG028 ammunition.  The RG028 round uses bullets with a hardened steel core to improve armor penetration.",
    "price": 200,
    "price_postapoc": 3100,
    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 8 } }
  },
  {
    "id": "bp_9x18mm",
    "copy-from": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm, black 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": "bp_9x18mmfmj",
    "copy-from": "9x18mmfmj",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm FMJ, black 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_9x18mm",
    "copy-from": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm, reloaded" },
    "description": "9x18 millimeter Makarov, an old Soviet pistol cartridge used mainly by the Makarov PM.  As the designation implies, it is a bit shorter in case length compared to 9mm Parabellum.  This one has been hand-reloaded.",
    "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": "reloaded_9x18mmP2",
    "copy-from": "9x18mmP2",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm +P+, reloaded" },
    "//": "Rather than give it a military designation, this is simply handmade overpressure ammo.",
    "description": "9x18 millimeter Makarov, an old Soviet pistol cartridge used mainly by the Makarov PM.  This one has been hand-reloaded to generate higher internal pressure, boosting flight stability and damage.",
    "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": "reloaded_9x18mmfmj",
    "copy-from": "9x18mmfmj",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm FMJ, reloaded" },
    "description": "9x18 millimeter Makarov, an old Soviet pistol cartridge used mainly by the Makarov PM.  This brass-jacketed round increases penetration slightly, at the cost of reduced expansion.  This one has been hand-reloaded.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]