summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-17 00:29:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-17 00:29:19 -0700
commitc697a45f232c14db6452b28db7ebb240eb7d6f6e (patch)
tree56ea49b4492ed9705639052c5acd4a1dd1bb4885
parentAdd recipes for 40x46mm grenades (diff)
downloadcataclysm-dda-mod_grenade-crafting-c697a45f232c14db6452b28db7ebb240eb7d6f6e.tar.xz
Added incendiary grenades
-rw-r--r--json/recipes/weapons/explosive.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json
index dbe99e1..28f5051 100644
--- a/json/recipes/weapons/explosive.json
+++ b/json/recipes/weapons/explosive.json
@@ -18,6 +18,23 @@
]
},
{
+ "result": "grenade_inc",
+ "type" : "recipe",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_EXPLOSIVE",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 6 ],
+ "difficulty": 6,
+ "time": "30 m",
+ "book_learn": [ [ "textbook_anarch", 7 ] ],
+ "qualities" : [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "pilot_light", 1 ] ],
+ [ [ "incendiary", 150 ] ],
+ [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ]
+ ]
+ },
+ {
"result": "grenade_emp",
"type" : "recipe",
"category": "CC_WEAPON",