From a5eb2a8be15f30bad0ea852b6177bfb9710be682 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Jan 2021 04:43:31 -0800 Subject: Convert 12mm ammo recipe to bootleg Prevent crafted 5.73mm ammo from being dismantled. --- json/items/ammo/12mm.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 json/items/ammo/12mm.json (limited to 'json/items/ammo') 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" ] } + } +] -- cgit v1.2.1