From 0e5374240f8de277896decb320ec4f5e77abb274 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Jul 2021 12:57:19 -0700 Subject: Add the M1006 recipe. Fix the backwards M433 and M576 uncrafts. Clean up the 40x46mm grenade uncrafts. Clean up the 40x46mm grenade recipes based on the uncrafts. --- json/uncraft/ammo/40x46mm.json | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 json/uncraft/ammo/40x46mm.json (limited to 'json/uncraft') diff --git a/json/uncraft/ammo/40x46mm.json b/json/uncraft/ammo/40x46mm.json new file mode 100644 index 0000000..4502cbf --- /dev/null +++ b/json/uncraft/ammo/40x46mm.json @@ -0,0 +1,66 @@ +[ + { + "result": "40x46mm_m433", + "type": "uncraft", + "skill_used": "fabrication", + "difficulty": 4, + "time": "3 m", + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ], + "components": [ + [ [ "sheet_metal_small", 1 ] ], + [ [ "chem_compositionb", 32 ] ], + [ [ "impact_fuze", 1 ] ], + [ [ "gunpowder_shotgun", 35 ] ], + [ [ "smpistol_primer", 1 ] ], + [ [ "40x46mm_m118_casing", 1 ] ] + ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + }, + { + "result": "40x46mm_m576", + "type": "uncraft", + "skill_used": "fabrication", + "difficulty": 4, + "time": "3 m", + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ], + "components": [ + [ [ "paper", 1 ] ], + [ [ "combatnail", 35 ] ], + [ [ "gunpowder_shotgun", 35 ] ], + [ [ "smpistol_primer", 1 ] ], + [ [ "40x46mm_m199_casing", 1 ] ] + ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + }, + { + "result": "40x46mm_m651", + "type": "uncraft", + "skill_used": "fabrication", + "difficulty": 4, + "time": "3 m", + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ], + "components": [ + [ [ "bleach", 2 ] ], + [ [ "ammonia", 2 ] ], + [ [ "gunpowder_shotgun", 35 ] ], + [ [ "smpistol_primer", 1 ] ], + [ [ "40x46mm_m195_casing", 1 ] ] + ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + }, + { + "result": "40x46mm_m1006", + "type": "uncraft", + "skill_used": "fabrication", + "difficulty": 4, + "time": "3 m", + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ], + "components": [ + [ [ "rubber_slug", 2 ] ], + [ [ "gunpowder_shotgun", 35 ] ], + [ [ "smpistol_primer", 1 ] ], + [ [ "40x46mm_m212_casing", 1 ] ] + ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + } +] -- cgit v1.2.1