From c4191a12e2a95be283a597ce822acb5da7d17335 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 13 Oct 2021 04:15:41 -0700 Subject: Allow batch crafting comp_b and hmtd. --- json/recipes/recipe_medsandchemicals.json | 14 ++++++++++++++ readme | 3 +++ 2 files changed, 17 insertions(+) diff --git a/json/recipes/recipe_medsandchemicals.json b/json/recipes/recipe_medsandchemicals.json index 3f31bca..f9cc2b6 100644 --- a/json/recipes/recipe_medsandchemicals.json +++ b/json/recipes/recipe_medsandchemicals.json @@ -7,6 +7,7 @@ "skill_used": "cooking", "difficulty": 8, "time": "45 m", + "batch_time_factors": [ 80, 5 ], "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ], "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], @@ -15,6 +16,19 @@ [ [ "chem_hmtd", 200 ] ] ] }, + { + "type": "recipe", + "result": "chem_hmtd", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "skill_used": "cooking", + "difficulty": 7, + "time": "55 m", + "batch_time_factors": [ 80, 5 ], + "book_learn": [ [ "recipe_labchem", 8 ] ], + "qualities": [ { "id": "BOIL", "level": 2 } ], + "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_chem_acetic_acid" 2] ] ] + }, { "type": "recipe", "note": "Loosely based on plastic chunk from plastic bag recipe", diff --git a/readme b/readme index bd8405f..46a95c2 100644 --- a/readme +++ b/readme @@ -16,6 +16,9 @@ rubber slug impact fuze delayed fuze +Tweak recipe for: +HMTD (allow batching) + Rename grenade to fragmentation grenade Rename flashbang to flashbang grenade Rename smoke bomb to smoke grenade -- cgit v1.2.1