From 226f316cb308524b3bcf986147396d98ac3c620f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Jul 2021 13:57:06 -0700 Subject: Clean up the landmine and smoke grenade recipes to be more military. Clean up the frag/incendiary grenade uncrafts. Clean up the landmine uncraft. --- json/uncraft/weapon/explosive.json | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 json/uncraft/weapon/explosive.json (limited to 'json/uncraft/weapon') diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json new file mode 100644 index 0000000..b9f719b --- /dev/null +++ b/json/uncraft/weapon/explosive.json @@ -0,0 +1,43 @@ +[ + { + "type": "uncraft", + "result": "grenade", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "sheet_metal_small", 1 ] ], + [ [ "chem_compositionb", 32 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "grenade_inc", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "incendiary", 150 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "landmine", + "skill_used": "fabrication", + "difficulty": 4, + "time": "3 m", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "impact_fuze", 1 ] ], + [ [ "sheet_metal_small", 2 ] ], + [ [ "chem_compositionb", 75 ] ], + [ [ "canister_empty", 1 ] ] + ] + } +] -- cgit v1.2.1