summaryrefslogtreecommitdiff
path: root/json/items/ammo/12mm.json
blob: a1abb5eeb29daf5232953085ca2e70bef79f223b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "id": "bootleg_12mm",
    "copy-from": "12mm",
    "type": "AMMO",
    "looks_like": "12mm",
    "name": { "str": "H&K 12mm, bootleg" },
    "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": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  }
]