From 58a3390c905f3b4015f1dbb9225252139b34705d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 3 Jun 2021 12:55:35 -0700 Subject: Convert recipes from rdx to composition_b Add recipe for making composition_b --- json/recipes/recipe_medsandchemicals.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 json/recipes/recipe_medsandchemicals.json (limited to 'json/recipes/recipe_medsandchemicals.json') diff --git a/json/recipes/recipe_medsandchemicals.json b/json/recipes/recipe_medsandchemicals.json new file mode 100644 index 0000000..cdb2119 --- /dev/null +++ b/json/recipes/recipe_medsandchemicals.json @@ -0,0 +1,19 @@ +[ +{ + "type": "recipe", + "result": "chem_compositionb", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "skill_used": "cooking", + "difficulty": 8, + "time": "45 m", + "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ], + "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "components": [ + [ [ "chem_rdx", 400 ] ], + [ [ "dynamite", 1 ] ], + [ [ "chem_sulphuric_acid", 2 ] ] + ] + } +] -- cgit v1.2.1