From f1e20ff03ea3cd00698af5ce22dc678fa140b730 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 1 May 2021 21:57:55 -0700 Subject: Tweak flashbang recipe in line with other military grenades --- json/recipes/weapons/explosive.json | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'json/recipes') diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index 88b2617..8fa27b9 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -1,4 +1,23 @@ [ + { + "result": "flashbang", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_EXPLOSIVE", + "skill_used": "fabrication", + "skills_required": [ "cooking", 6 ], + "difficulty": 6, + "time": "40 m", + "book_learn": [ [ "recipe_labchem", 7 ], [ "textbook_anarch", 7 ] ], + "using": [ [ "soldering_standard", 6 ] ], + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "pilot_light", 1 ] ], + [ [ "oxy_powder", 75 ] ], + [ [ "incendiary", 50 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, { "result": "gasbomb", "type": "recipe", @@ -130,6 +149,25 @@ [ [ "e_scrap", 2 ] ] ] }, + { + "result": "smokebomb", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_EXPLOSIVE", + "skill_used": "cooking", + "skills_required": [ "mechanics", 1 ], + "difficulty": 3, + "time": "7 m 30 s", + "autolearn": true, + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "water", 1 ], [ "water_clean", 1 ], [ "salt_water", 1 ], [ "saline", 5 ] ], + [ [ "candy", 1 ], [ "cola", 1 ] ], + [ [ "vitamins", 10 ], [ "aspirin", 8 ] ], + [ [ "canister_empty", 1 ], [ "can_food_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_drink_unsealed", 1 ] ], + [ [ "superglue", 1 ] ] + ] + }, { "result": "c4", "type": "recipe", -- cgit v1.2.1