From 93aa032ea2f65cc143f655b8dcb48f67f699a61e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 17 Feb 2022 23:23:46 -0800 Subject: Allow dismantling more grenades. --- json/uncraft/weapon/explosive.json | 106 +++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) (limited to 'json/uncraft/weapon') diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json index 9e8638c..6b3a307 100644 --- a/json/uncraft/weapon/explosive.json +++ b/json/uncraft/weapon/explosive.json @@ -13,6 +13,112 @@ [ [ "canister_empty", 1 ] ] ] }, + { + "type": "uncraft", + "result": "flashbang", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "oxy_powder", 75 ] ], + [ [ "incendiary", 50 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "gasbomb", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "bleach", 2 ] ], + [ [ "ammonia", 2 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "fungicidalbomb", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "bleach", 2 ] ], + [ [ "fungicide", 50 ] ], + [ [ "chem_sulphur", 150 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "insecticidalbomb", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "bleach", 2 ] ], + [ [ "insecticide", 50 ] ], + [ [ "water", 2 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "grenade_emp", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "power_supply", 1 ] ], + [ [ "amplifier", 1 ] ], + [ [ "cable", 5 ] ], + [ [ "antenna", 1 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "scrambler", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "grenade_emp", 1 ] ], + [ [ "antenna", 1 ] ], + [ [ "transponder", 1 ] ], + [ [ "e_scrap", 2 ] ] + ] + }, + { + "type": "uncraft", + "result": "smokebomb", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "chem_muriatic_acid", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "chem_aluminium_powder", 25 ] ], + [ [ "chem_zinc_powder", 25 ] ], + [ [ "canister_empty", 1 ] ], + [ [ "superglue", 1 ] ] + ] + }, { "type": "uncraft", "result": "grenade_inc", -- cgit v1.2.1