summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-13 03:38:21 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-13 03:38:21 -0700
commite8d55beccf3f4b6fa3b43ae9fba8ef6ba00c8908 (patch)
treefee44af7a620a841173d8e41bee8d6bb1ff349de
parentFix 40mm grenades to require launcher 3 instead of mechanics 6 (diff)
downloadcataclysm-dda-mod_grenade-crafting-e8d55beccf3f4b6fa3b43ae9fba8ef6ba00c8908.tar.xz
Redo composition b recipe with hmtd
-rw-r--r--json/recipes/recipe_medsandchemicals.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/json/recipes/recipe_medsandchemicals.json b/json/recipes/recipe_medsandchemicals.json
index cdb2119..c1aee88 100644
--- a/json/recipes/recipe_medsandchemicals.json
+++ b/json/recipes/recipe_medsandchemicals.json
@@ -11,9 +11,8 @@
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
"components": [
- [ [ "chem_rdx", 400 ] ],
- [ [ "dynamite", 1 ] ],
- [ [ "chem_sulphuric_acid", 2 ] ]
+ [ [ "chem_rdx", 300 ] ],
+ [ [ "chem_hmtd", 200 ] ]
]
}
]