summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-13 04:15:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-13 04:15:41 -0700
commitc4191a12e2a95be283a597ce822acb5da7d17335 (patch)
treeec861c4766f8e10006ca0b2dcd56b9ba617e2ae7
parentFix M576 buckshot incorrectly using flechettes. (diff)
downloadcataclysm-dda-mod_grenade-crafting-c4191a12e2a95be283a597ce822acb5da7d17335.tar.xz
Allow batch crafting comp_b and hmtd.
-rw-r--r--json/recipes/recipe_medsandchemicals.json14
-rw-r--r--readme3
2 files changed, 17 insertions, 0 deletions
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" ] ] ],
@@ -17,6 +18,19 @@
},
{
"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",
"result": "rubber_slug",
"category": "CC_AMMO",
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