summaryrefslogtreecommitdiff
path: root/json/items/ammo/12mm.json
blob: e9edd84db7407e48e21e3358ab5f5766140bb63a (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, 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": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  }
]