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