From 71c69333f35a54d84bab349b7ab10cd01a8cd503 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 02:50:56 -0700 Subject: Add a modified m26 and recipe --- json/recipes/mods.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 json/recipes/mods.json (limited to 'json/recipes') diff --git a/json/recipes/mods.json b/json/recipes/mods.json new file mode 100644 index 0000000..e6e2a25 --- /dev/null +++ b/json/recipes/mods.json @@ -0,0 +1,15 @@ +[ + { + "result": "m26_mass_mod", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_MODS", + "skill_used": "fabrication", + "difficulty": 7, + "skills_required": [ [ "gun", 2 ], [ "shotgun", 2 ] ], + "time": "90 m", + "autolearn": true, + "tools": [ [ [ "large_repairkit", 50 ], [ "small_repairkit", 100 ] ] ], + "components": [ [ [ "m26_mass", 1 ] ], [ [ "scrap", 3 ] ], [ [ "plastic_chunk", 1 ] ] ] + } +] -- cgit v1.2.1