From 68b89ed3bd9d40ad075bd5a4da28c3031080dbe5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Aug 2020 18:29:06 -0700 Subject: Add scrambler grenade too --- json/recipes/recipe_obsolete.json | 5 +++++ json/recipes/weapons/explosive.json | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/json/recipes/recipe_obsolete.json b/json/recipes/recipe_obsolete.json index 7b3129f..b8a7bf1 100644 --- a/json/recipes/recipe_obsolete.json +++ b/json/recipes/recipe_obsolete.json @@ -3,5 +3,10 @@ "type": "recipe", "result": "grenade", "obsolete": false + }, + { + "type": "recipe", + "result": "scrambler", + "obsolete": false } ] diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index fad57a6..dbe99e1 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -55,5 +55,24 @@ [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ], [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ] ] + }, + { + "result": "scrambler", + "type" : "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_EXPLOSIVE", + "skill_used": "electronics", + "skills_required": [ "computer", 4 ], + "difficulty": 8, + "time": "30 m", + "book_learn": [ [ "textbook_anarch", 8 ] ], + "using": [ [ "soldering_standard", 6 ] ], + "qualities" : [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "grenade_emp", 1 ] ], + [ [ "antenna", 1 ] ], + [ [ "transponder", 1 ] ], + [ [ "e_scrap", 2 ] ] + ] } ] -- cgit v1.2.1