From c697a45f232c14db6452b28db7ebb240eb7d6f6e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 17 Aug 2020 00:29:19 -0700 Subject: Added incendiary grenades --- json/recipes/weapons/explosive.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 @@ -17,6 +17,23 @@ [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ] ] }, + { + "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", -- cgit v1.2.1