summaryrefslogtreecommitdiff
path: root/json/recipes/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/recipes/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/recipes/12mm.json')
-rw-r--r--json/recipes/12mm.json16
1 files changed, 16 insertions, 0 deletions
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 ] ] ]
+ }
+]