summaryrefslogtreecommitdiff
path: root/json/items/ammo/9x18.json
blob: ddb421f854f676bb11db4391db9db0a534cecf6f (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
108
[
  {
    "id": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm 57-N-181S" },
    "description": "9x18mm Makarov ammunition with a 93gr steel core FMJ bullet.  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": "1 USD",
    "price_postapoc": "10 USD",
    "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 cent",
    "price_postapoc": "10 USD",
    "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 a bullet with a hardened steel core to improve armor penetration.",
    "price": "2 USD",
    "price_postapoc": "31 USD",
    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 8 } }
  },
  {
    "id": "bp_9x18mm",
    "copy-from": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm 57-N-181S, black powder" },
    "description": "9x18mm Makarov ammunition with a 93gr steel core FMJ bullet.  The 9x18mm round was very common in the Eastern Bloc during the 20th century, and remained in Russian military service into the 21st century.  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": "bp_9x18mmfmj",
    "copy-from": "9x18mmfmj",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm RG028, black powder" },
    "description": "9x18mm Makarov RG028 ammunition.  The RG028 round uses a bullet with a hardened steel core to improve armor penetration.  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_9x18mm",
    "copy-from": "9x18mm",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm 57-N-181S, reloaded" },
    "description": "9x18mm Makarov ammunition with a 93gr steel core FMJ bullet.  The 9x18mm round was very common in the Eastern Bloc during the 20th century, and remained in Russian military service into the 21st century.  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": "reloaded_9x18mmP2",
    "copy-from": "9x18mmP2",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm SP-7, reloaded" },
    "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.  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": "reloaded_9x18mmfmj",
    "copy-from": "9x18mmfmj",
    "type": "AMMO",
    "name": { "str_sp": "9x18mm RG028, reloaded" },
    "description": "9x18mm Makarov RG028 ammunition.  The RG028 round uses a bullet with a hardened steel core to improve armor penetration.  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" ] }
  }
]