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.json29
1 files changed, 24 insertions, 5 deletions
diff --git a/json/recipes/chem/chemicals.json b/json/recipes/chem/chemicals.json
index ce6fe3e..4776c57 100644
--- a/json/recipes/chem/chemicals.json
+++ b/json/recipes/chem/chemicals.json
@@ -1,10 +1,11 @@
[
{
"type": "recipe",
+ "activity_level": "LIGHT_EXERCISE",
"result": "chem_compositionb",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_CHEMICALS",
- "skill_used": "cooking",
+ "skill_used": "chemistry",
"difficulty": 8,
"time": "45 m",
"batch_time_factors": [ 80, 5 ],
@@ -18,15 +19,33 @@
},
{
"type": "recipe",
+ "activity_level": "LIGHT_EXERCISE",
"result": "chem_hmtd",
+ "id_suffix": "from_acetic",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_CHEMICALS",
- "skill_used": "cooking",
- "difficulty": 7,
- "time": "55 m",
+ "skill_used": "chemistry",
+ "difficulty": 5,
+ "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] ] ]
+ "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_acetic_acid", 2 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "activity_level": "LIGHT_EXERCISE",
+ "result": "chem_hmtd",
+ "id_suffix": "from_citric",
+ "category": "CC_CHEM",
+ "subcategory": "CSC_CHEM_CHEMICALS",
+ "skill_used": "chemistry",
+ "difficulty": 5,
+ "time": "55 m",
+ "batch_time_factors": [ 80, 5 ],
+ "charges": 2,
+ "book_learn": [ [ "recipe_labchem", 8 ] ],
+ "qualities": [ { "id": "BOIL", "level": 2 } ],
+ "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_citric_acid", 2 ] ] ]
}
]