blob: 6f0541ec1ca2204f8b56572f5c9f505804d03a70 (
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": "stab", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]
|