From 33388a8e9a4f75c92b538a76628b4f0c656df492 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Jul 2021 14:23:14 -0700 Subject: Clean up and unify 40x53mm recipe and uncraft --- json/recipes/ammo/40x53mm.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'json/recipes/ammo') diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index 8256c38..423b3a5 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -14,11 +14,12 @@ "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], "qualities" : [ { "id": "SCREW", "level": 1 } ], "components": [ - [ [ "pilot_light", 1 ] ], + [ [ "impact_fuze", 1 ] ], [ [ "sheet_metal_small", 1 ] ], - [ [ "chem_compositionb", 200 ] ], - [ [ "40x53mm_m169_casing", 1 ] ], - [ [ "lgrifle_primer", 1 ] ] + [ [ "chem_compositionb", 48 ] ], + [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ], + [ [ "lgrifle_primer", 1 ] ], + [ [ "40x53mm_m169_casing", 1 ] ] ] }, { @@ -38,10 +39,10 @@ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ], "components": [ [ [ "paper", 1 ], [ "wax", 1 ] ], - [ [ "sheet_metal_small", 1 ] ], + [ [ "combatnail", 50 ] ], [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ], - [ [ "40x53mm_m169_casing", 1 ] ], - [ [ "lgrifle_primer", 1 ] ] + [ [ "lgrifle_primer", 1 ] ], + [ [ "40x53mm_m169_casing", 1 ] ] ] } ] -- cgit v1.2.1