summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-04 18:29:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-04 18:29:06 -0700
commit68b89ed3bd9d40ad075bd5a4da28c3031080dbe5 (patch)
tree50ba3049650be89bcbbd6cfbc6349770250fdf24
parentInitial commit (diff)
downloadcataclysm-dda-mod_grenade-crafting-68b89ed3bd9d40ad075bd5a4da28c3031080dbe5.tar.xz
Add scrambler grenade too
-rw-r--r--json/recipes/recipe_obsolete.json5
-rw-r--r--json/recipes/weapons/explosive.json19
2 files changed, 24 insertions, 0 deletions
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 ] ]
+ ]
}
]