summaryrefslogtreecommitdiff
path: root/json/recipes/chem/chemicals.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/chem/chemicals.json')
-rw-r--r--json/recipes/chem/chemicals.json32
1 files changed, 32 insertions, 0 deletions
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] ] ]
+ }
+]