From 6ab6b597191d32b00990cec11c30a262014d4c95 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Jun 2021 02:41:44 -0700 Subject: Allow m576 to use mixed gunpowder --- json/recipes/ammo/40x46.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/recipes/ammo/40x46.json') diff --git a/json/recipes/ammo/40x46.json b/json/recipes/ammo/40x46.json index 8837e2a..1ed3d61 100644 --- a/json/recipes/ammo/40x46.json +++ b/json/recipes/ammo/40x46.json @@ -1,12 +1,12 @@ [ { "result": "40x46mm_m433", - "type" : "recipe", + "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", - "skills_required": [ "mechanics", 6 ], "difficulty": 6, + "skills_required": [ "mechanics", 6 ], "time": "30 m", "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "textbook_anarch", 7 ] ], @@ -39,7 +39,7 @@ "components": [ [ [ "paper", 1 ], [ "wax", 1 ] ], [ [ "sheet_metal_small", 6 ] ], - [ [ "gunpowder_shotgun", 30 ] ], + [ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ], [ [ "40x46mm_m199_casing", 1 ] ], [ [ "smpistol_primer", 1 ] ] ] @@ -50,8 +50,8 @@ "category": "CC_AMMO", "subcategory": "CSC_AMMO_GRENADES", "skill_used": "cooking", - "skills_required": [ "mechanics", 6 ], "difficulty": 6, + "skills_required": [ "mechanics", 6 ], "time": "30 m", "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "textbook_anarch", 7 ] ], -- cgit v1.2.1