summaryrefslogtreecommitdiff
path: root/json/items/ammo/12mm.json
blob: e5b74b69a7883ed4b70715f54c0017bfa7044c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "id": "bootleg_12mm",
    "copy-from": "12mm",
    "type": "AMMO",
    "looks_like": "12mm",
    "name": { "str_sp": "H&K 12mm, handmade" },
    "description": "Handcrafted bootleg duplicates of the 12mm projectiles used in H&K railguns. Normally made of cobalt, these knockoffs are made of more readily available steel instead.",
    "proportional": {
      "price": 0.7,
      "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.75 },
      "dispersion": 1.1
    },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]