summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/explosive.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/weapons/explosive.json')
-rw-r--r--json/recipes/weapons/explosive.json19
1 files changed, 19 insertions, 0 deletions
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 ] ]
+ ]
}
]