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/recipes/12mm.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 json/recipes/12mm.json (limited to 'json/recipes/12mm.json') diff --git a/json/recipes/12mm.json b/json/recipes/12mm.json new file mode 100644 index 0000000..5b30034 --- /dev/null +++ b/json/recipes/12mm.json @@ -0,0 +1,16 @@ +[ + { + "type": "recipe", + "result": "bootleg_12mm", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_OTHER", + "skill_used": "fabrication", + "difficulty": 6, + "time": "240 m", + "autolearn": true, + "reversible": false, + "using": [ [ "blacksmithing_standard", 40 ], [ "steel_standard", 10 ] ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] + } +] -- cgit v1.2.1