summaryrefslogtreecommitdiff
path: root/json/items/ammo
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo')
-rw-r--r--json/items/ammo/12mm.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/json/items/ammo/12mm.json b/json/items/ammo/12mm.json
new file mode 100644
index 0000000..a1abb5e
--- /dev/null
+++ b/json/items/ammo/12mm.json
@@ -0,0 +1,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" ] }
+ }
+]