summaryrefslogtreecommitdiff
path: root/json/items/ammo/57.json
blob: d0892b6334999270d6f2920276b65af96fceddd2 (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
[
  {
    "id": "57mm",
    "type": "AMMO",
    "name": { "str_sp": "5.7x28mm SS190" },
    "description": "5.7x28mm ammunition with a 31gr AP FMJ bullet.  The 5.7x28mm cartridge was designed by FN Herstal to replace the 9x19mm round in NATO use.  Although the project to replace 9x19mm Parabellum was effectively canceled, the 5.7x28mm round has seen action in many conflicts and has proven to be reliable.  It has very low recoil and its armor penetration is a defining feature.",
    "weight": "6 g",
    "volume": "121 ml",
    "price": "350 cent",
    "price_postapoc": "16 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "steel", "powder" ],
    "symbol": "=",
    "color": "dark_gray",
    "count": 40,
    "stack_size": 60,
    "ammo_type": "57",
    "casing": "57mm_casing",
    "range": 14,
    "//": "Base damage of 20, balance increase of one third.  Armor penetration balanced on the assumption that this is the AP variant of a hypothetical FMJ round.",
    "damage": { "damage_type": "bullet", "amount": 26, "armor_penetration": 26 },
    "dispersion": 40,
    "recoil": 90,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "bp_57mm",
    "copy-from": "57mm",
    "type": "AMMO",
    "name": { "str_sp": "5.7x28mm SS190, black powder" },
    "description": "5.7x28mm ammunition with a 31gr AP FMJ bullet.  The 5.7x28mm cartridge was designed by FN Herstal to replace the 9x19mm round in NATO use.  Although the project to replace 9x19mm Parabellum was effectively canceled, the 5.7x28mm round has seen action in many conflicts and has proven to be reliable.  It has very low recoil but lacks its usual armor penetration due to using a simple lead bullet rather than a proper factory-made penetrator projectile.",
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.56, "armor_penetration": 0.1 },
      "recoil": 0.56,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_57mm",
    "copy-from": "57mm",
    "type": "AMMO",
    "name": { "str_sp": "5.7x28mm SS190, reloaded" },
    "description": "5.7x28mm ammunition with a 31gr AP FMJ bullet.  The 5.7x28mm cartridge was designed by FN Herstal to replace the 9x19mm round in NATO use.  Although the project to replace 9x19mm Parabellum was effectively canceled, the 5.7x28mm round has seen action in many conflicts and has proven to be reliable.  It has very low recoil but lacks its usual armor penetration due to using a simple lead bullet rather than a proper factory-made penetrator projectile.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.2 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]