From 0f78580cbcdd0d69488e2a9d886c7da954c6a8a2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 13 Oct 2021 11:47:39 -0700 Subject: Clean up folder structure. --- json/recipes/chem/chemicals.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 json/recipes/chem/chemicals.json (limited to 'json/recipes/chem') diff --git a/json/recipes/chem/chemicals.json b/json/recipes/chem/chemicals.json new file mode 100644 index 0000000..ce6fe3e --- /dev/null +++ b/json/recipes/chem/chemicals.json @@ -0,0 +1,32 @@ +[ + { + "type": "recipe", + "result": "chem_compositionb", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "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" ] ] ], + "components": [ + [ [ "chem_rdx", 300 ] ], + [ [ "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_acetic_acid", 2] ] ] + } +] -- cgit v1.2.1