summaryrefslogtreecommitdiff
path: root/json/items/ammo/12mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-17 04:43:31 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-17 04:43:31 -0800
commita5eb2a8be15f30bad0ea852b6177bfb9710be682 (patch)
treeaae1caf5875feded401e383da7593064b9b324c5 /json/items/ammo/12mm.json
parentFix mismatched gunpowder requirements for 4.73 rounds (diff)
downloadcataclysm-bn-mod_hk-loadout-a5eb2a8be15f30bad0ea852b6177bfb9710be682.tar.xz
Convert 12mm ammo recipe to bootleg
Prevent crafted 5.73mm ammo from being dismantled.
Diffstat (limited to 'json/items/ammo/12mm.json')
-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" ] }
+ }
+]